
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins {
    font-family: "Poppins", sans-serif !important;
  }

body, .app-default {
    background-color: #eeeeee;
}
.card{
    border-radius: 0 !important;
}
.react-select-solid .react-select__control.css-13cymwt-control{
    background-color: #f5f8fa !important;
    border-color: #f5f8fa !important;
    color: #4b5675 !important;
}
.fill-wd{
    width: 18.5% !important;
}
.react-select__input-container{
    height: 33px !important;
}
.react-select__menu{
    z-index: 999 !important;
}
.app-sidebar {
    background-color: #ffffff !important;
}
.app-sidebar-menu{
    border-right: 2px solid #dfdfdf !important;
}
.app-sidebar-logo {
    border-right: 2px solid #dfdfdf !important;
}
.app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #1a3247 !important;
}
.app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon {
    color: #1a3247 !important;
}
.app-sidebar .app-sidebar-logo {
    border-bottom: none !important;
}
.menu-rounded .menu-link {
    border-radius: 0 !important;
}
.app-sidebar .menu .menu-item .menu-link.active {
    background-color: #0475a2 !important;
}
.app-sidebar .menu .menu-item .menu-link.active .menu-title {
    color: #f0f5f9 !important;
}

.app-sidebar .menu .menu-item .menu-link.active .menu-icon .svg-icon {
    color: #f0f5f9 !important;
}
.btn{
    border-radius: 4px !important;
}
.tv-light-dark{
    background-color: #b7b7b7 !important;
}
.tv-light-danger{
    background-color: #ffb6c8 !important;
}
.tv-light-success{
    background-color: #aaffc4 !important;
}
.tv-light-warning{
    background-color: #ffe68d !important;
}
.tv-light-primary{
    background-color: #7fd0ff !important;
}
.tv-light-info{
    background-color: #be9fff !important;
}
.mt-25 {
    margin-top: 6rem !important;
}
.lh-40{
    line-height: 40px !important;
}
.card-shadow{
    box-shadow: 0px 1px 20px 0px rgba(91, 63, 103, 0.1) !important;
}
.bg-light-blue{
    background-color: #f6f9fb !important;
}

@media (max-width:1600px) {
    .vh-90 {
        height: 89vh !important;
    }
}
@media (min-width:1601px) {
    .vh-90 {
        height: 92.1vh !important;
    }
}
@media(min-width:350px) and (max-width:700px){
    #sai_app_page .mx-15{
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    #sai_app_page .px-15{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #sai_app_content_container .vertical-line{
        border-bottom: 1px dashed #afb1b2 !important;
        border-right: none !important;
    }
    #platform .col-xl-3{
        margin-bottom: 15px !important;
    }
    #fully_managed .col-xl-3{
        margin-bottom: 15px !important;
    }
    #custom_built .col-xl-3{
        margin-bottom: 15px !important;
    }
    #language_model .col-xl-3{
        margin-bottom: 15px !important;
    }
    .footer-single-col .d-flex{
        display: block !important;
    }
    .footer-single-col{
        display: block !important;
    }
    #sai_app_content_container .p-10, .p-5{
        padding: 15px !important;
    }
    #sai_app_content_container .p-5{
        padding: 0px !important;
    }
    #platform .px-5{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #fully_managed .px-5{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #custom_built .px-5{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #language_model .px-5{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .footer-top .p-10{
        padding: 30px !important;
    }
    .footer-bottom{
        text-align: center !important;
    }
    .footer-bottom .text-end{
        text-align: center !important;
    } 
    #sai_app_content_container .category{
        margin-bottom: 5px !important;
    }
    
}
/* ============= width ============ */
.w-350px {
    width: 350px !important;
}
.w-30{
    width: 30% !important;
}
.w-25{
    width: 25% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.w-85{
    width: 85% !important;
}
.w-90{
    width: 90% !important;
}
.w-150px{
    width: 150px !important;
}
/* =========== height ========== */
.h-50px{
    height: 50px !important;
}

.inp-secure {
    -webkit-text-security: disc;
}

.border-none{
    border: none !important;
}

.btn-dark-success {
    background: #03733d !important;
    color: var(--sai-success-inverse) !important;
}

.justify-self-center{
    justify-self: center !important;
}

.tab-active {
    border-bottom: 4px solid #0056b3 !important;
    color: #0056b3 !important
}

/*================== LANDING PAGE CSS START ======================*/
.landing-footer{
    position:relative;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #e4edf5 !important;
}
.round-btn{
    border-radius: 50px !important;
}
.br-20{
    border-radius: 20px !important;
}
.br-50{
    border-radius: 50px !important;
}
.mx-30 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}
.mx-40 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
}
.hero-area-background {
    content: "";
    width: 100%;
    height: 7%;
    inset-inline-start: 0px;
    top: 0px;
    background: linear-gradient(180deg,rgb(235, 238, 255) 0%, rgba(255, 255, 255, 0.97) 100%);
    z-index: -1;
}
/*================== LANDING PAGE CSS END ======================*/
