:root {
    /* Pastel Mint Teal Theme */
    --primary:        #8FD6CF;
    --secondary:      #CFF1EE;

    --bg-main:        #F8F8F6;
    --bg-card:        #FFFFFF;
    --bg-sidebar:     #E9F7F5;
    --bg-accordion:   #CFF1EE;

    --text-primary:   #243636;
    --text-muted:     #7B9B9B;

    --border-color:   #D6ECE9;
    /*--border-color:   #B9DED8;*/


    --btn-hover:      #6FC4BC;

    --light-bg: #f8f9fa;

    --btn-background-1: #243636;
    --btn-text-1: #fff;

    --btn-background-2: #8FD6CF;
    --btn-text-2: #243636;

    --alert : #E96B63;

    /*primary button*/
    --primary-bg-color: #D9705B;
    --primary-color: #FFFFFF;
    --primary-hover-bg-color: #C5624E;

    /*secondary button*/
    --secondary-bg-color: #F3F4F6;
    --secondary-color: #374151;
    --secondary-hover-bg-color: #E5E7EB;

    /* Link button colors */
    --link-button-bg: #243636;
    --link-button-bg-hover: #1a2626;
    --link-button-text: #ffffff;
    --link-button-shadow: rgba(36, 54, 54, 0.1);
    --link-button-shadow-hover: rgba(36, 54, 54, 0.15);

    /* modal colors */
    --modal-bg: #FFFFFF;
    --modal-header-bg: #F8F8F6;
    --modal-footer-bg: #F8F8F6;
    --modal-header-text: #D9705B;
}


* {
    box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #262626;
    padding-top: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    background: var(--bg-main);
}
a {
    text-decoration: none;
}
ul, li {
    list-style: none;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}
/*.page2.foo_er {
    background: #e1e1e1;
    color: #fff;
    bottom: 0;
    position: relative;
    z-index: 2050;
    right: 0;
    width: 100%;
    height: 46px;
}*/
.page2.foo_er {
    color: var(--text-primary);
    bottom: 0;
    position: relative;
    z-index: 2050;
    right: 0;
    width: 100%;
    height: 46px;
    background: linear-gradient(
        180deg,
        var(--bg-main),
        var(--secondary)
        );
}
marquee {
    line-height: 46px;
}
.tt-le {
    position: absolute;
    left: 0;
    height: 47px;
    line-height: 47px;
    padding: 0px 14px;
    font-size: 16px;
    width: 150px;
    text-align: center;
}
.left_side:after, .left_side:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.left_side:after {
    border-width: 21px;
    margin-top: -21px;
}
.left_side:before {
    border-width: 22px;
    margin-top: -22px;
}
.right_side:after, .right_side:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right_side:after {
    border-width: 21px;
    margin-top: -21px;
}
.right_side:before {
    border-width: 22px;
    margin-top: -22px;
}
.topbar {
    padding: 1rem 0em;
}
.header .logo a img {
    height: 50px;
}
.header {
    background: #fff;
}
.us-lg-lo {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    height: 64px;
    flex-wrap: nowrap;
    position: relative;
}
.user-menu {
    padding: 1em 0em 1em 0em;
}
.user-menu .dropdown-menu {
    width: 300px;
}
.us-lg-lo li:first-child {
    margin-right: 8px;
}
.user-detail-header {
    height: 160px;
    padding: 10px;
    text-align: center;
}
.user-detail-header img {
    border: 3px solid rgba(7, 7, 7, 0.2);
    height: 90px;
    width: 90px;
    z-index: 5;
}
.userNameBig {
    font-weight: bold;
}
.user-body {
    padding: 0 1em;
}
.List {
    line-height: 28px;
}
.List > a:hover {
    color: #DD4B39;
}
.List > a {
    padding: 0px 15px;
    font-size: 15px;
    color: #000;
}
.List > a .bi {
    margin-right: 8px;
    color: #DD4B39;
    font-size: 18px;
}
.user-log56 {
    padding: 10px 20px 10px 10px;
}
.user-footer a {
    color: #DD4B39;
    font-size: 16px;
}
span.msg-bx {
    position: absolute;
    background: #ec7a00;
    color: #f9f9f9;
    font-size: 10px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    top: 1%;
    right: 2%;
    font-weight: bold;
}
.not-i ul.dropdown-menu {
    width: 500px;
    padding: 15px;
}
/*.dropdown-menu li ul li:nth-child(2n+1) {
    background: #f2f2f2;
}*/
.menu .footer {
    padding: 8px 10px;
}
.us-lg-lo li > a {
    padding: 4px 12px;
    border: none;
    border-radius: 2px;
    font-size: 16px;
}
.cursor-pointer {
    cursor: pointer;
}
.bot-menu {
    box-shadow: 0px 2px 2px #acacacb3;
    background: rgba(255, 255, 255, 0.9);
    padding-top: 0.1rem;
}
.bot-menu .navbar-nav {
    margin: 0;
}
#main_nav .navbar-nav .nav-item {
    position: relative;
    float: left;
}
.bot-menu ul li > a {
    line-height: 32px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 6px 14px;
    margin-right: 8px;
}
.bot-menu .navbar-nav .nav-item > a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.large-sub-menu ul li {
    margin: 0em 0em 1em 0em;
    flex: 50%;
}
.large-sub-menu ul li a {
    padding: 14px 0px 14px 6px!important;
    border-bottom: 2px solid #ccc;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-right: 0.5rem;
    font-size: 0.88rem;
}
.bot-menu ul li span.msg-bx {
    background: #ec7a00 none repeat scroll 0 0;
    color: #f9f9f9;
    height: 27px;
    line-height: 27px;
    right: -6px;
    top: -9px;
    width: 27px;
    font-size: 10px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    font-weight: bold;
}
.bnner-section.in-pg-bnner {
    width: 100%;
    max-width: 100%;
    max-height: 280px;
    background: url(../../img/index_banner-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.bnner-section::after {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.4);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
}
.back_ > a > img {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 20px;
    padding: 6px 8px;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}
.back_ > a > img:hover {
    transition: 0.3s;
}
.back_ > a {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 28px;
    display: block;
    transition: transform 0.5s linear;
}
.back_.forwd > a {
    left: inherit;
    right: 0;
}
.get-quote {
    justify-content: flex-end;
    display: flex;
    column-gap: 20px;
}
.content_wrapper {
    padding: 10px 0px 0px 0px;
    background-color: #eceff1;
}
/* .popup-header-bg {
    color: #fff;
} */
.popup-header-bg h5 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: var(--modal-header-text);
    font-family: 'Poppins', sans-serif !important;
    -webkit-text-size-adjust: none;
}
.down-arrow {
    float: inline-end;
    background-image: url('../../img/icons/arrow-down-short.svg');
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
}
.mar-20 {
    margin-bottom: 20px;
}
.button-block {
    margin: 2em auto;
}
.pro-features {
    position: fixed;
    right: -300px;
    width: 300px;
    height: auto;
    line-height: 46px;
    font-size: 14px;
    background: #fff;
    text-align: left;
    color: #333;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 9999;
    padding: 20px 30px 30px 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.fixed-top {
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    /*animation: slide-down 0.7s;*/
}
.btn-control {
    padding: 4px 12px;
    font-size: 16px;
    border-radius: 2px;
}
.bot-menu .navbar-nav .nav-item:hover a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.bot-menu .navbar-nav .nav-item .nav-link:hover {
    background: #eee;
}
.bot-menu ul li > a:hover, ul li.active > a {
    background: transparent;
}
.dropdown-large {
    padding: 1rem;
}
.from-right .dropdown-menu {
    right: 0;
    left: inherit;
}
@media all and (min-width: 992px) {
    .dropdown-large {
        min-width: 620px;
    }
    .navbar .nav-item .dropdown-large {
        display: none;
    }
    .navbar .nav-item:hover .dropdown-large {
        display: block;
    }
    .navbar .nav-item .dropdown-large {
        margin-top: 0;
    }
}
.large-sub-menu {
    transition: opacity 0.3s linear;
    border: 2px solid #e6e6e6;
    border-radius: 0;
    padding: 1em 0.5em;
}
.large-sub-menu ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #ccc;
}
.padd-zero {
    padding: 0;
}
.bn-bx {
    display: flex;
    height: auto;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.bn-hdng {
    position: relative;
}
.in-pg-bnner .bn-hdng h1 {
    position: relative;
    font-weight: bold;
}
.bn-hdng h1 {
    line-height: 50px;
}
.bn-hdng h1, .bn-hdng h4, .whitte, .whitte:hover, .menu-list li a {
    color: #fff;
}
.mar-30 {
    margin-bottom: 30px;
}
.in-pg-bnner .bn-hdng h1::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 51%;
    background: #ED6B06;
    width: 11%;
    height: 4px;
}
.in-pg-bnner .bn-hdng h1::after {
    position: absolute;
    content: '';
    width: 11%;
    height: 4px;
    left: 38%;
    bottom: -30%;
}
.preloader {
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    -webkit-transition: .9s;
    transition: .9s;
}
.preloader .loaderB {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: .5s;
    transition: .5s;
}
.preloader .loaderB .loader-outter {
    position: absolute;
    border: 4px solid var(--text-primary);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(.42,.61,.58,.41) infinite;
    animation: loader-outter 1s cubic-bezier(.42,.61,.58,.41) infinite;
}
.preloader .loaderB .loader-inner {
    position: absolute;
    border: 4px solid var(--text-primary);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    left: calc(40% - 21px);
    top: calc(40% - 21px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(.42,.61,.58,.41) infinite;
    animation: loader-inner 1s cubic-bezier(.42,.61,.58,.41) infinite;
}
.preloader .loaderB .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
}
.preloader .loaderB .indicator svg polyline {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.preloader .loaderB .indicator svg polyline#back {
    stroke: var(--text-primary);
}
.preloader .loaderB .indicator svg polyline#front {
    stroke: #FCBB1F;
    stroke-dasharray: 12,36;
    stroke-dashoffset: 48;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite;
}
.preloader .loaderB .indicator svg polyline#frontH {
    stroke:var(--text-primary);
    stroke-dasharray: 12,36;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite;
}
.preloader .loaderB .indicator svg polyline#frontV {
    stroke:var(--text-primary);
    stroke-dasharray: 12,36;
    -webkit-animation: dash 1s linear infinite;
    animation: dash 1s linear infinite;
}
.preloader::after,.preloader::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    z-index: -1;
    -webkit-transition: .9s;
    transition: .9s;
}
.preloader::after {
    left: auto;
    right: 0;
}
.preloader.preloader-deactivate {
    visibility: hidden;
}
.preloader.preloader-deactivate::after,.preloader.preloader-deactivate::before {
    width: 0;
}
.preloader.preloader-deactivate .loaderB {
    opacity: 0;
    visibility: hidden;
}
@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    62.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.ft-bx-ar {
    background: #313131;
    padding: 40px 0px;
}
.ft-bt-bx {
    padding: 15px 0px;
    background: #313131;
}
.cont_detail {
    border-top: 1px solid #252525;
    padding: 1.2rem 0rem;
    color: #fff;
    border-bottom: 1px solid #252525;
}
.social-icon {
    display: flex;
    justify-content: space-between;
    width: 220px;
    flex-direction: row;
    margin: auto;
}
.social-icon a:hover {
    transform: scale(1.2);
}
.social-icon li a:hover {
    transform: scale(1.4);
}
.social-icon a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #3b5998;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    transition: transform 0.3s linear;
}
.social-icon li a {
    display: flex;
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    background: #3b5998;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    transition: transform 0.3s linear;
}
.social-icon a i {
    color: #fff;
    font-size: 24px;
}
.social-icon li a i {
    color: #fff;
    font-size: 24px;
}
.social-icon a.tw {
    background: #5FA9DD;
}
.social-icon li a.tw {
    background: #5FA9DD;
}
.social-icon a.gl {
    background: #0e76a8;
}
.social-icon li a.gl {
    background: #0e76a8;
}
#announcement a {
    color: #fff;
}
.upd {
    right: 0;
    left: inherit;
}
.hide {
    display: none;
}
.btn, .link-button-trans, .link-button-dis, .control-btn,.all_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: var(--link-button-bg);
    color: var(--link-button-text);
    border: none;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: 0 10px 15px -3px var(--link-button-shadow), 0 4px 6px -2px var(--link-button-shadow);
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    margin: 0.5em;
}
.btn:hover, .link-button-trans:hover, .link-button-dis:hover, .control-btn:hover,.all_btn:hover {
    background: var(--link-button-bg-hover);
    color: var(--link-button-text);
}
.fos_div label {
    font-weight: normal;
    font-size: 11px;
    line-height: 8px;
    margin: 1px 2px;
    padding: 0px;
}
.selected_fos_div {
    border-bottom: 1px solid #dbdbdb;
    background-color: rgba(249,183,123,0.7);
    padding: 1px 2px;
}
.fos_div,.level_div {
    padding: 1px 2px;
    font-size: 14px;
}
.fos_div_job label {
    font-weight: normal;
    font-size: 11px;
    line-height: 8px;
    margin: 1px 2px;
    padding: 0px;
}
.tTipF {
    background: url(../../img/icons/question-circle-fill.svg) no-repeat center #c9bfbf;
    cursor: pointer;
    border-radius: 50%;
    color: #d71a1a;
    font-size: 18px;
    height: 26px;
    margin-left: 5px;
    padding: 0px 0px 0px 4px;
    width: 26px;
    z-index: 5;
}
.faq-accordion .card-header {
    background-color: #3d7fbd;
}
.faq-accordion .card-header .card-title {
    color: #fff;
}
.faq-accordion .card-header .card-title:hover {
    color: #fff;
    text-shadow: 0px 0px 4px #ccc;
}
.faq-accordion .card-body {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
}
.faq-accordion.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: " ";
    background-image: url(../../img/icons/minus-solid.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    float: right;
    margin-top: 0.5rem;
}
.faq-accordion.accordion .card-header.collapsed:after {
    content: " ";
    background-image: url(../../img/icons/plus-lg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    margin-top: 0.5rem;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.easy-autocomplete {
    width: 100% !important;
}
#provider-remote {
    border-color: rgb(231, 128, 6);
}
.display-none {
    display: none;
}
.sub-help {
    width: 49%;
    margin-right: 1%;
    float: left;
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 310px;
    max-height: 270px;
}
.cookie-bar {
    position: fixed;
    bottom: 0px;
    padding: 20px 15px;
    width: 100%;
    display: none;
    z-index: 9999;
    box-shadow: 0px 0px 4px #2626267d;
    background-color: #f6fbfa;
    font-family: "Poppins", sans-serif;
}
.cookie-para {
    color: #353c41;
    font-size: 1rem;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.cookie-space {
    padding-bottom: 45px;
}
.cookie-notice a:hover {
    text-decoration: none;
    color: #fff;
}
.cookie-btn {
    font-size: 1rem;
    color: #ffffff;
    background: #3575ff;
    padding: 4px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 1%;
}
.cookie-btn.secondary {
    color: #ffffff;
    background: #3575ff;
}
@media (max-width: 767px) {
    .cookie-bar {
        padding:10px 15px 40px 15px;
    }
}
.cl-on {
    min-height: 150px;
}
.cl-on.box-dv-col0 {
    background: rgba(86,160,211,0.9);
}
.cl-on.box-dv-col3 {
    background: #ED9C3C;
}
.cl-on.box-dv-col4 {
    background: rgba(221,75,57,0.8)
}
.cl-on.box-dv-col6 {
    background: rgb(70, 191, 70);
}
.stu-button-form {
    color: #fff;
}
.bnner-section.in-pg-bnner-6 {
    width: 100%;
    max-width: 100%;
    max-height: 280px;
    background: url(../../img/index_banner-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.left-navbar {
    /*background: #e1e1e1;*/
    padding:0px 0px;
    border-radius: 5px;
    height:100%;
}


.colorOneCss{
    background-color: #d8e6f0 !important;
}
.colorTwoCss{
    background-color: #e2efda !important;
}
.colorTwoCssH{
    background-color: #c6e0b4 !important;
}
.colorWhiteCss{
    color: #fff !important;
}
.colorThreeCss{
    background-color: #fce4d6 !important;
}
.colorThreeCssH{
    background-color: #f8cbad !important;
}
.colorFourCss{
    background-color: #fff2cc !important;
}
.colorFourCssH{
    background-color: #ffe699 !important;
}
.blueColor{
    background-color: #2f74b5 !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background: #FFFFFF;
    border-bottom: 2px solid #D9705B;
    color: #D9705B;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 8px rgba(217,112,91,0.04);
}
/* .dataHead {
    background: #b8cce4;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 0.700rem;
    text-transform: uppercase;
}

.dataVal {
    background: #e3eefb;
    padding-top: 8px;
    font-size: 0.700rem;
    padding-bottom: 8px;
} */

.dataHead {
    background: #F5F5F4;
    color: #000;
    padding: 8px;
    font-weight: 500;
    font-size: 0.7rem;
    text-transform: capitalize;
    border: 1px solid #F3F4F6;
    box-shadow: none;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-weight: bold;
}

.dataVal {
    background: #FFFFFF;
    color: #243636;
    padding: 8px;
    font-size: 0.7rem;
    border: 1px solid #F3F4F6;
    box-shadow: none;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.link-button-trans-wd-mid {
    width: 200px;
    text-align: center;
    color: #000;
    padding: 8px 18px;
    font-size: 0.700rem;
    text-transform: uppercase;
    font-weight: bold;
    background: #b8cce4;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: 1px solid #E9EFF2;
    border-radius: 4px;
    margin: 0px 0.5em;
    cursor: pointer;
}

.link-button-trans-wd-ex-small {
    min-width: auto;
    text-align: center;
    color: #000;
    padding: 1px 8px;
    /*padding: 1px 0px;*/
    font-size: 0.700rem;
    text-transform: uppercase;
    font-weight: bold;
    background: #b8cce4;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: 1px solid #E9EFF2;
    border-radius: 4px;
    /*margin: 3px 0.5em;*/
    cursor: pointer;
}
.m-auto {
    margin: auto !important;
}
.pendingSpanNumber {
    display: inline-block;
    border-bottom: 2px solid red;
    padding: 0px 4px 1px 4px;
}
.fixed-row td {
    height: 35px;
    vertical-align: middle; /* optional */
}
.whiteContainer {
    background: #fff;
    border-radius: 15px;
}
.borderRight {
    border-right: 2px solid #bfbfbf;
}

.btn-primary {
    background: var(--primary-bg-color);
    color: var(--primary-color);
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem ;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    /*transition: all 0.25s ease;*/
    /*    box-shadow: 0 6px 14px rgba(143, 214, 207, 0.35);*/
    /*display: inline-flex;*/
    align-items: center;
    gap: 8px;
    margin:0.5em
}

.btn-primary:hover {
    background: var(--primary-hover-bg-color);
    color: var(--primary-color);
}

.btn-primary:active {
    background: var(--primary-hover-bg-color);
    color: var(--primary-color);
}

.header-actions {
    display: flex;
    gap: 12px;
}

/* Overlay */
.profile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(36, 54, 54, 0.35);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 1000;
    pointer-events: none;
}

/* Menus */
.profile-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 280px;
    background: var(--bg-card);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    padding: 16px;
    opacity: 0;
    transform: translateY(-10px) scale(0.96);
    pointer-events: none;
    transition: 0.35s ease;
    z-index: 1001;
    min-height: 15rem;
    max-height:30rem;
    overflow-y: scroll;
}

/* PROFILE OPEN */
.profile-open #profileOverlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.profile-open #profileMenu {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* MENU OPEN */
.menu-open #menuOverlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-open #mainMenu {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;

}

/* Links */
.profile-links {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.profile-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.profile-links li:hover {
    background: var(--secondary);
}


/* Links */
.menu-links {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

/*.menu-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.menu-links li:hover {
    background: var(--secondary);
}*/

.menu-links li {
    border-radius: 10px;
}

.menu-links a,
.menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: .25rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease, color 0.2s ease;
    font-weight: 400;
}

/*.menu-links a:hover,
.menu-toggle:hover {
    background: var(--secondary);
}*/

.menu-toggle {
    justify-content: flex-start;
}

.menu-toggle .arrow {
    font-size: 0.8rem;
    transition: transform 0.25s ease;
}

.submenu {
    list-style: none;
    margin-top: 6px;
    display: none;
}

.submenu li a {
    padding: 8px 10px;
    font-size: 0.9rem;
    border-radius: 8px;
}

.has-children.open .submenu {
    display: block;
}

.has-children.open .arrow {
    transform: rotate(180deg);
}

.profile-menu::-webkit-scrollbar {
    width: 6px;
}

.profile-menu::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}


.logout a {
    color: #dc3545;
    font-weight: 600;
}

.logout a:hover {
    color: #b02a37;
}

.profile-header {
    background-color: var(--light-bg); /* light bg */
    border-radius: 10px;
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.user-name {
    color: #333;
}

.role-name {
    color: #666;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}
header {
    background: #fff;
    position: sticky;
    top: 0px;
    z-index: 100;
}

.page-title-floating {
    margin: 30px 0;
    text-align: center;
    position: relative;
}

.page-title-floating::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--border-color);
}

.page-title-floating span {
    position: relative;
    padding: 0 20px;
    background: var(--bg-main);
    font-size: 24px;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: 1px;
}

.page-title-split h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: var(--text-primary);
}


.page-title-split {
    margin: 28px 0;
    padding: 16px 0;
    text-align: center;
    position: relative;
}

.page-title-split::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
        );
    border-radius: 3px;
}
.text-justify {
    text-align: justify;
}



/* Card */
.highlight-card {
    height: 100%;
    border-left: 6px solid var(--primary);
    border-radius: 14px;
    background: linear-gradient(180deg, #fff, #f6fcfb);
    box-shadow: 0 12px 26px rgba(143,214,207,.25);
    display: flex;
    flex-direction: column;
}

/* Card body with fixed height */
.highlight-card .card-body {
    display: flex;
    flex-direction: column;
    height: 320px;
    padding: 1.25rem;
    padding-right: .75rem;
}

/* Title */
.highlight-card .card-title {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .85rem;
    color: var(--text-primary);
}

/* Number badge */
.highlight-card .count {
    background: linear-gradient(135deg, var(--primary), #6bbeb7);
    color: #fff;
    font-size: .75rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    font-weight: 600;
}

/* Scrollable content */
.highlight-card .theme-list {
    flex: 1;
    overflow-y: auto;
    padding-left: 1.1rem;
    padding: 10px;
}

/* Text spacing */
.highlight-card .theme-list li {
    font-size: .9rem;
    line-height: 1.7;
    color: #3b4f4f;
    margin-bottom: .5rem;
}

.highlight-card .theme-list li:first-child {
    margin-bottom: .6rem;
}

/* Scrollbar */
.highlight-card .theme-list::-webkit-scrollbar {
    width: 6px;
}
.highlight-card .theme-list::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .highlight-card .card-body {
        height: auto;
        max-height: 380px;
    }
}

.card-footer {
    background: transparent;
    border-top: 1px solid var(--border-color);
}


.btn-secondary {
    background: var(--secondary-bg-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1.25rem ;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    /*transition: all 0.25s ease;*/
    /*    box-shadow: 0 6px 14px rgba(143, 214, 207, 0.35);*/
    /*display: inline-flex;*/
    align-items: center;
    gap: 8px;
    margin:0.5em
}

.btn-secondary:hover {
    background: var(--secondary-hover-bg-color);
    color: var(--secondary-color);
}

.btn-secondary:active {
    background: var(--secondary-hover-bg-color);
    color: var(--secondary-color);
}

/* ============================================
   MODAL REDESIGN - THEME INTEGRATION
   ============================================ */
/* Modal header buttons (for existing img icons) */
.modal-header .text-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.modal-header .text-right a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
}

/* Style the icon images */
.modal-header .text-right a img {
    width: 20px;
    height: 20px;
    filter: invert(48%) sepia(45%) saturate(1200%) hue-rotate(330deg) brightness(95%) contrast(85%);
}

.modal-header .text-right a:hover img {
    filter: invert(48%) sepia(45%) saturate(1500%) hue-rotate(330deg) brightness(85%) contrast(90%);
}
.show {
    visibility: visible !important;
}
.easy-autocomplete input {
    width: 100% !important;
}