@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap);

body {
    background-color: #ffffff; /* ضمان أن الخلفية بيضاء بالكامل */
    color: #333; /* لون النص الأساسي */
    font-family: "Poppins", "Cairo", sans-serif;
}

p {
    color: #6c757d;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", "Cairo", sans-serif;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}
h3 {
    color: #6c757d;
}
.container {
    background-color: #ffffff;
}
.half,
.half .container > .row {
    height: 100vh;
    min-height: 700px;
}
.text-muted {
    color: #6c757d !important;
}
@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }
}

.half .contents {
    background: #06090c;
}

.half .contents,
.half .bg {
    width: 50%;
}
@media (max-width: 1199.98px) {
    .half .contents,
    .half .bg {
        width: 100%;
    }
}
.half .contents .form-control,
.half .bg .form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px;
    background: #868686;
}
.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.half .bg {
    background-size: cover;
    background-position: center;
}

.half a {
    color: #888;
    text-decoration: underline;
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}
.control .caption {
    position: relative;
    top: 0.2rem;
    color: #888;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:checked ~ .control__indicator {
    background: #0b8d70;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0b8d70;
}

.control__indicator:after {
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlay-loader {
    background: black;
    display: block;
    margin: auto;
    width: 90px;
    height: 100%;
    z-index: 99999;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    animation-name: rotateAnim;
    -o-animation-name: rotateAnim;
    -ms-animation-name: rotateAnim;
    -webkit-animation-name: rotateAnim;
    -moz-animation-name: rotateAnim;
    animation-duration: 0.3175s;
    -o-animation-duration: 0.3175s;
    -ms-animation-duration: 0.3175s;
    -webkit-animation-duration: 0.3175s;
    -moz-animation-duration: 0.3175s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.loader div {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #ef3463;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.loader div:nth-child(odd) {
    border-top: none;
    border-left: none;
}

.loader div:nth-child(even) {
    border-bottom: none;
    border-right: none;
}

.loader div:nth-child(2) {
    border-width: 2px;
    left: 0px;
    top: -4px;
    width: 11px;
    height: 11px;
}

.loader div:nth-child(3) {
    border-width: 2px;
    left: -1px;
    top: 3px;
    width: 16px;
    height: 16px;
}

.loader div:nth-child(4) {
    border-width: 3px;
    left: -1px;
    top: -4px;
    width: 22px;
    height: 22px;
}

.loader div:nth-child(5) {
    border-width: 3px;
    left: -1px;
    top: 4px;
    width: 29px;
    height: 29px;
}

.loader div:nth-child(6) {
    border-width: 4px;
    left: 0px;
    top: -4px;
    width: 36px;
    height: 36px;
}

.loader div:nth-child(7) {
    border-width: 4px;
    left: 0px;
    top: 5px;
    width: 45px;
    height: 45px;
}

@keyframes rotateAnim {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes rotateAnim {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes rotateAnim {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotateAnim {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateAnim {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

/* تحسين تصميم الكروت */
.saler-card,
.user-card {
    background-color: #6c757d !important; /* اللون الرمادي المطلوب */
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.saler-card:hover,
.user-card:hover {
    background-color: #5a6268 !important; /* لون أغمق عند التحويم */
    color: #ffffff !important;
    transform: scale(1.05); /* تكبير بسيط عند التحويم */
}

.saler-card .card-body i,
.user-card .card-body i {
    color: #ffffff !important; /* لون الأيقونة أبيض */
}

.saler-card h5,
.user-card h5 {
    color: #ffffff !important; /* لون النص داخل الكارد أبيض */
}
