.full-loading {
    background: #ffffffab;
    margin: 0;
    padding: 0;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    opacity: 1;
    bottom: 0px;
    min-height: 400px;
    display: none;
    z-index: 99999999999;
}

.div-reload-qr {
    width: 150px;
    height: 150px;
    background-color: #ffffffaf;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: 60px;
    opacity: 0;
}

.div-reload-qr.open {
    opacity: 1;
    transform: scale(1);
}

.btn-reload-qr {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 4px;
}

.txt-reload {
    text-align: center;
    color: #EF392D;
    font-size: 18px;
}

.form-floating input {
    height: 50px !important;
    border-radius: 8px;
    border: 1px solid var(--black100s, #E5E5E5);
    background: var(--white500, #FFF);
    padding: 8px 16px;
    padding-left: 16px !important;
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}

.form-floating>label {
    padding: 14px !important;
    color: #70718F;
    padding-left: 16px !important;
    color: var(--black300, rgba(0, 0, 0, 0.35));
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.text-white {
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 900;
    font-size: 30px;
}

.text-gray {
    text-align: center;
    color: #E9E9E9;
    font-size: 26px;
    font-weight: 900;
}

.download-app {
    justify-content: space-evenly;
    margin-top: 20px;
}

.logo-download-app {
    width: 130px;
    padding: 0px;
}

.qr-code {
    width: 100px;
    height: 100px;
    padding: 0px;
}

.form-dang-ky {
    width: 470px;
    margin: auto;
    margin-top: 68px;
    margin-bottom: 36px;
}

.content-page-loai-sp {
    background: radial-gradient(50% 50% at 70% 50%, #DC3545 0%, #004499 100%);
}

.error {
    color: #EF392D;
    font-size: 12px;
    margin-left: 5px;
}

.form-dang-ky label {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #4D4D4D !important;
}

.btn-login-fb-gg {
    display: flex;
    justify-content: space-between;
}

#gg-gmail,
#lk-fb {
    font-size: 12px;
    padding: 10px 12px;
    width: 48%;
}

#lk-fb {
    margin-left: 0.093px;
}

#tb-login {
    overflow-x: clip;
}

.header-bar-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-check-input {
    height: 14px !important;
    width: 14px !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.form-check-label {
    margin: 0px !important;
}

#inlineRadio1 {
    width: 14px !important;
    height: 14px !important;
    margin-right: 6px;
    padding: 0px;
}

.select-type {
    display: flex;
    justify-content: space-between;
}

.form-check-inline {
    margin-right: 0px !important;
}

.form-check-type-send {
    display: flex;
    justify-content: space-between;
}

.text-title-form {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.countdown {
    color: #7B7B7B;
    font-weight: 500;
    margin-bottom: 11px;
}

.pre-send {
    padding-left: 0px !important;
}

.sidebar-dang-ky {
    margin-top: 144px !important;
}

.form-dang-ky {
    margin-bottom: 58px !important;
}

.add-success {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.title-success {
    color: #008000;
    font-size: 16px;
    padding: 15px 0px;
}

.title-redirect {
    color: #007BFF;
    text-align: center;
}

.logo-scck {
    width: 168px;
}

@media (min-width:450px) and (max-width:986px) {

    #gg-gmail,
    #lk-fb {
        font-size: 13px;
        padding: 11px 0px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 450px) {
    .btn-login-fb-gg {
        display: block;
    }

    #gg-gmail,
    #lk-fb {
        font-size: 12px;
        width: 100%;
        padding: 11px 0px;
    }

    #lk-fb {
        margin-bottom: 10px;
        margin-left: 0px;
    }
}

@media screen and (max-width:375px) {

    #form1,
    #form2 {
        font-size: 0.83rem;
    }
}

@media screen and (max-width:360px) {

    #form1,
    #form2 {
        font-size: 0.83rem;
    }
}

@media (max-width: 1024px) {
    .tablet-view {
        display: flex;
        place-content: center;
        padding: 0 !important;
    }

    .content-page-loai-sp {
        background: transparent;
        padding-top: 0px !important;
    }

    main {
        background: transparent !important;
    }

    body {
        background: radial-gradient(50% 50% at 50% 40%, #DC3545 0%, #004499 100%);
    }
}

@media (max-width: 599px) {
    .form-dang-ky {
        margin-top: 0px !important;
        box-shadow: none !important;
        padding: 20px 20px;
        width: 100%;
        border-radius: 0px !important;
    }
}