@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
        
body {
    font-family: "robotoregular", sans-serif, sans-serif;
  }
  
.app-blank {
    background: url(https://cdn-scorpius.elifebackup.com/login/img/Tigo/Login_BG.png) no-repeat top center;
    background-color: white !important;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
}

.bg-body {
    width: 35rem !important;
    margin: auto;
    padding: 30px !important;
}
[data-bs-theme="dark"] #kt_app_page {
    background-color: #15171c;
}
[data-bs-theme="dark"] .z-product .card-body{
    background-color: #15171c;
}
[data-bs-theme="dark"] .z-product .card-body a{
    color: #d1cfcf !important;
}

#kt_app_page {
    background-color: white;
}

/*#teaser_window {
    display: none
}*/

#kt_app_toolbar {
    background-color: var(--bs-gray-200);
    padding: 0 1.5rem 0 0 !important;
}
 
#kt_app_header {
    padding: 2rem;
}
 
#kt_app_content #kt_app_content_container .row{
    margin: 1rem;
}

#kt_app_content_container .card-body.text-center{
    width: 100%;
    height: auto;
}

.btn.btn-primary{
    background-color: #001EB4;
    color: #ffffff !important;
}
.btn.btn-primary:hover{
    background-color: #000E56 !important;
}

.card-footer{
    display:flex;
    justify-content: center;
}

.z-product{
    display: grid;
    grid-template-rows: 0.8fr 1fr;
    border: solid 2px #9E9E9E;
    border-radius: 15px;
}
 
@media (max-width: 991.98px) {
    .z-product {
        grid-template-rows: 1fr 1.5fr;
    }
}
.z-product .card-body {
    display: grid;
    grid-template-rows: 1fr 2.4fr 1fr;
    background-color: #F3F3F3;
    margin: 0 !important;
    border-radius: 0rem 0 15px 15px;
    text-align: center;
}

.z-product .card-body  div{
    text-align: left;
}
.z-product .text-gray-900 {
    color: #9E9E9E !important;
}
.z-product .card-body a {
    font-size: 1.7rem !important;
    line-height: 1 !important;
    color: #555555 !important;
}
 
.z-product .card-body div:has(.btn){
    display: flex;
    justify-content: center;
}
 
.z-product .card-body div:has(.btn) a{
    font-size: 1.3rem !important;
    border-radius: 4rem;
    background-color: #001EB4;
    color: white !important;
    padding: 0.8rem 2rem 0.8rem 2rem!important;
}
.z-product .card-body div:has(.btn) a:hover{
    background-color: #000E56 !important;
}
 
.z-product img{
    width: 100%;
    border-radius: 15px !important;
}

#kt_app_content_container .card-body.text-center:has(button){
    display: flex;
    justify-content: center;
}
#kt_app_content_container .card-body.text-center div:has(button){
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

#kt_app_content_container .d-flex .flex-column-auto .card {
    height: auto !important;
    box-shadow: none;
    border: 1px solid var(--bs-card-border-color);
}
#kt_app_content_container .d-flex .flex-column-fluid  .card {
    height: auto !important;
    box-shadow: none;
    border: 1px solid var(--bs-card-border-color);
}

#kt_app_content_container .d-flex .flex-grow-1  .card:has(.tab-content) {
    height: auto !important;
    box-shadow: none;
    border: 1px solid var(--bs-card-border-color);
}

#kt_app_content_container .d-flex .flex-grow-1  .card:has(.tab-content) .btn{
    background-color: #001EB4;
    border-radius: 3rem !important;
    padding: 1rem !important;
}
#kt_app_content_container .d-flex .flex-grow-1  .card:has(.tab-content) .btn:hover{
    background-color: #000E56 !important;
    border-radius: 3rem !important; 
}
#kt_app_content_container #selectoptionalproducts{
    text-align: left;
}
#kt_app_content_container .col-lg-6:has([data-zit-holder-for="mainForm_saveOptionalProducts"]){
    width: 100% !important;
}
#activeProductsTitle_window h2{
    font-size: 3rem 
}
 
[data-zit-holder-for="mainForm_optionalProductsSelectList"] .row div div{
    padding: 0rem !important;
}
 
[data-zit-holder-for="mainForm_optionalProductsSelectList"] .row div div img{
    width: 90% !important;
}
.app-footer {
    background-color: #001EB4;
}
.app-footer p{
    color: #ffffff;
}

.app-footer .app-container{
    justify-content: center;
}
 
.app-footer .table {
    width: auto !important;
    display: flex;
    flex-direction: row;
}

#open_fc_widget {
    position: fixed;
    bottom: 0;
    right: 0;
}
.getintouch {
    text-align: center;
    right: 40px;
    bottom: 140px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.3;
    position: absolute;
    border-radius: 40px;
}
.getintouch .icon {
    width: 160px;
}

.zoom-in-out {
    animation: zoom-in-out 5s forwards;
    animation-iteration-count: 3;
}

.getintouch.shadow {
    filter: drop-shadow(5px 6px 3px rgba(50, 50, 0, 0.3));
}