@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* typography */
html{min-height: 100%;}
body{
    font-size: 18px !important;
    font-weight: normal !important;
    margin: 0;
    font-family: "inter", sans-serif !important;
}
body.homepage{
    background: linear-gradient(to bottom, white 20%, #F5F5F7 20%) !important;
}
body.bg-gray{
    background: linear-gradient(to bottom, white 80px, #F5F5F7 80px) !important;
   
}
.btn{
    font-size: 16px !important;
    font-weight: bold !important;
    border-radius: 32px !important;
    padding: 10px 30px !important;
}
h1 {
    font-size: 36px !important; 
    font-weight: 800 !important;
    line-height: 50px !important;
}
h2{
    font-size: 22px !important;
    font-weight: 800 !important;
}
h3{
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}
.fs-16{
    font-size:16px;
}
.nav-link, .dropdown-item{
    font-size: 16px !important;
    color: #1D1D1F !important;
    font-weight: normal !important;
    font-family: "raleway";
}
.logo-text{
    font-size: 20px !important;
    font-weight: 800 !important;
    margin-left: 10px;
}
.logo-text-foot{
    vertical-align: middle;
    color: #89898B;
    font-size: 16px;
    font-weight: 800;
}
#footer p{
    font-size: 12px;
    font-weight: normal;
    color: #89898B;
    line-height: 24px;
}


/* homepage carousel */
#carouselExample{
    margin-bottom: 40px;
}
.carousel-item img{border-radius: 30px;}
.carousel-text{
    position: absolute;
    top:20%;
    left:15%;
    color: white;
    z-index: 9999;
}
.btn-white{
    background-color: white !important;
    color: black !important;
    border-radius: 30px !important;
}
.btn-white:hover{
    background-color: #81E2FF !important;
}
/* cards */
.card{
    border-radius: 32px !important;
    box-shadow: 0px 2px 6px #0000001A !important;
    border: none !important;
}
.card-body{
  
}
.card-arrow{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 3%;
    right: 6%;
    z-index: 999;
}
.card-img{
    overflow: hidden;
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
}
.card:hover img{
    transform: scale(1.1); 
    transition-duration: 0.5s;
    overflow: hidden;
}
.card-text{
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #1D1D1F !important;
    text-decoration: none !important;
}
/* Product detail */
.mb-detail{
    margin-bottom: 80px !important;
}
.product-headline{
    margin-bottom: 40px !important;
}
.detail-text{
    color: #1D1D1F;
    font-size: 18px;
}
.detail-mb{
    margin-bottom: 50px;
}
.detail-icon {
    background-color: white;
    padding: 13px 18px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
/* sign up */
.sign-up{
    background-color: #F5F5F7;
    border-radius: 32px;
    padding: 40px !important;
}
.signup-text{
    font-size: 12px;
    color: #89898B;
    margin-top: 40px;
}
.col-form-label{
    font-size: 14px !important;
    font-weight: normal;
    color: #1D1D1F;
}
.btn-black{
    background-color: #1D1D1F !important;
    color: white !important;
}
.help-block{
    font-size: 12px;
    color: red;
}
/* list of scenarios */
div.dataTables_wrapper div.dataTables_info{
    font-size: 12px;
    margin-top: 15px;
}
table.dataTable{
    border-spacing: 0 10px !important;
    border-radius: 8px !important;
}
table.dataTable tr{
    border-radius: 8px !important;
}
.table>:not(caption)>*>*{
    padding: 15px !important;
}
.form-control-sm{
    border-radius: 32px !important;
}
thead tr th{
   /* background-color: #F5F5F7  !important; */
    font-size: 14px !important;
    font-weight: normal !important;
}
.sorting_1{
    font-weight: bold !important;
}
table.dataTable td{
    font-weight: 300;
}

table td:first-child,
table th:first-child {
  border-radius: 8px 0 0 8px;
}
table td:last-child,
table th:last-child {
  border-radius: 0 8px 8px 0;
}
table a{
    color: #0093FF;
}
.dataTables_paginate{
    margin-top: 15px !important;
}
.dataTables_paginate ul li{
    margin: 0 3px;
    font-size: 12px;

}
.page-link{
    background-color: black !important;
    color: white !important;
    font-size: 12px !important;
}
.active>.page-link, .page-link.active{
    background: #FFFFFF !important;
    color: black !important;
    border: none !important;
}
table a svg{
    width: 14px !important;
    margin: 0 3px;
}
.btn-offcanvas{
    height: 50px;
    width:50px;
    border-radius: 50% !important;
    padding: 5px !important;
}
.desc-row{
    background-color: black;
    color: white;
    border-radius: 32px;
    padding: 15px 30px;
    font-size: 36px;
}
.row-arrow{
    position: absolute;
    bottom: -29px;
    left: 45px;
}
.controls li{
    border: none !important;
}
.controls h2{
    text-align: center;
    font-size: 22px !important;
}
.controls-heading{
    border-radius: 32px 32px 0px 0px !important;
   
    padding: 25px 0 !important;
}
#countdown360_countdown{
    width: 120px;
}
.btn-blue{
    background-color: #0093FF !important;
    color:  white !important;
}
.controls-bottom{
    border-radius: 0 0 32px 32px !important;

}
.scenario-img{
    background-color: white;
    border-radius: 32px;
}
/* all tables stripped */
table.dataTable>tbody>tr:nth-of-type(2n+1)>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05); 
}
table tr td{
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    }
table tr td:first-child{
    border-left: 1px solid #c1c1c1;
}
table tr td:last-child{
    border-right: 1px solid #c1c1c1;
}
    .table-borderless>:not(caption)>*>*{
        border-bottom-width: 1px !important;
    }