html {
    height: 100%;
}

body {
    background-image: url("../img/main-bg-shape-pattern@3x.png");
    background-color: #10121a;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body div {
    font-size: 15px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    line-height: normal;
}

p {
    margin: 0;
}
button {
    cursor: pointer;
}
.small-text {
    font-size: 12px;
    color: #989aa7;
}
.container-height {
    display: flex;
    justify-content: center;
}
.modal-square {
    width: 464px;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.03);
    text-align: center;
}
.dark-card {
    color: #ffffff;
    background-image: url("../img/mobile-menu-pattern@3x.png"), linear-gradient(to bottom, #2C2F3C, #1C1D24);
    background-size: contain;
    border-radius: 20px;
}
.forgot-pass {
    min-height: 460px;
    padding: 22px 59px 20px;
}

.forgot-pass .container-img img{
    padding-bottom: 20px;
    margin-top: 20px;
}

.modal-square .title {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 30px;
}

.forgot-pass .title{
    padding-bottom: 30px;
}

.forgot-pass .main-container > .text {
    margin-bottom: 20px;
}

.forgot-pass .input-rounded {
    margin-top: 15px;
}

.input-rounded {
    position: relative;
}

.input-rounded input {
    width: 346px;
    height: 45px;
    padding: 15px 45px 15px 17px;
    border-radius: 24px;
    border: solid 1px #373d4b;
    background-color: #2c303d;
    font-size: 13px;
    color: #989aa7;
}

.input-rounded input:focus{
    outline: none;
}

.input-rounded input::-webkit-input-placeholder,
.input-rounded input::-moz-placeholder,
.input-rounded input:-ms-input-placeholder,
.input-rounded input:-moz-placeholder{
    font-family: Poppins, serif;
    font-size: 12px;
    color: #989aa7;
}

.input-rounded > img{
    position: absolute;
    right: 17px;
    top: 15px;
}

.gradient-card-sm {
    min-height: 45px;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 20px;
    border: none;
    background-image: linear-gradient(to right, #c9a672 42%, #e6c999 94%);
    width: 100%;
}
.modal-square button.gradient-card-sm,
.modal-square .btn-btm {
    margin: 20px 0;
}
.modal-square .btn-btm a:hover {
    text-decoration: none;
    color: #FFFFFF;
    min-width: 100%;
}
.modal-square button:focus {
    outline: none;
}
.modal-square .text a {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.modal-square .text a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    transition: 0.3s;
}
.gradient-card-sm.blue--purple {
    background-image: linear-gradient(76deg, #2a34e2 7%, #9a3ae6 89%);
}

.email-sent {
    min-height: 440px;
    padding: 22px 44px 20px;
}

.email-sent .container-img img {
    padding-bottom: 39px;
    margin-top: 28px;
    width: 100px;
}

.email-sent .text {
    padding: 21px 0 9px 0;
    font-size: 14px;
    color: white;
}
.email-sent .text p {
    color: #ffffff;
}

.email-sent .alert {
    margin-top: 15px;
    margin-bottom: 0;
}
.verify-acc {
    min-height: 440px;
    padding: 22px 44px 20px;
}
.twofa-bld p, .twofa-bld .panel-body {
    font-size: 13px;
}
.alert {
    font-size: 11px;
}
.gold-text {
    color: #d9bf91;
}

.g999-trivia {
    min-height: 570px;
    padding: 22px 59px 20px;
}
.container-height .two-fa.g999-trivia {
    height: fit-content;
}

.g999-trivia .title {
    font-size: 30px;
    font-family: 'Poppins', serif;
}

.g999-trivia a {
    line-height: 1.9;
}

.g999-trivia a:hover{
    text-decoration: none;
}
.g999-trivia .container-img img {
    margin: 20px 0;
}
.g999-trivia .pb-20 {
    padding-bottom: 20px;
}
.g999-trivia .description {
    padding: 7px 0 15px;
}
.dark-card select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.twofa-bld p {
    font-size: 13px;
}
.new-acc .select2-container--default .select2-selection--single {
    width: 100%;
    height: 45px;
    padding: 10px 47px 10px 9px;
    border-radius: 23px;
    border: solid 1px #373d4b;
    background-color: #2c303d;
    font-size: 13px;
    text-align: left;
}
.new-acc .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
.select2-dropdown {
    background-color: #2c303d;
    border: 1px solid #2f3340;
    color: #989aa8;
}
.select2-container--default .select2-results__option--disabled {
    color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #424855;
    background: #333642;
    border-radius: 5px;
    margin-top: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9395a3;
    font-size: 13px;
}
.new-acc .select2-selection__rendered {
    font-size: 15px;
}
input.select2-search__field:focus-visible {
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ba9c6e;
}
.select2-dropdown.select2-dropdown--below,
.select2-container--default .select2-results>.select2-results__options {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: #313744;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #404653;
    color: #989aa8;
    font-size: 12px;
}
.select2-results__option {
    padding: 7px;
    font-size: 12px;
}
.select2-results__options::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;

}

::-webkit-scrollbar-thumb {
    background: #cdb486;
    border-radius: 5px;
    height: 50px;
}

.table-responsive::-webkit-scrollbar {
    height: 7px;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #cdb486;
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.new-acc {
    padding: 22px 59px 20px;
    min-height: 723px;
}

.new-acc .input-rounded {
    margin-top: 15px;
}

.new-acc .text {
    margin-bottom: 13px;
}

.new-acc .title {
    margin-bottom: 39px;
}

.new-acc .container-img img {
    padding-bottom: 20px;
    margin-top: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #2c303d inset !important;
    -webkit-text-fill-color: #989aa7 !important;
}
@media(max-height: 700px) {
    body {
        height: auto;
    }
}
@media(max-height: 910px) {
    div.container-height {
        height: 100%;
    }
}

@media(max-width: 464px) {
    html {
        min-height: 100%;
    }
    .modal-square {
        border-radius: 0;
    }
    .modal-square {
        width: 100%;
        height: 100%;
        box-shadow: none;
        justify-content: center;
        align-items: center;
    }
    .modal-square .title {
        font-size: 25px;
    }
    body {
        background-image: none;
    }

    .input-rounded input {
        width: 100%;
    }

    .modal-square button.rounded-gold {
        width: 100%;
    }

    .forgot-pass, .g999-trivia, .new-acc {
        padding: 42px 20px 40px;
    }

    .email {
        padding-top: 42px ;
    }

    .g999-trivia a.rounded-bordered {
        width: 100%;
    }
}

