.authentication .desktop-logo,
.authentication .desktop-dark {
  width: 100%;
  height: auto;
}

.authentication .authentication-brand.desktop-logo {
  display: block;
  margin: auto;
}
.swiper-wrapper {
  display: inline-flex;
}

.authentication .authentication-cover .aunthentication-cover-content img {
  margin-top: 25%;
  width: 100%;
  height: 100%;
}

.authentication .authentication-cover {
  background-image: url("../img/doctor-bg.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.app-sidebar .main-sidebar-header .header-logo img {
  height: auto;
  width: 100%;
}
.app-sidebar .main-sidebar-header{
  background-color: #fff !important;
}

.category {
  color: #ffff !important;
}
.error {
}

.form-control {
  border-color: #6c757d;
  color: var(--default-text-color);
  background-color: var(--form-control-bg);
  font-size: 0.875rem;
  font-weight: var(--default-font-weight);
  line-height: 2;
  border-radius: 0.35rem;
}

.form-select {
  background-color: var(--form-control-bg);
  border: 1px solid #000;
  color: var(--default-text-color);
  font-size: 0.813rem;

  background-size: 1.25rem;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color:  #000 !important;
  color: var(--default-text-color);
}

.form-floating.floating-primary input {
  border: 1px solid #000 !important;
}

.form-floating.floating-primary label {
  color: #000 !important;
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /* text-transform: capitalize; */
}

.admin-login > .form-control
{
  text-transform: none !important;
}

.de-item .d-img img{
  aspect-ratio: 4 / 2.7;
}



.row-blue td {
  background-color: #d0e7ff !important; /* light blue */
}

.row-red td {
  background-color: #f8d7da !important; /* light red */
}

.row-green td {
  background-color: #d4edda !important; /* light green */
}

.image_container{
    display: flex;
    width: 100px;
    height: 100px;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.modal_tittle{
  color:#00653D;

}

.form_group{
    height: max-content;

}

.form-group label{
  color:#00653D;
  font-weight:bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.form-group input{
  width: 100%;
  padding:10px;
  border: none;
  outline: none;
  border: 1px solid #d4e3de;
}
.editform{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editform button{
margin: 0 auto;
width:150px;
padding:10px;
color: white;
font-family: Arial, Helvetica, sans-serif;
background-color: #3BC59E;
border: none;
outline: none;
border-radius: 15px ;
}
.editform button:hover{
  background-color: #00653D ;
}

.date-container {
        display: flex;
        gap: 20px;
        padding: 5px;
    }

  
    .date-column {
        display: flex;
        flex-direction: column;
    }


    .date-column label {
        font-weight: bold;
        margin-bottom: 5px;
        font-family: Arial, sans-serif;
    }


    .date-column input[type="date"] {
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
        outline: none;
        transition: 0.3s ease;
    }

    
    .date-column input[type="date"]:focus {
        border-color: #4CAF50;
        box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
    }

    
    .date-column input[type="date"]::placeholder {
        color: #999;
    }

.btn-search{
  background-color:#3BC59E;
  color:white;
  width:100px;
  padding: 5px;
  height: 40px;
  border: none;
  outline: none;
border-radius: 10px;
margin-top: 20px;
}
.filter-container{
  display: flex;
  justify-content: space-between;
}

.btn-clear{
  background-color:#3BC59E;
  color:white;
  width:50px;
  padding: 5px;
  height: 40px;
  border: none;
  outline: none;
border-radius: 10px;
margin-top: 20px;
}

.close_button{
  border:none;
  outline: none;
  color:red;
  background-color:white;
}

/* Main dropdown menu container */
.dropdown-menu.image_gallery {
    background-color: #ffffff;        
    border-radius: 10px;               
    border: 1px solid #ddd;          
    padding: 10px 0;                  
    min-width: 200px;              
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}

.dropdown-menu.image_gallery li {
    list-style: none;
    padding: 5px 15px;
}


.dropdown-menu.image_gallery br {
    display: none;
}


.dropdown-menu.image_gallery .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.2s ease;
    padding: 8px 10px;
}


.dropdown-menu.image_gallery .dropdown-item i {
    font-size: 18px;
    color: #666;
    transition: color 0.2s ease;
}


.dropdown-menu.image_gallery .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #00653D;
}


.dropdown-menu.image_gallery .dropdown-item:hover i {
    color: #00653D;
}


.dropdown-menu.image_gallery .dropdown-item.active {
    background-color: #00653D;
    color: white;
}

.dropdown-menu.image_gallery .dropdown-item.active i {
    color: white;
}


