.error {
  color: red;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 20px;

}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: -2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.my-float {
  background-color: #1F1F66 !important;
  color: #FFF !important;
  padding: 18px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  position: fixed;

  bottom: 40px;
  right: 40px;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.tab-content {
  height: auto !important;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Style for the container */
.img-container {
  position: relative;
  display: inline-block;
}


/* Style for the browse button */
.img-browse-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Make the button invisible */
  cursor: pointer;
}

.mt-30 {
  margin-top: 1rem !important;
}

/*
.nav-header{
position: fixed !important;
}
.header{
position: fixed !important;
}
*/
#questionnaire_form .error {
  position: relative !important;
}

/* .error{
position: absolute;
} */


.table-questionare thead tr th:last-child {
  text-align: left;
}

.table-questionare thead tr .alignment {
  text-align: right !important;
}

@media (min-width: 1200px) {
  .medicine-popup {
    --bs-modal-width: 85%;
  }
}


.disabled-link {
  pointer-events: none;
  opacity: 0.65;
  cursor: not-allowed;
}

.small-badge {
  font-size: 10px;
  /* Adjust the font size to make the text smaller */
  padding: 4px 6px;
  /* Adjust padding to control the size */
  width: 20px;
  /* Set a width for a perfect circle */
  height: 20px;
  /* Set a height for a perfect circle */
  display: inline-flex;
  /* Aligns the text in the center */
  align-items: center;
  /* Aligns the text vertically */
  justify-content: center;
  /* Aligns the text horizontally */
}


/* replace line no 9  in about.css */
.breadcrumb-bar-two .inner-banner {
  margin: 0 !important;
  padding: 21px 0 !important;
}

.table-left tbody tr td:last-child,
.table-left thead tr th:last-child {
  text-align: left !important;
}

.prescribe_btn.active {
  background-color: #292b2a;
  border-color: #292b2a;
}

.medicine-box {
  border: 0.5px solid#f0f0f0;
  padding: 10px 20px;
}

.prescription_repeater .select2-container--default .select2-selection--single {
  height: 46px !important;
  border-color: #dcdcdc !important;
}

.prescription_repeater .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

.prescription_repeater .select2-selection__arrow {
  height: 46px;
}

.diagnosis label {
  margin: 10px 0;
}

.diagnosis input {
  margin-right: 5px;
}

#revisit_checkbox {
  margin: 0px 30px;
}

.diagnosis h6 {
  margin: 10px 0;
}

.breadcrumb-bar-two {
  min-height: 100px;
}

.diagnosis .select2-container--default .select2-selection--multiple {
  border: 1px solid #f0f0f0;
}

.duration-holder {
  margin-left: 10px;
}

.prescribe_btn {
  border-radius: 15px;

}

.breadcrumb-bar-two .inner-banner .breadcrumb-title {
  font-size: 35px;
}

.turf-poster-final {
  width: 77%;
  margin-right: auto;
  margin-left: auto;
}

.filter-area-doctor {
  display: none;
}

#toggleButton {
  color: #1F1F66;
  padding: 11px 0 9px 0;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  background: transparent;
}

/* .spinner-border{
  display: none !important;
} */
.sr-only {
  display: none !important;
}


.analytics-border {
  border: 1px solid #afaaaa63;
  /* border-radius: 20px; */
  padding: 20px;
  margin-bottom: 20px;
}


/* new styles */
.black-bg {
  background-color: #000;
}

.black-bg .nav-wizard {
  background: #151515;
  display: block;
}

.black-bg .nav-wizard a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1875rem;
  transform: translateY(-50%);
  background: #e2dede !important;
  z-index: 0;
  height: 100%;
}


.black-bg .tab-content h4 {
  color: #fff;
  margin-left: 10px;
}

.black-bg .black-bg .sw-theme-default {
  border: none;
}

.black-bg .card-body {
  padding: 0;
}

.black-bg .registration-main {
  background: #000;
  gap: 20px;
}

/*.black-bg .toolbar-bottom{
  /* background:  #000;
  text-align: right;
  padding-bottom: 10px; 
  background: #000;
    text-align: right;
    padding-bottom: 10px;
    position: fixed;
    top: 69%;
    right: 30px;
    display: block;
}*/
.black-bg .nav-wizard {
  list-style: none;
  padding: 0;
  margin: 0;
}

.black-bg .nav-wizard li {
  position: relative;
  height: 100px;
  text-align: center;
}

.black-bg .nav-wizard li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #ccc;
  z-index: 9;
}

.black-bg .nav-wizard li a {
  display: inline-block;

  text-decoration: none;
  color: inherit;
  z-index: 999;
}

.black-bg .nav-wizard li span {
  display: block;
  font-size: 20px;
}

.black-bg .form-group {
  padding: 3px;
  border: 1px solid #616161;
  border-radius: 15px;
  margin: 10px;
  position: relative;

}

.black-bg .form-group>label {
  position: absolute;
  top: -11px;
  left: 20px;
  background-color: #151515;
  color: #fff;
}

.black-bg .form-group>input {
  border: none;
  background: transparent;
}

.black-bg .dark-theme-field {
  border: 1px solid #616161;
  background: transparent;
  color: #fff !important;
}

.black-bg .bootstrap-select .btn {
  border: none !important;
}

.black-bg .form-group .dark-theme-field {
  border: none;
  background: transparent;
  color: #fff !important;
}

.black-bg .dark-theme-select-area {
  border: 1px solid #616161;
  background: transparent !important;
  color: #fff !important;
  padding: 5px;
}

.black-bg .dark-theme-select {

  background: transparent !important;
  color: #fff !important;

}

.black-bg .form-group .bootstrap-select .btn {
  border: none !important;
  background: transparent;
  color: #fff !important;
}

.black-bg .form-wizard .nav-wizard {
  box-shadow: none !important;
  margin-bottom: 0px;
}

.black-bg .toolbar .btn {
  border: none;
}

.black-bg .clockpicker {
  border-radius: 0.625rem !important;
}

.banner-header {
  background-image: url("../../assets/images/doc-registration/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}

.p-80 {
  padding-top: 80px;
}

.banner-header h3 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
}

.banner-header h5 {
  color: #fff;
  text-align: center;
  font-weight: 400 !important;
}

.black-bg .col-form-label {
  color: #fff;
}

.black-bg .form-label {
  color: #fff;
}

.black-bg .tab-content {

  background: #151515;
  padding: 50px 10px;
  width: 100%;

}

.black-bg .sw-theme-default {
  border: none;
}

.black-bg .dark-theme-field:hover,
.dark-theme-field:focus,
.dark-theme-field.active {
  box-shadow: none;
  background: transparent;
}

.black-bg .bootstrap-select .btn {
  font-weight: 400;
  font-size: 12px;
  color: #9da1a5 !important;
}

.black-bg input[type="file"] {

  border: none;
  color: inherit;
}

.black-bg input[type="file"]::-webkit-file-upload-button {


  color: inherit;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.black-bg input[type="file"]::-moz-file-upload-button {

  border: none;
  color: inherit;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.black-bg input[type="file"]::-ms-file-upload-button {

  border: none;
  color: inherit;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.black-bg .dark-theme-field[type="file"] {
  color: #9da1a5 !important;
}

.form-code {
  margin: 10px 0 10px 10px !important;
}

@media (max-width:600px) {
  .black-bg .tab-content {

    background: #151515;
    padding: 10px;
    width: 80%;

  }

}


.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.7);
  /* Slightly transparent background */
  border: none;
  font-size: 16px;
  color: #ff0000;
  /* Red color for close icon */
  cursor: pointer;
  padding: 0px 5px;
  z-index: 10;
  line-height: 1;
}

.close-button:focus {
  outline: none;
}

.clinic_images img {
  margin-bottom: 15px;
}

.registration-main .toolbar-bottom {
  display: none !important;
}

.button-forum {
  line-height: 1.5;
  border-radius: 0.625rem;
  padding: 0.25rem 0.625rem;
  border: 0.0625rem solid transparent;
  margin: 10px;
}

.button-holders-forum .badge-success {
  background-color: #1F1F66;
  color: #fff !important;
}

.like-counts li {
  display: inline-block;
}

.table-hover>tbody>tr:hover>* {
  background-color: transparent;
}

.table-hover tbody .upcoming_background td {
  background-color: #e4e4e4 !important;
}

/***new styles***/
/* For Chrome and other WebKit browsers */
/* Remove any background and box-shadow for autofill in Webkit-based browsers */
.black-bg input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  /* Remove any box-shadow */
  -webkit-text-fill-color: #9da1a5 !important;
  /* Ensure text color is not altered */
}

/* Remove special background styles in Firefox */
.black-bg input:autofill {
  background-color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #fff !important;
  /* Ensure text color is not altered */
}

/* General input styling to maintain consistency */

.black-bg .doctor-registration-toolbar .btn {
  margin-right: 10px;
}

.black-bg .doctor-registration-toolbar .btn.disabled {
  border: 1px solid;
  background: transparent;
  color: #fff;
}

.error-message {
  color: red;
}

.black-bg .doctor-registration-toolbar .sw-btn-next,
.black-bg .doctor-registration-toolbar .sw-btn-prev {
  border: 1px solid;
  background-color: #fff;
  color: #333;
}

#patient_block .bg-primary,
#veterinary_block .bg-secondary {
  cursor: pointer;
}

.unread td {
  background: #ecf8fe;
}

.form-control,
.note-editable p {
  color: #312a2a !important;
}

.nav-header .logo-abbr {
  max-width: 2.9375rem;
  object-fit: contain !important;
}

.role-user-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

#password_change_icon {
  background: #e7e6e6;
  color: #333;
  margin-top: 30px;

}

#user_role_credential_form {
  margin-top: 30px;
}

.datepicker-days .disabled {
  color: #ccc !important;
}

.header-one .header-nav {
  height: auto !important;
}

/**************new updates********************/
.doctor_submit_button {
  position: fixed;
  right: 0px;
  top: 71%;
}

.cancel-submit {
  position: fixed;
  top: 77%;
  right: 0;
}

.black-bg .repeater .form-group>label {
  position: absolute;
  top: -11px;
  left: 20px;
  background-color: #2c2b2b;
  color: #fff;
}

.black-bg .doctor-registration-toolbar .sw-btn-prev {
  bottom: 25%;
  left: 0px;
  position: fixed;
}

.black-bg .doctor-registration-toolbar .sw-btn-next {
  bottom: 25%;
  right: 0px;
  position: fixed;
}

.black-bg .doctor-registration-toolbar button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#doctor_section {
  height: 5%;
  /* Initially, only 5% of the section is visible */
  overflow: hidden;
  /* Hides the content outside the initial height */
  transition: height 0.5s ease;
  /* Smooth transition when height changes */
}

.black-bg .doctor-registration-toolbar .sw-btn-prev.disabled {
  opacity: 0.6;
  /* Reduced opacity for the disabled state */
  pointer-events: none;
  /* Disable pointer events for disabled button */
}

/*.doctor_submit_button {
  transition: width 0.3s ease-in-out;
}

.doctor_submit_button:hover {
  width: 120%; /* You can adjust this value to your preference 
}
*/
.black-bg .bs-searchbox .form-group .dark-theme-field {
  border: 1px solid #616161;
  background: transparent;
  color: #1f1f66 !important;
}

.bootstrap-select.dark-theme-select {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border: none;
}

.dark-theme-select:hover,
.dark-theme-select:focus,
.dark-theme-select.active {
  box-shadow: none;
  background: transparent !important;
}

@media (max-width:768px) {
  .black-bg .common_repeater_item {
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: #2c2b2b;
  }
}

@media (min-width:768px) {
  .black-bg .common_repeater_item {
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background: #2c2b2b;
  }
}

/*
.common_repeater_item:not(:last-child) .seprator{
  border-bottom: 1px dashed #ccc3; /* Border color and thickness 
  margin-bottom: 30px; /* Space below the separator 
  padding-bottom: 10px; /* Optional padding for better spacing 
  width: 80%; /* Set the width to make it shorter 
  margin-left: auto; /* Center align 
  margin-right: auto; /* Center align 
}*/
/* Container for the file input field */
.custom-file-upload {
  position: relative;
  display: flex;
  align-items: center;
  /* Align items horizontally */
  width: 100%;
  /* Ensure the container spans full width */
}

.custom-file-input {
  display: none;
}

/* Label for the file input (the button the user sees) */
.file-upload-label {
  display: flex;
  justify-content: space-between;
  /* Space between text and file name */
  width: 135px;
  /* Ensure it fills the space */

  padding: 10px 15px;
  background-color: #565454;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  /* Include padding and border in the total width */
}

.file-upload-label:hover {
  background-color: #363636;
  transform: scale(1.05);
}

.file-upload-label:active {
  transform: scale(1);
}

/* Text inside the label (upload icon + button text) */
.file-upload-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  /* Ensure the text is flexible */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* Ensure long file names are truncated */
}

/* File name styling */
.file-name {
  font-size: 14px;
  color: #737B8B;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  flex-shrink: 0;
  /* Prevent file name from shrinking */
  max-width: 60%;
}

/* Optional: styling for the file view link */
.form-group-file .text-label.form-label {
  font-size: 14px;
  color: #312a2a;
  text-decoration: none;
}

.form-group-file {
  margin: 0 10px;
}

.attendance-in-marker {
  display: inline-block;
  color: #098500;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 5px;
}

.attendance-out-marker {
  display: inline-block;
  color: #F38200;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 5px;
}


.btn-view {
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
}