* {
    font-family: dana, tahoma, Quicksand, sans-serif;
}
/* ALERT */
.alert-danger.alert-userpanel {
    padding: 8px 16px 8px 16px;
    background-color: #F7DCDC;
    color: #DC3545;
}

.alert-danger.alert-userpanel a {
    color: #DC3545;
    text-decoration: underline;
}

/* END ALERT */

.modal-backdrop{
    position: unset;
}

.warp .information_module .toggle_title h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #3B3B3B;
}

.profileimg {
    box-shadow: 0px 0px 1px 2px #bbb;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.profileimg img {
    width: 100%;
    border-radius: 50%;
}

.editprofilebutton {
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 9998;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.warp {
    background: #FFF;
    /* height: 100%; */
    height: auto;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    position: relative;
    z-index: 99;
    min-height: auto;
}

.information_module {
    height: 100% !important;
}

.usernav {}

.coin {
    background: #ffde00;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    animation: spin 2s linear infinite;
    margin-right: 5px;
}

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.usernav li a {
    color: #666;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 15px 5px;
}

.usernav li:hover {
    background-color: ghostwhite;
}


.usernav li a i {
    margin-left: 4px;
}

.usernav li.active a {
    color: #333;
    font-weight: bold;
}

.usernav li.active {
    position: relative;
    /* z-index: 999; */
    margin-left: -1px;
    background: #FFF;
}

@media screen and (max-width : 576px) {
    .profileimg {
        max-width: 65px !important;
        margin-top: -89px !important;
        border-radius: 8% !important;
    }
    .profileimg img{
       border-radius: 8% !important;
    }

    .information_module .information__set .information_wrapper.form--fields {
        padding: 22px 10px;
    }

    .usernav li {
        padding: 0px 3px;
        background-color: mintcream;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .usernav {

        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        gap: 8px;
        justify-content: space-around;
        background-color: lightgrey;
        padding: 10px 3px;
        margin-bottom: 10px;
    }

    .usernav li a {
        padding: 8px 8px;
    }

    .usernav li a i {
        display: none;
    }

    .coin {
        width: 20px;
        height: 20px;
    }
}

.toast-message p {
    color: #FFF;
}

blockquote.default {
    background: #fffbdf;
    padding: 10px 10px 10px 20px;
    border-right: 2px solid #ddd !important;
    border: 1px solid #ebebeb;
}

.btn-light,
.btn-light:focus {
    color: #d32f2f;
}

.datepicker-container {
    margin-top: -40px;
}

.dashboard-edit .product .prod_option {
    top: 10px;
    right: 20px;
}

.dashboard-edit .product .prod_option .options:before {
    left: auto;
}

.event_module .list_item li:before {
    margin-left: 18px;
    margin-right: 0;
}

.news .news__content {
    min-height: 100px;
    height: auto;
}

#sortable img {
    height: 40px;
    width: 54px;
    object-fit: cover;
}

.dashboard-edit .product .prod_option.show .options.dropdown-menu {
    transform: translate3d(0px, 40px, 0px) !important;
}

.news__thumbnail img {
    max-height: 195px;
    object-fit: cover;
}

#sortable img {
    height: 40px;
    width: 54px;
    object-fit: cover;
}

.experience-status {
    color: #d32f2f;
    font-weight: 600;
}

.experience-status-icon {
    font-weight: 600;
}

.ticket-title-div {
    font-weight: 500;
}

.item-response {
    background: rgba(255, 106, 109, .1);
    border: 1px solid rgba(255, 106, 109, .1);
}

.item-ticket-userinfo span {
    color: #db3037;
    font-weight: 500;
}

blockquote li {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 8px;
}

.table tbody>tr>td.type {
    white-space: nowrap;
}

.rank-div {
    position: absolute;
    border-radius: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 16px;
    padding-left: 16px;
}

.rank-div-group {
    left: 0 !important;
    background-color: #ffffff !important;
}

.rank-div span {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
}

.rank-div-group span {
    color: #db3037;
}

/* CHAT */

.message {
    cursor: pointer;
    padding: 20px !important;
}

.chat-body-div {
    background: #fffbdf;
    padding: 16px 16px 6px 16px !important;
    border-radius: 16px;
}

.chat-body-div span {
    color: #666666;
}

.messaging_sidebar {
    box-shadow: 0 0px 0px;
}

.chat-body-div.chat-body-receive {
    background: #eef1f3;
}

.chat-body-receive .lnr-warning {
    border: 0px transparent;
    background: transparent;
    font-size: 16px;
}

.chat-body-div .lnr-eye {
    font-size: 16px;
}

.chat-body-div p {
    font-weight: 500;
}

.chat_area.cardify {
    box-shadow: 0 0px 0px;
}

.chat-side-col {
    border-left: 1px solid #ececec;
}

.chat-side-time {
    color: #db3037;
    font-size: 15px;
}

.custom_dropdown.dropdown-menu.show {
    left: -12px !important;
    right: auto !important;
    text-align: left !important;
}

.custom_dropdown.dropdown-menu button {
    background: transparent !important;
    border: transparent !important;
    color: #555555;
}

.custom_dropdown.dropdown-menu button:hover {
    color: #db3037
}

.message .avatar {
    position: relative;
}

.message .chat-count-span {
    background: #db3037;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 4px;
    min-width: 22px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 0px;
}

.messages {
    min-height: 580px !important;
    max-height: 580px !important;
}

@media screen and (max-width : 1920px) {

    /* .chat-box {
        max-height: 680px !important;
    } */
    .chat_area_box {
        max-height: 490px !important;
    }

    .chat_area_box {
        overflow-Y: scroll;
    }

    .chat_area_box::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    .chat_area_box::-webkit-scrollbar-thumb {
        background-color: #e9eef2;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 6px;

    }

    .chat_area_box::-webkit-scrollbar-track {
        background-color: transparent;
    }
}

@media screen and (max-width : 906px) {
    .chat_area_box {
        max-height: 480px !important;
    }

    .chat_area.cardify {
        border-top: 1px solid #ececec;
    }
}

.chat-arc-img-div img {
    width: 25%;
}

.chat-name-div {
    font-size: 17px;
    font-weight: 500;
}

.chat-time-span {
    font-size: 14px;
}

.chat-start-div {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #db3037;
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
}

.emoji-picker {
    position: absolute;
    bottom: 15%;
    left: 20%;
    display: none;
    z-index: 100;
}

.emoji-picker-span {
    position: absolute;
    width: 30px !important;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #db3037;
    background: #ffffff;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    cursor: pointer;
    left: 5%;
}

.chat-search-input-div input {
    height: 45px !important;
}

#empty-chat-div {
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#message-input {
    line-height: 20px;
    min-height: 20px;
    max-height: 40px;
    resize: none;
}

.send-message-btn {
    left: auto !important;
}

/* END CHAT */

/* GROUP PANEL */
.box_rounded {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 2px 4px -2px rgba(82, 82, 82, 0.10), 0px 4px 6px -1px rgba(82, 82, 82, 0.10);
}

.bg-light-hover:hover {
    background: #ccc !important;
    border-radius: 5px
}

.loadingrtl {
    display: none;
    text-align: center;
    font-size: 2em;
}

.userbox {
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    padding: 0px 10px;
    line-height: 70px;
    border-radius: 5px;

    cursor: pointer;
    width: 48%;
}

@media (max-width:991px) {

    .userbox {
        width: 100%;
    }
    .autor__info{
      margin-right: 10px;  
    }
}



.action-group-btn {
    color: #db3037;
    background: transparent;
    border: 0px;
}

.action-group-btn:hover {
    color: #db3037;
}

.table-group tr td {
    border-top: 0;
}

.action-icons-team {
    font-size: 0.7em;
    border-radius: 100%;
    border: 1px solid #CCC;
    padding: 6px;
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
}

.team-arc-img-div img {
    width: 240px;
}

.team-wait-span {
    font-size: 17px;
}

/*  */
/* Mobile menu */
.prof-name h2 {
    line-height: 21px;
    font-size: 16px !important;
    font-weight: 500;
}

.prof-mobile-menu > li {
    padding: 12px 16px 12px 16px;
    background-color: #F2F2F2;
    margin-bottom: 8px;
    border-radius: 8px;
    font-weight: 500;
}

.prof-mobile-menu li a {
    color: #333333;
    font-size: 14px;
}

.prof-mobile-menu li a .menu-icon {
    font-size: 20px;
}

.prof-mobile-menu > li.active,
.prof-mobile-menu li.menu-parent.active .submenu-toggle {
    background-color: #fdebec;
}

.prof-mobile-menu > li.active a,
.prof-mobile-menu > li.active a span,
.prof-mobile-menu li.menu-parent.active .submenu-toggle,
.prof-mobile-menu li.menu-parent.active .submenu-toggle span,
.prof-mobile-menu li.menu-parent.active .submenu-toggle i {
    color: #db3037;
}

.prof-mobile-menu li.menu-parent {
    padding: 0;
    margin-bottom: 8px;
    background-color: transparent;
    border-radius: 0;
}

.prof-mobile-menu li.menu-parent .submenu-toggle {
    background-color: #F2F2F2;
    border: 0;
    color: #333333;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    text-align: right;
}

.prof-mobile-menu li.menu-parent .submenu-toggle .menu-icon {
    font-size: 20px;
}

.prof-mobile-menu li.menu-parent .submenu-toggle .chevron {
    font-size: 16px;
    transition: transform .2s ease;
}

.prof-mobile-menu li.menu-parent .submenu-toggle:focus {
    outline: none;
    box-shadow: none;
}

.prof-mobile-menu li.menu-parent .submenu-toggle.collapsed .chevron {
    transform: rotate(180deg);
}

.prof-mobile-menu li.menu-parent .submenu-toggle span {
    color: inherit;
}

.prof-mobile-menu li.menu-parent .menu-sub {
    list-style: none;
    padding: 0 0 0 0;
    margin: 8px 0 0 0;
}

.prof-mobile-menu li.menu-subitem {
    background-color: #f8f8f8;
    padding: 10px 16px 10px 16px;
    padding-right: 32px;
    margin-bottom: 6px;
}

.prof-mobile-menu li.menu-subitem a {
    font-size: 13px;
}

.prof-mobile-menu li.menu-subitem a .menu-icon {
    font-size: 16px;
    color: inherit;
}

.prof-mobile-menu li.menu-subitem.active {
    background-color: #fdebec;
}

.prof-mobile-menu li.menu-subitem.active a,
.prof-mobile-menu li.menu-subitem.active a span {
    color: #db3037;
}

/* .notification_count_mobile {
    background: #db3037;
    color: #ffffff;
    padding: 0 8px;
    font-size: 14px !important;
    border-radius: 50%;
    height: 22px;
    min-width: 22px;
    text-align: center;
    line-height: 12px;
    font-weight: 400;
} */
/* End mobile menu */

/* TICKET */
/*--- general style --*/
.tbtn {
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tround_1 {
    border-radius: 8px;
}

.tround_2 {
    border-radius: 16px;
}

.tround_3 {
    border-radius: 30px;
}

.tround_4 {
    border-radius: 50%;
}

.tbtn_small {
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 500;
}
.tbtn_xsmall {
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 500;
}

.tbtn_normal {
    padding: 8px 20px;
    font-weight: 500;

}

.tbtn_big {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
}

.tbtn_white {
    background: #ffffff;
    border: 1px solid #D32F2F !important;
}

.tbtn_white * {
    color: #D32F2F !important;
}

.tbtn_red {
    background: #D32F2F;
    border: 1px solid #d32f2f !important;
    color: #fff !important;

}

.tbtn_red * {
    color: #fff !important;
}

.tbtn_lightred {
    background: #F7DCDC;
    border: 1px solid #F7DCDC !important;
}

.tbtn_lightred {
    color: #AF2727 !important;
}

.tbtn_transparent {
    background: transparent;
    border: 1px solid white !important;
}

.tbtn_transparent{
    color: #fff !important;
}

.tbtn_transparent:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tbtn_lightred:hover {
    border: 1px solid #da5151 !important;
}




.w_48 {
    width: 48%;
}

.tcard {
    margin-bottom: 6%;
    box-shadow: 0px 0px 4px 0px #bebebe;
    border-radius: 16px;
    overflow: hidden;
}

.card_body {}

.card_title a {
    font-size: 16px;
    color: #3B3B3B;
    font-weight: 500;
}

.card_text {
    color: #3B3B3B;
    font-weight: 500;
    font-size: 14px;
}

.card_tags {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 8px;
    margin: 0;
    flex-wrap: wrap;
}

/* end general style */

.lt_time {
    width: 20%;
}

.lt_depatment {
    width: 15%;
}

.lt_subject {
    width: 25%;
}

.lt_number {
    width: 20%;
}

.lt_state {
    width: 20%;
}


.ticketslist {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ticketslist li {
    width: 100%;
    font-size: 13px;
    align-items: center;
    margin-top: 10px;
    border-radius: 8px;
    font-weight: 500;
}

.ticketslist li a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 3px;
    color: #767676;
    transition: all 0.1s ease;
    background-color: snow;
    border-radius: 8px;
    padding: 12px 0px 12px 0px;
}

.ticketslist li:hover a {
    background-color: #E1E1E1;
}


.ticketlist_head {
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-weight: 600;
    color: #3B3B3B
}

.table_panel ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #3B3B3B;
}

@media (max-width:1200px) {

    .supportcat_item_inner .tm {
        font-size: 12px;
    }

    .supportcat_box {
        padding-right: 6px;
    }
}


@media (max-width:991px) {

    .ticketlist_head {
        font-size: 12px;
    }

    .ticketslist li {
        font-size: 12px;
    }

    .supportcat_item_inner .tm {
        font-size: 12px;
    }
    .table_panel {
        overflow-x: scroll;
    }
    


}

@media (max-width:767px) {
    .table_panel th{
        font-size:12px;
        min-width: 118px;
        }
    .table_panel td{
        font-size:12px;
        }

}

.supportcat_item_inner .tc {
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
}

.supportcat_item_inner .tm {
    font-size: 14px;
    font-weight: 500;
    color: #767676;
}

.supportcat_item_inner .tt {
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    margin-right: 4px;
}

.supportcat_box {
    display: flex;
    background-color: #F1F1F1;
    padding: 15px 10px;
    border-radius: 10px;
    align-items: center;
    justify-content: start;
    padding-right: 10px;
    border-bottom: 1px solid #D3D3D3;
}

.supportcat_box img {
    width: 30px;
}


.supportcat_item_inner {
    display: flex;
    flex-direction: column;
}

/* ----faq----- */

.faq_support .faq_body {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.faq_support .faq_items {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #E1E1E1;
}

@media (max-width:767px) {

    .faq_support .faq_items {

        width: 100%;

    }
}



.faq_support .s_22 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    background-color: #F1F1F1;
    padding: 10px;
    border-radius: 8px;
}

.faq_support .questions_logo {
    float: right;
    width: 50px;
    padding: 3px;
}

.faq_support .questions_text {
    float: right;
    width: 100%;
    padding-right: 2%;
    padding-left: 5px;
}

.faq_support .questions_text h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}


.faq_support .questions_btn {
    background-color: transparent;
    width: 20px;
    height: 18px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.faq_support .questions_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_support .javab {
    width: 100%;
    background-color: #F1F1F1;
    height: auto;
    border-radius: 10px;
    margin-top: 8px;
    text-align: right;
    padding: 15px;
    border: 1px solid #BBB;
    display: none;
}

.felesh {
    font-size: 14px;
    font-weight: 700;
    color: darkgray;
}

.rotate_icon {
    transform: rotate(90deg);
}

.faq_support .javab p {
    font-size: 14px;
}

/* ----- ↓ ticket form ↓ ---- */

.ticket_form {
    max-width: 650px;
    margin: auto;
}

.ticketform form label {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    color: #666;
}

.gray_input {
    background-color: #f4f5f8;
    border: 1px solid transparent;
}



.gray_input:focus {
    background-color: #fff;


}

.upload-icon i {
    font-size: 3rem;
    color: #DA5151;
}


/* ----↓--- */
.onoffswitch {
    position: absolute;
    width: 82px;
    display: inline-block;
    font-size: 80%;
}

.onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid hsl(0, 0%, 90%);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
}

.onoffswitch .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.25s ease-in-out;
    -o-transition: margin 0.25s ease-in-out;
    -moz-transition: margin 0.25s ease-in-out;
    transition: margin 0.25s ease-in-out;
}

.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 32px;
    font-size: 12px;
    color: hsl(0, 0%, 100%);
    font-weight: 600;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch .onoffswitch-inner:before {
    content: "فعال";
    padding-left: 16px;
    background-color: darkseagreen;
    color: hsl(0, 0%, 100%);
    text-align: left;
}

.onoffswitch .onoffswitch-inner:after {
    content: "غیر فعال";
    padding-right: 7px;
    background-color: hsl(0, 0%, 98%);
    color: hsl(0, 0%, 24%);
    text-align: right;

}

.onoffswitch .onoffswitch-switch {
    width: 22px;
    height: 22px;
    margin: 0;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 55px;
    -webkit-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
}

.toggle-group {
    direction: ltr;
    display: flex;
    z-index: 2223;
    background-color: #f4f5f8;
    border-radius: 8px;
    padding: 10px 10px;
    align-items: center;
}

.toggle-group input {
    position: absolute;
    left: 0;
    opacity: 0;
}

.toggle-group input[type=checkbox]:checked~.onoffswitch .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.toggle-group input[type=checkbox]:checked~.onoffswitch .onoffswitch-label .onoffswitch-switch {
    right: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    background: yellowgreen;
}

.toggle-group input[type=checkbox]:focus~.onoffswitch {
    outline: thin dotted #333;
    outline: 0;
}

.toggle-group label {
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    width: 100%;
    z-index: 1;
    height: 24px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}



/* ----↑---- */
.draganddrop_upload.ticketuoload {
    display: none;
}

.draganddrop_upload_inner {
    /* max-width: 550px; */
    border: 2px dashed #E6E6E6;
    border-radius: 12px;
    padding: 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.uploadingList_type {
    padding: 10px;
    background-color: azure;
    border-radius: 8px;
}

.uploadingList {
    color: black;
    border-radius: 8px;
}

.uploadingList_type {
    padding: 10px;
    background-color: azure;
    border-radius: 8px;
    width: auto;
    height: 36px;
}

.uploadingList_des {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    justify-content: center;
}

.uploadingList_des span:last-child {
    color: #828282;
    font-size: 12px;
    line-height: 10px;
}

.uploadingList_title {
    background-color: #F1F1F1;
}

.uploadingList_delete {
    background-color: #F1F1F1;
    border-radius: 8px;
    width: 30px;
    width: 50px;
}

.uploadingList_delete i {
    font-size: 20px;
    font-weight: 600;
}

.uploadingList_delete a:hover {
    color: #db3037;
}

.missed-files-div {
    background: #F7DCDC;
    border-radius: 8px;
}

.midded-files-text span {
    font-size: 14px;
    font-weight: 500;
}

.missed-files-name span {
    font-weight: 500;
}

.userpanel-dropzone {
    padding: 20px !important;
    border: 2px dashed #E6E6E6 !important;
    border-radius: 10px;
    text-align: center;
}

.userpanel-dropzone .dz-message {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    font-weight: 400;
}

/* ----- ↑ ticket form ↑ ---- */

/* --- faq---- */
.supportpage_box {
    padding: 20px;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.questions_text h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #3B3B3B;
}



.supportpage_box .boxtitle h4 {
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
}

.supportpage_box .boxtitle p {
    font-size: 13px;
    line-height: 26px;
    color: #767676;
    font-weight: 500;
}

.faqsearch {
    border-bottom: 1px solid #E1E1E1;
    background: var(--neutral-100, #F1F1F1);
}

.searchicon {
    position: absolute;
    left: 12px;
    font-size: 22px;
    color: red !important;
}

.ticket_single {
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.myticket .ticket_content p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
    color: #3B3B3B;
}

.myticket_date {
    color: gray;
    font-size: 12px;
}

.ticket_content {
    background-color: #F1F1F1;
}

.ticket_content.adminticket {
    background-color: #F7DCDC;
}

.admin_namestyle {
    color: #db3037;

}

.ticketfile_show li {
    display: flex;
    width: 20%;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 8px;
}

.ticketfile_show li a {
    border: 1px solid darkgray;
    border-radius: 8px;
    overflow: hidden;

}



.hidden {
    display: none;
}

.ticketfile_show img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: top;
}

.ticketfile_count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    background-color: gainsboro;
    font-size: 13px;
    padding: 5px 14px;
    font-weight: 500;
    cursor: pointer;
}



.myticket h3 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #3B3B3B;
    font-weight: 500;
    padding: 0px 9px;
    margin-bottom: 5px;
}

.supportpage_box .boxtitle h2 {
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
}


.success_ticket_img {
    max-width: 400px;
    margin: auto;
}

#listticket_btn {
    display: none;
}

.adminticket .ticketfile_count {

    background-color: #F0B9B9;

}

.adminticket i.felesh {
    color: #8C1F1F !important;

}

/* END TICKET */

/* PAY */
.pay-method-card {
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 32px;
}

.pay-method-card-shadowed {
    box-shadow: 0px 1px 3px 0px rgba(82, 82, 82, 0.10), 0px 1px 2px -1px rgba(82, 82, 82, 0.10);
}

.pay-method-card-bordered {
    border: 1px solid #BBBBBB;
}

.pay-method-card-hover:hover {
    border: 1px solid #D32F2F;
    cursor: pointer;
}

.pay-method-card.active {
    border: 1px solid #D32F2F;
}

.pay-method-card img {
    max-height: 32px;
}

.pay-method-card .pay-custom-span {
    font-size: 32px;
    padding-bottom: 16px;
    color: #3B3B3B;
}

.pay-method-card.active span {
    color: #D32F2F;
}

.pay-method-card h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 16px;
    padding-top: 16px;
    color: #3B3B3B;
}

.pay-method-card p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #3B3B3B;
    text-align: right;
}

.pay-method-card p a {
    line-height: 16px;
}

.pay-method-title h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #3B3B3B;
}

.pay-method-title.pay-method-way h3 {
    padding-top: 32px;
}

.pay-method-details-row {
    padding-top: 16px;
}

.pay-method-details .pay-method-details-row .details-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.pay-method-details .pay-method-details-row .details-des {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.pay-method-details .pay-method-details-row .details-des-date {
    direction: ltr;
}

.pay-team-select label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.pay-tip-ul {
    margin-top: 12px;
    margin-bottom: 32px;
}

.pay-tip-ul li {
    color: #767676;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

/* PAY SUCCESS SECTION */
.pay-method-status-title span {
    padding-top: 2px;
    color: #28A745;
    font-size: 64px;
}

.pay-method-status-title.xmark span {
    color: #D32F2F;
}

.pay-method-status-title.wmark span {
    color: #FFD045;
}

.pay-method-status-title h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding-top: 16px;
    padding-bottom: 48px;
}

.pay-method-back-div {
    padding-top: 48px;
}

/*  */
/* END PAY */
/* ----- setting/basic.php  ---------- */
#imcrop {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    display: block
}

#imageprofilelb {
    display: block
}
.cover_box{
    padding-bottom: 95px;
}

#imageprofile {
    display: none;
}

.profile_box {
    position: absolute;
    top: 166px;
    right: 22px;
}

@media (max-width:767px) {

    .profile_box {
        top: 190px;
    }
}
/* ----- End setting/basic.php  ---------- */


/* ----- support/list.php  ---------- */

.typecheck {
    float: none !important
}

.typecheck.close {
    background: #212121;
}

.typecheck.open {
    background: #8bc34a;
}

.typecheck.waiting {
    background: #c62828;
}

.typecheck.done {
    background: #689f38;
}

.typecheck.checking {
    background: #c62828;
}

.typecheck.userresponse {
    background: #bf360c;
}

.upload-error i {
    font-size: 48px;
    color: #E17474;
}

.upload-text {
    font-size: 16px;
}

/* ----- End support/list.php  ---------- */

.zlclick img {
    height: 360px;
    object-fit: cover;
}

.product-desc p {
    font-weight: 500;
    font-size: 16px;
}

.product_title {
    min-height: 28px;
}

.fs-7{
    font-size: 0.9rem!important;
}
.fs-8{
    font-size: 0.8rem!important;
}
.fw-medium{
font-weight: 500;
}
.fw-lightbold{
font-weight: 400;
}
.fw-normalbold{
    font-weight: 600;
}

.label-color{
    color: #3B3B3B; 
}



/* remove martplace codes */
.profile_avatar{
    max-width: 32px;
    display: inline-block;
    vertical-align: middle;
    position: relative;

}
.profile_avatar img{
    max-width: 100%;
  

}
.profile_avatar img {
    border-radius: 100%;
}
.menuitem{
    font-weight: 500;
}
.topnav > .nav-item:hover a {
    color: #db3037;
}
.topnav > .nav-item a {
    white-space: nowrap;
}
.nav-link.menuitem:hover {
    background-color: rgba(250, 250, 250, .1) !important;
}



.topnav .dropdown{

    font-size: 15px;

}
.topnav .dropdown:hover .dropdown-menu{
    visibility: visible;
    opacity: 1;
    top: 100%;
}
@media screen and (min-width: 767px) {
    .topnav .dropdown:hover .dropdown-menu {
        display: flex;
    }
     
}

.topnav .dropdown-menu {
    background: #fff;
    visibility: hidden;
    opacity: 0;
    padding: 20px;
    z-index: 4;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #db3037;
    width: auto !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
}

.topnav a:focus,.topnav  a:hover ,a {
    text-decoration: none;
}
.icon_wrap {
    float: right;
}
.icon_wrap span {
    font-size: 24px;
    color: #666;
    font-weight: 300;
}

.fade_dropdown{
    position: relative;
}
.fade_dropdown:hover .fade_dropdown_menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.fade_dropdown_menu {
    position: absolute;
    min-width: 271px;
    background: #fff;
    padding: 19px 30px;
    z-index: 3;
    transition: .3s;
    border-top: 1px solid #db3037;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 5px 40px rgba(82, 85, 90, .2);
    box-shadow: 0 5px 40px rgba(82, 85, 90, .2);
}

.fade_dropdown_menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.fade_dropdown .fade_dropdown_menu {
    top: calc(100% + 20px);
}
.fade_dropdown_menu.notification_dropdown,
.fade_dropdown_menu.account_dropdown {
    max-width: 370px;
    min-width: 330px;
    padding: 0;
    left: -15px;
    z-index: 99999;
}
.fade_dropdown_menu:before {
    content: "";
    position: absolute;
    border-bottom: 10px solid #db3037;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
}

.fade_dropdown_menu.account_dropdown {
    padding: 20px;
    left: 0;
}
.fade_dropdown_menu .dropdown_module_header {
    overflow: hidden;
    padding: 20px 25px;
    border-bottom: 1px solid #ececec;
}
.fade_dropdown_menu .dropdown_module_header h4 {
    float: right;
}
.fade_dropdown_menu .dropdown_module_header a {
    float: left;
}
.fade_dropdown_menu.notification_dropdown:before,
.fade_dropdown_menu.account_dropdown:before {
    bottom: 100%;
    left: 30px;
}

.notification_count {
    background: #db3037 !important;
}

.fade_dropdown_menu.account_dropdown ul li {
    font-weight: 500;
    line-height: 35px;
}
.fade_dropdown_menu.account_dropdown ul li a {
    color: #54667a;
    display: block;
    font-size: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.fade_dropdown_menu.account_dropdown ul li a:hover {
    background: #db3037;
    color: #fff;
}
.account_dropdown ul li a span {
    margin-right: 0 !important;
    margin-left: 15px !important;
    font-size: 16px;
}
.fade_dropdown_menu.account_dropdown:before {
    left: 30px !important;
    right: unset !important;
}
.fade_dropdown .fade_dropdown_menu {
    top: calc(100% + 20px);
}
.dropdown{
    list-style: none;
}
.mobile_content .offcanvas-menu.closed {
    right: -100%;
}

.mobile_content .offcanvas-menu {
    position: fixed;
    height: 100%;
    width: 220px;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 989999;
    overflow-y: scroll;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .3);
    padding-bottom: 25px;
}
li{
  list-style: none;  
}

.dropdown-menu.t2t_dropdown_menu li a {
    color: #54667a;
    font-size: 15px;
    line-height: 36px;
    padding: 0 10px;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#search-nav-box {
    position: absolute;
    display: none;
}
@media only screen and (max-width: 1920px) {
    #search-nav-box {
        top: 75px;
    }
}

 .searc-wrap{
    position: relative;
}
.searc-wrap.search-nav-div input {
    width: 330px;
    height: 45px;
    outline: unset;

}
.searc-wrap input {
    line-height: 45px;
    height: 45px;
    border: 1px solid #d9dfe5;
    width: 360px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    padding: 0 25px;
}
.searc-wrap.search-nav-div .search-wrap__btn {
    line-height: 45px;
    width: 45px;
}
.searc-wrap .search-wrap__btn {
    left: 0 !important;
    right: auto !important;
}
.searc-wrap .search-wrap__btn {
    position: absolute;
    line-height: 45px;
    top: 0;
    border: 0;
    width: 45px;
    text-align: center;
    background: #db3037;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.searc-wrap .search-wrap__btn {
    text-align: center;
    color: #fff;
}
.fade_dropdown_menu ul{
    padding: 0;
    margin: 0;
}
#bottom-nav {
    visibility: hidden;
}
#bottom-nav ul {
    padding: 0;
    margin: 0;
}
#bottom-nav li {
    list-style: none;
}
.t2t_dropdown_menu ul{
    padding: 0;
    margin: 0;
}
.t2t_dropdown_menu li a {
    color: #54667a !important;
    font-size: 15px;
    line-height: 36px;
    padding: 0 10px;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.t2t_dropdown_menu .menu_column li a:hover {
    color: #db3037 !important;
}

.fade_dropdown_menu.notification_dropdown {
    padding: 20px 25px;
    border-bottom: 1px solid #ececec;
}
.fade_dropdown_menu.notification_dropdown .dropdown_module_header a {
    float: left;
    color: #db3037;
}
.notification_dropdown .header_dropdowns_title{
    font-size: 18px;
    float: right;
}
.fade_dropdown_menu.notification_dropdown .dropdown_module_header {
    overflow: hidden;
    padding: 20px 25px;
    border-bottom: 1px solid #ececec;
}

.fade_dropdown_menu.notification_dropdown {
    max-width: 370px;
    min-width: 330px;
    padding: 0;
    left: -15px;
}
.notifications_module .notification .notification__info .info p {
    color: #747a86;
}


.notifications_module .notification {
    overflow: hidden;
    padding: 20px 30px;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.notifications_module .notification .notification__info .info p {
    color: #747a86;
    font-size: 15px;
}
.notification:hover {
    background: rgba(6, 116, 236, .05);
}

.navbar-light .navbar-brand {
    background: url(/gen/images/t2tlogo_block.svg) 0 0 / auto 100% no-repeat;
    display: inline-block;
    height: 56px;
    width: 150px;
}
.navbarSupportedContentCover{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    .navbarSupportedContentCover{
        align-items: start;
        flex-direction: column-reverse;
        
    }
    #search-nav-button{
        display: none;
       
    }
    #search-nav-box{
        position: relative;
        display: block;
        top: unset !important;
    }
    .navbarSupportedContentCover .menueIcons{
        order: 2;

    }
    .notifIconRow{
        display: none;
    }
    ul.navbar-nav.topnav{
        padding-right: 0px;
        padding-top: 8px;

    }
    .searc-wrap.search-nav-div input {
       border-radius: 4px;
       font-size: 12px;
       padding-right: 8px;
       
    }
    .searc-wrap.search-nav-div .search-wrap__btn {
        border-radius: 4px;

    }
    .loginState{
        display: none;
    }
    #prof-info-box{
        display: none !important;
    }
    
}


/* navbar bottom */
@media (max-width: 991px) {
    #bottom-nav {
        z-index: 9999 !important;
        background: #f7f7f7 !important;
        visibility: visible !important;
    }
}
@media (max-width: 991px) {
    .btm-nav .btm-nav-div {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .btm-nav-div a {
        color: #333;
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .btm-nav-div .icon, .menu_icon {
        font-size: 24px;
    }
}
@media (max-width: 991px) {
    .btm-nav-div.active .icon {
        background-color: #fcf3f3;
        border-radius: 20px;
        padding: 4px 12px;
        color: #db3237;
    }
}
@media (max-width: 991px) {
    .btm-nav-div.active a {
        color: #db3237;
    }
}

.mobile_content .offcanvas-menu {
    position: fixed;
    height: 100%;
    width: 220px;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 989999;
    overflow-y: scroll;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .3);
    padding-bottom: 25px;
}
@media (max-width: 768px) {
    .mobile_content .offcanvas-menu {
        z-index: 9998 !important;
        top: 52px ;
        width: 260px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background: #f7f7f7 !important;
    }
}
.mobile_content .dropdown_side {
    visibility: visible;
    position: relative;
    opacity: 1;
    min-width: auto;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding: 20px;
    right: 0;
}
.search_side{
    float: right;
    padding: 12px 0;
}
@media (max-width: 768px) {
    .search_side .search_box_side input {
        width: 220px !important;
    }
}

.search_side_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}


.mobile_content .search_box_side .search_side_btn {
    width: 36px !important;
}
.search_box_side .search_side_btn {
    left: 0 !important;
    right: auto !important;
}

.search_box .search_side_btn {
    position: absolute;
    line-height: 45px;
    top: 0;
    border: 0;
    width: 45px;
    text-align: center;
    background: #db3037;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.search_box_side input {
    line-height: 45px;
    height: 45px;
    border: 1px solid #d9dfe5;
    width: 360px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    padding: 0 25px;
}

.mobile_content .search_box_side .search_side_btn {
    width: 36px !important;
}
.search_box_side .search_side_btn {
    left: 0 !important;
    right: auto !important;
}
.search_box_side .search_side_btn {
    position: absolute;
    line-height: 45px;
    top: 0;
    border: 0;
    width: 45px;
    text-align: center;
    background: #db3037;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.search_box_side{
    position: relative;
}
@media (max-width: 768px) {
    .search_box_side .search_side_btn {
        height: 36px;
        width: 36px;
    }
}

@media (max-width: 768px) {
    .search_box_side input {
        width: 220px !important;
    }
}
@media (max-width: 768px) {
    .search_box_side input {
        height: 36px !important;
    }
}
.fade_dropdown_menu .dropdown_side ul li{
    font-weight: 500;
    line-height: 35px;
}
.fade_dropdown_menu .dropdown_side ul li a {
    line-height: 35px;
    font-size: 16px;
}
@media (max-width: 768px) {
    .dropdown_side ul li a {
        color: #333;
    }
}
.dropdown_side ul li a {
    line-height: 32px;
}
@media (max-width: 768px) {
    .dropdown_side {
        background: #f7f7f7;
    }
}
/* navbar bottom */
@media (max-width: 991px) {
    #offcanvasUserPanel .offcanvas-body {
        padding-bottom: 150px;
    }
}
/* Scroll hint arrows for profile tabs */
.scroll-hint-left,.scroll-hint-right{
    pointer-events:none;
    color:#999;
    font-size:1rem;
}
.scroll-hint-left{left:0.25rem;}
.scroll-hint-right{right:0.25rem;}
/* ------------------------- */

@media (max-width: 768px) {
    .profile_nav a{
        font-size: 12px !important;
    }

    .alert.profile_alert{
        font-size: 0.6rem;
    }
}
