.breadcrumb .active {
    color: #000;
    font-weight: 800
}

.menu-hover:hover {
    background-color: #1a1a27;
    transition: background-color .2s ease
}

.menu-item:hover i {
    color: #3699FF !important
}

.menu-sub-accordion:hover i {
    background-color: #3699FF !important
}

.container {
    padding: 0 0 0 30px;
    background-color: #f5f8fa
}

.lg-w-50 {
    min-width: 50px;
    vertical-align: top;
}

.search-users input {
    width: 100% !important;
}


@media(max-width:992px) {
    .container {
        background-color: #fff
    }
}

@media(max-width:768px) {
    .ml-w-50 {
        min-width: 183px;
    }
}

@media (max-width: 480px) {
    .ml-w-50 {
        min-width: auto;
        width: auto !important;
    }

    .form-select.w-25.ms-auto {
        width: 100% !important;
    }

    .sm-w-50 {
        min-width: 100px;
    }

    .sm-w-80 {
        min-width: 80px;
    }

    .sm-m-0 span {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .sm-w-90 {
        width: 90% !important;
    }

    .sm-pl-0 {
        padding-left: 0 !important;
    }

    .search-users {
        width: auto !important;
    }
}

.main {
    padding: 10px 10px 10px 30px;
    background-color: #fff;
    border-radius: 5px
}

.form-check {
    margin-bottom: 15px
}

.search {
    height: 35px
}

hr {
    width: 97%
}

.form-check-input {
    border: 2px solid #dacece
}

.textarea {
    width: 97%;
    margin-top: 10px;
    text-align: justify
}

.abha-btn {
    margin-right: 5px
}

.otp {
    margin-top: 20px;
    margin-bottom: 0
}

.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px;
    font-size: 20px;
    border-radius: 5px
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #fff0;
    border-radius: .25rem
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.pagination {
    justify-content: right;
    bottom: 0;
    padding: 8px
}

.pagination ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.pagination ul li a:hover {
    background-color: #e0e0e0
}

.pagination ul .active a {
    background-color: #007bff;
    color: #fff
}

a.active .menu-title {
    font-weight: medium;
    color: white !important
}

.checkbox-scroll-box {
    max-height: 200px;
    width: 50%;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px
}

.contentCenter {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.DateErrorMessage {
    color: red;
    font-weight: 700;
    margin-top: 5px
}

.content .menu-title {
    color: #494949;
}

.content .inner-content-text {
    color: gray;
}

.faq {
    width: 90%;
    background-color: transparent;
    border: solid 1px #9fa4a8;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}

.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
}

.faq.active::before,
.faq.active::after {
    font-family: 'Font Awesome 5 Free';
    color: #2ecc71;
    position: absolute;
    font-size: 7rem;
    opacity: .2;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.faq.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.faq-title {
    margin: 0 35px 0 0;
}

.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
}

.faq-toggle .fa-times {
    display: none;
}

.faq.active .faq-toggle .fa-times {
    display: block;
    color: #fff;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq.active .faq-toggle {
    background: #999;
}

.timeline.timeline-1 {
    position: relative;
}

.timeline.timeline-1 .timeline-sep {
    z-index: 0;
    content: '';
    position: absolute;
    left: 73px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #EBEDF3;
}

.timeline.timeline-1 .timeline-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline.timeline-1 .timeline-item .timeline-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-weight: 500;
    color: #B5B5C3;
}

.timeline.timeline-1 .timeline-item .timeline-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    border: 4px solid white;
    position: relative;
    z-index: 0;
}

.timeline.timeline-1 .timeline-item .timeline-badge .svg-icon,
.timeline.timeline-1 .timeline-item .timeline-badge i {
    line-height: 0;
}

.timeline.timeline-1 .timeline-item .timeline-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem;
    padding: 0 0 0 0.75rem;
}

.timeline.timeline-1 .timeline-item:last-child {
    margin-bottom: 0;
}

.timeline.timeline-2 {
    position: relative;
    padding: 0;
    margin: 0;
}

.timeline.timeline-2 .timeline-bar {
    background-color: #EBEDF3;
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 4px;
    z-index: 0;
    margin: 0.5rem 0;
}

.timeline.timeline-2 .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0;
}

.timeline.timeline-2 .timeline-item .timeline-badge {
    position: relative;
    z-index: 1;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #E4E6EF;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-primary {
    background-color: #3699FF;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-secondary {
    background-color: #E4E6EF;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-success {
    background-color: #1BC5BD;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-info {
    background-color: #8950FC;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-warning {
    background-color: #FFA800;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-danger {
    background-color: #F64E60;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-light {
    background-color: #F3F6F9;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-dark {
    background-color: #181C32;
}

.timeline.timeline-2 .timeline-item .timeline-badge.timeline-badge-white {
    background-color: #ffffff;
}

.timeline.timeline-2 .timeline-item .timeline-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.timeline.timeline-3 .timeline-items {
    margin: 0;
    padding: 0;
}

.timeline.timeline-3 .timeline-items .timeline-item {
    margin-left: 25px;
    border-left: 2px solid #EBEDF3;
    padding: 0 0 20px 50px;
    position: relative;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-media {
    position: absolute;
    top: 0;
    left: -26px;
    border: 2px solid #EBEDF3;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    line-height: 0;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-media i {
    font-size: 1.4rem;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-media .svg-icon svg {
    height: 24px;
    width: 24px;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-media img {
    max-width: 48px;
    max-height: 48px;
    border-radius: 100%;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-content {
    border-radius: 0.85rem;
    position: relative;
    background-color: #F3F6F9;
    padding: 0.75rem 1.5rem;
}

.timeline.timeline-3 .timeline-items .timeline-item .timeline-content:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 10px;
    left: -25px;
    border-right: solid 10px #F3F6F9;
    border-bottom: solid 17px transparent;
    border-left: solid 17px transparent;
    border-top: solid 17px transparent;
}

.timeline.timeline-3 .timeline-items .timeline-item:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
}

.timeline.timeline-4 {
    position: relative;
    width: 100%;
}

.timeline.timeline-4:after {
    content: '';
    position: absolute;
    width: 5px;
    top: 0;
    margin-top: 0.1rem;
    bottom: 0;
    left: 50%;
    margin-left: -2.5px;
    background-color: #EBEDF3;
    border-radius: 0.42rem;
}

.timeline.timeline-4.timeline-center {
    margin: 0 auto;
}

.timeline.timeline-4 .timeline-bar {
    border-radius: 0.42rem;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    background-color: #EBEDF3;
}

.timeline.timeline-4 .timeline-items {
    position: relative;
}

.timeline.timeline-4 .timeline-items .timeline-item {
    position: relative;
    margin-left: 0;
    width: 50%;
    min-height: 3rem;
}

.timeline.timeline-4 .timeline-items .timeline-item:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 3rem;
    left: 100%;
    margin-left: -3rem;
    border-left: solid 10px #F3F6F9;
    border-bottom: solid 17px transparent;
    border-right: solid 17px transparent;
    border-top: solid 17px transparent;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-badge {
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    top: 3.5rem;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-badge>div {
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-label {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0.5rem;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-content {
    position: relative;
    border-radius: 0.42rem;
    padding: 1rem 1.5rem;
    background-color: #F3F6F9;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left {
    left: 0;
    padding-right: 2.85rem;
    position: relative;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left .timeline-badge {
    right: -10px;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left .timeline-label {
    text-align: right;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right {
    left: 50%;
    padding-left: 2.86rem;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right .timeline-badge {
    left: -10px;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right .timeline-label {
    text-align: left;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right:after {
    right: 100%;
    left: auto;
    margin-right: -3rem;
    border-right: solid 10px #F3F6F9;
    border-left: solid 17px transparent;
}

.timeline.timeline-4 .timeline-items .timeline-item:first-child {
    top: 2rem;
}

.timeline.timeline-4 .timeline-items .timeline-item:last-child {
    bottom: 2rem;
}

.timeline.timeline-4.timeline-justified .timeline-bar {
    left: 5px;
}

.timeline.timeline-4.timeline-justified:after {
    left: 5px;
}

.timeline.timeline-4.timeline-justified .timeline-items {
    padding: 1rem 0;
}

.timeline.timeline-4.timeline-justified .timeline-items .timeline-item {
    width: 100%;
    left: 0;
    padding-left: 2.85rem;
    position: relative;
    top: 0;
    bottom: 0;
    margin-bottom: 1.5rem;
}

.timeline.timeline-4.timeline-justified .timeline-items .timeline-item:after {
    right: 100%;
    left: auto;
    margin-left: auto;
    margin-right: -3rem;
    border-right: solid 10px #F3F6F9;
    border-left: solid 17px transparent;
}

.timeline.timeline-4.timeline-justified .timeline-items .timeline-item .timeline-badge {
    left: -5px;
}

.timeline.timeline-4.timeline-justified .timeline-items .timeline-item .timeline-label {
    text-align: left;
}

.timeline.timeline-4.timeline-justified .timeline-items .timeline-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .timeline.timeline-4 .timeline-bar {
        left: 5px !important;
    }

    .timeline.timeline-4:after {
        left: 5px !important;
    }

    .timeline.timeline-4 .timeline-items {
        padding: 1rem 0;
    }

    .timeline.timeline-4 .timeline-items .timeline-item {
        width: 100% !important;
        left: 0 !important;
        padding-right: 0 !important;
        padding-left: 2.85rem !important;
        position: relative;
        top: 0 !important;
        bottom: 0 !important;
        margin-bottom: 1.5rem;
    }

    .timeline.timeline-4 .timeline-items .timeline-item:after {
        right: 100%;
        left: auto !important;
        margin-left: auto;
        margin-right: -3rem;
        border-right: solid 10px #F3F6F9;
        border-left: solid 17px transparent;
    }

    .timeline.timeline-4 .timeline-items .timeline-item .timeline-badge {
        left: -5px !important;
    }

    .timeline.timeline-4 .timeline-items .timeline-item .timeline-label {
        text-align: left !important;
    }

    .timeline.timeline-4 .timeline-items .timeline-item:last-child {
        margin-bottom: 0 !important;
    }
}

.timeline.timeline-5 {
    position: relative;
}

.timeline.timeline-5:before {
    content: '';
    position: absolute;
    left: 50.5px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #EBEDF3;
}

.timeline.timeline-5 .timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.7rem;
}

.timeline.timeline-5 .timeline-item:last-child {
    margin-bottom: 0;
}

.timeline.timeline-5 .timeline-item .timeline-label {
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    color: #3F4254;
}

.timeline.timeline-5 .timeline-item .timeline-badge {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: white;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: -0.5rem;
    padding: 3px !important;
    border: 6px solid #fff !important;
}

.timeline.timeline-5 .timeline-item .timeline-badge span {
    display: block;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: #EBEDF3;
}

.timeline.timeline-5 .timeline-item .timeline-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-90 {
    width: 90% !important;
}

.pd-1 {
    padding: 35px 6px 27px 5px;
}

button.select2-selection__clear {
    display: none !important;
}

#spinner {
    z-index: 1050;
    /* Higher than Bootstrap modal */
}

#otpMessage {
    z-index: 1;
    /* Lower than spinner */
    position: relative;
    /* Ensure it's positioned properly */
}

.input-border-ABHA {
    outline: none;
    border: none;
    border-bottom: 2px solid #99a1b7;
    width: 30%;
    color: #99a1b7;
    text-overflow: ellipsis;
}

.input-border-ABHA::placeholder {
    color: #99a1b7;
    font-weight: 600;
    opacity: 0.7;
}

.bg-ABHA-suggestion {
    color: #000;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
    border-radius: 7px;
    letter-spacing: 0.4px;
    border: 1px solid #d1d1d1;
}

.bg-ABHA-suggestion:hover {
    color: #fff;
    background-color: #1e1e2d;
}

.bg-ABHA-suggestion-active {
    color: #fff;
    background-color: #1e1e2d;
}

#kt_app_root {
    flex: 1 0 auto !important;
    height: 100vh;
}

.subFaq {
    width: 95%;
    background-color: transparent;
    border: solid 1px #9fa4a8;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}

.subFaq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
}

.subFaq.active::before,
.subFaq.active::after {
    font-family: 'Font Awesome 5 Free';
    color: #2ecc71;
    position: absolute;
    font-size: 7rem;
    opacity: .2;
    top: 20px;
    left: 20px;
    z-index: 0;
}

.subFaq.active::before {
    color: #3498db;
    top: -10px;
    left: -30px;
    transform: rotateY(180deg);
}

.subFaq-title {
    margin: 0 35px 0 0;
}

.subFaq-text {
    display: none;
    margin: 30px 0 0;
}

.subFaq.active .subFaq-text {
    display: block;
}

.subFaq-toggle {
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 20px;
    height: 30px;
    width: 30px;
}

.subFaq-toggle .fa-times {
    display: none;
}

.subFaq.active .subFaq-toggle .fa-times {
    display: block;
    color: #fff;
}

.subFaq.active .subFaq-toggle .fa-chevron-down {
    display: none;
}

.subFaq.active .subFaq-toggle {
    background: #999;
}