/*================
 Template Name: ONBOARD 1 MORTGAGE - By Soft Amass India
 Description: This Template is build for ONBOARD 1 MORTGAGE by Soft Amass India.
 Version: 1.0
 Author: Soft Amass India
 Website: https://softamassindia.com/ 
=======================*/

/*----------------------------------------
------------------------------------------  
    ///////////       ///\\\       |||
   ///               ///  \\\      |||
   \\\              ///    \\\     |||
    \\\\\\\\\\     ///      \\\    |||
            \\\   //////  \\\\\\   |||
            ///  ///          \\\  |||
   ///////////  ///            \\\ |||
------------------------------------------
----------------------------------------*/

/* ======= Remove on google map elements ====== */

.gm-inset-map{
    display: none !important;
}
.gm-style-cc {
    display: none !important;
}

.gmnoprint {
    display: none !important;
}

.gm-control-active {
    display: none !important;
}

.gm-fullscreen-control {
    display: none !important;
}

.img-white{
    filter: brightness(0) invert(1);
}
.text-orange{
    color: var(--st-theme2) !important;
}
.border-light{
    border-color: #f5c595 !important;
}
.text-dark {
    color: #16243e !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.pd-qualify{
    padding: 1.2rem 1.5rem 0 1.5rem !important;
}
.bg-orange{
    background: var(--st-theme2) !important;
}
.text-left{
    text-align: left !important;
}
.bg-gray{
    background-color: #f0f0f0 !important;
}
.text-right{
    text-align: right !important;
}
.pd-qualify{
    padding: 1.2rem 1.5rem 0 1.5rem !important;
}
.bg-orange{
    background: var(--st-theme2) !important;
}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
    color: var(--bs-info) !important;
}
.blockui-overlay .text-primary{
    color:#fff !important;
}
.theme-btn{
    padding: 15px 20px;
    padding: 15px 20px;
    text-transform: inherit;
    letter-spacing: 0.6px;
    font-size: 15px;
    border-radius: 20px;
}
.header-1 .header-right .theme-btn{
    border-radius: 20px;
}
.header-1 .header-right .theme-btn{
    border-radius: 5px;
}
.contact-wrapper .contact-content form .form-clt input, .contact-wrapper .contact-content form .form-clt textarea{
    padding: 15px 20px;
    border-radius: 5px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

::-webkit-scrollbar-track {
    background-color: var(--bs-white);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: var(--bs-dark) !important;
}

.menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease !important;
    background-color: var(--bs-info-light) !important;
    color: var(--bs-info) !important;
}
/* Scrollbar Styling end*/
/* start Spinner wrapper to position both elements */
.spinner-wrapper {
    position: relative;
    width: 15em;
    height: 15em;
    margin: 0 auto 3.5em auto;
}

/* Rotating border */
.spinner-border {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--st-theme2);
    animation: spinner 1s infinite linear;
}

/* Keyframes remain unchanged */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/* Static logo styling */
.spinner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    /* Adjust as needed */
    height: 150px;
    pointer-events: none;
}

.spinner-logo img {
    width: 100%;
    height: auto;
}
/* end Spinner wrapper to position both elements */
/* heart bit animation*/
@keyframes heartbeat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.15);
    }
    100% {
      transform: scale(1);
    }
  }

  .heart {
    animation: heartbeat 1s infinite;
    /* color: white !important; */
  }
  /* end of heart bit animation*/

.select2-container--open {
    z-index: 9999999 !important;
}

.slide-out-element {
    transform: translateX(-100%); /* Initially move the element outside the viewport */
    transition: transform 0.7s ease; /* Transition property for smooth animation */
    position: absolute;
    width: 100%;
    z-index: 2;
}
  
.slide-out-element.active {
    transform: translateX(0); /* Move the element to its original position */
    transition: transform left .9s ease;
}

.same-size-img {
    height: 155px;
    width: 100%;
    object-fit:  cover;
}

.opacity-8{
    opacity: 0.8;
}
.pb-7{
    padding-bottom: 7rem !important;
}
.sdw{
    box-shadow: 0 4px 8px rgba(160, 158, 158, 0.5);
}

/* bottons place at the end of every div */
.house-offer-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* Ensures full height */
}

#mobile-menu li.active > a {
    color:var(--st-theme2)!important;
}

.house-offer-box .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    /* Center content horizontally */
    text-align: center;
    /* Center text inside p and h4 */
}

.house-offer-box .content p {
    flex-grow: 1;
    /* Makes the paragraph take available vertical space */
}

.house-offer-box .content a {
    margin-top: auto;
    width: auto;
    /* Ensures it doesn’t stretch */
    align-self: center;
    /* Keeps button horizontally centered */
}
/* bottons place at the end of every div */

/* ===== custom width ====== */
.w-20 {
    width: 20% !important;
}
.w-75px {
    width: 75px !important;
}
.w-90px {
    width: 90px !important;
}
.w-100px {
    width: 100px !important;
}
.w-110px {
    width: 110px !important;
}
.w-125 {
    width: 125px !important;
}
.w-130px{
    width: 130px !important;
}
.w-140px {
    width: 140px !important;
}
.w-145px {
    width: 145px !important;
}
.w-150 {
    width: 150px !important;
}
.w-160px {
    width: 160px !important;
}

.w-200px{
    width: 200px !important;
}
.w-215px {
    width: 215px !important;
}
.w-225px{
    width: 225px !important;
}
.w-240px {
    width: 240px !important;
}
.w-250px{
    width: 250px !important;
}
.w-305px {
    width: 305px !important;
}
.w-315px {
    width: 315px !important;
}
.w-320px {
    width: 320px !important;
}
.map-m-h{
    min-height: 435px;
}
.ml-15p{
    margin-left: 15%;
}

/* ======= custom height ======= */
.h-50px {
    height: 50px !important;
}
.h-60px {
    height: 60px !important;
}
.h-550px{
    height: 550px !important;
}
.h-180px {
    height: 180px !important;
}
.h-110px {
    height: 110px !important;
}
.height-fit-content {
    height: fit-content !important;
}

.element-center {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.bottom-radius-none{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.border-right-none {
    border-right: none !important;
}
.border-none {
    border: none !important;
}
.border-redius-none{
    border-radius: 0px !important;
}
.br-10 {
    border-radius: 10px !important;
}
.border-x-none{
    border-left: none !important;
    border-right: none !important;
}
.border-radius-left-none{
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.border-radius-right-none{
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.vp-title{
    display: none !important;
}


/* Alternatively, you can hide specific elements */
iframe.vp-title {
    /* Target Vimeo sidedock class if applicable */
    display: none !important;
}

/* ======= Remove on google map elements ====== */


.gm-style-cc{
    display: none !important;
}
.gmnoprint{
    display: none !important;
}
.gm-control-active
{
    display: none !important;
}
.gm-fullscreen-control
{
    display: none !important;
}

.mnu_fill-white {
    fill: var(--bs-white) !important;
}
.mnu_fill-blue {
    fill: var(--bs-cyan)!important;
}
.w-20p{
    width:20% !important;
}
.w-40p {
    width: 40% !important;
}
.onmap-layer{
    position: absolute !important;
    z-index: 1;
    min-height: 450px;
}
.capsule{
    border-radius: 30px !important;
}
.pull-right{
    float: right;
}

.p-30{
    padding: 7rem;
}
.p-35{
    padding: 7.6rem;
}
.home-btn-group {
    width: fit-content;
    position: absolute;
    right: 0;
}

.hover-none {
    pointer-events: none;
}
.bright{
    filter: brightness(1.5);
}
.brighter {
    filter: brightness(2.4);
}
.mt-3r{
    margin-top: 3rem !important;
}
.mt-m10{
    margin-top: -10px;
}
.mt-m40 {
    margin-top: -40px !important;
}
.mt-100{
    margin-top: 100px;
}
.text-right {
    text-align: right !important;
}
.blink{
    animation: blinker 2.5s linear infinite;
}
@keyframes blinker{
    50%{
        opacity: 0;
    }
}

.md-drawer-wd {
    width: 900px;
}
.sm-drawer-wd{
    width: 600px;
}
.xs-drawer-wd {
    width: 500px;
}
.map-drawer{
    width: 30%;
}
.option-block {
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.option-block:hover {
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.option-block .icon-block {
    transform: scale(1);
    transition: all 200ms linear;
    transition-delay: 0.03s;
}

.option-block:hover .icon-block {
    transform: scale(1.2);
    transition: all 200ms linear;
    transition-delay: 0.03s;
    color: var(--bs-info) !important;
}
.st-array-button{
    display: none !important;
}
/* ========= display ====== */
.display-contents {
    display: contents !important;
}
.display-initial {
    display: initial !important;
}
#business-profile .ribbon-label{
    top: 30px !important
}
/* ========= Fixed bar ====== */
.fixed-bar{
    position: absolute;
    z-index: 1;
    width: -webkit-fill-available;
    width: -moz-available;
    /* width: calc(71.5%); */
}

/* ========= Google MAP Remove border ====== */
.gm-style iframe + div {
    border: none !important;
}

/* ========= border color ====== */


/*====== SAI Pagination ======== */
.sai-pagination{
    /* position: absolute;
    bottom: 80px;
    width: -webkit-fill-available;
    margin-right: 15px;
    z-index: 1; */

    list-style: none;
    margin: 0;
    padding: 0;
}

.inp-secure {
    -webkit-text-security: disc; 
}
.cursor-auto {
    cursor: auto !important;
}

/* Smaller desktop up to 1370px */

@media(max-width:1366px){
    .aside .menu>.menu-item>.menu-link .menu-icon {
        width: 35px !important;
        height: 35px !important;
    }
    .fs-2hx {
        font-size: 2.2rem !important;
    }
    .aside {
        width: 80px !important;
    }
    .wrapper {
        padding-left: 80px !important;
    }
    .header-fixed .header{
        left: 80px !important;
        height: 70px !important;
    }
    .header-fixed .wrapper {
        padding-top: 70px !important;
    }
    .aside-logo .h-55px {
        height: 50px !important;
    }
    .page-title .fs-3 {
        font-size: 1.2rem !important;
    }
    .fs-1 {
        font-size: 1.5rem !important;
    }
    .fs-2 {
        font-size: 1.35rem !important;
    }
    .fs-3 {
        font-size: 1.15rem !important;
    }
    .fs-4 {
        font-size: 1.01rem !important;
    }
    .fs-5 {
        font-size: 1rem !important;
    }
    .fs-6 {
        font-size: 0.95rem !important;
    }
    .fs-7 {
        font-size: 0.85rem !important;
    }
    .fs-8 {
        font-size: 0.75rem !important;
    }
    .fs-2x {
        font-size: 1.5rem !important;
    }
    .fs-3x {
        font-size: 2.5rem !important;
    }
    .fs-4x {
        font-size: 3.5rem !important;
    }
    .stepper-title{
        font-size: 1.15rem !important;
    }
    .stepper-desc{
        font-size: 12px !important;
    }
    #carrier_order_list_modal .py-10 {
        padding-top: 2rem !important;
        padding-bottom: 1.8rem !important;
    }
    #carrier_order_list_modal .mt-n20 {
        margin-top: -6rem !important;
    }
    div[role="round-progressbar"]{
        font-size: 2rem !important;
    }
    #uses_notification div[role="round-progressbar"] {
        font-size: 0.75rem !important;
    }
    .h1,
    h1 {
        font-size: 3.7rem;
    }
    
    .btn{
        font-size: 1rem !important;
    }
    .gt-main-sideber .gt-single-sideber-widget .cust-list li{
        padding: 10px 20px !important;
        opacity: 0.8 !important;
        font-size: 14px !important;
    }  
    .select2-container--custom-bootstrap .select2-selection--single{
        height: 49px !important;
        min-height: 49px !important;
    }
    .form-select {
        height: 48px !important;
        font-size: 0.96rem !important;
        border-radius: 5px !important;
        padding: 10px 20px !important;
    } 

}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
    
}
/* Tablet portrate Responsive */

@media screen and (min-width: 751px) and (max-width: 991px) {
    

    .m-w-100 {
        width: 100% !important;
    }

    .m-mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .m-mt-0 {
        margin-top: 0px !important;
    }

    #add-order-status .btn {
        width: 100% !important;
    }

    .w-20p {
        width: 50% !important;
    }

    .wrapper {
        padding-left: 0px !important;
    }

    .header-fixed .header {
        left: 0px !important;
    }

    /* .map-m-h {
        min-height: 445px;
    } */

    .ml-15p {
        margin-left: 0%;
    }

    .tot-ship-top {
        margin-top: 65px !important;
    }
    
}
/* Large desktop Responsive */

@media screen and (min-width: 1367px) and (max-width: 1950px) {
    .fs-4x {
        font-size: 3.3rem !important;
    }
    .fs-2x {
        font-size: 1.8rem !important;
    }
    .fs-1 {
        font-size: 1.9rem !important;
    }
    .fs-2 {
        font-size: 1.65rem !important;
    }
    .fs-3 {
        font-size: 1.4rem !important;
    }
    .fs-4 {
        font-size: 1.3rem !important;
    }
    .fs-5 {
        font-size: 1.2rem !important;
    }
    .fs-6 {
        font-size: 1.1rem !important;
    }
    .lh-1 {
        line-height: 2rem !important;
    }
    .lg-mb-4{
        margin-bottom: 1.5rem !important;
    }
    .lg-my-4{
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .lg-my-5{
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .contact-wrapper-10 form .form-clt input {
        padding: 19px 20px !important;
        padding: 19px 20px !important;
    }
    .contact-wrapper-10 form .form-clt .single-select{
        padding: 22px 20px !important;
        height: 63px !important;
    }
    #rate-scenario .theme-btn {
        padding: 20px 20px !important;
        padding: 20px 20px !important;
    }
    .header-main .main-menu ul li .submenu{
        min-width: 310px !important;
    }
    .gt-main-sideber .gt-single-sideber-widget .cust-list li {
        padding: 10px 20px !important;
        opacity: 0.8 !important;
        font-size: 16px !important;
    }
    #rate-scenario input::placeholder {
        font-size: 16px !important;
        color: #333 !important;
    }
    .nice-select {
        font-size: 1.13rem !important;
        font-weight: 500 !important;
        line-height: 2.1 !important;
        color: var(--bs-body-color) !important;
        font-family: "Jost", sans-serif !important;
    }
        textarea::placeholder {
        font-size: 20px;
    }
    .form-select {
        height: 58px !important;
        font-size: 0.95rem !important;
        border-radius: 5px !important;
        padding: 10px 20px !important;
    }

}

/* Tablet landscape Responsive */

@media screen and (min-width: 992px) and (max-width: 1200px) {
    

    .m-w-100 {
        width: 100% !important;
    }

    .m-mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .m-mt-0 {
        margin-top: 0px !important;
    }

    .w-20p {
        width: 50% !important;
    }

    .wrapper {
        padding-left: 80px !important;
    }

    .header-fixed .header {
        left: 80px !important;
    }

    .ml-15p {
        margin-left: 0%;
    }

    .fc .fc-view-harness {
        margin-top: 55px !important;
    }

    .tot-ship-top {
        margin-top: 65px !important;
    }
    
    .tab-full-wd{
        width: 100% !important;
    }
    
}

/* 
=================================
--- Mobile Responsive ---
=================================
*/

@media(max-width:770px){
    
    .m-w-100 {
        width: 100% !important;
    }
    .m-mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .m-mb-3 {
        margin-bottom: 1rem !important;
    }
    .m-mt-0 {
        margin-top: 0px !important;
    }
    .m-pt-0 {
        padding-top: 0px !important;
    }
    .m-p-3{
        padding: 1rem !important;
    }
    .w-20p {
        width: 50% !important;
    }
    .fs-3 {
        font-size: 1.5rem !important;
    }
    .fs-3x {
        font-size: 2.1rem !important;
    }
    .gt-breadcrumb-wrapper .gt-page-heading {
        text-align: center;
        padding: 150px 0 70px;
    }
    .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li{
        color: var(--st-white);
    }
    .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a{
        color: var(--st-white);
    }
    .gt-main-sideber .gt-single-sideber-widget .cust-list li{
        font-size: 16px !important;
    }
    .cta-image-items.testimonial {
        padding: 50px 50px 45px !important;
    }
    .wrapper{
        padding-left: 0px !important;
    }
    .header-fixed .header {
        left: 0px !important;
    }
    .ml-15p {
        margin-left: 0%;
    }
    .tot-ship-top{
        margin-top: 65px !important;
    }
    .m-d-block{
        display: block !important;
    }
    .md-drawer-wd{
        width: 100% !important;
    }
    .sm-drawer-wd{
        width: 100% !important;
    }
    .xs-drawer-wd {
        width: 100% !important;
    }
    .m-hide{
        display: none !important;
    }
    .m-login-foot{
        margin-right: 0 !important;
        text-align: center;
    }
    .m-mt-10{
        margin-top: 10px;
    }
    .m-mt-1{
        margin-top: 1rem !important;
    }
    .m-mt-2{
        margin-top: 2rem !important;
    }
    .m-px-0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .m-px-0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .fs-4x {
        font-size: 1.8rem !important;
        line-height: 2.5rem !important;
    }
    .fs-2 {
        font-size: 1.5rem !important;
        line-height: 1.6rem !important;
    }
    .hero-2 .hero-wrapper .hero-content .theme-btn {
        margin-top: 15px;
    }
    .theme-btn {
        padding: 16px 20px;
        text-transform: inherit;
        letter-spacing: 0.8px;
        font-size: 12px;
    }
    .offcanvas__contact .theme-btn{
        border-radius: 5px;
    }
    .offcanvas__contact .theme-btn{
        border-radius: 5px;
    }
    .hero-content{
        padding: 0px !important;
    }
    .d-xs-none {
        display: none !important;
    }
    .gt-breadcrumb-wrapper {
        background-image: none !important;
        background-color: var(--st-header);
    }
    .gt-main-sideber .gt-single-sideber-widget .gt-category-list li{
        justify-content: left;
    }
    .cust-height{
        height: 165px !important;
        display: none !important;
    }
    .b-none{
        border: none !important;
    }
    .modal-body .row{
        min-height: 550px;
        height: 550px;
        
    }
    .modal-body img{
        min-height: 90px !important;
        height: 90px !important;
    }
    .cust-height{
        height: 165px !important;
        display: none !important;
    }
    .b-none{
        border: none !important;
    }
    .modal-body .row{
        min-height: 550px;
        height: 550px;
        
    }
    .modal-body img{
        min-height: 90px !important;
        height: 90px !important;
    }
    

    /*==================================== 
    datatable columns convert into row 
    ======================================*/
       
       .dataTables_wrapper th{
        display: none;
       }
       .dataTables_wrapper td {
        display: block;
        text-align: left;
        border: none;
        padding: 6px;
      }
      
      .dataTables_wrapper th {
        background-color: #f2f2f2;
        font-weight: bold;
      }
      
      .dataTables_wrapper tr {
        border-bottom: 1px solid #ddd;
      }
}

@media(min-width:771px) and (max-width:1200px){
    .d-xs-none {
        display: none !important;
    }

}

/*All screen */
.cta-image-items.refin{
    padding: 40px !important;
    margin-top: 2rem;
}
.cta-image-items.testimonial{
    padding: 70px 132px 48px;
}
.lh-1{
    line-height: 1.6rem !important;
}
.lh-2{
    line-height: 2.2rem !important;
}
.opacity-6 {
    opacity: 0.6 !important;
}
.opacity-7 {
    opacity: 0.7 !important;
}
.opacity-8 {
    opacity: 0.8 !important;
}
.opacity-9 {
    opacity: 0.9 !important;
}
.gt-testimonial-box .gt-client-info {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
}
.btn-warning {
    background: var(--st-theme2) !important;
}
.btn-warning:hover {
    background: #f8b284 !important;
    color: var(--st-header) !important;
}
.border-btn{
    background-color: var(--st-white) !important;
    border: 1px solid var(--st-header) !important;
    color: var(--st-header) !important;
    border-radius: 20px !important;  
    border-radius: 20px !important;  
    padding: 13px 20px !important;
}
.border-btn:hover {
    background-color: var(--st-white) !important;
    border: 1px solid var(--st-theme2) !important;
    color: var(--st-theme2) !important;
}
.btn-2{
    display: block !important;
    padding: 20px 10px !important;
}
.br-24{
    border-radius: 24px !important;
}
.gt-main-sideber .gt-single-sideber-widget {
    margin-bottom: 20px;
    background-color: var(--st-bg2);
    padding: 30px 20px !important;
}
.sticky-sidebar {
    position: sticky !important;
    top: 0px;
}
.form-wrapper-11 {
    border-radius: 16px !important;
    background: #F4F4F4;
    padding: 30px 25px !important;
}
.contact-wrapper-10 form .form-clt input{
    padding: 15px 20px;
    background-color: var(--st-white);
    border-radius: 5px !important;
}
.contact-wrapper-10 form .form-clt textarea{
    border-radius: 5px !important;
}
.contact-wrapper-10 form .form-clt .single-select{
    padding: 15px 20px;
    height: 50px;
    border-radius: 5px !important;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover {
    background-color: var(--st-white) !important;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:hover i {
    color: var(--st-header) !important;
}
.gt-main-sideber .gt-single-sideber-widget .gt-category-list li:not(:last-child) {
    margin-bottom: 15px !important;
}
.dis-inline{
    display: inline !important;
}
/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 7px;
  left: 0;
  height: 25px !important;
  width: 25px !important;
  background-color: #eee;
  border: solid white;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-button:not(.collapsed) {
    color: var(--st-header);
    background-color: #d5e3fb;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    margin-bottom: 0px !important;
}
.accordion-header:not(.collapsed) {
    margin-bottom: 0px !important;
}
.accordion-button{
    font-size: 1.2rem;
    height: 60px;
    background-color: #f1f1f1;
    margin-bottom: 5px;
}
.accordion-item{
    border: none !important;
}
.accordion-header{
    border: 1px solid #f1f1f1;
    margin-bottom: 5px;
}
.accordion-body{
    font-size: 1rem;
    border: 1px solid #f1f1f1;
    
    margin-bottom: 5px;
}
.wd-25{
    width: 25% !important;
}
.wd-40{
    width: 40% !important;
}
.wd-60{
    width: 60% !important;
}
.content-left{
    justify-content: normal !important;
}

.gt-main-sideber .gt-single-sideber-widget .cust-list li:hover{
    padding: 10px 20px !important;
    opacity: 1 !important;
}
.gt-main-sideber .gt-single-sideber-widget .cust-list a .active{
    padding: 10px 20px !important;
    opacity: 1 !important;
    color: var(--st-theme2) !important;
}
hr{
    opacity: .1 !important;
}
.side-menu-bg{
    background: #e1dfff !important;
}
.pointer{
    cursor:  pointer !important;
}
.rate-btn{
    line-height: 1.3rem !important;
    padding: 10px 16px !important;
    font-weight: 500;
}
.btn-orange {
    color: var(--st-white) !important;
    background: var(--st-theme2) !important;
}
.btn-orange:hover {
    color: var(--st-white) !important;
    background-color: var(--st-header) !important;
}
.nice-select .list{
    z-index: 99;
}
.form-check-input:focus{
    box-shadow: none !important;
}
.nice-select{
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 2.5;
    color: var(--bs-body-color);
    font-family: "Jost", sans-serif !important;
}
.nice-select .list {
    max-height: 300px; /* adjust as needed */
    overflow-y: auto;
    overflow-x: hidden;
    width : 100%
}


.rate-table {
  width: 100%;
  border-collapse: collapse;
}

.rate-table th,
.rate-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}

/* Make table responsive */
@media (max-width: 768px) {
  .rate-table thead {
    display: none;
  }

  .rate-table,
  .rate-table tbody,
  .rate-table tr,
  .rate-table td {
    display: block;
    width: 100%;
  }

  .rate-table tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px;
    background: #f9f9f9;
  }

  .rate-table td {
    text-align: right;
    position: relative;
    padding-left: 50%;
  }

  .rate-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    top: 8px;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
  }
}


.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  height: auto;
}

#rate-scenario .contact-wrapper-10 form .form-clt input {
        padding: 19px 12px !important;
}
#header-sticky{
    z-index: 99999999 !important;
}
.modal{
    z-index: 100000001 !important;
}
.modal-backdrop{
    z-index: 100000000 !important;
}
.custom-modal-content {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
label.error {
    color: var(--st-theme2);
    /* font-weight: bold; */
    margin-top: 0.25rem;
    font-size: 0.875em;
}

input.error {
    border-color: var(--st-theme2);
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.25);
}
.modal .card-header{
    background-color: var(--st-white);
    border: none;
    padding-bottom: 10px;
}
.modal .card-footer{
    background-color: var(--st-white);
    border: none;
    padding: 0px;
}
.modal-body .row{
    min-height: 550px;
    height: 550px;
}

.offcanvas__info{
    z-index: 1000000000 !important;
}
#preloader{
    z-index: 10000000000 !important;
}

.border-solid {
    border: 0.16rem solid #e1dcdc;
}
.mt-10{
    margin-top: 10rem;
}
.radius-16{
    border-radius: 16px;
}
.b-none{
    border: none !important;
}
.select2-container--custom-bootstrap .select2-selection--single
{
    height: 49px !important;
    min-height: 49px !important;
}
.sticky-footer{
    background: #F4F4F4 !important;
    padding: 15px 0 0 !important;
}
.step-indicator{
        border-left: 1px solid #DDD !important;
}
.step-indicator.step-active{
        border-left: 4px solid var(--st-theme2) !important;
}
.mt-25-m{
    margin-top: -25px !important;
}
.w-56 {
    width: 56px !important;
}
.h-56 {
    height: 56px !important;
}
.br-50 {
    border-radius: 50%;
}
.avatar-stack {
    display: flex;
    align-items: center;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
    margin-left: -15px;
    box-shadow: 0 0 0 1px #ddd;
    background-color: #ccc;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar-count {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9542e;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: -15px;
    box-shadow: 0 0 0 1px #ddd;
}
.team-avatar {
    width: 392px !important;
    height: 490px !important;
}
.h-390 {
    height: 390px !important;
}
.same-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}
.footer-legal{
    background-color: #25344e;
    padding: 20px 10px;
    border-radius: 24px;
    position: relative;
    overflow: hidden; /* ensures watermark doesn't spill outside */
}
.footer-watermark {
    position: absolute;
    right: 0px;      /* adjust distance from right */
    bottom: 0;        /* stick to bottom */
    width: 125px;     /* adjust size */
    opacity: 0.1;     /* makes it very light/transparent */
    pointer-events: none; /* so it won’t block clicks */
    user-select: none;
}
