.aml_remind {
    position: absolute;
    width: 100%;
    padding-top: 35px;
    background: rgba(255, 255, 255, 0.87);
    -webkit-box-shadow: 5px 5px 20px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 5px 5px 20px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 24%);
    z-index: 99;
    font-size: 14px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.aml_remind.aml_remind_bottom {
    position:fixed;
    bottom: 0;
}

.aml_container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .aml_remind .aml_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .aml_remind .aml_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .aml_remind.aml_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .aml_remind {
        font-size: 16px;
    }
    .aml_remind.aml_container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .aml_remind.aml_container {
        max-width: 1360px;
    }
}


.aml_remind .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .aml_remind .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .aml_remind .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

}

.aml_btn--pink {
    -webkit-transition: ease-in-out background .3s;
    -moz-transition: ease-in-out background .3s;
    -ms-transition: ease-in-out background .3s;
    transition: ease-in-out background .3s;
    background-color: #ed1164;
    color: white;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 2.2em;
    display: block;
    margin: 0 auto;
}

.aml_btn_m{
    width: 154px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}
.aml_remind .aml_btn {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00a19b;
    font-size: 14px;
    color: #ffff;
    border-radius: 4px;
    margin: 12px 0;
    cursor: pointer;
}

.aml-close {
    position: absolute;
    top: -32px;
    right: 32px;
}

@media (min-width: 576px) {
    .aml-close {
        right: 0px;
    }

}

.position-relative {
    position: relative;
}

.aml_popup p{ 
    font-size: 16px;
    line-height: 24px;
}
.amlAgreement {
    border: 1px solid #e9e9e9;
    margin-top: 12px;
}

.amlAgreement_heading {
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.amlAgreement_content {
    padding: 12px 20px;
    height: 185px;
    overflow-y: auto;
}
.amlAgreement_content ul li{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.amlAgreement_checkbox {
    padding: 8px 0;
    border-top: 1px solid #e9e9e9;

}
.label--checkbox {
    width: 100%;
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.amllabel--checkbox:before, .amllabel--checkbox:after {
    font-family: 'icomoon' !important;
    position: absolute;
    top: 0;
    left: 0
}

.amllabel--checkbox:before {
    content: '';
    width: 22px;
    height: 22px;
    background-color: white;
    margin-top: -2px;
    border: #00a99d 1px solid;
    -webkit-transition: ease all .2s;
    -moz-transition: ease all .2s;
    -ms-transition: ease all .2s;
    transition: ease all .2s
}

.amllabel--checkbox:after {
    content: "\e921";
    max-width: 0;
    top: 1px;
    left: 3px;
    color: #00a99d;
    font-size: 1.125em;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -ms-transition: ease all .5s;
    transition: ease all .5s
}

.checkbox label {
    width: revert;
}