@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
body{
    font-family: "Tajawal", sans-serif !important;
}
.green-bg-primry{
    background-color: #71a256 !important;
}
.green-bg{
    background-color: #7EA46A !important;
}
.org-bg{
    background-color: #EFA969 !important;
}
.orange-bg{
    background-color: #EFA969 !important; 
}
.white-bg{
    background-color: #F6F6F6; 
}
.org-color-light{
    color: #EB9240 !important;
}
.org-color:hover{
    color: #7EA46A !important;
}
.green-bg:hover{
    background-color: #EFA969 !important;
}
.green-font{
    color: #7EA46A !important;
}
.black-color {
    color: #272727;
    letter-spacing: 0.03em;
}
.hoverTxt:hover {
    transition: all 0.3s ease !important;
    color: #EFA969  !important;
}
button.btn.login-btn:hover{
color: #ffffff;
border-radius: 15px;
background: #EFA969  !important;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
transform: scale(1.05); 
transition: all 0.3s ease; 
}
button.btn.btn-arabic:hover {
    color: #EFA969 !important;
    font-size: 19px;
    transform: scale(1.05);
    transition: all 0.3s ease;
}
button#lang:hover{
    /* color: #EFA969 !important; */
    transform: scale(1.05);
    transition: all 0.3s ease;
    font-weight: bold;
}
button#wheelchairTheme {
    background: transparent;
}
button#langTheme {
    background: transparent;
}
button#wheelchair:hover{
    color: #EFA969 !important;
    transform: scale(1.05);
    transition: all 0.3s ease;
}
/* Hover effect for disabled button */
button.btn.bt-disable:hover {
    border: none;
    background: #F6F6F6;
    font-size: 19px;
    color: #EFA969 !important;
    transform: scale(1.05);
    transition: all 0.3s ease; 
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ffffff !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(221, 134, 21, 0.2) !important;
}
button.swal2-cancel.swal2-styled {
    border-radius: 20px;
    background: #7EA46A !important;
}
button.swal2-confirm.swal2-styled{
    border-radius: 20px;
    background: #7EA46A !important;
}
button#wheelchair {
    background: transparent;
}
button#lang{
    background: transparent
}
.cropper-bg {
    background-image: none !important;
}
