#cookies-policy .cookies__category input:checked + .cookies__box::after {
    background: linear-gradient(90deg, #3b82f6, #8b5cf6) !important;
}

#cookies-policy .cookies__details {
    color: #3b82f6 !important;
}

[x-cloak] {
    display: none;
}

.hero1-section-area .header-images-area .main-images-area {
    left: 0;
}

@media (max-width: 720px) {
    .video-bottom-home {
        margin-top: 30px;
    }
}

.work3-section-area .choose-section-area .choose-list-area .btn-area {
    margin-bottom: 24px;
}

@media (max-width: 500px) {
    .order {
        flex-wrap: wrap;
    }

    .order__rest {
        margin-left: 0 !important;
    }
}

.deposit__img-wrapper {
    width: 100%;
    height: 100%;
    max-width: 120px;
    height: 120px;
}

@media (max-width: 440px) {
    .deposit__img-wrapper {
        max-width: 90px;
        height: 90px;
    }
}

.mt-\[10px\] {
    margin-top: 10px;
}

.service-input:disabled,
.as-input-file.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.login-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 420px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.login-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
}

.login-header {
    margin-bottom: 32px;
    text-align: center;
}

.login-header h1 {
    color: #1e293b;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.login-header p {
    color: #64748b;
    font-size: 14px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    color: #475569;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    color: #1e293b;
    transition: all 0.2s;
    background-color: #f8fafc;
}

.form-control:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    background-color: white;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 13px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
}

.remember-me input {
    accent-color: #3b82f6;
}

.forgot-password a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.login-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 24px;
}

.login-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}

.divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #94a3b8;
    font-size: 13px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}

.divider::before {
    margin-right: 12px;
}

.divider::after {
    margin-left: 12px;
}

.social-login {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.social-btn {
    flex: 1;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.social-btn:hover {
    background: #f8fafc;
}

.social-btn img {
    width: 18px;
    height: 18px;
}

.signup-link {
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.signup-link a {
    color: #3b82f6;
    text-decoration: none;
    font-weight: 500;
}

.signup-link a:hover {
    text-decoration: underline;
}

.wrapper-auth {
    padding-top: 150px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}
