﻿.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: var(--red-text) !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;
    font-weight: bold;
    font-size: 12px;
}

.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;
}

.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: #4B986C !important;
}

.bg-meetings {
    background: var(--blue-bg)!important;
}

.bg-tasks {
    background: var(--green-bg) !important;
}

.bg-goals {
    background: var(--yellow-bg) !important;
}

.bg-surveys {
    background: var(--purple-bg) !important;
}

.bg-explore {
    background: var(--red-bg)!important;
}

.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: 6px;
    background: #fff;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    opacity: .7;
}

.CustomCheckbox input[type=checkbox]:hover {
    opacity: 1;
}

.CustomCheckbox input[type=checkbox]:checked {
    background-color: var(--primary-color);
    opacity: 1;
}

.CustomCheckbox input[type="checkbox"]::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 7px;
    height: 13px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
/*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: #f1f3f4 !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 a {
        width: 30px;
        height: 30px;
        display: block;
    }

    .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(90deg);
}

.scroll-v-enable {
    overflow-y: auto;
    overflow-x: hidden;
}

.mh-300px {
    max-height: calc(100vh - 260px);
}

.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: #3baf25;
    background-position: center center;
}

.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;
    top: 6px;
}

.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 {
    background-color: #2A840533 !important;
    color: #2A8405 !important;
    border: 1px solid #2A8405;
}

span.text-danger.status-badge {
    background-color: #FF340A33 !important;
    color: #FF340A !important;
    border: 1px solid #FF340A;
}

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: #DDF1FF;
}

.MeetingTitle {
    color: var(--blue-text) !important;
}

.Goals {
    background: #FFF3DD;
}

.GoalsTitle {
    color: var(--yellow-text) !important;
}

.Feedback {
    background: #EADDFF;
}

.FeedbackTitle {
    color: var(--purple-text) !important;
}

.Explore {
    background: #FFD8DB;
}

.ExploreTitle {
    color: var(--red-text) !important;
}

.TaskTitle {
    color: var(--green-text) !important;
}

.badge-green {
    background: var(--green-bg);
    border: 1px solid var(--green-text);
    color: var(--green-text);
}

.badge-yellow {
    background: var(--yellow-bg);
    border: 1px solid var(--yellow-text);
    color: var(--yellow-text);
}

.badge-red {
    background: var(--red-bg);
    border: 1px solid var(--red-text);
    color: var(--red-text);
}

.tooltip-inner {
    text-align: left;
    background: #ffffff;
    color: #000000;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

/**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*/

.nav-link {
    background: #fff;
    margin-right: 10px;
    border: 1px solid #d6d6d6;
    color: #545454;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-link:focus, .nav-link:hover {
        background-color: var(--primary-color);
        border: 1px solid var(--primary-color);
        color: #fff;
    }

.form-check-input:checked {
    background-color: #4b986c !important;
    border-color: #4b986c !important;
}

.form-check-input:focus {
    border-color: #4b986c7a !important;
    outline: 0;
    box-shadow: #4b986c7a !important;
}

.bg-custom-lightgreen {
    background-color: #f1fff7
}

#meetingdetail-tab .nav-link {
    border: 0 !important;
    margin-bottom: 0;
    font-weight: bold;
    position: relative;
}

    #meetingdetail-tab .nav-link.active {
        color: var(--primary-color);
    }

        #meetingdetail-tab .nav-link.active:after {
            content: "";
            width: 100%;
            height: 2px;
            background-color: var(--primary-color);
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

.like.active {
    background-color: #DAF4E5 !important;
    color: #4b986c !important;
    border: 0 !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
    color: #000;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border-color: #dee2e6 #dee2e6 #fff !important;
        color: #fff;
        font-weight: bolder;
    }

.outbox.active {
    border-color: #dee2e6 #dee2e6 #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    color: #fff;
    background: #295e29 !important;
    font-weight: bolder;
}
/*css for sorting*/
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:before, table thead .sorting_asc:before, table thead .sorting_desc:before, table thead .sorting_asc_disabled:before, table thead .sorting_desc_disabled:before {
    right: 8px;
    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: 20px;
    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;
}

.search-icon {
    position: relative;
}

    .search-icon:before {
        font-family: "Font Awesome 6 Free";
        content: "\f002";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        color: #636363;
        font-size: 14px;
        top: 7px;
        left: 7px;
    }





.circle-p .progress {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    top: 10px;
}

    .circle-p .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 5px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .circle-p .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .circle-p .progress .progress-left {
        left: 0;
    }

    .circle-p .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 5px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .circle-p .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .circle-p .progress .progress-right {
        right: 0;
    }

        .circle-p .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1 1.8s linear forwards;
        }

    .circle-p .progress .progress-value {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #fff;
        font-size: 12px;
        color: #000;
        line-height: 45px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%;
    }

    .circle-p .progress .progress-bar {
        border-color: var(--primary-color);
    }

    .circle-p .progress .progress-left .progress-bar {
        animation: loading-2 1.5s linear forwards 1.8s;
    }

.breadcrumb-item + .breadcrumb-item:hover::before, .btn-link, .btn-link.focus, .btn-link:focus, .btn-link:hover, .btn:hover, .card-link:hover, .dropdown-item:focus, .dropdown-item:hover, .list-group-item-action:focus, .list-group-item-action:hover, .nav-link:focus, .nav-link:hover, .navbar-brand:focus, .navbar-brand:hover, .navbar-toggler:focus, .navbar-toggler:hover, .page-link:hover, a, a.badge:focus, a.badge:hover, a:hover, a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    text-decoration: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    border: none;
}
.bg-pink-custom {
    background: #FFE6E6 !important;
    border: 1px solid #FFE6E6;
    border-radius: 10px;
}
.days-info {
    margin-right: 20px;
    position: absolute;
    left: 140px;
    right: 0;
    top: 8px;
    bottom: 0;
    font-size: 11px;
    display: block;
    overflow: hidden;
    text-align: end;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fdf9f9;
}

::-webkit-scrollbar-thumb {
    background-color: color(srgb 0.29 0.6 0.42 / 0.49);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(13,164,135,0.1);
    box-shadow: inset 0 0 6px rgba(13,164,135,0.1);
    background-color: #f5f5f5;
    border-radius: 5px;
}

/*css for organization start*/
.customtext-radio {
    margin-bottom: 10px;
}

    .customtext-radio input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

.text-options {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    text-align: center;
    padding: 15px 3px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 70px;
}

.customtext-radio.selectedradio {
    background: #edf9f3;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}
/*css for organization end*/

/*css for sidemenu changes start */
.app-sidebar {
    width: 11rem;
  
}
.app-content {
    margin-left: 11rem;
    background: #fff;
}
/*css for sidemenu changes end*/



@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}


@media only screen and (max-width: 990px) {
    .circle-p .progress {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 600px) {
    .mt-mbl-1 {
        margin-top: 15px;
    }

    .mt-mbl-2 {
        margin-top: 30px;
    }

    .manager-img {
        height: 30px !important;
        border-radius: 2px;
    }
    .app-content {
        margin-left: 0rem;
    }
}
