.hidden {
  display: none;
}

.strong {
  font-weight: 600;
}

.selectize-input {
  margin: 0px;
  border: 1px solid #9e9e9e;
}

.btn-info {
  color: white;
}

.btn-info:hover {
  color: white;
}

#overlay-Loader {
  position: fixed;
  top: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.overlay-show {
  position: fixed;
  top: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  display: show;
  background: rgba(0, 0, 0, 0.6);
}

/*ScrollBar*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d6efd;
}

/*ScrollBar*/

/*Loader*/
#loader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

#loader .load-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/*Loader*/

/*Login Form*/
.login-logo {
  width: 150px;
}

#layoutAuthentication {
  background-image: url("/images/login-bg.jpg");
}

.login-forgot {
  color: #21afb4;
}

.login-forgot:hover {
  color: #21afb4;
}

.btn-doctor {
  color: white;
  background-color: #3d7db5;
}

.btn-doctor:hover {
  color: white;
  background-color: #468fce;
}

/*Login Form*/

/*Topbar*/
.subheading-2 {
  font-weight: bold;
}

/*Topbar*/

/*Register*/
.register-logo {
  width: 220px;
}

.login-here {
  color: #21afb4;
  font-weight: bold;
}

.login-here:hover {
  color: #21afb4;
}

@media only screen and (max-width: 350px) {
  .register-logo {
    width: 150px;
  }
}

/*Register*/

/*User Profile*/
.user-info .user-picture {
  max-width: 200px;
  max-height: 200px;
  cursor: pointer;
}

/*User Profile*/

/* clinic page */
.submit-btn {
  background-color: #21afb4;
  color: white;
}

.passwordVisibility {
  cursor: pointer;
}
.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.search input {

  height: 40px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;


}


.search input:focus {

  box-shadow: none;
  border: 2px solid blue;


}

.search .fa-search {

  position: absolute;
  top: 13px;
  left: 16px;

}

.search button {

  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: blue;

}

.ver-center-table td,
th {
  vertical-align: middle;
}

.th-lg {
  width: 8rem;
}

.th-lg-percent {
  width: 20%;
}

#googleauthlogo{
  height: 40%;
  width: 40%;
}

#verificationcard{
  margin-top: 100px;
}

/*Loader*/
#mainloader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

#loader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

.loader .load-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/*Loader*/

.login-text{
  text-align: center;
  font-weight: bold;
  
}

#summernote {
  background-color: lightyellow;
  height: 300px;
}

.note-editor {
  border: 2px solid #000; /* Customize border of Summernote editor */
}

.note-fullscreen {
  /* Fullscreen specific styles */
  background-color: white; /* Change background color in fullscreen mode */
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap'); /* Custom font for unique look */
        
.waiting-payment {
    font-family: 'Raleway', sans-serif; 
    font-size: 24px; 
    font-weight: bold; 
    color: #FFFFFF; /* White text for contrast */
    background: linear-gradient(45deg, #2145bb, #2cc8e4); /* Gradient background for visual appeal */
    padding: 20px; /* Ample padding for comfortable spacing */
    border: none; /* Removing the border for a clean look */
    border-radius: 15px; /* Higher border-radius for smoother corners */
    text-align: center; /* Centering the text */
    width: 70%; /* Slightly wider for better visibility */
    margin: 30px auto; /* Horizontal centering and vertical spacing */
}

.complete-payment {
  font-family: 'Raleway', sans-serif; 
  font-size: 24px; 
  font-weight: bold; 
  color: #FFFFFF; /* White text for contrast */
  background: linear-gradient(45deg, #2145bb, #2cc8e4); /* Gradient background for visual appeal */
  padding: 20px; /* Ample padding for comfortable spacing */
  border: none; /* Removing the border for a clean look */
  border-radius: 15px; /* Higher border-radius for smoother corners */
  text-align: center; /* Centering the text */
  width: 70%; /* Slightly wider for better visibility */
  margin: 30px auto; /* Horizontal centering and vertical spacing */
}

/* Including an icon to represent processing or waiting status */
.waiting-icon {
    font-size: 24px; /* Icon size to match the text */
    margin-right: 10px; /* Spacing between icon and text */
    display: inline-block; /* Keeping the icon inline with text */
}

/* SIDE BAR */
.sidebar-nav .nav-link i {
  color: green;
}

.sidebar-nav .nav-link.collapsed i {
  color: orange;
}

.sidebar-nav .nav-link:hover {
  color: green;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: green;
}

.sidebar-nav .nav-link {
  color: green;
  background: #f6fff8;
}


.heder-text{
  color: #3C7DB5;
}

/*Dashboard*/
.dashboard-card {
  border-left: 5px solid #21afb4;
  font-size: x-large;
  vertical-align: baseline;
  color: #21afb4;
  transition: transform 0.3s ease-in-out;
}

.dashboard-card .card-body {
  padding: 20px;
}

.no-decoration {
  text-decoration: none;
}

.dashboard-card:hover {
  transform: scale(1.1);
}

.text-size-change-head{
  font-size: 18px;
  font-weight: bold;
  
}

.text-size-change{
  font-size: 12px;
  padding-left: 5px;
}