﻿.home-banner-main,
.page-common-banner,
section.sth_common_banner {
    background: linear-gradient(180deg, #fff 0, #00ebd8 50.75%, rgba(227, 237, 236, .51) 81.5%, rgba(255, 255, 255, 0) 100%);
}


html{
    height:100%;
}
body{
    background-color:#cdfbf7;
}

body, h1, h2, h3, h4, h5, h6 {
    color: #014238;

}

    h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
        font-weight: 500;
        color: #00ebd8;
    }
     h2 strong {
        font-weight: 600;
    }
    .black {
        color: #014238!important;
    }
.logo {
    width: 70%;
    max-width: 320px;
}

.logo-div {
    display: block;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 1000;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
body.no-menu .appBottomMenu {
    display:none!important;
}

body.bg-welcome {
    height: 100vw;
    background-image: url('../images/welcome-bg.jpg');
    background-position:center top;
    background-size:auto 100%;
}

body.centered #appCapsule {
    align-content: center;
    min-height: 100vh;
}

#appCapsule{
    max-width:576px;
    margin-left:auto;margin-right:auto;
}
.appBottomMenu .item svg {
    display: inline-flex;
    margin: 1px auto 3px auto;
    font-size: 24px;
    line-height: 1em;
    display: block;
    margin-top: 1px;
    margin-bottom: 3px;
    height: 28px;
    color: #10ddc6;
}
.appBottomMenu .item {
    align-items: flex-end;
}

.fixed-bar, .form-button-group {
    bottom: 90px;
    background-color:transparent;
}
body.no-menu .fixed-bar, body.no-menu .form-button-group {
    bottom: 40px;
    background-color: transparent;
}

.appBottomMenu {
    border: none !important;
    background-color: transparent;
    background-image: url('../images/item-bg.png');
    background-position: center top;
    /* background: linear-gradient(0deg, #fff 0px, #fff 59px,#ddd 60px,#cdfbf7 61px, #fff 90px);*/
}

.appHeader , .appHeader .left, .appHeader .right{
    padding-top: 20px;
    background-color:transparent;
}

.appBottomMenu .col-item-3  {
    background-image: url('../images/item-3-bg.png');
    background-position:center top;
    background-repeat:no-repeat;
}
.appBottomMenu .col {
    padding-top: 38px;
    padding-bottom: 20px;
}
.appBottomMenu .col-item-3 a {
    padding-bottom: 40px;
}
.appBottomMenu .col-item-3 svg {
    display:none!important;
}

.appHeader .pageTitle {
    font-weight: 500;
    overflow: hidden;
    display: block;
    height: 24px;
}

.bg-blend {
    background: linear-gradient(180deg,  #cdfbf7 0px, #fff 40px);
    background-position:center top;
    background-repeat:no-repeat;
}
body.bg-welcome .bg-blend {
    background:none;
}

.settings-item button {
    text-align: left;
    display: block;
}
.settings-item * {
    color: #27173E!important;
}
.settings-item span {
   padding-left:15px;
}
.settings-item svg{
    height:24px!important;
}

.appHeader .left ion-icon {
    font-size: 32px;
}


    .btn{
        border-radius:30px;
        font-size:18px;
    }

.btn.btn-primary {
    background-color: #00ebd8!important;
    border-color: #00ebd8!important;
    color: #fff!important;

}

.btn-danger {
    background: #FF6863 !important;
    border-color: #FF6863 !important;
    color: #FFFFFF !important;
}
        .btn.btn-primary-outline {
            background-color: #F0FFFD !important;
            border-color: #00453A !important;
            color: #00453A !important;
        }

.btn-light {
    background: rgba(240, 240, 240, 0.5) !important;
    border-color: rgba(240, 240, 240, 0.5) !important;
    color: #27173E !important;
    font-weight:200;
}

.btn-lg {
   /* height: 48px;*/
    padding: 0px 24px;
}
.welcome-step-all, .login-mode-all:not(.login-mode-0) {
    display: none;
}


h1 {
    font-size: 32px;
    font-weight: 500;
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 17px;
    font-weight: 500;
}

h6 {
    font-size: 14px;
    font-weight: 500;
}

.cms-content h3 {
    padding-bottom: 15px;
}

.cms-content h4 {
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom:1px solid #e2e2e2;
    margin-bottom:15px;
}
.cms-content strong, .cms-content b {
    color: #10DDC6 !important;
}

.add-to-home .modal-dialog {
    padding: 0 !important;
}

    .modal-dialog .modal-content {
        border-radius: 30px !important;
    }
    .ios-add-to-home .modal-dialog .modal-content {
        border-end-end-radius: 0 !important;
        border-end-start-radius: 0 !important;
    }
    .android-add-to-home .modal-dialog .modal-content {
        border-start-end-radius: 0 !important;
        border-start-start-radius: 0 !important;
    }
.android-add-to-home.show .modal-dialog{
    top:0px;
}

.android-add-to-home .modal-content:before {
    content: "";
    display: none !important;
}
    .form-group .label{
    font-size:15px;
    font-weight:600;
}
.green{
    color:#00ebd8!important;
}
.modal-title {
    color: #014238!important;
}
.text-success, a.text-success{
    color:#00ebd8!important;
}
.modal-icon svg {
    height: 64px;
    fill: #00ebd8 !important;
    color: #00ebd8 !important;
}
.form-group.boxed .form-control{
    height:46px;
}
.form-group.boxed .form-control {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    padding-top: 12px;
    padding-bottom: 12px;
}

.form-button-group2 {
    max-width: 576px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.form-button-group {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
}

section{
    margin-bottom:30px;
}

#homeCarousel .gradient-card {
    background: linear-gradient(0deg, #fff 0, #00EBD7 50.75%, #00EBD7 100%);
    background-size: 100% 100%;
}
#homeCarousel .carousel-control-next, #homeCarousel .carousel-control-prev{
    width:52px;
    opacity:1.0;
}

#homeCarousel .carousel-control-next{
    margin-right:-20px;
}
#homeCarousel .carousel-control-prev {
    margin-left: -20px;
}

#homeCarousel svg g {
    box-shadow: rgba(0,0,0,0.2) 1px 1px 1px 1px;
}

#homeCarousel .btn-primary-outline {
    font-size: 14px;
    border-width: 1px;
}

.news-category-block svg{
    width:100% !important;
}

.ms-parent.form-control{
    padding:0!important;
    border:0!important;
}

.ms-parent .ms-choice > span.placeholder {
    background-color: transparent !important;
}
.ms-parent .ms-choice {
    display: block;
    width: 100%;
    height: 46px !important;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 46px !important;
    color: #212529;
    border-radius: 10px;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
    .ms-parent .ms-choice > div {
        top:10px;
        right:10px;
    }
.ms-parent .ms-drop.bottom {
}

.ms-parent .ms-drop ul > li label {
    text-align: left;
    height: 34px;
    font-size: 16px;
    line-height:34px;
}
.ms-parent .ms-drop ul > li input {
   width:20px;
   height:20px;
}