﻿
/*----------------------------------responsive table mobile--------------------------------------------*/
@media (max-width: 768px) {
    .table-responsive .table th, .table-responsive .table td {
        text-align: left !important;
    }
}

.ticket-icon {
    left: 90px;
}

.scrolltop-icon {
   right : 90px;
}

.ticket-box .answeredBox {
    direction: rtl;
}

.ticket-box .askedBox {
    direction: ltr;
}

.ticket-detail.asked-question, .ticket-detail.added-comment {
    margin-left: 16px;
}

.ticket-detail.asked-question {
    /*direction: ltr;*/
}

.ticket-detail.answered-question {
    /* direction: ltr;*/
}

.ticket-detail .triangle {
    left: -16px;
    transform: rotateY(-180deg);
}

.ticket-detail.answered-question .triangle {
    right: -16px;
    direction: ltr;
}

    .ticket-detail.answered-question .triangle > div {
        transform: rotateY(-180deg);
    }

.ticket-detail.answered-question {
    margin-right: 20px;
}

.registered, .ticket-card.state1 {
    border-left: 3px solid var(--bs-yellow) !important;
}

.answered, .ticket-card.state4 {
    border-left: 3px solid var(--bs-teal) !important;
}

.closed, .ticket-card.state5 {
    border-left: 3px solid var(--bs-danger) !important;
}

.right-content {
    border-right: 1px solid #ced4da;
    padding-right: 8px;
}

@media (max-width: 576px) {
    .right-content {
        border-right: 0px solid #ced4da;
    }

    .left-content {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ced4da;
    }
}

.left-content {
    padding-left: 8px;
}


.language-dropdown {
    right: 0;
}
.slick .agency-box-title i {
    margin-right: 10px;
}

.slick .agency-scroll-hint i {
    margin-left: 5px;
}

.slick .agency-logo {
    margin-right: 15px;
}
.slick .agency-info {
    margin-right: 15px;
}
.deep .sidebar .nav-link i {
    margin-right: 8px;
}
.deep .sub-menu {
    padding-left: 20px;
}
.deep .sub-menu-2 {
    padding-left: 20px;
}
.deep .sub-menu-3 {
    padding-left: 25px;
}

.notification-dot {
    right: -8px;
}

@media (max-width: 768px) {
    .deep .sidebar {
        left: 0;
        transform: translateX(-100%);
    }
}

/* انیمیشن برای باز شدن منو */
@keyframes slideInRight-sidebar {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}
.deep .menu-arrow {
    margin-right: 5px;
}
.user-avatar {
    margin-left: 15px;
}
.theme-selector {
    right: -7px;
}
.theme-toggle-btn { 
    border-radius:   50% 0 0 50%  ; 
}
.theme-panel {
    right: 100%;
    margin-right: 10px;
}

.theme-option.active::after {
    left: -5px;
}
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
 

.ps-5_5 {
    padding-left: 3.5rem !important;
}

.bi-repeat-90 {
    border-radius: 0px 5px 5px 0;
}

.amountPenalti {
    right: 0;
}

.btn-select-search.dropdown-toggle::after {
    margin-left: 0.255em !important;
}

#dropdownMenuButton1.dropdown-toggle::after {
    margin-right: 0.255em !important;
    margin-left: 0;
}

#menu .nav-link {
    padding: 1px 5px;
}

.margin-right-5px {
    margin-left: 5px;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: left !important;
}

.iti__selected-flag {
    direction: ltr;
}

iti__flag-container {
    direction: ltr;
    text-align: left;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.rounded-l {
    border-radius: 0 .25rem .25rem 0;
}

.rounded-r {
    border-radius: .25rem 0 0 .25rem;
}

.mainDiv {
    float: left;
}

.text-align-l {
    text-align: right !important;
}

.text-align-r {
    text-align: left !important;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
    right: 40%;
    margin-right: -16px;
}

@media (min-width: 320px) {
    .dropdown-menu-flag {
        margin-right: 10px !important;
    }

    .menu1 .nav-link {
        text-align: center;
    }

    .menu1 li hr {
        display: none;
    }
}

@media (min-width: 450px) {
    .dropdown-menu-flag {
        margin-right: 10px !important;
    }

    .menu1 .nav-link {
        text-align: center;
    }

    .menu1 li hr {
        display: none;
    }
}

@media (min-width: 576px) {
    .dropdown-menu-flag {
        margin-right: 19px !important;
    }

    .menu1 .nav-link {
        text-align: left;
    }

    .menu1 li hr {
        display: block;
    }
}

.dropdown-menu-flag {
    right: 0 !important;
    margin-right: 19px;
    left: inherit !important;
}

    .dropdown-menu-flag .dropdown-item {
        text-align: right;
        direction: rtl;
    }

.text-align-left-fix {
    text-align: right;
}

.text-align-right-fix {
    text-align: left;
}

.step-header .modal-steps .step:last-child:after, .step-header .modal-steps .step:last-child:before {
    width: 50% !important;
    left: 0 !important;
}
/*--------------------------Dashbord------------------------ */
.x_title .filter {
    float: right
}

.x_title h2 {
    float: left;
}

    .x_title h2 small {
        margin-left: 10px
    }

.x_content {
    float: left;
}

    .x_content .label-align {
        text-align: left;
    }

.step-header .modal-steps .step:first-child:after, .step-header .modal-steps .step:first-child:before {
    width: 100% !important;
    left: unset;
    right: unset;
    -webkit-transform: translateX(51%);
    -ms-transform: translateX(51%);
    transform: translateX(51%)
}

.step-header .modal-steps .step:after {
    right: 0;
}

.step-header .modal-steps .step:last-child:after, .step-header .modal-steps .step:last-child:before {
    left: 0;
}

.step-header .modal-steps .step:after {
    left: 0;
}
/*------------------------------------toast----------------------------------------*/

.toast-container {
    left: 0;
    text-align: left;
}

.content-custom {
    justify-content: left;
}

.icon-container {
    justify-content: left;
    padding-right: 5px;
}

.toast-primary {
    border-left: 5px solid #084298 !important;
}

.toast-success {
    border-left: 5px solid #0f5132 !important;
}

.toast-danger {
    border-left: 5px solid #842029 !important;
}

.toast-warning {
    border-left: 5px solid #664d03 !important;
}

.toast-info {
    border-left: 5px solid #055160 !important;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.vertical-nav {
    left: 0;
}

.page-content {
    /*margin-left: 17rem;*/
}

#sidebar.active {
    margin-left: -17rem;
}

@media (max-width: 768px) {
   

        #sidebar.active {
            /* margin-left: 0;*/
            margin-left: -17rem;
        }



    #content.active {
        margin-left: 17rem;
    }
}
/*
*
* ==========================================
* END
* ==========================================
*
*/
