/* font families */
@font-face {
    font-family: 'lato';
    src: url("../fonts/Lato-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}



.lato-regular {
    font-family: 'lato', serif !important;
}

/* end  font families */

/* font Sizes*/
.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-24 {
    font-size: 24px !important;
}
.f-48 {
    font-size: 48px !important;
}

.f-72 {
    font-size: 72px !important;
}

/* end font Sizes*/




.app-bg-primary-color {
    background: #EFF7FF !important;
}

.app-bg-secondary-color{
    background: #139EE3 !important;
}

.app-btn {
    border-radius: 100px !important;
    background: #139EE3 !important;
    padding: 16px 30px;
}

.app-btn-white {
    border-radius: 100px !important;
    background: rgba(255, 255, 255, 0) !important;
    border: 1px solid #139EE3; /* FIXED */
    padding: 16px 30px;
    color: #139EE3;
}


.text-gray{
    color: #7B7B7B !important;
}


.icon-40{
    width: 40px;
    height: 40px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}
.app-btn-outline {
    border: 1px solid #139EE3;
    background-color: transparent;
    color: #139EE3;
    border-radius: 100px;
    padding: 8px 20px;
}

.app-btn-outline:hover,
.app-btn-outline.active,
.app-btn-outline:checked,
input[type=radio]:checked + .app-btn-outline {
    background-color: #139EE3;
    color: white;
}



