body.block__scroll {
    overflow: hidden;
}

.password-label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}

.password-label .password-input:focus + .show-hide-password {
    border-top: 1px solid #4a4a4a;
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
}

.password-label .show-hide-password {
    cursor: pointer;
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #fff;
    flex: 0 0 38px;
}

.password-label .show-hide-password .show-pass.active,
.password-label .show-hide-password .hide-pass.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-label .show-hide-password .show-pass:not(.active),
.password-label .show-hide-password .hide-pass:not(.active) {
    display: none;
}

.aouth-modal .as-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.aouth-modal .as-row .as-col select {
    width: 100%;
}

.aouth-modal .as-row .as-col {
    flex: 1 1 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.13);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer a:hover {
    color: #fff;
    opacity: 1;
}

.modal-footer a {
    color: #fff;
    opacity: .7;
    text-decoration: underline;
}

.modal-footer p {
    margin-bottom: 20px;
}

.modal-footer {
    text-align: center;
    margin-top: 20px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -40px;
    border-radius: 8px;
    background-color: #212121;
    padding: 10px 20px;
    color: #cacbcc;
}

.modal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.74);
    z-index: 999;
    overflow-y: auto;
}

.modal-header .modal-close {
    font-size: 30px;
}

.modal-header h2 {
    font-size: 18px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.modal-wrapper:not(.active) {
    display: none;
}

.aouth-modal form input[type="password"],
.aouth-modal form input[type="text"] {
    padding: 10px;
}

.aouth-modal form .input-w100 {
    width: 100% !important;
}

.aouth-modal *,.aouth-modal ::after,.aouth-modal ::before {
    box-sizing: border-box;
}
.aouth-modal {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 450px;
    background-color: #353535;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.aouth-modal h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.aouth-modal form {
    display: flex;
    flex-direction: column;
}

.aouth-modal input:focus {
    border-color: #4a4a4a;
}

.aouth-modal form input[type="password"]::placeholder,
.aouth-modal form input[type="text"]::placeholder,
.aouth-modal form input::placeholder {
    font-size: 14px;
}

.aouth-modal form input[type="password"],
.aouth-modal form input[type="text"],
.aouth-modal form input,
.aouth-modal form select {
    margin-bottom: 12px;
    transition: border-color 0.3s ease-in-out;
    background-color: #212121 !important;
    border: 1px solid transparent;
    outline: none;
    color: #fff !important;
    padding: 3px 17px;
    font-size: 14px;
    border-radius: 50px;
}

.aouth-modal select {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.aouth-modal input[type^="password"]:focus,
.aouth-modal input[type="text"]:focus {
    border-color: #4a4a4a;
}

.aouth-modal .label {
    color: #fff;
    font-size: 12px;
    width: 100%;
    flex: 0 0 100%;
    display: block;
}

.aouth-modal button {
    background-color: #0096e6;
    color: #fff;
    padding: 3px 17px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #212529;
    background-color: #ffd600;
    border-color: #ffd600;
    font-size: 16px;
}

.aouth-modal button:hover {
    color: #212529;
    background-color: #d9b600;
    border-color: #ccab00;
}

.aouth-modal .modal-close:hover {
    color: #fff;
    opacity: .75;
}

.aouth-modal .modal-close {
    color: #fff;
    opacity: .5;
    line-height: 1;
    text-decoration: none;
}

.aouth-modal .password-input,
.aouth-modal .password-input:focus {
    border-color: transparent;
}

.aouth-modal .register-modal-footer {
    font-size: 12px;
}

.aouth-modal .password-input {
    margin-bottom: 0 !important;
    flex: 0 0 calc(100% - 40px);
}

.modal-wrapper.register-modal-wrapper,
.modal-wrapper.login-modal-wrapper {
    z-index: 999999999999 !important;
}

.modal-footer p {
    margin-bottom: 10px !important;
}
