.show-password {
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 11px;
    transition: 0.3s;
    color: #858C95;

    &:hover, &.active {
        color: rgb(255 255 255);
    }
}

a.auth-link-b {
    color: #313335;
    font-size: 12px;
    font-weight: 400;
    padding-left: 6px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;

    &:hover{
        color: #9c74ff;
    }
}

img.loading-avatar {
    position: absolute;
    width: 33px;
    left: 12px;
    top: 8px;
    transition: 0.3s;
    opacity: 0;

    &.active{
        opacity: 1;
    }
}

a.link-auth {
    color: #B598FF;
    text-align: center;
    font-size: 14px;
    
    font-weight: 500;
    line-height: 45px;
    text-decoration: none;
    transition: 0.3s;

    &:hover{
        color: #9c74ff;
        transform: scale(1.02);
    }
}

.slide-background {
    animation: zoomInOut 12s ease-in-out infinite;
    transform-origin: center;
  }
  
  @keyframes zoomInOut {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.08);
    }
    100% {
      transform: scale(1);
    }
  }

.close-form {
    color: #000000;
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;

    &:hover {
        transform: scale(1.05);
        filter: contrast(0.7);
    }
    &:active{
        transform: scale(0.9);
    }
}

button.custom-button-1.auth {
    height: 49.29px;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.10);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

button.custom-button-1.auth:hover > svg {
    transform: scale(1.2);
}

svg.ico-auth {
    transition: 0.3s;
}


/*CheckBox*/
.checkbox {
    transition: 0.3s;
    cursor: pointer;
    border-radius: 6px;
    border: 2px solid #E5E5E7;
    background: #F8F9FB;
    width: 20px;
    height: 20px;

    &:hover{
        background: #e9e9e9;
    }
}

.chekbox-active {
    width: 32px;
    transform: translate3d(-8px, -2px, 10px);
    opacity: 0;
    transition: 0.3s;
}
.checkbox.active > .chekbox-active {
    opacity: 1!important;
}
/*CheckBox close*/

.absolute-form.payment.adaptation {
    display: flex;
    align-items: flex-start;
    padding-top: 5%;
}

.absolute-form {
    position: fixed;
    overflow: auto;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: #0000008a;
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(61.34% 61.5% at 50% 50%, #1c1c1cbd 0%, #000000a6 100%);
}

.auth-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.modal-form-auth {
    width: 1087px;
    height: 656px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 17px;
    border: 1px solid #323539;
    background: #111;
}

img.slide-background-shadow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    pointer-events: none;
}

img.slide-background {
    pointer-events: none;
}

.error-message {
    text-align: left;
    width: 100%;
    transition: 0.3s;
    transform: translateY(-2px);
    min-height: 8px;
    letter-spacing: 0.5px;
    color: #FF5151;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: none;
}

.slide-auth-object {
    display: flex;
    justify-content: center;
}

h2#swal2-title {
    font-size: 14px;
    font-weight: 500;
}

img.auth-logotype {
    position: absolute;
    bottom: 17px;
}

.left-auth {
    width: 50%;
    height: 100%;
    margin-left: -2px;
    overflow: hidden;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-auth {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/img/modals/auth/background.png);
    background-repeat: no-repeat;
}

h2.h2-auth {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}

.object-checkbox-main {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
}

.object-checkbox {
    border-radius: 225px;
    border: 1px solid #322747;
    background: #2E2440;
    width: 40px;
    height: 21px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 2px;
}

.object-checkbox > svg {
    position: absolute;
    left: 2px;
    color: #ffffff;
    transition: 0.3s;
}

.object-checkbox-main.active > .object-checkbox > svg {
    left: 19px;
    color: #BF0AFF;
}

p.right-info-checkbox {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}

p.p-auth {
    color: #979AA0;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
}

.account-not-found {
    display: flex;
    align-items: center;
    gap: 7px;
    position: absolute;
    bottom: 25px;
    justify-content: center;
    width: 100%;
}

.info-block-tooltip {
    background: #2e2e2e99;
    position: absolute;
    color: #FFF;
    
    font-size: 13px;
    
    font-weight: 500;
    line-height: 163%;
    backdrop-filter: blur(25px);
    width: 627.583px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 5px;
    bottom: 33px;
    transform: translateY(26px);
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}

cg2 {
    display: contents;
    color: #41A51E;
}

.account-not-found:hover > .info-block-tooltip {
    opacity: 1;
    transform: translateY(0px);
}

p.text-info-auth {
    color: #858C95;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

p.text-a-auth {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

p.text-a-auth:active {
    transform: scale(0.9);
}

p.text-a-auth:hover {
    color: #c837ff;
}

section.top-section {
    gap: 5px;
    display: grid;
    margin-bottom: 14px;
}

img.avatar-user-auth {
    position: absolute;
    width: 26.056px;
    height: 27.14px;
    margin-left: 15px;
    left: 0px;
    top: 11px;
}

.auth-logotype {
    animation: minecraft-pulse 1.6s ease-in-out infinite;
    transform-origin: center;
    pointer-events: none;
    user-select: none;
}

span.color-gray {
    font-weight: 500;
    color: #858C95;
}
  
@keyframes minecraft-pulse {
    0%, 100% {
        transform: scale(0.95);
        filter: brightness(100%);
    }
    50% {
        transform: scale(1.04);
        filter: brightness(115%);
    }
}

a.color-white {
    line-height: normal;
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s;
    outline: none;
}

a.color-white:hover {
    color: #c837ff;
}

button.custom-button-1.auth-button {
    border-radius: 12px;
    height: 49px;
    font-size: 15px;
}

.custom-input-1, select {
    width: 100%;
    height: 50px;
    outline: none;
    color: white;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 12px;
    border: 0.5px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);

    &.swal2-select{
        width: auto;
        font-size: 15px;
    }

    &.password {
        padding-right: 45px;
        padding-left: 50px;
    }
    
    &.login {
        padding-left: 52px!important;
    }

    
    &:not(.refferal):not(.swal2-select):focus {
        border-radius: 12px;
        border: 0.5px solid rgba(255, 255, 255, 0.10);
        background: rgba(255, 255, 255, 0.08);
    }
    

    &.copy, &.active {
        color: #8BC34A !important;
        border-radius: 12px;
        border: 0.5px solid rgba(255, 255, 255, 0.10) !important;
        background: rgba(167, 255, 120, 0.04) !important;
    }

    &.refferal {
        cursor: pointer;
        padding-right: 119px;
    }

    &.error_input {
        border: 0.5px solid #FF5151!important;
        background: rgba(255, 81, 81, 0.14)!important;
    }
}

.custom-input-1.login {
    padding-left: 52px;
}

.owl-dots {
    position: absolute;
    left: 62px;
    top: 215px;
}

.object-input {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    gap: 10px;
}

.input-content-a {
    display: grid;
    gap: 10px;
}

.group-right-inputs {
    display: grid;
    gap: 19px;
}

.auth-form-a {
    display: grid;
    gap: 21px;
    width: 393px;
    height: 100%;
    align-content: space-evenly;
    position: relative;
}

.text-group-bottom {
    display: flex;
    gap: 14px;
    align-items: center;
    cursor: pointer;
}

p.text-left {
    color: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    font-weight: 400;
    padding-top: 3px;
}

button.custom-button-1.auth-button {
    width: 100%;
}

.bottom-group {
    display: grid;
    gap: 25px;
}

p.text-info {
    color: #858C95;
    font-size: 12px;
    
    font-weight: 400;
    letter-spacing: -0.12px;
}

.slider-auth {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.owl-stage-outer {
    height: 100%;
    width: 100%;
}

.inputs-group {
    display: grid;
    gap: 13px;
}

section.content-slider-a {
    position: absolute;
    z-index: 1;
    max-width: 447px;
    bottom: 25px;
    left: 58px;
    display: grid;
    justify-items: start;
    gap: 17px;
}

.swal2-popup.swal2-modal > h2.swal2-title {
    font-size: 17px!important;
    font-weight: 600!important;
}

.swal2-popup.swal2-modal > .swal2-html-container {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
}

svg.show-password-svg {
    width: 24px;
}

svg.ico-password {
    position: absolute;
    top: 16px;
    margin-left: 18px;
    width: 18px;
    height: 18px;
}

h3.auth-h3 {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.32px;
}

@media (max-width: 1174px) {
    .info-block-tooltip {
        width: auto;
    }
    .left-auth {
        display: none;
    }
    .right-auth {
        width: 100%;
    }
    .modal-form-auth {
        max-width: 553px;
        padding: 54px;
    }
    .close-form {
        color: white;
        opacity: 0.5;
    }
    .close-form {color: white;opacity: 0.5;}

    .auth-form-a {
        display: grid;
        justify-items: center;
        align-items: center;
    }

    h2.h2-auth {
        text-align: center;
    }

    p.p-auth {
        text-align: center;
    }
}
@media (max-width: 650px) {
    .modal-form-auth {
        max-width: none;
    }
    .modal-form-auth {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        padding: 25px;
        padding-top: 0px;
    }
   
    .absolute-form {
        background: #111111;
    }

    .modal-form-options {
        border: none;
        box-shadow: none;
        width: 100%;
    }
    .modal-form-auth {
        box-shadow: unset;
    }
    
    .absolute-form.donate-info {
        background: #131313;
        display: flex;
        align-items: flex-start;
    }
    .info-panel {
        width: 100%;
    }
}