html,
body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

/* Remove focus outline for all elements */
*:focus,
*:focus-visible,
*:active {
    outline: none !important;
    box-shadow: none !important;
}
.cursor-move {
    cursor: move;
}
input::placeholder {
    color: rgba(107, 114, 128, 0.566) !important;
}
.aspect-ratio {
    aspect-ratio: 1/1 !important;
}
.w-60 {
    width: 65% !important;
}
.otp-container {
    max-width: 400px;
}
.shadow-0 {
    box-shadow: none !important;
}

#resendLink {
    text-decoration: none;
}
.iti__flag-container {
    margin: 5px;
}
.iti__flag-container .iti__selected-flag {
    background: #f7f7f7;
    z-index: 999;
    border-radius: 0.5rem;
    direction: ltr !important;
}
ul#iti-0__country-listbox {
    left: 0;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.box-shadow-2 {
    box-shadow: 2px 5px 20px #00000017;
}
.z-index-4 {
    z-index: 4;
}
h1 {
    line-height: 3.33rem !important;
}
.btn-light-primary {
    background-color: #ebe6ff !important;
    color: var(--bs-primary) !important;
    border: solid 1px var(--bs-primary) !important;
    transition: all 0.3s;
}
.btn-light-primary:active,
.btn-light-primary:focus,
.btn-light-primary:hover {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

/* .btn-white {
    background-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:focus-visible{
    background-color: var(--bs-light);
} */
.bg-transparent {
    background-color: transparent !important;
}
/* Optionally reset specific elements like buttons and links */
button:focus,
button:focus-visible,
button:active,
a:focus,
a:focus-visible,
a:active {
    outline: none !important;
    box-shadow: none !important;
}
.btn-outline-dark {
    border-color: #dadce0;
}
.text-no-wrap {
    text-wrap: nowrap;
}
.bg-none {
    background-color: transparent !important;
}
.border-medium {
    background-color: #dadce0;
}
.mx-w-400 {
    max-width: 400px;
}
.dir-ltr {
    direction: ltr !important;
}
.w-150 {
    width: 150%;
}
.is-valid {
    border: 2px solid #28a745;
}

.is-invalid {
    border: 2px solid #dc3545;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: bold !important;
}
.flex-grow {
    flex-grow: 1;
}
.mx-w-100 {
    max-width: 200px;
}
h1 {
    /* font-size: 32px; */
    font-weight: bold;
}
body {
    box-sizing: border-box;
    margin: 0;
}
.page-content {
    background-color: #f3f3f3;
}

p {
    margin: 0 !important;
}
.w-30 {
    max-width: 40px;
}
.fs-10 {
    font-size: 9px;
}
.ff-c {
    font-family: "cairo";
}
.bg-light-danger {
    background-color: #fff1f1;
}
.cursor-pointer {
    cursor: pointer;
}
.line-through {
    position: relative;
    width: fit-content;
}
.line-through::before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: var(--red-500);
    height: 1px;
    top: 56%;
    transform: translateY(-50%);
}
.custom-btn {
    background-color: #000;
    color: #fff; /* White text */
    border: none; /* No border */
    transition: all 0.3s ease; /* Smooth transition */
}
.bg-light-success {
    background-color: hsla(172, 100%, 29%, 0.178);
}
.bg-light-warning {
    background-color: #fff8ee;
}
.custom-btn:hover {
    background-color: transparent; /* Transparent background */
    color: #343a40; /* Dark text */
    border: 1px solid #343a40; /* Dark outline */
}
.main-btn {
    width: fit-content;
}
.w-fit {
    width: fit-content !important;
}
.fload-left {
    float: left;
}
.bx-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.167) !important;
}
.fs-7 {
    font-size: 0.7rem;
}
.min-vh {
    min-height: 100vh;
}
.w-90 {
    width: 90% !important;
}
.bg-pink {
    background-color: var(--bs-pink);
}
.translate-0 {
    transform: translate(0, 0) !important;
}
.btn-white {
    background-color: #fff !important;
}
.btn.btn-gradient {
    background: var(--bs-gradient) !important;
    color: #fff !important;
    border: none !important;
}
.btn.btn-gradient:hover,
.btn.btn-gradient:focus,
.btn.btn-gradient:active {
    filter: brightness(90%);
    color: #fff !important;
}

.btn {
    transition: all 0.2s !important;
}
.clip-path-circle {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
}
.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background-color: #e9e9e9 !important;
}
button.btn:active {
    border: none;
}
.custom-tooltip {
    --bs-tooltip-bg: var(--primary-500);
}
.bg-semi-white {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
}
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-inner-spin-button {
    display: inline-block !important;
    opacity: 1 !important;
    color: #666;
    cursor: pointer;
}

input[type="time"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-width: 100px;
    position: relative;

    &::-webkit-datetime-edit {
        display: inline-block;
        padding-right: 1rem;
    }

    &::-webkit-calendar-picker-indicator {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666666' viewBox='0 0 16 16'%3E%3Cpath d='M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z'/%3E%3C/svg%3E")
            no-repeat center;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        pointer-events: all;
    }
}

.flatpickr-calendar {
    .flatpickr-time {
        input.flatpickr-hour,
        input.flatpickr-minute {
            appearance: textfield;
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            color: var(--bs-primary);

            &:focus {
                background: rgba(86, 39, 255, 0.1);
                border-color: var(--bs-primary);
            }
        }

        .flatpickr-time-separator,
        .flatpickr-am-pm {
            display: inline-block;
            color: var(--bs-primary);
        }

        input.flatpickr-hour.selected,
        input.flatpickr-minute.selected {
            background: rgba(86, 39, 255, 0.1);
            border-color: var(--bs-primary);
        }
    }

    .numInputWrapper {
        &:hover {
            background: rgba(86, 39, 255, 0.1);
        }

        span.arrowUp,
        span.arrowDown {
            &:hover {
                background: rgba(86, 39, 255, 0.2);
            }
            &::after {
                border-bottom-color: var(--bs-primary);
                border-top-color: var(--bs-primary);
            }
        }
    }
}
.bg-semi-white-2 {
    background-color: rgba(255, 255, 255, 0.2);
}
.shadow-in-out {
    box-shadow: 0 0 30px 8px #0000000e,
        /* Outer shadow */ inset 0 0 10px 1px #ffffff75 !important;
    /* Inner shadow */
}
@media (min-width: 1200px) {
    .w-md-75 {
        width: 75%;
    }
    .mx-w500 {
        max-width: 500px !important;
    }
}
@media (max-width: 1100px) {
    .w-60 {
        width: 80% !important;
    }
    .flex-md-grow {
        flex-grow: 1;
    }
}
@media (max-width: 767px) {
    h1 {
        line-height: 2.7rem !important;
    }
    .w-30 {
        max-width: 35px;
    }
}
@media (min-width: 992px) {
    .overflow-y-md-scroll {
        overflow-y: scroll !important;
    }
    .bg-md-transparent {
        background-color: transparent !important;
    }
    .position-md-relative {
        position: relative !important;
    }
    .border-md-0 {
        border: none !important;
    }
    .border-md-start {
        border-left: solid 1px var(--gray-300) !important;
    }
}
@media (min-width: 768px) {
    .border-md-start {
        border-left: 1px solid var(--gray-300) !important;
    }
    .bg-md-white {
        background-color: #fff !important;
    }
    .shadow-md-sm {
        box-shadow: var(--bs-box-shadow-sm) !important;
    }
}
