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{
    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);
}

@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;
    }

}