﻿body {
    background-color: #EDEBE8 !important;
}

.app-header {
    height: 4.5rem !important;
}

.w-33 {
    width: 33% !important;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.topbar {
    background: var(--primary-color);
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active {
    background: var(--primary-color);
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover {
    color: var(--primary-color);
}

    #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover i, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover i {
        color: var(--primary-color);
    }

.page-breadcrumb .page-title {
    color: #000;
}

.page-breadcrumb {
    padding: 10px 15px;
    background: white;
}

.page-wrapper {
    background: #f5f7fa;
    position: relative;
}

.table thead th {
    color: #000;
    font-weight: 600;
}

.noarrow .dropdown-toggle:after {
    display: none !important;
    content: none !important;
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
    width: 30px;
    height: 30px;
    padding: 4px 5px;
    font-size: 14px;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-item {
    padding: 3px 10px;
}
/*.bg-success.badge {
    background-color: #d9f6c5 !important;
}*/
.bg-danger.badge {
    background-color: #fdd7ca !important;
}

.table td, .table th {
    padding: 6px 10px;
    font-size: 12px;
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-sec label {
    margin-bottom: 3px;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        color: #fff;
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        box-shadow: none;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary-color);
}

.btn-gray {
    background-color: var(--secondary-color);
    color: #fff;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.table tr td, .table tr th {
    vertical-align: middle;
    color: #000;
}

.text-black {
    color: #000;
}

.fw-bold {
    font-weight: 600 !important;
}
/*custom checkbox Start*/
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.own-checkbox .fill-control-input:checked ~ .fill-control-indicator {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    background-size: 80%;
}

.fill-control-input {
    display: none;
}

.own-checkbox .fill-control-input:checked ~ .fill-control-indicator {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    background-size: 65%;
}

.fill-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #959595;
    transition: .3s;
    background-color: transparent;
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

span.fill-control-description {
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

.table-access .custom-control {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 30px;
}

.app-content {
    width: auto !important;
    padding: 1rem;
    background: #ffffff00;
}

.pace-activity {
    display: none !important
}

.pace.pace-active {
    display: none !important
}

.app-sidebar .app-sidebar-content .menu .menu-item .menu-link {
    color: #fff;
}

    .app-sidebar .app-sidebar-content .menu .menu-item .menu-link .menu-icon {
        opacity: 1;
    }

.form-select:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: none !important;
}

.calendar {
    border: 1px solid var(--bs-border-color);
}

.form-group {
    margin-bottom: 15px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}

.input-group label {
    margin: 0;
}
/*.form-control{
    height:34px;
}*/
.select2-selection {
    height: 34px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d9dee1;
    border-radius: 4px;
    height: 34px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d9dee1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color);
    color: white;
}

span.select2-selection.select2-selection--multiple {
    min-height: 34px;
    height: auto;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-header {
    font-size: 1.25rem !important;
}

.app-sidebar .app-sidebar-content .menu .menu-item.active:not(.has-sub) > .menu-link {
    font-weight: 600;
    color: var(--primary-color);
    background: #fff;
}

.feedbackTabs .nav-item .nav-link {
    color: #000;
}

    .feedbackTabs .nav-item .nav-link.active {
        color: var(--primary-color) !important;
        background: transparent;
        border-bottom: 3px solid #4b986c;
        border-radius: 0px;
    }

.profileImg img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: contain;
}

.inlineImg {
    border: 2px solid #fff;
    border-radius: 100px;
}

    .inlineImg img {
        width: 30px;
        height: 30px;
    }

    .inlineImg i {
        width: 30px;
        height: 18px;
        color: #fff;
        text-align: center;
        line-height: 29px;
    }

.commentPart li {
    list-style: none;
    margin-right: 10px;
}

    .commentPart li:last-child {
        margin: 0;
    }

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 35px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.bgLightGrn {
    background: #e1f9f1;
}

    .bgLightGrn::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 85px;
        background: rgb(75, 152, 108);
        left: 0px;
        top: 23px;
    }

.cricleTick span {
    width: 24px;
    height: 24px;
    background: #667B9A;
    color: #fff;
    border-radius: 100px;
    text-align: center;
}

    .cricleTick span i {
        line-height: 25px;
    }

.bgLightGrey {
    background: #F5F7FA;
}

    .bgLightGrey::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 85px;
        background: #667B9A;
        left: 0px;
        top: 23px;
    }

.bglightGold {
    background: #FFFBE8;
}

    .bglightGold::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 85px;
        background: #827D27;
        left: 0px;
        top: 23px;
    }

.bg-pending {
    background: #827D27;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-meetings {
    background: var(--blue-bg);
}

.bg-tasks {
    background: var(--green-bg);
}

.bg-goals {
    background: var(--yellow-bg);
}

.bg-surveys {
    background: var(--purple-bg);
}

.Questions ul li {
    list-style: none;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}

.QuestionsActive {
    background: #4B986C;
    color: #fff;
}

.accordion .card .cardInner {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
}

    .accordion .card .cardInner.collapsed {
        background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
    }

.answerList ul li {
    list-style: none;
    width: 30px;
    height: 15px;
    border-radius: 5px;
    margin-bottom: 0;
}

.ImgLabel {
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
    width: 100%;
}

.figure img {
    border-radius: 4px 4px 0px 0px;
    width: 100% !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.singleDot::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: 3px;
    height: 3px;
    background: #999999;
    border-radius: 100px;
}

.singleDot::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    width: 3px;
    height: 3px;
    background: #999999;
    border-radius: 100px;
}

.circleBox {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    border: 1px solid #999;
    background: #fff;
    z-index: 1;
    cursor: pointer;
}

.cricleGreen::after {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    z-index: 1;
    background: #4b986c;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
    color: #fff;
    margin-right: -1px;
}

.hozrlLine::after {
    position: absolute;
    content: "";
    top: 31px;
    left: 29px;
    width: 2px;
    height: 350px;
    background: #999;
    z-index: 0;
}

.lightBlue {
    border: 1px solid #E1EAF6;
    background: #F5F7FA;
}
/*custom checkbox*/
.CustomCheckbox input[type="checkbox"] {
    position: relative;
    border: 2px solid #cbd4de;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .7;
    border-radius: 5px;
}

.CustomCheckbox input[type=checkbox]:hover {
    opacity: 1;
}

.CustomCheckbox input[type=checkbox]:checked {
    background-color: var(--primary-color);
    opacity: 1;
    border-color: var(--primary-color);
}

.CustomCheckbox input[type="checkbox"]::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 9px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    border-radius: 10px;
}
/*end*/


/*custom checkbox end*/


/*Layout color-profile changes start*/
.app-header {
    background: var(--primary-color);
}

    .app-header .brand .brand-logo {
        color: #ffffff;
    }

    .app-header .menu-toggler .bar {
        background: #fff;
    }

.app-sidebar {
    background: #EDEBE8 !important;
}

    .app-sidebar .app-sidebar-content .menu .menu-item .menu-link {
        color: #000;
    }

    .app-sidebar .app-sidebar-content .menu .menu-item.active:not(.has-sub) > .menu-link {
        font-weight: 600;
        color: #fff;
        background: var(--primary-color);
    }

.app-header .menu-toggler:hover .bar {
    background: #fff;
}
/*Layout Color-changes end*/

.list-participants li {
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    font-size: 10px;
    padding: 0;
    font-weight: 600;
    color: #fff;
}

    .list-participants li:first-child {
        background-color: indigo
    }

    .list-participants li:nth-of-type(2) {
        background-color: darkviolet
    }

    .list-participants li:nth-of-type(3) {
        background-color: brown
    }

    .list-participants li:nth-of-type(4) {
        background-color: darkgoldenrod
    }

.pagination span.text-black {
    margin-left: 5px;
}

.title-goal.strike, .childtitle-goal.strike {
    text-decoration: line-through;
}

.cal-info {
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    display: block;
}

    .cal-info:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        left: 5px;
        top: 7px;
        display: block;
    }

    .cal-info.meeting-indicator:before {
        background-color: rgb(0, 102, 255);
    }

    .cal-info.goal-indicator:before {
        background-color: goldenrod;
    }

    .cal-info.task-indicator:before {
        background-color: var(--primary-color);
    }

    .cal-info.feedback-indicator:before {
        background-color: #6a4c9a;
    }

.fc .fc-view .fc-event.fc-daygrid-dot-event {
    background-color: bisque;
}

.dot {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
}

    .dot:before {
        content: "";
        background-color: #ccc;
        top: 3px;
        left: 0;
        width: 5px;
        height: 5px;
        position: absolute;
        border-radius: 50%;
        right: 0;
        margin: 0 auto;
    }

.bg-light-custom {
    background: #00000014 !important;
}

.owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    padding: 5px !important;
}

.mw-30px {
    max-width: 30px;
    width: 30px;
}

.badge-circle.badge-circle-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.bg-acc {
    background-color: var(--primary-color);
}

a.badge-circle.bg-acc.collapsed i {
    transform: rotate(180deg);
}

.scroll-v-enable {
    overflow-y: auto;
    overflow-x: hidden;
}

.mh-300px {
    max-height: calc(100vh - 190px);
}

.mh-200px {
    max-height: 300px;
}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
}

    .custom-scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.feedback-block {
    border-bottom: 1px solid #d9dee1;
}

.h-36px {
    height: 36px;
}

.failed-payment-info, .failed-payment-info:hover, .failed-payment-info:focus, .failed-payment-info:active {
    font-size: 11px;
    background-color: #fee8e9;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
}

.text-custom-danger {
    color: #F2454B;
}

.failed-payment-info i {
    color: #F2454B;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}


.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.radio-custom:focus + label, .radio-custom:hover + label, .radio-custom:checked:focus + label, .radio-custom:checked:focus + label {
    outline: none;
    border: none;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "";
    /* background-image: url(../assets/img/action_tick.png);*/
    background-size: 20px;
    background-repeat: no-repeat;
    border-color: var(--primary-color);
    background-position: center center;
    background-color: #fff;
    border-width: 7px;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

.logo-upload {
    width: 150px;
    border: 1px solid #ccc;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: #ccc;
}

    .logo-upload img {
        height: 50px;
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 100px;
    }

.no-image-sec {
    display: none;
}

input.hidefile {
    width: 0;
    height: 0;
    opacity: 0;
}

.plan-body-div ul li:nth-child(1) {
    background-color: #e5e8f2;
}

.plan-body-div ul li:nth-child(2) {
    background-color: #f2f3f8;
}

.plan-body-div ul li:nth-child(3) {
    background-color: #fafafc;
}

.plan-body-div ul li {
    border-radius: 4px;
}

.plan-block {
    padding: 10px 5px;
    border-radius: 4px;
    cursor: pointer;
    min-height: 375px;
}

.plan-footer-div .btn {
    border-radius: 25px;
}

.plan-block.selected {
    border-color: var(--primary-color) !important;
}

.list-planinfo li {
    font-size: 10px;
    text-align: left;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}

    .list-planinfo li:before {
        content: "";
        position: absolute;
        left: 0;
        background-image: url(../images/tick.png);
        background-size: 10px;
        width: 10px;
        height: 10px;
        top: 4px;
    }

.table-plan td {
    padding: 3px 5px;
}

.table-plan {
    table-layout: fixed;
}

.modal .bg-light {
    background-color: #eee !important;
}

.modal-title {
    font-size: 16px;
    color: #000;
    opacity: 1;
}

.btn-close {
    opacity: 1;
    background-size: 12px;
    position: relative;
}

.frontcard {
    background-image: url('../images/card_front.png');
    width: 335px;
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.backcard {
    background-image: url('../images/card_back.png');
    width: 335px;
    height: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.backcard-info {
    left: 20px;
    top: 20px;
}

.status-badge {
    width: 70px !IMPORTANT;
    text-align: center;
    display: inline-block;
    padding: 2px;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 10px;
}

span.text-success.status-badge, option.text-success.status-badge {
    background-color: #e4f3e0 !important;
    color: #4f7d4b !important;
    border: 1px solid #4f7d4b;
}

span.text-danger.status-badge, option.text-danger.status-badge {
    background-color: #f9e2dc !important;
    color: #a14e3d !important;
    border: 1px solid #a14e3d;
}

span.text-warning.status-badge {
    background-color: #FE950D33 !important;
    color: #FE950D !important;
    border: 1px solid #FE950D;
}

.smallclose {
    position: absolute;
    top: 5px;
    right: 5px;
}

.uploadoption {
    position: absolute;
    bottom: 30px;
    width: 30px;
    height: 30px;
    right: 10px;
    text-align: center;
    line-height: 30px;
    border-radius: 100px;
}

.meeting {
    background: #EEF8FF;
}

.MeetingTitle {
    color: var(--blue-text);
}

.Goals {
    background: #fff9ED;
}

.GoalsTitle {
    color: var(--yellow-text);
}

.Feedback {
    background: #F4EEFF;
}

.FeedbackTitle {
    color: var(--purple-text);
}

.Explore {
    background: #fff1f0;
}

.ExploreTitle {
    color: #ec484f;
}

.TaskTitle {
    color: var(--green-text);
}

/**Loader css start*/
body.enable-loader {
    overflow-y: hidden;
    height: 100vh;
    position: relative;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.loader {
    background-color: rgba(255,255,255,0.6);
    text-align: center;
    height: 100vh;
    padding-top: 20%;
}

    .loader img {
        height: 50px;
        margin: 0 auto;
        text-align: center;
    }

.overlay.hide-loader {
    display: none;
}
/**Loader css end*/


.btn-disabled {
    pointer-events: none !important;
    opacity: 50% !important;
}

.input-validation-error {
    border: 2px solid #ff0000 !important;
}

.select2.input-validation-error ~ .select2-container--default .select2-selection--single {
    border: 2px solid #ff0000 !important;
}
.createSelect2.input-validation-error ~ .select2-container--default .select2-selection--single {
    border: 2px solid #ff0000 !important;
}

.createSelect2.input-validation-error ~ .select2-container--default .select2-selection--single {
    border: 2px solid #ff0000 !important;
}

#toast-container > .toast-error {
    background-color: #d57a7a !important;
    color: #fff !important;
    background-image: none !important;
}

#toast-container > .toast-success {
    background-color: #619b28 !important;
    color: #fff !important;
    background-image: none !important;
}

.menu .menu-img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .75rem;
}

.menu-img .menu-img-bg {
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.menu-link svg {
    margin-right: 12px;
}

.menu-submenu .active svg path {
    fill: white;
}

a {
    text-decoration: none;
}

.menu-label {
    text-decoration: none;
    position: relative;
    padding: 1.25rem 1.25rem 0;
    line-height: 1.45;
    border-radius: 0 1.25rem 1.25rem 0;
    align-items: center;
}
/*css for sorting*/
table thead .sorting span:before, table thead .sorting span:after, table thead .sorting_asc span:before, table thead .sorting_asc span:after, table thead .sorting_desc span:before, table thead .sorting_desc span:after, table thead .sorting_asc_disabled span:before, table thead .sorting_asc_disabled span:after, table thead .sorting_desc_disabled span:before, table thead .sorting_desc_disabled span:after {
    /* bottom: 5px !important;*/
    position: absolute;
    display: block;
    opacity: 0.3;
}
/*table thead .sorting:before, table thead .sorting:after, table thead .sorting_asc:before, table thead .sorting_asc:after, table thead .sorting_desc:before, table thead .sorting_desc:after, table thead .sorting_asc_disabled:before, table thead .sorting_asc_disabled:after, table thead .sorting_desc_disabled:before, table thead .sorting_desc_disabled:after {
    bottom: 5px !important;
    position: absolute;
    display: block;
    opacity: 0.3;
}*/
table thead .sorting span:before, table thead .sorting_asc span:before, table thead .sorting_desc span:before, table thead .sorting_asc_disabled span:before, table thead .sorting_desc_disabled span:before {
    right: -23px;
    content: "\2191";
    top: 50%;
    transform: translateY(-50%);
    line-height: 15px;
}

table thead .sorting span:after, table thead .sorting_asc span:after, table thead .sorting_desc span:after, table thead .sorting_asc_disabled span:after, table thead .sorting_desc_disabled span:after {
    right: -13px;
    content: "\2193";
    top: 50%;
    transform: translateY(-50%);
    line-height: 15px;
}

table thead .sorting span {
    position: relative;
}
/*table thead .sorting:before, table thead .sorting_asc:before, table thead .sorting_desc:before, table thead .sorting_asc_disabled:before, table thead .sorting_desc_disabled:before {
    right: 0px;
    content: "\2191";
    top: 50%;
    transform: translateY(-50%);
    line-height: 15px;
}

table thead .sorting:after, table thead .sorting_asc:after, table thead .sorting_desc:after, table thead .sorting_asc_disabled:after, table thead .sorting_desc_disabled:after {
    right: 10px;
    content: "\2193";
    top: 50%;
    transform: translateY(-50%);
    line-height: 15px;
}*/
table thead .sorting, table thead .sorting_asc, table thead .sorting_desc, table thead .sorting_asc_disabled, table thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

    table thead .sorting_asc:before, table thead .sorting_desc:after {
        opacity: 1;
    }

.sorting_asc, .sort-order.sorting-asc {
    /*  display: block;*/
    /*padding-right: 20px;*/
}


.btn-gray-700 {
    background-color: #595B5D;
    border-color: #595B5D;
}

.req-badge {
    border: 1px solid #8e5c2f;
    background: #fff4eb;
    color: #8e5c2f;
}

.schedule-badge {
    border: 1px solid #595b5d;
    background: #eff0f0;
    color: #595b5d;
}

.actions-block a img {
    height: 28px;
}

.text-brown.status-badge {
    border: 1px solid #b38f3d;
    background: #fdf3d8;
    color: #b38f3d;
}

.info-icon {
    height: 20px
}

.form-group label {
    color: #000 !important;
    font-weight: 500
}

.w-150px {
    width: 150px
}

.form-check-input:checked {
    background-color: #8E5C2F;
    border-color: #8E5C2F;
}

.w-115px {
    width: 115px !important;
}

.customselect .select2-container {
    width: 100% !important
}

.mw-350px {
    min-width: 350px !important;
}

.app-sidebar-collapsed + .app-content {
    margin-left: 0;
    transition: all 0.3s ease-in-out;
}

.width-20 {
    width: 20%;
}

.width-15 {
    width: 15%;
}

.width-9 {
    width: 9%;
}
