
:root{
    --bg-light : #F4F6FA;
    --bg-light-primary : #BDD7D9;
    --bg-primary: #1AC5CF;
    --light-gray: #FAFAFA;
    --light-blue : #E5FEFF;
    --primary-dark:#17969d;
    --light-primary: #F7FCFC;
    --tabs-link : #86A0A2;
    --border-light : #D9D9D9;
    --danger-light: #FFE5E5;
}

*{
     font-family: "Tajawal", sans-serif;
}

.login-bg-img{
    background-image: url(../images/semi-circle.png);
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

.login-bg-img .form-control{
    border-color: var(--secondary) !important;
}
.app-shadow-y{
    box-shadow: 0px 1px 3px 1px  rgba(0, 0, 0, 0.15);
}

.btn.app-bg-primary:hover{
    background-color: var(--primary-dark);
}
.app-danger-light{
    background-color: var(--danger-light);
}
.btn.app-danger-light:hover{
    background-color: var(--danger-light);
}

.navbar-logo{
    width: 120px;
}
.navbar-shadow{
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.30);
}
.app-bg-light{
    background-color: var(--bg-light);
}
.app-text-primary{
    color: var(--bg-primary);
}
.app-light-primary{
    color: var(--bg-light-primary);
}
.app-bg-light-input{
    background-color: var(--light-primary);
}
.app-bg-light-primary{
    background-color: #E8EDED;
}
.app-border{
    border-color: #E8EDED;
}
.custom-small{
    font-size: 13px;
}
.app-bg-primary{
    background-color: var(--bg-primary);
}
.app-card-shadow{
    box-shadow: -0.1px -0.1px 4px 0px rgba(161, 178, 177, 0.20);
}
.custom-border-style{
    border-bottom-style: dashed !important;
}
.app-bg-light-gray{
    background-color: var(--light-gray);
}
.app-bg-light-blue{
    background-color: var(--light-blue);
}
.btn.app-bg-light-blue:hover{
    background-color: var(--light-blue);
}
.custom-icon{
    width: 35px;
    height: 35px;
}
.transition{
    transition: 1s;
}
.custom-height{
    height:204px;
    
}
.app-text-primary:focus-visible{
    color: var(--bg-light-primary);
}
.custom-square{
  width: 35px;
    height: 35px;
}
.custom-square img{
    width: 20px;
}

.navbar-nav .nav-link.show{
    background-color: var(--bg-primary);
    color: white;
}
.custom-dropdown:hover{
    color: var(--bg-primary) !important;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
.custom-link-hover:hover{
  background-color: var(--bg-primary);
    color: white;
}
.custom-link-hover:hover .nav-link{
    color: white !important;
}
.custom-link-hover:hover{
    color: white !important;
}
.img-profile{
    width: 50px;
    height: 50px;
}

.dropdown-toggle::after{
    display: flex;
   
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    border: 0px !important;
    align-items: center;
}
.custom-profile-toggle.dropdown-toggle::after{
 margin-right: 4.255em;
}
.img-logo{
    width: 140px;
}
/* .nav-tabs .nav-item.show .nav-link, */
.tabs-info.nav-tabs .nav-link{
    color: var(--tabs-link)  ;
}
 .tabs-info.nav-tabs .nav-link.active{
    border: 0;
    border-bottom: 2px solid;
    color: black;
}
.tabs-info.nav-tabs .nav-link:focus, .tabs-info.nav-tabs .nav-link:hover{
    border: 0px;
       border-bottom: 2px solid;
}
:focus-visible{
    outline: 0px;
}
textarea{
    resize: none;
}
.app-border-primary{
    border-color: var(--bg-primary) !important;
}
.fw-500{
    font-weight: 500;
}
.select2
{
    background: var(--light-primary);
    border: 3px solid #dee2e6;
    border-radius: 0.5rem;
        padding: .24rem .75rem;
        position:relative
}
.select2::after{
  content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    position: absolute;
        left: 2%;
    top: 15%;
    color: var(--bg-light-primary);
}
.select2-results__option:hover{
    background-color: var(--light-blue);
}

/* For WebKit browsers (Chrome, Edge, Safari) */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(93%) sepia(10%) saturate(170%) hue-rotate(140deg) brightness(95%) contrast(90%);

  cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;}


 input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(93%) sepia(10%) saturate(170%) hue-rotate(140deg) brightness(95%) contrast(90%);
  cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  color: transparent;} 

.form-check-input:checked{
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
}
.form-check-input{
    width: 18px;
    height: 18px;
}
.app-border-light{
    border-color: var(--border-light) !important;
}
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.wh-30{
    width: 30px;
    height: 30px;
}
.app-img{
    width: 100px;
    height: 100px;
}


.chat-container {
    height: 75vh;
    overflow-y: auto;
    background: #e5ddd5;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.msg-row {
    display: flex;
    margin-bottom: 12px;
}

.msg-row.user { justify-content: flex-start; }
.msg-row.admin { justify-content: flex-end; }

.bubble {
    max-width: 65%;
    padding: 10px 14px;
    border-radius: 12px;
    background: #fff;
}

.bubble.admin {
    background: #dcf8c6;
}

.sender-name {
    font-size: 13px;
    font-weight: bold;
}

.msg-time {
    font-size: 11px;
    text-align: right;
}

.scroll-btn {

    background: #0d6efd;
    color: #fff;

    cursor: pointer;


        display: flex;
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 99;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.user-modal {
    border-radius: 14px;
    overflow: hidden;
}

.user-modal .modal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.modal-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.modal-body p {
    margin-bottom: 6px;
    font-size: 14px;
}

.copy-id-btn {
    padding: 2px 6px;
}