﻿@import url("../../fonts/Ruaq/RuaqArabic-Regular.ttf");

@font-face {
    font-family: "ruaq";
    src: url("../../fonts/Ruaq/RuaqArabic-Regular.ttf");
}
@font-face {
    font-family: 'theYearofHandicrafts';
    src: url('../fonts/TheYearofHandicrafts/TheYearofHandicrafts-Regular.otf');
}

body {
    direction: rtl;
    font-family: "theYearofHandicrafts" !important;
}

.row {
    margin-right: 0 !important;
}

.container {
    width: 90%;
}

.login-info {
    margin-top: 15% !important;
}
.login-img {
    width: 40% !important;
}
.login-info h3 {
    color: #cfb26b;
    font-weight: 700 !important;
    font-size: 24px;
}

.bg-color {
    background: #E0E0E0;
    height: 100vh;
}

.btn-success {
    display: flex !important;
    background-color: #406e5a !important;
    color: #fff !important;
    font-weight: 800 !important;
    height: 38px !important;
    padding-inline: 48px !important;
    border: white !important;
}

.btn-success:hover {
    background-color: #335848 !important;
    color: #fff !important;
}

.add-icon {
    color: #fff;
    font-weight: 800;
    font-size: 21px;
}

.form-control {
    padding: 9px !important;
}
.login {
    cursor: pointer;
    text-decoration: none;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 0.1rem #177286 !important;
    border-color: #177286 !important;
}

.custom-select:focus,
.custom-select:focus:active,
.form-control:focus,
.form-control:focus:active,
.form-select:focus,
.form-select:focus:active {
    box-shadow: 0 0 0 0.1rem #6cd6c2 !important;
}

.btn-success {
    display: flex !important;
    background-color: #406e5a !important;
    color: #fff !important;
    font-weight: 800 !important;
    height: 38px !important;
    padding-inline: 48px !important;
    border: white !important;
}

.img-color {
    height: 100dvh;
    position: sticky;
    top: 0;
    background-image: radial-gradient(#406E5A, #0B4D5B);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}


.svg-wrapper {
    width: 90%;
    height: 90%;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cup-img {
    height: 100%; 
    width: auto;
}

.text-img {
    width: 70%;
    height: 50%;
}
.register {
    font-size: 13px;
    text-decoration: none;
}

.form-control {
    border-radius: 1rem;
}

.bg-color .bg-svg {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 90%;
    width: auto;
    z-index: 0;
    pointer-events: none;
}

.password-toggle {
    position: absolute;
    top: 50px;
    left: 15px;
    cursor: pointer;
    color: #727777;
}

.forget-pass a {
    color: #3E3E3E;
    text-decoration: none;
}

.forget-pass a:hover {
    text-decoration: underline;
}

@media (min-width: 767px) and (max-width: 1391px) {
    .login-info {
        margin-top: 5% !important;
    } 
}
@media (max-width: 770px) {
    .cup-section{
        display: none;
    }
}

@media (min-width: 768px) {
    body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .bg-color {
        height: auto;
        overflow-y: visible;
    }
}
