/* css for tab area global filter */
.global_filter_input {
  font-size: 14px !important;
}

/* css for cart page */
.cart_bnr {
  min-height: 80px;
  background-color: var(--bs-gray-bg);
}

/*common css */
.basic_btn_outline {
  display: inline-block;
  padding: 11px 18px;
  border: 1.5px solid var(--bs-primary);
  color: var(--bs-primary);
  background-color: #fff;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.basic_btn_outline:hover,
.basic_btn_outline:focus {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
  text-decoration: none;
}

/* chat css  */
/* .enter_group_name .form-control {
  border: 1px solid #d8d8d8 !important;
  height: auto !important;
} */

/* css for reciever side  */
.reciever_uploads {
  width: 150px;
  min-width: 150px;
  background-color: #dfdfdf;
}

.reciever_uploads .chat_upload_caption p {
  color: #565659;
}

.reciever_uploads .chat_upload_pic {
  height: 120px;
}

.chat_expand_arws {
  top: 14px !important;
}

/*File preview css*/
.file_gap {
  gap: 10px;
}

.tag_links ul li a.active {
  background: #3191ff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-color: #3191ff;
}

/* Login modal tab navigation styles */
/* Container for tab navigation */
.login-tab-nav {
  border: 1px solid var(--bs-primary);
  border-radius: 2px;
  margin-bottom: 24px;
  padding: 0;
  background: #fdf9f7;
  overflow: hidden;
}

/* Tab button base style */
.login-tab-btn {
  background: transparent;
  color: var(--bs-primary);
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: all 0.2s;
  letter-spacing: 0.5px;
  min-width: 110px;
  text-align: center;
  font-weight: 600;
  padding: 18px 0;
  flex: 1;
}

/* Active tab button style */
.login-tab-btn--active {
  background: var(--bs-primary);
  color: #fff;
}

/* material ui table css start here */
.action_btn_mui {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #ffffff;
}

.action_btn_mui:hover {
  background-color: #e2e2e2;
}

.action_btn_mui > .horz_icon {
  color: #c3c3c3;
}

.action_btn_mui > .horz_icon:hover {
  color: #7d7d7d;
}
/* material ui table css end here */

/* custom offcanvas width using in purchase offcanvas */
.custom-offcanvas-width {
  width: 65% !important; /* Override the default Bootstrap width */
  max-width: 65% !important; /* Ensure it doesn't exceed 65% */
}

.custom-offcanvas-width-90 {
  width: 90% !important; /* Override the default Bootstrap width */
  max-width: 90% !important; /* Ensure it doesn't exceed 90% */
}

.gray_border_btn {
  display: inline-block;
  padding: 11px 18px;
  border: 1.5px solid var(--bs-gray-paragraph);
  color: var(--bs-gray-paragraph);
  background-color: #fff;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.gray_border_btn:hover,
.gray_border_btn:focus {
  background-color: var(--bs-gray-paragraph);
  color: #fff;
  border-color: var(--bs-gray-paragraph);
  text-decoration: none;
}

.gray_background_btn {
  display: inline-block;
  padding: 11px 18px;
  border: 1.5px solid var(--bs-gray-paragraph);
  color: #fff;
  background-color: var(--bs-gray-paragraph);
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.gray_background_btn:hover,
.gray_background_btn:focus {
  background-color: #fff;
  color: var(--bs-gray-paragraph);
  border-color: var(--bs-gray-paragraph);
  text-decoration: none;
}

.danger_border_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 0 20px;
  border: 1.5px solid var(--bs-gray-paragraph);
  color: var(--bs-gray-paragraph);
  background-color: transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.danger_border_btn:hover,
.danger_border_btn:focus {
  background-color: var(--bs-gray-paragraph);
  color: #fff;
  border-color: var(--bs-gray-paragraph);
  text-decoration: none;
}

.danger_background_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 0 20px;
  border: 1.5px solid var(--bs-gray-paragraph);
  color: #fff;
  background-color: var(--bs-gray-paragraph);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.danger_background_btn:hover,
.danger_background_btn:focus {
  background-color: #fff;
  color: var(--bs-gray-paragraph);
  border-color: var(--bs-gray-paragraph);
  text-decoration: none;
}

.warning_border_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 0 20px;
  border: 1.5px solid var(--bs-warning);
  color: var(--bs-warning);
  background-color: transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.warning_border_btn:hover,
.warning_border_btn:focus {
  background-color: var(--bs-warning);
  color: #fff;
  border-color: var(--bs-warning);
  text-decoration: none;
}

.warning_background_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 0 20px;
  border: 1.5px solid var(--bs-warning);
  color: #fff;
  background-color: var(--bs-warning);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.warning_background_btn:hover,
.warning_background_btn:focus {
  background-color: #fff;
  color: var(--bs-warning);
  border-color: var(--bs-warning);
  text-decoration: none;
}

.success_border_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 0 20px;
  border: 1.5px solid var(--bs-success);
  color: var(--bs-success);
  background-color: transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.success_border_btn:hover,
.success_border_btn:focus {
  background-color: var(--bs-success);
  color: #fff;
  border-color: var(--bs-success);
  text-decoration: none;
}

.success_background_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 0 20px;
  border: 1.5px solid var(--bs-success);
  color: #fff;
  background-color: var(--bs-success);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.success_background_btn:hover,
.success_background_btn:focus {
  background-color: #fff;
  color: var(--bs-success);
  border-color: var(--bs-success);
  text-decoration: none;
}

/* Doctor prime css start*/
.doctor_profile_banner img {
  max-height: 200px;
  overflow: hidden;
}

.custom_breadcrumb_margin_top {
  margin-top: 70px;
}
/* Doctor prime css end */

/* === CV Builder Profile Image Hover Effect === */
/* These styles are for the CV Builder profile image edit overlay */
.cv-builder-profile-image-wrapper {
  overflow: hidden;
  position: relative;
}

.cv-builder-profile-image-edit-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  transform: translateY(30%);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  padding-bottom: 18px;
}

.cv-builder-profile-image-wrapper:hover .cv-builder-profile-image-edit-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* === End CV Builder Profile Image Hover Effect === */
