﻿
@font-face {
    font-family: 'afsaneh';
    src: url('../fonts/afsane/afsaneh.ttf') format('truetype');
}

@font-face {
    font-family: 'iraniansans';
    src: url('../fonts/iransans/iranian sans.ttf') format('truetype');
}

@font-face {
    font-family: 'irannastaliq';
    src: url('../fonts/nastaligh/irannastaliq.ttf') format('truetype');
}

@font-face {
    font-family: 'decorative';
    src: url('../fonts/decorative/far_decorative_bold.ttf') format('truetype');
}

@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir/vazir.ttf') format('truetype');
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    direction: rtl;
    font-family: 'iraniansans';
}

.owl-carousel {
    direction: ltr;
}

    .owl-carousel * {
        direction: ltr;
    }

@keyframes Pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .mobileshowBlock {
        display: block;
    }

    .mobileshowFlex {
        display: flex;
    }

    .mobileshowInline {
        display: inline;
    }

    .mobileshowInlineBlock {
        display: inline-block;
    }

    .mobilehide {
        display: none;
    }
}

@media screen and (min-width: 767px) {
    .mobileshowBlock {
        display: none;
    }

    .mobileshowFlex {
        display: none;
    }

    .mobileshowInline {
        display: none;
    }

    .mobileshowInlineBlock {
        display: none;
    }
}




.Fixed_PlaceHolder {
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 12px;
    margin-top: 12px
}

    .Fixed_PlaceHolder > label.PlaceHolderLabel {
        position: absolute;
        left: 10px;
        top: 9px;
        background-color: white;
        font-size: 11px;
        font-weight: bold;
        transition-duration: .3s;
        width: fit-content;
        padding: 1px 5px;
        border-radius: 5px;
    }

    .Fixed_PlaceHolder > i.inputIcon {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 7px 10px;
        color: white;
        font-size: 20px;
        border-radius: 0 .25rem .25rem 0;
        background-color: #212529;
        height: 100%;
    }

    .Fixed_PlaceHolder > span.requiredField {
        background-color: red;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        right: 3px;
        animation-name: Pulse;
        animation-duration: 1.5s;
        animation-play-state: running;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .Fixed_PlaceHolder > label.inputIcon {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 7px 10px;
        color: white;
        font-size: 16px;
        border-radius: 0 .25rem .25rem 0;
        background-color: #0e096f;
        height: 100%;
    }

    .Fixed_PlaceHolder > input {
        padding-right: 45px;
        font-size: 13px;
        font-weight: bold;
        height: 38px
    }


    .Fixed_PlaceHolder > select {
        padding-right: 45px;
        font-size: 13px;
        font-weight: bold;
        height: 38px
    }

        .Fixed_PlaceHolder > select > option {
            font-size: 18px;
        }

    .Fixed_PlaceHolder > textarea {
        padding-right: 45px
    }

.PlaceHolderMove {
    top: -15px !important;
    left: 12px !important;
    font-size: 15px !important;
}

textarea.haveLimitTextChar {
    min-height: 140px;
}

.TextCounter {
    position: absolute;
    bottom: 10px;
    left: 30px;
    font-size: 11px;
    /*font-weight: bold;*/
    background-color: #212529;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
}

textarea::-webkit-scrollbar {
    width: 10px;
}

textarea::-webkit-scrollbar-track {
    background-color: white;
}

textarea::-webkit-scrollbar-thumb {
    background: #888;
    border: 3px white solid;
    border-radius: 50px;
}

    textarea::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



.UserTicket {
    position: relative;
    margin: 20px 0;
}

    .UserTicket > img {
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
        border-radius: 5px;
        border: 1px solid black;
    }

    .UserTicket > div.TicketText {
        background-color: #e2e2e2;
        border: 1px dashed black;
        position: relative;
        right: 60px;
        width: calc(100% - 60px);
        border-radius: 5px;
        min-height: 50px;
        padding: 35px 10px 20px 10px;
    }

        .UserTicket > div.TicketText > label.TicketWriterName {
            position: absolute;
            right: 10px;
            top: 5px;
            font-size: 15px;
            font-weight: bold;
        }

        .UserTicket > div.TicketText > label.TicketTime {
            position: absolute;
            left: 10px;
            bottom: 2px;
            font-size: 10px;
            font-weight: bold;
        }

        .UserTicket > div.TicketText > p {
            text-align: justify;
            font-size: 15px;
            line-height: 28px;
            /*padding:25px 10px 20px 10px;*/
            margin: 0;
        }

        .UserTicket > div.TicketText > label.HaveAttachment {
            color: black;
            font-size: 12px;
            font-weight: bold;
            width: 100%;
            text-align: right;
            margin-top: 0;
        }


        .UserTicket > div.TicketText > a.TicketAttachment > img {
            width: 50px;
            margin-top: 10px;
            border-radius: 2px;
            border: 1px solid black;
        }



.AdminTicket {
    position: relative;
    margin: 20px 0;
}

    .AdminTicket > img {
        position: absolute;
        width: 50px;
        height: 50px;
        left: 0;
        border-radius: 5px;
        border: 1px solid black;
    }

    .AdminTicket > div.TicketText {
        background-color: #eeeeee;
        border: 1px dashed black;
        padding: 10px;
        position: relative;
        width: calc(100% - 60px);
        border-radius: 5px;
        min-height: 50px;
    }

        .AdminTicket > div.TicketText > label.TicketWriterName {
            position: absolute;
            left: 10px;
            top: 5px;
            font-size: 15px;
            font-weight: bold;
        }

        .AdminTicket > div.TicketText > label.TicketTime {
            position: absolute;
            left: 10px;
            bottom: 2px;
            font-size: 10px;
            font-weight: bold;
        }

        .AdminTicket > div.TicketText > p {
            text-align: justify;
            font-size: 15px;
            line-height: 28px;
            /*padding:25px 10px 20px 10px;*/
            margin: 0;
        }




.SheenTable > thead > tr > th {
    font-size: 12px;
    text-align: center;
}

    .SheenTable > thead > tr > th:first-child {
        border-radius: 0 5px 0 0
    }

    .SheenTable > thead > tr > th:last-child {
        border-radius: 5px 0 0 0
    }

.SheenTable > tbody > tr > td {
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
}

.CheckBox_BoxWrapper {
    border: 2px solid #212529;
    border-radius: 5px;
    padding: 15px;
    background-color: #dddddd;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.CheckBox_BoxTitle {
    position: absolute;
    top: -18px;
    right: 10px;
    color: white;
    background-color: #212529;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.CheckBoxSection {
    position: relative;
    margin-bottom: 15px;
    border: 1px dashed black;
    border-radius: 5px;
    padding: 7px 0;
    background-color: white;
}

    .CheckBoxSection > label {
        font-size: 12px;
        font-weight: bold;
        color: #212529;
        text-align: center;
        display: block;
        /*padding:5px 0;*/
        width: calc(100% - 15px);
        position: relative;
        right: 15px;
        cursor: pointer;
    }

.MyCheckBox {
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
}
