.termsPopup {
        min-height: 400px !important;
    }

    .termsContent {
        min-height: 400px !important;
    }

    .termshtmlContainer {
        min-height: 400px !important;
    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

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

    .custom-background {
        background:
            linear-gradient(180deg, rgba(37, 37, 37, 0.63) 0%, rgba(45, 15, 25, 0.63) 54.05%, rgba(135, 206, 235, 0.63) 80.07%),
            url('/assets/media/bg/bg14.png');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .text-label {
        font-weight: 500 !important;
        font-size: 16px !important;
        color: #4F4F4F !important;
    }

    .text-h4-login {
        font-size: 18px !important;
        font-weight: 500;
        color: #FDF3ED;
    }

    .text-login-desc {
        font-size: 16px !important;
        font-weight: 500;
        color: #FDF3ED;
    }

    .login-form {
        width: 80% !important;
        max-width: initial !important;
    }

    .login-form-input {
        background-color: #FAF8F8 !important;
        border-color: #EfEFEF !important;
    }

    .login-form-input::placeholder {
        color: #BDBDBD !important;
    }

    .text-center {
        text-align: center;
    }

    .mb-4 {
        margin-bottom: 1.5rem !important;
    }