@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
body {
    font-family: "Prompt", "DB Helvethaica X Reg", Tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

body {
    background-color: #ffffff;
}

.mainReg {
    width: 100vw;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../images/reg/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.mainReg.RegLogin {
    background-image: url("../images/login/bg.jpg");
}
.boxLogin {
    background-image: url("../images/reg/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2rem 3rem;
    text-align: center;
}
.titleLogoReg {
    width: 90%;
    max-width: 400px;
    margin-bottom: 1.8rem;
}
.cardReg {
    width: 100%;
    max-width: 1000px;
    background-color: #ffffff;
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2.5rem;
    border-radius: 1rem;
    box-shadow: 1px 0px 4px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 0px 4px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 0px 4px 2px rgba(0, 0, 0, 0.25);
}
.cardReg.cardLogin {
    max-width: 900px;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
}
.titlePrivacy {
    color: #00158b;
    font-weight: 500;
    margin-bottom: 0.2rem;
}
.detailPrivacy {
    color: #6d6e71;
    font-weight: 400;
    font-size: 15px;
}
.btn,
.btn:hover,
.btn:active {
    box-shadow: none;
}
.btnNext,
.btnNext:hover {
    background-color: #00158b;
    min-width: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-radius: 1rem;
}
.labelForm {
    font-size: 15px;
    font-weight: 400;
    color: #00158b;
}
.custom-control-label {
    font-size: 15px;
    font-weight: 400;
}

.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.iconline {
    width: 36px;
    height: 36px;
    margin-bottom: 0.3rem;
}
.txtStep3Title,
.txtLine,
.step3 .col-3.text-right {
    font-size: 15px;
    font-weight: 500;
    color: #00158b;
}
.textPolicyAccept,
.textPolicyAccept a {
    font-size: 13px;
    font-weight: 400;
    color: #00158b;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.swal2-title.titlePopup {
    color: #00158b;
    font-size: 1.8rem;
    font-weight: 600;
}
.txtPopup {
    color: #00158b;
    font-size: 1.4rem;
    font-weight: 400;
}
.titleLogin {
    font-size: 1.35rem;
    font-weight: 500;
    color: #001386;
    margin-bottom: 1.5rem;
}
.input-login {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 44px;
    margin-bottom: 1.5rem;
}
.input-gaviscon {
    border-radius: 2rem;
    border: 2px solid #01a0a0;
}

.txtNotSupport {
    color: #6d6e71;
    font-size: 1rem;
    margin-bottom: 0;
}
.txtNotSupport img {
    width: 18px;
    height: 18px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.btn-login,
.btn-login:hover,
.btn-login:active {
    color: #ffffff;
    background-color: #001386;
    margin-top: 2rem;
    font-size: 1rem;
    border-radius: 2rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (min-width: 768px) {
    .swal2-popup.swal2-modal.swal2-show.popupContainer {
        width: 600px;
        padding: 3rem 2rem;
    }
    .swal2-title.titlePopup {
        color: #00158b;
        font-size: 2.2rem;
        font-weight: 600;
    }
    .txtPopup {
        color: #00158b;
        font-size: 1.8rem;
        font-weight: 400;
    }
}
@media screen and (min-width: 1364px) {
    .cardReg.cardLogin {
        min-width: 680px;
    }
}
