﻿:root {
    --mainColor: #4a69b2;
    --secondaryColor: #4a69b2;
    --successColor: #5cb85c;
    --mediumColor: #b49f31;
    --dangerColor: #b24a4a;
    --textTilteColor: #4a69b2;
    /*    --green: #00ab67;*/
    /*    --green: #1c5a2c;
    --golden: #d1ae5c;*/
    --blue: #4a69b2;
    --orange: #ffa500;
    --red: #ab181a;
    --light-blue: #45a1d9;
    --light2-blue: #909ccb;
    --red: #b24a4a;
    --neturalColor: #616160;
}

@font-face {
    font-family: 'Tajawal-Regular';
    src: url('../fonts/Tajawal/Tajawal-Regular.ttf') format('truetype');
}

body[themebg-pattern="theme1"] {
    background-color: var(--mainColor);
}
body {
    font-family: 'Tajawal-Regular';
    text-align: right;
    height: auto !important;
    min-height: auto !important;
}

#mainLoading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #808080a6;
    height: 100%;
    z-index: 2000;
}

    #mainLoading svg {
        transform: scale(0.5);
    }
/*.table tbody {
    border: 2px solid var(--golden);
}*/
body[themebg-pattern="theme3"] {
    background-color: #ffffff !important;
}

.pcoded .pcoded-header[header-theme="theme3"] {
    background: var(--successColor);
}

.header-navbar .navbar-wrapper .navbar-logo {
    /*    height: 60px;*/
    padding: 0px;
    background: var(--mainColor);
}

.fg-successColor {
    color: var(--successColor);
}

.fg-mainColor {
    color: var(--mainColor);
}

.fg-secondaryColor {
    color: var(--secondaryColor);
}

.fg-mediumColor {
    color: var(--mediumColor);
}

.fg-dangerColor {
    color: var(--dangerColor);
}

.bg-mainColor {
    background-color: var(--mainColor);
}

.bg-neturalColor {
    background-color: var(--neturalColor);
}

.bg-secondaryColor {
    background-color: var(--secondaryColor);
}

.bg-successColor {
    color: #ffffff;
    background-color: var(--successColor);
}

.bg-mediumColor {
    color: #ffffff;
    background-color: var(--mediumColor);
}

.bg-dangerColor {
    color: #ffffff;
    background-color: var(--dangerColor);
}


.table tbody tr td {
    /*    border: 1px solid var(--mainColor);
    border-left: 1px solid var(--mainColor);*/
}

/*.table thead tr.table-primary-ithraa {
    border: 2px solid var(--mainColor);
}*/

/*.table-bordered th {
    border: 1px solid transparent;
}*/

.pcoded .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--mainColor);
}

.hidden {
    display: none;
}

.text-ithraa {
    color: var(--mainColor);
}

.text-orange {
    color: var(--orange);
}

.text-red {
    color: var(--red);
}

.label-bg-ithraa {
    color: #ffffff;
    background: var(--mainColor) !important;
    /* background: radial-gradient(var(--light-blue), var(--mainColor));*/
    padding-top: 5px;
}

.label-bg-ithraa2 {
    color: #ffffff;
    background: var(--light-blue);
    padding-top: 5px;
}

.table-hover tbody tr {
    transition: .3s all;
    cursor: pointer;
}

    .table-hover tbody tr:hover {
        background: var(--secondaryColor);
        color: #ffffff;
    }

.selected-tr {
    background: var(--mainColor);
    color: #ffffff;
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: var(--mainColor);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: var(--mainColor);
    stroke-miterlimit: 10;
    stroke-width: 2;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: var(--mainColor);
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
    color: var(--mainColor);
}

.btn-primary-ithraa {
    background-color: var(--mainColor);
    border-color: var(--mainColor);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    width: 100%;
    /*min-width: 120px;*/
}

a.btn-primary-ithraa {
    color: #fff !important;
}

    a.btn-primary-ithraa:hover {
        background-color: #fff !important;
        color: var(--mainColor) !important;
    }


.btn-secondary-ithraa {
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

a.btn-secondary-ithraa {
    color: #fff !important;
}

    a.btn-secondary-ithraa:hover {
        background-color: #fff !important;
        color: var(--secondaryColor) !important;
    }

.btn-danger-ithraa {
    background-color: var(--dangerColor);
    border-color: var(--dangerColor);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    width: 100%;
    /*min-width: 120px;*/
}

a.btn-danger-ithraa {
    color: #fff !important;
}

    a.btn-danger-ithraa:hover {
        background-color: #fff !important;
        color: var(--dangerColor) !important;
    }

.btn-danger-ithraa.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.btn-netural-ithraa {
    background-color: var(--neturalColor);
    border-color: var(--neturalColor);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    width: 100%;
    /*min-width: 120px;*/
}

a.btn-netural-ithraa {
    color: #fff !important;
}

    a.btn-netural-ithraa:hover {
        background-color: #fff !important;
        color: var(--neturalColor) !important;
    }

.bg-primary-ithraa {
    background: var(--mainColor);
    color: #ffffff;
}

.fb-timeliner h2 {
    /*background: radial-gradient(var(--light-blue), var(--mainColor));*/
    background: var(--mainColor);
}


::-webkit-scrollbar {
    cursor: pointer !important;
    width: 10px;
    height: 10px;
    /*    background-color: #F5F5F5;*/
}

::-webkit-scrollbar-thumb {
    cursor: pointer !important;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    /* background-color: #246890; */
}

::-webkit-scrollbar-thumb {
    /*background-color: var(--mainColor) !important;*/
    background-color: #e4e6e9 !important;
}

::-webkit-scrollbar-track {
    cursor: pointer !important;
    /*    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);*/
    border-radius: 5px;
    background-color: transparent;
}

.table-styling .table-primary-ithraa, .table-styling.table-primary-ithraa {
    background-color: var(--mainColor);
    color: #fff;
    border: 0px solid var(--mainColor);
}

/*.table thead th {
    border-bottom: 0px solid #d6dde1;
}*/

.table-hover .table-primary-ithraa:hover > td,
.table-hover .table-primary-ithraa:hover > th {
    background-color: var(--mainColor);
    cursor: pointer;
}

.btn-outline-primary-ithraa {
    color: var(--mainColor);
    background-color: #fff;
    background-color: transparent;
}

    .btn-outline-primary-ithraa:not(:disabled):not(.disabled).active,
    .btn-outline-primary-ithraa:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary-ithraa.dropdown-toggle {
        color: #fff;
        background-color: var(--mainColor);
        border-color: var(--mainColor);
    }

.btn-primary-ithraa:hover {
    color: #ffffff;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
}

.btn-secondary-ithraa:hover {
    color: #ffffff;
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
}

.btn-success {
    background-color: #20bdc0;
    border-color: #20bdc0;
}

    .btn-success:hover,
    .btn-success:active {
        background-color: #10c9cd;
        border-color: #20bdc0;
    }

.checkbox-fade.fade-in-primary-ithraa .cr, .checkbox-fade.zoom-primary-ithraa .cr, .checkbox-zoom.fade-in-primary-ithraa .cr, .checkbox-zoom.zoom-primary-ithraa .cr {
    border: 2px solid var(--mainColor);
    background: #FFF;
}

    .checkbox-fade.fade-in-primary-ithraa .cr .cr-icon,
    .checkbox-fade.zoom-primary-ithraa .cr .cr-icon,
    .checkbox-zoom.fade-in-primary-ithraa .cr .cr-icon,
    .checkbox-zoom.zoom-primary-ithraa .cr .cr-icon {
        color: var(--mainColor);
    }

    .checkbox-fade.fade-in-default .cr .cr-icon,
    .checkbox-fade.zoom-primary-ithraa .cr .cr-icon,
    .checkbox-zoom.fade-in-primary-ithraa .cr .cr-icon,
    .checkbox-zoom.zoom-primary-ithraa .cr .cr-icon {
        color: var(--secondaryColor);
    }



.form-material .form-primary-ithraa .form-control:focus ~ label {
    color: var(--mainColor);
}

.form-material .form-primary-ithraa
.form-control:focus ~ .form-bar:after,
.form-material .form-primary-ithraa
.form-control:focus ~ .form-bar:before {
    background: var(--mainColor);
}

.form-control-primary-ithraa {
    border-color: var(--mainColor);
    color: var(--mainColor);
}

.pcoded .pcoded-navbar {
    overflow-y: auto;
}

    .pcoded .pcoded-navbar .pcoded-item > li {
        margin-bottom: 5px;
        background: #dadee7a8;
        color: #fff !important;
    }

.bg-c-green-ithraa {
    background-color: var(--successColor);
}

.bg-c-golden-ithraa {
    background-color: var(--mainColor);
}

.text-c-green-ithraa {
    color: var(--successColor);
}

.text-c-golden-ithraa {
    color: var(--mainColor);
}

.dropdown-primary-ithraa .dropdown-menu a:hover,
.dropdown-split-primary-ithraa .dropdown-menu a:hover {
    background-color: var(--mainColor);
    color: #fff;
}

.p-relative {
    position: relative;
}



.loader_grad_relative {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: rgba(0,0,0,0.3);
    z-index: 900;
    opacity: 0.9;
}

.loader_relative_white {
    position: absolute;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .loader_relative_white:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    .loader_relative_white:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loader_relative_white:not(:required):after {
            content: '';
            display: block;
            font-size: 15px;
            width: 0.6em;
            height: 0.6em;
            margin-top: -0.5em;
            -webkit-animation: spinner 2500ms infinite linear;
            -moz-animation: spinner 2500ms infinite linear;
            -ms-animation: spinner 2500ms infinite linear;
            -o-animation: spinner 2500ms infinite linear;
            animation: spinner 2500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
            box-shadow: white 1.5em 0 0 0, white 1.1em 1.1em 0 0, white 0 1.5em 0 0, white -1.1em 1.1em 0 0, white -1.5em 0 0 0, white -1.1em -1.1em 0 0, white 0 -1.5em 0 0, white 1.1em -1.1em 0 0;
        }




.loader_session {
    position: absolute;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    /*margin: auto;*/
    top: 15px;
    left: 12px;
    bottom: 0;
    right: 0;
}

    .loader_session:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    .loader_session:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loader_session:not(:required):after {
            content: '';
            display: block;
            font-size: 7px;
            width: 0.8em;
            height: 0.8em;
            margin-top: -0.5em;
            -webkit-animation: spinner 2500ms infinite linear;
            -moz-animation: spinner 2500ms infinite linear;
            -ms-animation: spinner 2500ms infinite linear;
            -o-animation: spinner 2500ms infinite linear;
            animation: spinner 2500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: var(--mainColor) 1.5em 0 0 0, var(--mainColor) 1.1em 1.1em 0 0, var(--mainColor) 0 1.5em 0 0, var(--mainColor) -1.1em 1.1em 0 0, var(--mainColor) -1.5em 0 0 0, var(--mainColor) -1.1em -1.1em 0 0, var(--mainColor) 0 -1.5em 0 0, var(--mainColor) 1.1em -1.1em 0 0;
            box-shadow: var(--mainColor) 1.5em 0 0 0, var(--mainColor) 1.1em 1.1em 0 0, var(--mainColor) 0 1.5em 0 0, var(--mainColor) -1.1em 1.1em 0 0, var(--mainColor) -1.5em 0 0 0, var(--mainColor) -1.1em -1.1em 0 0, var(--mainColor) 0 -1.5em 0 0, var(--mainColor) 1.1em -1.1em 0 0;
        }


.StatisticsByTicketStatusLoader.loader_session {
    width: 100%;
}

    .StatisticsByTicketStatusLoader.loader_session:after {
        position: absolute;
        left: 1.5em;
    }

@-moz-keyframes spinner {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.title-custome {
    padding-right: 25px;
    font-size: 20px;
}

.required-star {
    color: red;
}

.required-star-label {
    font-size: 14px;
    font-weight: bold;
}

.form-material label.form-control {
    line-height: 3.5;
}

.form-material .for-label {
    top: -25px;
    font-size: 14px;
    font-weight: bold;
    color: var(--mainColor);
}

.form-material .material-group {
    margin-top: 30px;
    margin-bottom: 20px;
}

.form-material .float-label {
    top: -25px;
    font-size: 14px;
    font-weight: bold;
    color: var(--mainColor);
}

.form-material .form-control:focus ~ .float-label, .form-material .form-control:valid ~ .float-label {
    top: -25px;
    font-size: 14px;
    font-weight: bold;
    color: var(--textTilteColor);
}

/*.form-material textarea {
    height: auto !important;
}*/

.primary-label {
    font-size: 14px !important;
    font-weight: bold;
    color: var(--mainColor);
}

.card-clickable {
    line-height: 22px;
    cursor: pointer;
    background: var(--golden);
    font-size: 12px;
    border-bottom: 5px solid var(--golden);
    /*    border: 2px solid #437545;*/
}

    .card-clickable:hover {
        /*color: #ffffff;*/
        border-bottom: 5px solid #437545;
        /*        background: #437545;*/
    }

    .card-clickable.active {
        /* color: #ffffff;*/
        border-bottom: 5px solid #437545;
        /*        background: #437545;*/
    }

    .card-clickable .text-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


.review-card .review-block .cust-img {
    width: 50px;
    height: auto;
    /* height: 70px; */
}

.card {
    background-color: transparent;
    box-shadow: none;
}

    .card .card-header {
        background-color: #ffffffbd;
        min-height: 45px;
        padding: 5px 20px;
    }

        .card .card-header.no-header {
            height: 0 !important;
            min-height: 0 !important;
            padding: 0 !important;
        }

        .card .card-header h5 {
            line-height: 35px;
            font-weight: bold;
            font-size: 16px;
            color: var(--textTilteColor);
        }


        .card .card-header .card-header-left {
            left: 10px;
            top: 13px;
            display: inline-block;
            float: left;
            padding: 7px 0;
            position: absolute;
        }

            .card .card-header .card-header-left .card-option li {
                display: inline-block;
            }

            .card .card-header .card-header-left i {
                margin: 0 7px;
                cursor: pointer;
                font-size: 12px;
                color: #8c8c8c;
                line-height: 2;
                transition: all 0.5s;
            }

                .card .card-header .card-header-left i:hover {
                    color: var(--mainColor);
                    transform: scale(1.9);
                }

    .card .answer-body {
        border: 2px solid var(--mainColor);
        padding: 20px 20px 30px 20px;
        border-radius: 10px;
    }

    .card .card-header h5:after {
        background-color: var(--mainColor);
        top: -3px;
        width: 4px;
        height: 43px;
    }

.card-header-to-expand {
    cursor: pointer;
}

.row {
    direction: rtl;
    margin: 0;
    margin-bottom: 5px;
}

.card {
    direction: rtl;
}

.card-clickable h5 {
    font-size: 16px;
}

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-link:focus,
.md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-link.active,
.md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
    color: var(--successColor);
}

.nav-tabs .slide {
    background: var(--successColor);
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.l-h-40 {
    line-height: 40px;
}

.l-h-20 {
    line-height: 20px;
}

.error {
    font-size: 14px;
    color: red;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    text-align: center;
    padding: 50px 10px;
    cursor: pointer;
}

    .drop-box.dragover {
        border: 5px dashed var(--mainColor);
    }

    .drop-box.dragover-err {
        border: 5px dashed red;
    }

.contact-satesfaction i.active {
    background-color: var(--mainColor);
    color: #ffffff;
}

.contact-satesfaction i:hover:not(.disabled) {
    background-color: var(--mainColor);
    color: #ffffff;
    transform: translateY(-5px);
}

.form-material .material-group-primary .material-addone i,
.form-material .material-group-primary .material-addone span {
    color: var(--mainColor);
}

.contact-satesfaction i:not(.desable).active {
    background-color: var(--mainColor);
    color: #ffffff;
}

.contact-satesfaction i.active {
    background-color: var(--mainColor);
    color: #ffffff;
}




.OneValueSection-2 {
    text-align: center;
    margin-top: 5px;
}

    .OneValueSection-2 .icon-section {
        text-align: center;
        padding: 8px 7px 1px 1px;
        background-color: #1c5a2c;
        color: #ffffff;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

        .OneValueSection-2 .icon-section .Icon i {
            font-size: 40px;
        }

    .OneValueSection-2 .data-section {
        background-color: var(--mainColor);
        color: #ffffff;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        padding-top: 5px;
        padding: 5px 1px 1px 10px;
        border: 5px solid #1c5a2c;
    }

select.form-control:not([size]):not([multiple]) {
    height: 36px !important;
}

.form-control {
    height: 36px;
    font-size: 13px;
    border: 1px solid var(--mainColor);
    line-height: 34px;
    padding: 4px 10px;
}

.form-group .form-control[layout="row"] {
    padding: 0px 0px;
}

select.form-control,
select.form-control:focus,
select.form-control:hover {
    border: 1px solid var(--mainColor);
}

.color-selected {
    color: #ffffff;
}



.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item > li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item > li:hover > a {
    /*background: var(--mainColor);*/
    background: var(--secondaryColor);
    color: #fff !important;
}

.pcoded-trigger a:first-child {
    background: #ced0d4;
}

.pcoded-trigger.l1 a:first-child {
    background: #ced0d4;
}

.pcoded-trigger.l2 a:first-child {
    background: #b6b8bc;
}

.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item .pcoded-submenu li:hover > a {
    /*background: var(--mainColor);*/
    background: var(--secondaryColor);
    color: #fff !important;
    border-radius: 5px;
}
/*[theme-layout="vertical"]*/
.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a {
    margin: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
    width: 95%;
    list-style: outside none none;
    margin: 5px auto;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
    padding-right: 40px;
    line-height: 22px;
    font-size: 15px;
    font-weight: bold;
}

.pcoded[theme-layout="vertical"] .pcoded-item > li.active > a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-item > li:hover > a .pcoded-micon {
    color: #fff !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar {
    transition: all .5s;
}

.pcoded[theme-layout="vertical"] .pcoded-content {
    transition: all .5s;
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container {
    margin-left: 0;
    margin-right: 0px;
}

    body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-left,
    body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right {
        padding-inline-start: 0px;
    }

.simple-cards .user-card {
    padding: 0;
    transition: 0.5s all;
}

.user-card .usre-image {
    margin-top: 10px;
}


.simple-cards .user-card .card-block {
    padding: 0;
    text-align: center;
    cursor: pointer;
    transition: 0.5s all;
}

.simple-cards .user-card h5 {
    transition: 0.5s all;
}

.simple-cards .user-card:hover .card-block {
    /*background: var(--mainColor);*/
    background: #4a69b2a1;
    color: #ffffff !important;
}

.simple-cards .user-card:hover {
    transform: translateY(-15px);
    box-shadow: 0px 11px 5px 5px rgb(74 105 178 / 30%);
    border: 0px solid var(--mainColor);
}


    .simple-cards .user-card:hover .label-icon i {
        color: #ffffff;
    }


.pcoded .pcoded-inner-content {
    padding: 0;
    /*padding-top: 33px;*/
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
    top: 50px;
    direction: ltr;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar {
    /*z-index: 1027;*/
    z-index: 78;
    height: calc(100% - 90px);
}
/*theme1 customization */
.pcoded .pcoded-header[header-theme="theme1"] {
    background: var(--mainColor);
    /*    background-image: linear-gradient(232.56deg, #909ccb 5%, #4a69b2 100%);*/
}


.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
    padding-right: 0px;
}

.card-header-img {
    height: 100px;
    display: flex;
    justify-content: center;
}

    .card-header-img img {
        max-height: 80px;
        margin: auto;
    }


/*RTL Style*/
.pcoded .pcoded-navbar {
    height: 34px;
}

.table-border-style {
    direction: rtl;
}

.media-left {
    padding-left: 20px;
    padding-right: unset;
}

.dropdown-menu {
    text-align: right;
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-brand.pcoded-left-align,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-left-item.pcoded-left-align,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-right-item.pcoded-left-align,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-search-item.pcoded-left-align {
    float: right;
    direction: rtl;
}


.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    text-align: right;
}

.pcoded[horizontal-placement="top"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a > .pcoded-mcaret {
    background: transparent none repeat scroll 0 0;
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 0;
    display: block;
    float: right;
    height: 0;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    width: 0;
}

.header-navbar .navbar-wrapper .navbar-logo {
    height: 48px;
    float: right !important;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left {
    float: right;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right {
    float: left;
}

    .header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
        padding-right: 2px;
        padding-left: 2px;
    }

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
    left: 0;
    right: unset;
}

.right-icon-control .form-icon {
    left: 8px;
    right: unset;
}

.pcoded-inner-navbar {
    /*background: #909ccb;*/
    /*background: #e4e6e9;*/
    background: #ffffff;
    background-image: url('../media/images/background texture-01.png');
    background-size: cover;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li > a {
    color: #000 !important;
    line-height: 2.4;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
    background: #ffffffa8;
}

.pcoded-main-container {
    background: #f7f7f7;
}
/*.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-micon i {
    color: #000 !important;
}*/
/*.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.active > a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:before {
    font-style: normal;
    margin-left: 3px;
    padding-left: 6px;
    position: relative;
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar li.pcoded-hasmenu[dropdown-icon="style1"] > a:before {
    content: "\e64a";
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar li.pcoded-hasmenu > a:before {
    font-family: "themify";
    font-size: 12px;
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style1"] > a:before {
    content: "\e64b";
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
    left: 10px;
}
*/
.pcoded[theme-layout="horizontal"] .pcoded-navbar li.pcoded-hasmenu[dropdown-icon="style1"] > a:after {
    content: "\e64a";
    color: #000;
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar li.pcoded-hasmenu > a:after {
    font-family: "themify";
    font-size: 12px;
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.active > a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after {
    font-style: normal;
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    padding-right: 10px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li > a .pcoded-micon {
    font-size: 20px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
    display: inline;
    font-size: 18px;
}
/*.pcoded[theme-layout="horizontal"] .pcoded-navbar li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style1"] > a:after {
    content: "";
    display: none;
}*/
md-input-container label:not(.md-container-ignore) {
    bottom: 80%;
}

md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
    -webkit-transform: translateY(-10px) translateX(-2px) scale(0.75);
    transform: translateY(-10px) translateX(-2px) scale(0.75);
}

md-input-container .md-input {
    height: 50px;
}

md-input-container label {
    height: 30px;
}

md-menu:focus,
md-menu span:focus {
    outline: unset;
}

md-radio-button:focus {
    outline: none;
}


.md-dialog-container,
.selectdemoSelectHeader {
    z-index: 1200;
    direction: rtl;
}

.md-input-has-value label {
    visibility: hidden;
}

md-input-container label:not(.md-container-ignore) {
    bottom: 80%;
}

.md-input-container {
    margin: 0;
    height: 34px;
    margin-bottom: 0px;
    /*    border: 1px solid #ccc;*/
    padding-right: 0px;
    width: 100%;
}

md-select {
    height: 36px;
    margin: 0px 0 0px 0;
    /*padding: 4px 7px;*/
    padding: 4px 0px;
}

    md-select.md-default-theme .md-select-value.md-select-placeholder,
    md-select .md-select-value.md-select-placeholder {
        color: rgb(110 119 126);
    }

.md-input-container .md-placeholder {
    display: none;
}

md-input-container {
    /*width: 260px;*/
    width: 100%;
    margin-top: 0px;
    /*max-width: 300px;*/
    height: 50px;
    margin-bottom: 0px;
}

    md-input-container .md-input {
        height: 50px;
    }

    md-input-container label {
        height: 30px;
    }

md-option {
    min-height: 34px;
}

md-select-menu md-option {
    padding: 0 16px 0 16px;
    border-top: 1px solid #dedede;
    height: auto;
}

    md-select-menu md-option .md-text {
        white-space: normal;
        overflow: hidden;
        word-break: break-word;
    }

md-select-menu md-optgroup label {
    padding: 5px 16px;
    margin: 0;
    background: #e1e3e9;
}
/*.md-dialog-container,
.selectdemoSelectHeader {
    z-index: 1020 !important;
}*/
.selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 34px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.selectdemoSelectHeader md-content._md {
    max-height: 240px;
}

.md-select-ithraa .title {
    padding-right: 45px;
    font-size: 14px;
    font-weight: bold;
    color: var(--mainColor);
}

.md-select-ithraa .item {
    margin-top: 0;
    padding: 0;
}

.md-select-ithraa .material-group-primary {
    margin-top: 0
}

.image-cropper-container {
    /*    box-shadow: -1px 9px 13px 8px rgb(74 105 178 / 44%);*/
    border: none;
    margin-bottom: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-bottom: 10px;
}

.particles-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 0;
}

.pcoded-inner-content {
    background-image: url(../media/images/bg-design.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    background-color: transparent;
    background-size: cover;
}


.latest-activity-card .card-body p {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px 12px;
    margin: 2px 0px;
    color: var(--mainColor);
    transition: all 0.3s;
    cursor: pointer;
    font-weight: bold;
}

    .latest-activity-card .card-body p:hover {
        background: var(--mainColor);
        color: #ffffff;
    }

.social-msg a {
    margin-right: 10px;
}

    .social-msg a span {
        color: #666;
        padding-left: 3px;
        padding-right: 0px;
        margin-right: 0px;
    }

.ithra-hover:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    /* transform: scale(1); */
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.ithra-hover::before {
    background-color: #30BEB6 !important;
}

.ithra-hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: -webkit-transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    -o-transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    transition: transform 0.25s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s, -webkit-transform 0.25s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.social-client-description {
    margin-bottom: 20px;
    background: #f0f2f5;
    border-radius: 15px;
    padding: 15px;
    flex: inherit;
}

.social-msg a.active span,
.social-msg a.active .text-muted {
    color: var(--mainColor) !important;
}

.edit-news {
    margin: 0;
    color: var(--mainColor);
    font-size: 15px !important;
    transition: .5s;
    cursor: pointer !important;
}

    .edit-news:hover {
        color: var(--secondaryColor);
    }

.edit-comment {
    margin: 0;
    color: var(--mainColor);
    font-size: 15px !important;
    transition: .5s;
    cursor: pointer !important;
}

    .edit-comment:hover {
        color: var(--secondaryColor);
    }


.ui-notification.success {
    background: var(--successColor);
}

.ui-notification.info {
    background: var(--mainColor);
}

.ui-notification.success {
    background: var(--successColor);
}

.ui-notification.warning {
    background: var(--mediumColor);
}

.ui-notification.error {
    background: var(--dangerColor);
}


.customTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
}

    .customTable .customTableHeader {
        transition: all 0.35s ease;
    }

        .customTable .customTableHeader select {
            direction: rtl;
        }

        .customTable .customTableHeader .header-label {
            width: 100%;
            color: #ffffff;
            background: var(--mainColor);
            border: 1px solid var(--mainColor);
            border-radius: 5px;
        }

            .customTable .customTableHeader .header-label .cell {
                display: flex;
                padding: 5px;
                width: 150px;
                max-width: 150px;
                text-align: center;
                cursor: pointer;
                transition: all 0.35s ease;
            }

                .customTable .customTableHeader .header-label .cell:hover {
                    transform: translateY(-5px);
                }

                .customTable .customTableHeader .header-label .cell i.fa {
                    line-height: 0.1;
                    width: 10%;
                    margin: auto 1px;
                }

                .customTable .customTableHeader .header-label .cell span.cell-title {
                    line-height: 1.5;
                    width: 80%;
                }

                .customTable .customTableHeader .header-label .cell i.fa-sort-asc {
                    color: var(--secondaryColor)
                }

                .customTable .customTableHeader .header-label .cell i.fa-sort-desc {
                    color: var(--secondaryColor)
                }

        .customTable .customTableHeader .header-search {
            width: 100%;
            display: inline-block;
        }

        .customTable .customTableHeader .header-search-mor-info {
            width: 100%;
            padding: 0;
            background-color: #ced0d4;
            border: 1px solid #4a69b2;
            border-radius: 5px;
            /*            min-height: 43px;*/
            display: inline-block;
            /*padding: 5px 10px;*/
            /*            transition: all 0.35s ease;*/
            display: none;
            /*            position: relative;
            padding: 0;

            display: block;*/
            position: absolute;
            width: 100%;
            z-index: 100;
            max-width: 96.5%;
        }

            .customTable .customTableHeader .header-search-mor-info .first-row {
                margin-top: 10px;
            }

            .customTable .customTableHeader .header-search-mor-info .ng-not-empty {
                border: 1px solid var(--secondaryColor);
            }

    /*
            .customTable .customTableHeader .header-search-mor-info .bg-style {
                position: absolute;
                height: 100%;
                width: 100%;
                padding-top: 10px;
                background: url('../media/images/bg-texture3.png') center center;
            }

                .customTable .customTableHeader .header-search-mor-info .bg-style:after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #fff;
                    opacity: 0.7;
                }*/


    .customTable .customTableRow {
        transition: 0.5s all;
        overflow-y: auto;
        overflow-x: hidden;
        cursor: pointer;
        transition: all 0.35s ease;
    }

        .customTable .customTableRow:hover,
        .customTable .customTableRow.active {
            background-color: #f7f7f7;
            transform: translateY(-5px);
        }

        .customTable .customTableRow .main-info {
            width: 100%;
            border: 1px solid #4a69b2;
            border-radius: 5px;
        }

            .customTable .customTableRow .main-info .cell {
                color: #000;
                word-wrap: break-word;
                padding: 5px;
                width: 150px;
                max-width: 150px;
                text-align: center;
                overflow: hidden;
            }

        /*    .customTable .customTableHeader .header-label .cell .chk-option {
        width: 30px;
    }
*/
        .customTable .customTableRow .mor-info {
            width: 100%;
            border: 1px solid #f7f7f7;
            border-radius: 5px;
            display: none;
        }

.item-content {
    background-color: #d2cfcf;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .625rem;
    position: relative;
    display: inline-flex;
    min-width: 0;
    word-wrap: break-word;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 7px;
    border-radius: 5px;
    padding: 5px 15px;
    transition: all 0.35s ease;
    box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
}

.customTable .customTableRow-no-content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--mainColor);
    text-align: center;
}

    .customTable .customTableRow-no-content:hover {
        transform: translateY(0px);
        background: unset;
    }

.customTableRow.show-mor-info {
    margin-bottom: 7px;
}

    .customTableRow.show-mor-info .main-info {
        border-bottom: 1px solid #f7f7f7;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
        background-color: #dadee7;
    }

    .customTableRow.show-mor-info .mor-info {
        /*min-height: 43px;*/
        /*display: block;*/
        border: 1px solid #4a69b2;
        border-top: 1px solid #dadee7;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

/*        .customTableRow.show-mor-info .mor-info .row {
            
        }*/

.customTableHeader.show-mor-info .header-search-mor-info {
    transition: all 0.35s ease;
    min-height: 43px;
    opacity: 1;
    display: block;
    border: 1px solid #4a69b2;
    /*    border-top: 1px solid #dadee7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;*/
}




.customTable-without-pagination {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
}

    .customTable-without-pagination .customTable-without-paginationHeader {
        transition: all 0.35s ease;
    }

        .customTable-without-pagination .customTable-without-paginationHeader select {
            direction: rtl;
        }

        .customTable-without-pagination .customTable-without-paginationHeader .header-label {
            width: 100%;
            color: #ffffff;
            background: var(--mainColor);
            border: 1px solid var(--mainColor);
            border-radius: 5px;
        }

            .customTable-without-pagination .customTable-without-paginationHeader .header-label .cell {
                display: flex;
                padding: 5px;
                width: 150px;
                max-width: 150px;
                text-align: center;
                cursor: pointer;
                transition: all 0.35s ease;
            }

                .customTable-without-pagination .customTable-without-paginationHeader .header-label .cell:hover {
                    transform: translateY(-5px);
                }

                .customTable-without-pagination .customTable-without-paginationHeader .header-label .cell i.fa {
                    line-height: 1.5;
                    width: 10%;
                    margin: auto 1px;
                }

                .customTable-without-pagination .customTable-without-paginationHeader .header-label .cell span.cell-title {
                    line-height: 1.5;
                    width: 80%;
                }

                .customTable-without-pagination .customTable-without-paginationHeader .header-label .cell i.fa-sort-asc {
                    color: var(--secondaryColor)
                }

                .customTable-without-pagination .customTable-without-paginationHeader .header-label .cell i.fa-sort-desc {
                    color: var(--secondaryColor)
                }

        .customTable-without-pagination .customTable-without-paginationHeader .header-search {
            width: 100%;
            display: inline-block;
        }

        .customTable-without-pagination .customTable-without-paginationHeader .header-search-mor-info {
            width: 100%;
            padding: 0;
            background-color: #dadee7;
            border: 1px solid #4a69b2;
            border-radius: 5px;
            /*            min-height: 43px;*/
            display: inline-block;
            /*padding: 5px 10px;*/
            /*            transition: all 0.35s ease;*/
            display: none;
            /*            position: relative;
            padding: 0;

            display: block;*/
            position: absolute;
            width: 100%;
            z-index: 100;
            max-width: 96.5%;
        }

            .customTable-without-pagination .customTable-without-paginationHeader .header-search-mor-info .first-row {
                margin-top: 10px;
            }

            .customTable-without-pagination .customTable-without-paginationHeader .header-search-mor-info .ng-not-empty {
                border: 1px solid var(--secondaryColor);
            }


            .customTable-without-pagination .customTable-without-paginationHeader .header-search-mor-info .bg-style {
                position: absolute;
                height: 100%;
                width: 100%;
                padding-top: 10px;
                background: url('../media/images/bg-texture3.png') center center;
                /*background: url('../media/images/background texture-01.png') center center;*/
            }

                .customTable-without-pagination .customTable-without-paginationHeader .header-search-mor-info .bg-style:after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #fff;
                    opacity: 0.7;
                }


    .customTable-without-pagination .customTable-without-paginationRow {
        transition: 0.5s all;
        overflow-y: auto;
        overflow-x: hidden;
        cursor: pointer;
        transition: all 0.35s ease;
    }

        .customTable-without-pagination .customTable-without-paginationRow:hover,
        .customTable-without-pagination .customTable-without-paginationRow.active {
            background-color: #f7f7f7;
            transform: translateY(-5px);
        }

        .customTable-without-pagination .customTable-without-paginationRow .main-info {
            width: 100%;
            border: 1px solid #4a69b2;
            border-radius: 5px;
        }

            .customTable-without-pagination .customTable-without-paginationRow .main-info .cell {
                color: #000;
                word-wrap: break-word;
                padding: 5px;
                width: 150px;
                max-width: 150px;
                text-align: center;
                overflow: hidden;
            }

    .customTable-without-pagination .customTable-without-paginationHeader .header-label .cell .chk-option {
        width: 30px;
    }

    .customTable-without-pagination .customTable-without-paginationRow .mor-info {
        width: 100%;
        border: 1px solid #f7f7f7;
        border-radius: 5px;
        display: none;
    }

.customTable-without-paginationRow.show-mor-info {
    margin-bottom: 7px;
}

    .customTable-without-paginationRow.show-mor-info .main-info {
        border-bottom: 1px solid #f7f7f7;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
        background-color: #dadee7;
    }

    .customTable-without-paginationRow.show-mor-info .mor-info {
        /*min-height: 43px;*/
        /*display: block;*/
        border: 1px solid #4a69b2;
        border-top: 1px solid #dadee7;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

/*        .customTable-without-paginationRow.show-mor-info .mor-info .row {
            
        }*/

.customTable-without-paginationHeader.show-mor-info .header-search-mor-info {
    transition: all 0.35s ease;
    min-height: 43px;
    opacity: 1;
    display: block;
    border: 1px solid #4a69b2;
    /*    border-top: 1px solid #dadee7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;*/
}

.no-more-loaded-items {
    justify-content: center;
    border-top: none;
    font-weight: bold;
    color: var(--mainColor);
    font-weight: bold;
    font-size: 14px;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.box, .nav-tabs-custom > .nav-tabs > li > .active, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover {
    border-top-color: var(--mainColor, #36779c) !important;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.Procedures-box {
    margin-bottom: 2px;
    border: 3px dashed #246890;
    background-color: #ecf0f5;
}

.btn.btn-focus {
    background: #dddfe2;
}

select optgroup option, select option {
    background-color: #ffffff;
    color: #0d4c63;
    font-size: 16px;
    font-family: 'Tajawal-Regular';
}

.pcoded[theme-layout="vertical"] .pcoded-header[pcoded-header-position="fixed"] {
    z-index: 102;
}

.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.picker-switch, .datepicker thead th.next {
    font-weight: 500;
    color: #ffffff;
    background-color: var(--mainColor,#4a69b2);
    cursor: pointer;
}

    .datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
        background: var(--secondaryColor,#1abbaa) !important;
    }

.datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
    background: var(--mainColor,#4a69b2);
    color: #ffffff;
}

.datepicker-dropdown {
    padding: 1px;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

md-pagination-wrapper md-tab-item {
    background: var(--mainColor,#4a69b2);
    color: rgb(255 255 255) !important;
}

md-pagination-wrapper,
md-tabs.md-dynamic-height md-tabs-content-wrapper {
    padding: 0px 0px;
}

md-tabs[md-border-bottom] md-tabs-wrapper {
    border-width: 0 0 0px;
    border-style: solid;
    border-bottom: 3px solid var(--mainColor, #36779c) !important;
}


.crollabel-box-relatedTo-card-body {
    min-height: 300px;
}

md-tabs-content-wrapper md-tab-content .md-tab-scrollable {
    border-top: 0;
    margin-bottom: 0;
    overflow: auto;
    background: #ffffff;
}

.typesDemo ul[dnd-list],
.typesDemo ul[dnd-list] > li {
    position: relative;
}

.typesDemo ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
    padding-right: 0px;
}

    .typesDemo ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    .typesDemo ul[dnd-list] .dndPlaceholder {
        display: block;
        background-color: #ddd;
        padding: 10px 15px;
        min-height: 42px;
    }

    .typesDemo ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        display: block;
        margin-bottom: -1px;
        /* Disable text selection if item is not draggable */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .typesDemo ul[dnd-list] li dnd-nodrag {
            display: block;
            padding: 10px 15px;
        }

        .typesDemo ul[dnd-list] li.background-man {
            background-color: #CAE0FC;
        }

        .typesDemo ul[dnd-list] li.background-woman {
            background-color: #FFE2F5;
        }

    .typesDemo ul[dnd-list] input.background-man {
        background-color: #D8E9FF;
        color: #2F4D99;
    }

    .typesDemo ul[dnd-list] input.background-woman {
        background-color: #FFF0FA;
        color: #D84FA7;
    }

.typesDemo .handle {
    cursor: move;
    position: absolute;
    top: 14px;
    left: 12px;
}

.typesDemo .name {
    margin-left: 20px;
}

.typesDemo .label-as-tabel-title {
    background-color: var(--mainColor);
    color: #ffffff;
    line-height: 25px;
}

.success-answer, .success-answer:focus {
    background-color: var(--successColor) !important;
    color: #ffffff !important;
}

.error-answer, .error-answer:focus {
    background-color: var(--dangerColor) !important;
    color: #ffffff !important;
}

.nested .toolbox ul {
    cursor: move;
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .nested .toolbox ul li {
        width: 40%;
        display: inline-block;
        margin-left: 2%;
        margin-right: 2%;
    }

        .nested .toolbox ul li span {
            width: 100%;
            cursor: move;
            border: 2px dotted #4a69b2;
        }

.nested .bathbox {
    max-height: 350px;
    overflow: auto;
}

    .nested .bathbox ul {
        list-style: none;
        padding-left: 15px;
        padding-right: 15px;
    }

        .nested .bathbox ul li .row {
            margin: 0;
        }

        .nested .bathbox ul li {
            margin: 5px;
            padding: 0px;
        }

    .nested .bathbox .dndPlaceholder {
        background-color: #ddd;
        display: block;
        min-height: 42px;
    }

    .nested .bathbox .selected {
        background-color: var(--secondaryColor) !important;
        color: #fff;
    }

        .nested .bathbox .selected input {
            background-color: var(--secondaryColor) !important;
            color: #fff;
        }

.eventsGroupSelected {
    background-color: var(--secondaryColor) !important;
    color: #fff;
}

    .eventsGroupSelected label {
        background-color: var(--secondaryColor) !important;
        color: #fff;
    }

select {
    cursor: pointer;
}

.m_h250 {
    min-height: 250px;
}

.list-box {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 15px;
}

.m-t-5 {
    margin-top: 5px;
}





.checkbox-fade label {
    margin-bottom: 0;
}

    .checkbox-fade label:after, .checkbox-zoom label:after {
        content: none;
    }
/*ul.nav-left {
    padding-inline-start: 0;
}
*/

.p-chat-user {
    position: fixed;
    top: 48px;
    z-index: 98;
    border-left: 1px solid #ccc;
}

    .p-chat-user .users-main {
        padding-top: 10px;
    }

.header-navbar .navbar-wrapper .navbar-container .header-notification.active:before {
    right: 10px;
}

.header-navbar .navbar-wrapper .navbar-container .user-profile.active:before {
    right: 110px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
    margin-right: 0px;
}

@media (min-width: 768px) {
    .col-md-1_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.499999%;
        flex: 0 0 12.499999%;
        max-width: 12.499999%;
    }

    .col-md-2_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.input-group-addon .operation-select {
    border-left: 0 !important;
    width: 40px;
    padding: 0;
    text-align: center;
}
/*[dir=rtl] ._md-datepicker-has-triangle-icon {
    width: 100%;
}*/
md-datepicker .md-button.md-icon-button {
    margin: 0;
}

[dir=rtl] ._md-datepicker-has-triangle-icon .md-datepicker-input-container {
    width: 91%;
    margin-right: 3px;
}

md-datepicker .md-datepicker-triangle-button {
    left: 10px;
}

md-datepicker md-icon {
    color: var(--mainColor);
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}




.ql-toolbar.ql-snow + .ql-container.ql-snow {
    margin-top: 1px;
}

.comment-view-commenter {
    /*background-color: #e7e7e7;*/
    /*border: 1px solid #1b2e4b !important;*/
    border-radius: 5px;
    padding-top: 10px;
    box-shadow: inset -20px 0px 20px 0px rgb(149 154 163 / 17%);
}

.comment-view {
    padding: 10px 30px;
    min-height: 150px;
    border-radius: 5px;
    border: 1px solid #1b2e4b !important;
    overflow: auto;
    resize: vertical;
}




#delete-attachment {
    float: left;
}

.icon-main-color {
    color: var(--mainColor);
}

.attachment {
    display: inline-block;
    padding: 9px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    min-width: 270px;
    max-width: 270px;
    margin-left: 20px;
    margin-right: 5px;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    margin-top: 10px;
}

    .attachment svg.close {
        /*        position: relative;*/
        right: -7px;
        top: -8px;
        font-size: 12px;
        font-weight: 600;
        padding: 2px;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        color: #dd2c00;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: .600s;
    }

    .attachment .file-name {
        max-width: 175px;
        /* overflow: overlay; */
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important
    }

    .attachment svg.feather-download {
        margin-top: 6px;
        margin-right: 12px;
        font-size: 12px;
        font-weight: 600;
        padding: 2px;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        color: #2196f3;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: .600s;
    }

        .attachment svg.close:hover,
        .attachment svg.feather-download:hover {
            box-shadow: none;
            transition: .600s;
            opacity: 1 !important;
        }

.qualtiy-attachment-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 10px;
}


.qualtiy-attachment {
    display: inline-block;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
    border-radius: 10px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .qualtiy-attachment svg.close {
        /*        position: relative;*/
        right: -7px;
        top: -8px;
        font-size: 12px;
        font-weight: 600;
        padding: 2px;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        color: #dd2c00;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: .600s;
    }

    .qualtiy-attachment .file-name {
        max-width: 150px;
        /* overflow: overlay; */
        overflow: hidden !important;
        font-size: 12px;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        text-shadow: none;
        font-weight: 800;
    }

    .qualtiy-attachment .file-size {
        max-width: 150px;
        /* overflow: overlay; */
        overflow: hidden !important;
        font-size: 12px;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        text-shadow: none;
        font-weight: 400;
    }

    .qualtiy-attachment svg.feather-download {
        margin-top: 6px;
        margin-right: 12px;
        font-size: 12px;
        font-weight: 600;
        padding: 2px;
        background: #fff;
        border-radius: 5px;
        opacity: 1;
        color: #2196f3;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transition: .600s;
    }

        .qualtiy-attachment svg.close:hover,
        .qualtiy-attachment svg.feather-download:hover {
            box-shadow: none;
            transition: .600s;
            opacity: 1 !important;
        }

.checkbox-fade {
    display: inline-flex;
}
/*RTL Section*/
.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item li a .pcoded-badge {
    position: relative;
    right: -15px;
    top: 0px;
}

.color-picker {
    direction: ltr;
}


.Overdued {
    background: rgb(221 44 0);
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
}


.upload-attachments-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

.upload-attachments-btn {
    border: 1px solid var(--secondaryColor);
    color: #fff;
    background-color: var(--mainColor);
    border-radius: 8px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

    .upload-attachments-btn::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .upload-attachments-btn:hover {
        background-color: var(--secondaryColor);
    }

    .upload-attachments-btn:focus {
        outline: none;
        box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.3);
    }
/* Animation effect */
.upload-attachments-btn-wrapper:hover .upload-attachments-btn::before {
    transform: translate(-50%, -150%);
    opacity: 0;
}

.upload-attachments-btn-wrapper:hover .upload-attachments-btn {
    transform: scale(1.05);
}





.card-scrollable-department {
    overflow-y: auto;
}

.customTable-scrollableBody {
    overflow-y: scroll;
    border-radius: 5px;
}

.customTable-scrollableBody-borderd {
    box-shadow: 0px 0px 2px 0px var(--mainColor);
}

.customTableHeader {
    padding-left: 10px;
}

.toggle-show-section.display-block {
    display: block;
}

.tab-scrollable {
    overflow-y: auto;
}


md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    transform: translate3d(0, 30px, 0) scale(0.75);
}

.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
    padding-left: 0px;
}


.text-edetor-section {
    padding-right: 26px;
}

.main-color {
}

/*TODO : LTR */
.quality-Template-Section .quality-groups {
    direction: ltr;
    background: #fafbfb;
    padding-left: 0;
}

.quality-Template-Section .quality-group-details {
    padding-right: 0;
    background-color: #e3e5eb;
    border-radius: 5px;
}

.quality-Template-Section .quality-groups .row {
    margin-top: 0px;
    margin-bottom: 10px;
}

.quality-Template-Section .quality-groups .quality-Groups-Section {
    padding-left: 10px;
    transition: all .5s;
}

    .quality-Template-Section .quality-groups .quality-Groups-Section:hover {
        padding-left: 0;
    }

    .quality-Template-Section .quality-groups .quality-Groups-Section.active {
        padding-left: 0;
    }

    .quality-Template-Section .quality-groups .quality-Groups-Section .card .card-header {
        background-color: #e3e5eb;
    }

    .quality-Template-Section .quality-groups .quality-Groups-Section.active .card .card-header {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.Quality-discreption-label {
    border: 1px solid var(--mainColor);
    background-color: var(--mainColor);
    color: #ffffff;
    line-height: 32px;
    width: 100%;
    text-align: center;
}

.Quality-discreption-label-text {
    border: 1px solid var(--mainColor);
    /*color: #4a69b2;*/
    line-height: 32px;
    width: 100%;
    text-align: center;
}


.quality-result-Section {
    box-shadow: 0px -10px 20px 4px rgb(83 120 149);
    -webkit-box-shadow: 0px -10px 20px 4px rgb(83 120 149);
    -moz-box-shadow: 0px -10px 20px 4px rgb(83 120 149);
    margin-top: 0 !important;
}

.quality-Template-Section {
    margin-top: 0 !important;
}

.quality-Groups-Section .card {
    margin: 0px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
}

    .quality-Groups-Section .card .card-header {
        transition: all .5s;
    }

    .quality-Groups-Section .card:hover {
        transform: translateY(-5px);
        background-color: var(--secondaryColor);
        color: #ffffff;
    }

        .quality-Groups-Section .card:hover .card-header {
            background-color: var(--secondaryColor);
            color: var(--mainColor);
        }

    .quality-Groups-Section .card .card-header {
        display: inherit;
        padding: 5px 5px;
        border-radius: 5px;
    }

        .quality-Groups-Section .card .card-header .title {
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            max-width: 72%;
            width: 72%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0.2em;
            line-height: 32px;
        }

        .quality-Groups-Section .card .card-header .mark {
            padding: 0.2em;
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            max-width: 26%;
            width: 26%;
            line-height: 32px;
            text-align: center;
            background: transparent;
        }

            .quality-Groups-Section .card .card-header .mark p {
                border-radius: 10px;
                background: var(--mainColor);
                color: #ffffff;
            }

                .quality-Groups-Section .card .card-header .mark p span {
                    font-size: small;
                }

.quality-section-scroll {
    overflow-y: auto;
}


.option-btn {
    padding: 5px;
    border-radius: 3px;
    background-color: rgb(19, 113, 187);
    color: rgb(255, 255, 255);
    margin-left: 4px;
    min-width: 25px;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    background: var(--mainColor);
}

    .option-btn a {
        color: #ffffff;
    }

    .option-btn:hover {
        transform: translateY(-5px);
        background: var(--secondaryColor);
    }


.quality-group-details .timeline-body {
    overflow: auto;
}



/*.mohammad-bg {
    background-image: url('../media/images/test/mypicture2_c.jpg');
    background-repeat: repeat;
    background-size: contain;
}*/
.ng-hide.ng-hide-animate {
    display: none !important;
}

*[ng-hide],
*[ng-show],
*[ng-if],
*[ng-switch-when],
*[ng-switch-default] {
    transition: 0s none;
    -webkit-transition: 0s none;
    animation: 0s none;
    -webkit-animation: 0s none;
}





.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li.li-groub:hover, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li.li-groub:hover {
    background-color: transparent;
}


.header-notification.breadcrumb-item::before {
    content: none;
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.breadcrumb-folders {
    right: 0;
    left: auto;
}

.breadcrumb-item.active:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 5px;
    bottom: -32px;
    right: 20px;
    -webkit-box-shadow: -11px -11px 35px 0 rgba(0,0,0,.25);
    box-shadow: -11px -11px 35px 0 rgba(0,0,0,.25);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.breadcrumb-item.active:before {
    right: 10px;
}
















.card-header .ticketType-image {
    border: 2px solid #4a69b2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: inline-block;
}

.card-header .ticketType-title {
    color: #4a69b2;
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
    line-height: 37px;
    font-weight: bold;
    max-width: 66%;
}

.card-header .ticketType-number {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    background: var(--mainColor);
    color: #fff;
    min-width: 40px;
    text-align: center;
    border-radius: 5px;
}

.card-header .ticketType-image img {
    width: 100%;
    height: 100%;
    clip-path: circle(46%);
    padding: 0px;
}

.ticketType-ticket-status li.Active {
}

.department-ticket-status {
    padding-inline-start: 12px;
}

    .department-ticket-status li {
        color: #4a69b2;
        cursor: pointer;
        padding: 2px 0px;
    }

.card-header .department-image {
    border: 2px solid #4a69b2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #ffffff;
    display: inline-block;
}

.card-header .department-title {
    color: #4a69b2;
    display: inline-block;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    max-width: 85%;
}

.card-header .department-number {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    background: var(--mainColor);
    color: #fff;
    min-width: 40px;
    text-align: center;
    border-radius: 5px;
}

.mainColor {
    color: var(--mainColor);
}

.card-header .department-image img {
    width: 100%;
    height: 100%;
    clip-path: circle(46%);
    padding: 0px;
}

.department-ticket-status li.Active {
}

.department-ticket-status .status-color {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: #b68400;
    background: #b68400;
    box-shadow: inset 0px 0px 0px 3px #ffffff;
    border: 3px solid #b68400;
    border-radius: 50%;
    margin-left: 5px;
}

.department-ticket-status .status-title {
    display: inline-block;
    margin-left: 5px;
    margin-right: 12px;
}

.department-ticket-status .status-number {
    display: inline-block;
    float: left;
    margin-left: 10px;
    background: var(--secondaryColor);
    color: #fff;
    min-width: 40px;
    text-align: center;
    border-radius: 5px;
}

.btn-toggle-show {
    cursor: pointer;
}

.toggle-show-section {
    display: none;
}

.card-scrollable-department .card .card-header {
    transition: all .5s;
    border-radius: 10px;
    background-color: #e1e3e9;
}

    .card-scrollable-department .card .card-header.first-Level {
        background-color: #e1e3e9;
    }


    .card-scrollable-department .card .card-header:hover,
    .card-scrollable-department .card .card-header.active {
        border-radius: 10px;
        background-color: var(--secondaryColor);
    }

        .card-scrollable-department .card .card-header:hover .ticketType-title,
        .card-scrollable-department .card .card-header.active .ticketType-title,
        .card-scrollable-department .card .card-header.active .department-title {
            color: #ffffff;
        }

.card-scrollable-d epartment .card .card-header:hover .ticketType-number,
.card-scrollable-d epartment .card .card-header.active .ticketType-number {
    background-color: var(--mainColor);
}

.department-ticket-status li.active {
    border-radius: 10px;
    background-color: var(--secondaryColor);
    color: #ffffff;
}

.department-ticket-status .status-number {
    background-color: var(--mainColor);
}

.card-body-me.display-block {
    border-right: 1px solid var(--mainColor);
}

.customTable-scrollableBody .main-info.item-content {
    padding-right: 8px;
    border-right-style: solid;
    border-right-width: 7px
}

.card-scrollable-department {
    direction: ltr;
}

.customTable .customTableHeader .header-label {
    margin-bottom: 2px;
}

ul.inline {
    padding-inline-start: 0px;
}

    ul.inline li {
        cursor: pointer;
        display: inline-block;
        background: var(--mainColor);
        color: #fff;
        text-align: center;
        border-radius: 5px;
        padding: 0px 4px 0px 2px;
        margin: 0px 0px 0px 2px;
        font-size: 14px;
        font-weight: normal;
        transition: all .5s;
    }

        ul.inline li:hover {
            transform: translateY(-2px);
            box-shadow: 0px 4px 3px 0px #1672ab73;
        }

        ul.inline li.active {
            transform: translateY(-2px);
            box-shadow: 0px 4px 3px 0px #1672ab73;
        }

    ul.inline .dropdown-menu {
        min-width: 15rem;
        padding: .2rem 0;
        max-height: 500px;
        overflow-y: auto;
    }

        ul.inline .dropdown-menu .btn-department-ticketStatus {
            color: var(--mainColor);
            background-color: #ffffff;
            border-color: #ffffff;
            font-size: 12px;
            padding: 2px 5px;
            margin-bottom: 3px;
        }

            ul.inline .dropdown-menu .btn-department-ticketStatus span {
                font-size: 12px !important;
            }

    ul.inline .btn-department-ticketStatus-arrow {
        padding: 4px 4px !important;
    }

.header-search-mor-info .form-group,
.header-search-mor-info .input-group {
    margin-bottom: 0em;
}

.header-search-mor-info .checkbox-fade .cr,
.header-search-mor-info .checkbox-zoom .cr {
    margin: 0;
}

.customTable .customTableHeader .header-search-mor-info .first-row {
    margin-top: 0;
}



.DepartmentTicket .btn {
    padding: 4px 10px;
}

.DepartmentTicket .input-group-text {
    padding: 4px 10px;
    line-height: 10px;
    font-size: 13px;
}

.card-scrollable .card-header {
    z-index: 2;
}

.card-scrollable .card-body {
    z-index: 1;
}


md-select-menu md-option.active {
    background: #e7e9ef;
}

.custom-mdselect-tags {
    display: inline-block;
    background: #e7e9ef;
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.input-group select {
    width: auto;
}
.add-new-tag-btn {
    background-color: var(--mainColor);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
}
