.square-icon {
    display: none;
}
body {
    background: conic-gradient(from 180deg at 50% 28.17%, #023561 0deg, #5D2AD4 360deg);
}

#loginsModal>i {
    display: block;
    width: 78px;
    height: 78px;
    background-size: contain;
    margin: 30px auto;
    margin-bottom: 60px;
}

#loginsModal .modal-dialog {
    width: 480px;
    height: 397px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(44px);
    position: relative;
    clip-path: polygon(0% 6px, 6px 6px, 6px 0%, calc(100% - 6px) 0%, calc(100% - 6px) 6px, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 6px calc(100% - 6px), 0% calc(100% - 6px));
}
.modal-dialog::after {
    border: 0px solid var(--color-secondary);
    content: '';
    position: absolute;
    inset: 0px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(44px);
}
.field.condition {
    padding: 25px 0;
}
.condition label {
    font-weight: 325 !important;
}
.condition label a {
    color: var(--color-tertiary) !important;
}
#loginsModal svg {
    fill: var(--color-primary);
    stroke: var(--color-primary);
}

#loginsModal {
    position: relative;
    z-index: 9;
    padding-bottom: 50px;
}

#loginsModalLabel {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-whit-bg);
    justify-content: center;
}

.title-text p {
    font-weight: 150;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-whit-bg);
}

#register_form input[type="text"] {
    border: 1px solid var(--color-accent2);
    width: 100%;
    background: unset;
    font-weight: 150;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    padding: 12px;
    color: #fff;
}

#send_reg_code_field input , #verify_reg_code_field input{
    color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: var(--color-tertiary);
    margin-top: 15px;
}

#register_form label {
    font-weight: 150;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--color-divider);
}

#main-footer {
    display: none;
}

#header-main {
    position: relative;
    z-index: 9;
}
.otp-inputs {
    display: flex;
    gap: 10px;
    direction: ltr;
    justify-content: center;
}
#reg_phone_code_field {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-direction: row-reverse;
}
.otp-box {
    height: 50px;
    text-align: center !important;
    font-size: 16px !important;
    border: 1px solid var(--color-accent2) !important;
}
#timer {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #fff;
}
#timer::after {
    content: "تا دریافت مجدد کد";
    font-weight: 150;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--color-white);
    margin-right: 5px;
}
.rename_number {
    font-weight: 325;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: var(--color-tertiary);
    background: unset;
    border: 0;
}
#resend_code {
    font-weight: 325;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    background: unset;
    border: 0;
    color: var(--color-tertiary);
    cursor: pointer;
    display: none;
}