/* Custom Font */
@font-face {
  font-family: "Outage";
  src: url("/static/fonts/Outage.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Second font variant */
@font-face {
  font-family: "Outage-Cut";
  src: url("/static/fonts/Outage Cut.ttf") format("truetype");
  font-weight: 400; /* Differentiate by weight */
  font-style: normal;
}
/* End of Custom Font */
/* Variables */
:root {
  --primary-color: #e9530d !important;
}

.btn.btn-success-alt {
  background-color: #2D6A4F;
  border-color: #2D6A4F;
  color: white;
}

form,
a,
.navbar,
table,
.swal2-shown {
  --primary-color: #e9530d;
}
/* End of Variables */

/* Style scrollbar */

::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track (background of scrollbar) */
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* Scrollbar thumb color */
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Hover color for the scrollbar thumb */
}

:root {
  scrollbar-width: thin; /* Firefox: sets the width to "thin" */
  scrollbar-color: #888 #f1f1f1; /* Firefox: thumb and track color */
}

/* Nav Pills */
[data-menu-styles="light"] .nav.nav-pills .nav-item .nav-link {
  background-color: #dfdfdf;
}

[data-menu-styles="dark"] .nav.nav-pills .nav-item .nav-link {
  background-color: #dfdfdf87;
}

.nav.nav-pills li a {
  cursor: pointer;
}

/* End of:Nav Pills */

/* SWAL 2 CSS */
.swal2-container .swal2-styled.swal2-deny {
  font-size: 1rem;
}

/* End of: SWAL 2 CSS */

/* Error Pages */
.content-section.error-page-text {
  padding: 40px;
}

/* Main Page */
#body-color {
  /*background: #d5e7fe;*/
  background: #f4f4f5;
}

#back-to-top {
  background: var(--primary-color) !important;
}

#main_page-alert {
  display: flex; /* Use flexbox for layout */
  justify-content: space-between; /* Space between the message and the button */
  align-items: center; /* Center items vertically */
  padding: 1rem 1.5rem; /* Add padding for better spacing */
}

/* End of Main Page */

/* For Layout */
[data-menu-styles="light"] .btn#noGymBtn {
  color: white !important;
}

[data-menu-styles="dark"] .btn#noGymBtn {
  color: white !important;
}
/* End Layout */

/* Login Page */
body.login-img {
  background: #f4f4f5;
}

.form-title {
  color: var(--primary-color);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  background-color: rgba(173, 59, 7, 0.966);
  border-color: rgb(var(--primary-color));
  color: #fff;
}

.btn-outline-primary:focus {
  background-color: transparent;
  border-color: rgba(var(--primary-color));
  color: var(--primary-color);
  box-shadow: none;
}

.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transition: background-color 0.3s ease, border-color 0.3s ease,
    color 0.3s ease;
}
.btn-primary:hover {
  background-color: rgba(173, 59, 7, 0.918) !important;
  border-color: rgb(var(--primary-color)) !important;
  color: #fff;
}

/* End of Login Page */

/* Public Pages */
.nav-link.custom-nav-link {
  padding: 8px 12px;
}

#public-page {
  min-height: 0;
  overflow-y: auto;
}

#public-page #modal_form {
  padding: 0 !important;
}

body.modal-open {
  padding-right: 0 !important;
}

.modal-content button.btn {
  font-size: 1rem;
}

.login-page {
  margin-top: 40px;
}
/* End of Public Pages */

/* Navbar */
.navbar .navbar-toggler {
  background-color: var(--primary-color);
}
.navbar .navbar-toggler .navbar-toggler-icon:before {
  color: #ffffff;
}
/* Navbar - Buttons */
li.nav-item a.nav-link {
  border-radius: 5px;
}

a.nav-link.btn-primary {
  background-color: rgb(var(--primary-color));
  border-color: rgb(var(--primary-color)) !important;
  color: #fff !important;
}

a.nav-link.btn-primary:hover {
  background-color: rgba(202, 68, 6, 0.9) !important;
  border-color: rgb(var(--primary-color)) !important;
  color: #fff;
}
/* End of Navbar - Buttons */

.navbar-dark .navbar-toggler .navbar-toggler-icon::before {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-header-container .header-link-icon,
.header-link-icon.switcher-icon:hover {
  fill: none !important;
}

.card.wrap-login100.p-0 .card-body {
  padding: 30px;
}

.header-link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content-right .header-element {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content-left .header-element a span {
  left: 46%;
  transform: translate(-50%, -50%);
}

.light-layout,
.dark-layout {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header-dropdown.dropdown-menu.pt-0.overflow-hidden.header-profile-dropdown.dropdown-menu-end
  li
  > p,
.main-header-dropdown.dropdown-menu.pt-0.overflow-hidden.header-profile-dropdown.dropdown-menu-end
  li
  > a {
  font-size: 1rem;
}

/* Information for headers */
.popover {
  padding-bottom: 1rem;
}

.popover.header-navbar-info-button .popover-body {
  overflow-y: auto;
  height: 225px;
  pointer-events: auto;
}

.popover .popover-body a {
  cursor: pointer;
  z-index: 1060;
}

/* Style scrollbar */
.popover .popover-body::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.popover .popover-body::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track (background of scrollbar) */
  border-radius: 4px;
}

.popover .popover-body::-webkit-scrollbar-thumb {
  background-color: #888; /* Scrollbar thumb color */
  border-radius: 4px;
}

.popover .popover-body::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Hover color for the scrollbar thumb */
}

.popover .popover-body {
  scrollbar-width: thin; /* Firefox: sets the width to "thin" */
  scrollbar-color: #888 #f1f1f1; /* Firefox: thumb and track color */
}

/* End of Navbar */

/* Auth Forms */

.login100-form.validate-form.needs-validation div .alert {
  font-size: 1rem;
}

.wrap-input100.validate-input .input100.custom-input {
  font-size: 1rem;
}

.login100-form.validate-form
  .wrap-input100.validate-input
  .input-group
  input.form-control.input100.custom-input::placeholder,
.login100-form.validate-form
  .wrap-input100.validate-input
  .input-group
  input.form-control.is-invalid.input100.custom-input::placeholder {
  font-size: 1rem !important;
}

/* Registration Page */
.register-form {
  width: 100%;
  max-width: 400px;
}
/* Card Contents */
.card-register-content {
  margin-top: 130px;
  padding-top: 10px;
}

form label.input-group-title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.card-body span.login100-form-title,
.modal-body span.login100-form-title {
  font-family: "Outage";
}
/* End of Card Contents */

.form-check-input {
  border: 1px solid #aaa;
}

.custom-checkbox:checked {
  background-color: #000; /* Optional: change background when checked */
  border-color: #000; /* Optional: change border color when checked */
}

/* Toggle Switchers */
.custom-toggle-switch.swal-custom-toggle-switch > label::before {
  inset-inline-start: 0rem;
}

/* Settings Change Password Form */
.input-group.form-group {
  margin: 10px 0;
}

.form-group.d-flex {
  justify-content: center;
  align-content: center;
}

.custom-toggle-switch>input#allow_half_hr_switch[type=checkbox]:checked+label::after {
  inset-inline-start: 12%;
}

/* Sidebar */
[data-nav-layout="vertical"]
  .main-menu-container.nav.nav-pills.flex-column.sub-open {
  margin: 20px 0;
}

[data-nav-layout="horizontal"]
  .main-menu-container.nav.nav-pills.flex-column.sub-open {
  margin: 0 0;
}

[data-menu-styles="light"] .app-sidebar .side-menu__item.active {
  background: var(--primary-color);
}

[data-menu-styles="light"] .app-sidebar .side-menu__item.active:hover {
  background: var(--primary-color) !important;
}

[data-menu-styles="dark"] .app-sidebar .side-menu__item.active {
  background: var(--primary-color);
}

[data-menu-styles="dark"] .app-sidebar .side-menu__item.active:hover {
  background: var(--primary-color) !important;
}

/* Sidebar Message */
#profileReminderAlert .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  color: black;
}

#profileReminderAlert {
  background-color: #f7b731;
  color: black;
}

/* End of Sidebar */

/* Calendars */
#calendar {
  width: 100%;
  max-width: none;
}

button.fc-button.fc-button-primary.fc-button-active {
  background-color: #953407 !important;
}

/* Calendars */
.fc-daygrid-day-events {
  cursor: pointer;
}

/* Data Tables */

.table-header {
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}

.table-title {
  margin: 0;
}

.dataTables_filter {
  margin: 0;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
}

#responsiveDataTable_filter input {
  padding: 5px;
  width: 100%;
}

#customers input {
  padding: 5px;
  width: 100%;
}

.dt-wrap {
  white-space: normal !important;
  word-wrap: break-word;
}

.dataTables_wrapper.dt-bootstrap5.no-footer
  .bottom
  .dataTables_paginate.paging_simple_numbers
  ul.pagination {
  justify-content: flex-start;
  padding-top: 10px;
}

/* Scrollbar in tables */

.dataTables_scrollBody::-webkit-scrollbar {
  height: 10px;
  width: 6px;
  background-color: #f5f5f5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 0;
}

/* Modals */

/* Toasts */
.toast-container {
  position: fixed;
  transform: translateX(-50%); /* Center horizontally */
  left: 50%; /* Position in the middle */
  top: 1rem; /* Adjust this value for the distance from the top */
  z-index: 1050; /* Ensure it appears above other content */
}

/* Trainer Add Modal */
form .form-group.d-flex.align-items-center.mb-2 label,
form .form-group.d-flex.align-items-center.mb-2 select,
form .form-group.d-flex.align-items-center.mb-2 input,
form .form-group.d-flex.flex-column.flex-md-row,
form .form-group.d-flex.flex-column.align-items-start,
form
  .form-group.d-flex.flex-column.flex-md-row.align-items-md-center.mb-2
  input,
form .form-group.mt-3.mb-2 input,
form .form-group,
.price-plan-label {
  font-size: 1rem;
}
textarea#additional_info::placeholder {
  font-size: 1rem;
}
textarea#additional_info_edit::placeholder {
  font-size: 1rem;
}
textarea#price_info::placeholder {
  font-size: 1rem;
}
textarea#price_info_edit::placeholder {
  font-size: 1rem;
}
/* Settings */
[data-theme-mode="dark"] ul.nav.nav-pills li a.nav-link.active {
  filter: brightness(1.1);
}

/* Gym Bookings */
.info-tooltip .tooltip-inner {
  background-color: #04a6be; /* Bootstrap info color */
  color: #fff; /* White text for contrast */
}
.info-tooltip .tooltip-arrow::before {
  border-top-color: #17a2b8;
  border-bottom-color: #17a2b8;
}
/* End of: Gym Bookings */

/* Gym Reports */
.tab-content .tab-pane.fade .col-12 .card.custom-card {
  padding-bottom: 60px;
}
[data-theme-mode="dark"] .nav div li.nav-item .nav-link {
  color: #3f3f99;
}

/* Charts */
#bar-basic,
#line-basic {
  padding: 0 20px;
}

/* End: Gym Reports */

/* Gym Settings */
.gym_settings_form .form-group label {
  min-width: 160px;
}
/* Change Password */
#confirm-password-message {
  font-size: 1rem;
}
#current-password-message {
  font-size: 1rem;
}

#missing_fields_note {
  color: black;
}
/* End of Gym Settings */

/* For Gym and Trainer Connections */
a.nav-link {
  cursor: pointer;
}

form.form input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
  background-color: #e9ecef; /* Optional: Change background color to indicate disabled state */
}

li.list-group-item.trainer-item,
li.list-group-item.gym-item {
  cursor: pointer;
}

.gym-list,
.trainer-list {
  max-height: 280px;
  overflow-y: auto;
}

.card-body.gym-list {
  max-height: 500px;
  overflow-y: hidden;
}

.btn-secondary-warning {
  background-color: rgb(179, 51, 0);
  color: white;
}

.btn-secondary-warning:hover {
  background-color: rgba(179, 51, 0, 0.9);
  color: white;
}

.rejected-note {
  background-color: #f4ef17;
}

tr.gym-row {
  cursor: pointer;
}

/* End:For Gym and Trainer Connections */

/* For Inviting Trainer  */

.invite-trainer-list {
  max-height: 280px;
  overflow-y: auto;
}
/* End:For Invinting Trainer */

/* Gym Trainers */
td.highlight-primary {
  background: #e9530d !important;
  color: white;
}

.badge {
  font-size: 12px;
  padding: 0.6rem 0.8rem;
}

ul.dropdown-menu.w-100.show::-webkit-scrollbar {
  width: 6px;
}
ul.dropdown-menu.w-100.show::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track (background of scrollbar) */
  border-radius: 4px;
}
ul.dropdown-menu.w-100.show::-webkit-scrollbar-thumb {
  background: #888; /* Color of the track (background of scrollbar) */
  border-radius: 4px;
}

[data-menu-styles="light"] #gymTrainer .nav-item .nav-link {
  background-color: #dfdfdf;
}

[data-menu-styles="dark"] #gymTrainer .nav-item .nav-link {
  background-color: #dfdfdf87;
}

#gymTrainer .nav-item .nav-link.active {
  background-color: var(--primary-color);
}

[data-menu-styles="light"] .nav-item .nav-link {
  background-color: #dfdfdf;
}

[data-menu-styles="dark"] .nav-item .nav-link {
  background-color: #dfdfdf87;
}

ul.nav.nav-pills.nav-style-2 .nav-item .nav-link.active {
  background-color: #dfdfdf;
}

.nav.nav-pills .nav-item .nav-link.active {
  background-color: var(--primary-color);
}
/* End of Gym Trainers */

/* Public Page  */
/* Trainers */
span.avatar.avatar-xl {
  width: 8rem;
  height: 8rem;
}
#info_card .row__card div {
  text-align: center;
}

#trainer-picture {
  margin-top: 4px;
}

#info_card {
  margin-top: 20px;
}

#popover__Gyms {
  margin-top: 20px;
}

.trainer_info_body {
  margin: 20px 0;
}
/* End of Trainers */

/* Trainer Customers */

table a {
  cursor: pointer;
}

/* End of Trainer Customers */

/* Trainer Stats */
.accordion-row {
  pointer-events: none;
}
.accordion-row td {
  pointer-events: none;
}

.tableTrainerStats tbody tr {
  cursor: pointer;
}

/* For Choices.js */
.choices__item--selectable {
  margin: 4px 0px;
}

/* Trainer Bookings */

.custom-textarea-reason {
  max-height: 150px;
  resize: vertical;
}

.btn__request-pending {
  background-color: #89091f;
  border-color: #89091f;
  color: #fff;
}

.btn__request-pending:hover {
  background-color: #a1122b;
  border-color: #a1122b;
  color: #fff;
}

/* Trainer Settings */
#additional_info {
  font-size: 1rem;
}
/* Initially Hidden Toggle Switches */
.switch-container .form-group .custom-toggle-switch label.label-primary {
  visibility: hidden;
}
.tab-content .tab-pane.custom_tabs {
  padding: 0;
  border: none;
}

#trainer-setting-tabs-content {
  min-height: 90vh;
}

/* Admin Portal */

/* Admin Forms */
form .p-label{
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-bottom: 8px;
}

/* Admin - Email Template */
.email-clickable-placeholder {
  color: var(--primary-color);
  text-decoration: underline;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
}

.email-clickable-placeholder:hover {
  background-color: #e5e8ec;
}
/* End of: Admin - Email Template */

/* SWAL Validations */
.admin-html-container {
  height: 180px;
  overflow: auto;
}
.custom-choices-inner {
  border: 2px solid var(--primary-color) !important; /* Border size and color */
  max-height: 150px; /* Set dropdown height to avoid scroll overlap */
  overflow-y: auto; /* Allow dropdown scrolling independently */
}

.switch-container {
  margin-top: 15px;
}

.switch-toggler {
  margin-bottom: 12px;
}

[data-menu-styles="light"] .admin-tabs.nav.nav-pills .nav-item .nav-link {
  background-color: #dfdfdf;
}

[data-menu-styles="dark"] .admin-tabs.nav.nav-pills .nav-item .nav-link {
  background-color: #dfdfdf87;
}

.admin-tabs.nav.nav-pills .nav-item .nav-link.active {
  background-color: var(--primary-color);
}

/* Trainer Settings New For Calendar - Public Bookings */
.scrollable-container {
  max-height: 650px;
  height: auto;
  overflow-y: auto;
  border: 1px solid #5e5c5c31; /* Optional: Adds a border to define the scroll area */
  padding: 10px; /* Optional: Adds padding inside the scrollable area */
  border-radius: 5px; /* Optional: Rounds the corners */
}

.border-danger {
  border: 4px solid red !important;
  animation: shake 0.5s ease-in-out; /* Add the shake animation */
}

/* Gym Booking Removal */
.swal2-container .swal2-html-container ul li.cancel-details-list-item {
  font-size: 0.9rem;
}
/* End of: Gym Booking Removal */

/* End of Trainer Settings */

/* Discount Prices */
.fixed-width-label {
  min-width: 80px;
}

.trainer-item-discount-pointer {
  cursor: pointer;
}

.gym-item-discount{
  cursor: pointer;
}

.trainer-item-discount-default, .gym-item-discount-default {
  cursor: default;
}

.alert-primary-color {
  background-color: rgba(233, 83, 13, 0.1);
  color: var(--primary-color);
  border: var(--primary-color);
}

/* End of:Discount Prices */
@media only screen and (max-width: 400px) {
  /*   .card.wrap-login100.p-0 .card-body {
    padding-left: 15px;
  } */
  #table_title_customer {
    font-size: 1rem;
  }
  #table_title_facility {
    font-size: 1rem;
  }
  #trainers_filter input {
    margin-left: 30px;
    width: 90%;
  }
  #table_reports_title {
    font-size: 1rem;
  }

  #bookings_filter input {
    padding: 5px;
    width: 100%;
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .brand-image {
    max-width: 220px;
  }
  .toast-container {
    top: auto; /* Remove top positioning */
    bottom: 1rem; /* Position at the bottom */
  }

  .gym_settings_form .form-group label {
    min-width: 120px;
  }

  /* .card-register-content {
    max-width: 240px;
  } */

  .login-page {
    margin-top: 40px;
  }

  .modal-footer {
    justify-content: center;
  }

  /*   #canvas {
    width: 95%;
  } */

  /* Error Pages */
  .content-section.error-page-text {
    padding: 20px;
  }

  .table-header {
    flex-direction: column;
    align-items: center;
  }
  .dataTables_filter {
    margin-top: 8px;
    width: 100%;
  }

  .dataTables_filter label,
  .dataTables_filter label input {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .table-filters {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  /*  .main-content.app-content .row .col-12 {
    margin-top: 10px;
  } */

  /* .main-content.app-content .col-xl-12 {
    margin-top: 20px;
  } */

  #authenticated_page {
    min-height: 0;
  }
}

@media only screen and (min-width: 576px) {
  /* Trainers */
  #info_card .row__card div {
    text-align: start;
  }
  #trainer-picture {
    margin-top: 0;
  }
  #popover__Gyms {
    margin-top: 0;
  }

  #trainer_stats_modal {
    max-width: 75%;
  }
}

/* Animations */
/* Shake Effect */
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}


.tabulator-cell {
  font-weight: 500;
}
.dataTables_filter input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url("data:image/svg+xml;utf8,<svg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M18.3 5.71a1 1 0 0 0-1.41 0L12 10.59 7.11 5.7a1 1 0 0 0-1.41 1.42L10.59 12l-4.9 4.89a1 1 0 1 0 1.41 1.42L12 13.41l4.89 4.9a1 1 0 0 0 1.42-1.41L13.41 12l4.9-4.89a1 1 0 0 0-.01-1.4z'/></svg>") no-repeat center center;
  background-size: 14px 14px;
  cursor: pointer;
}

.custom-placeholder {
  color: #999;
  font-size: 12px;
  text-align: center;
  padding: 30px;
}

/* Invite Trainers search and filter */
.filter-input {
  height: 38px;
  width: 100%;
}

/* Language changer - google */
.skiptranslate iframe {
  display: none;
}

/* Forcely override google injected top value to body when translate is called */
html body {
  top:0 !important;
}

.googleTransDiv > div {
  float:right;
}

.googleTransDiv::after{
  clear:both;
  content:"";
  display:block;
}

.googleTransDiv #google_translate_element {
  margin:0;
  margin-top:15px;
}

#google_translate_element .goog-te-gadget-simple {
  padding:5px;
  border:0;
  border-radius:5px;
}

.main-sidebar #google_translate_element {
  margin-left:30px;
}

.main-sidebar #google_translate_element .goog-te-gadget-simple {
  border:solid 1px #ccc;
  margin-top:10px;
}

html[data-toggled="icon-overlay-close"] #google_translate_element {
  display:none;
}

html[data-icon-overlay="open"] #google_translate_element {
  display:block;
}

#addBookingModalCenter .form-group.d-flex label,
#editBookingModalCenter .form-group.d-flex label,
#viewBookingModalCenter .form-group.d-flex label
{
  display: block; 
  white-space: normal; 
  word-break: break-word;
  min-width: 78px !important;
}

@media screen and (max-width: 991px) {
  #google_translate_element {
    margin-left:0;
    margin-bottom:15px;
  }
}

/* Styling adjustments 2025m8d10 */
body, 
.form-label
{
  font-size: 1rem;
}

.form-control,
.form-select,
.btn.btn-sm
{
  font-size: .9rem;
}

.btn,
.nav-link,
.fc table,
.app-sidebar .side-menu__label,
.app-sidebar .side-menu__item,
.table thead tr th,
.table td,
.table th,
.card.custom-card .card-link,
.custom-placeholder,
.accordion-button,
.accordion-body,
.alert
{
  font-size:.9rem;
}

.maxWidth-md {
  max-width:800px;
}

.tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content {
  font-size:.9rem !important;
  /* Note: Important was used here to override the style in theme's css, which is declared as important */
}

#back-to-top {
  opacity: 0.85;
}

#back-to-top, #back-to-top:hover {
  padding:0;
  align-items:center;
  justify-content:center;
}

#back-to-top i, #back-to-top:hover i {
  font-size: 32px !important;
  margin:0;
  padding:0 !important;
  /* Note: Important was used here to override the style in theme's css, which is declared as important */
}

html[data-theme-mode="dark"] .accordion-body
{
  color:white;
}

html[data-menu-styles="dark"] #gymTrainer .nav-item .nav-link:hover,
html[data-menu-styles="dark"] .nav.nav-pills .nav-item .nav-link:hover,
html[data-theme-mode="dark"] ul.nav.nav-pills li a.nav-link,
html[data-theme-mode="dark"] ul.nav.nav-pills li a.nav-link.active,
html[data-theme-mode="dark"] #clearSearch,
html[data-theme-mode="dark"] .clear-search
{
  color:white;
}

html[data-theme-mode="dark"] .edit-gym-specialty,
html[data-theme-mode="dark"] .remove-gym-specialty,
html[data-theme-mode="dark"] .edit-email,
html[data-theme-mode="dark"] .edit-faq,
html[data-theme-mode="dark"] .delete-faq
{
  color:white !important;
  /* Note: Important was used here to override the style in theme's css, which is declared as important */
}

html[data-menu-styles="dark"] .accordion-button:not(.collapsed) {
  background-color:#9f4607;
  color:white;
}

html[data-menu-styles="dark"] #trainers .btn {
  color:white !important;
}

html[data-menu-styles="dark"] #set_capacity_per_hour_btn {
  color:white !important;
}

html[data-menu-styles="dark"] .bg-warning {
  color:black;
}

.imgProfileCircle img {
  width:160px;
  height:160px;
  object-fit: cover;
  border-radius: 50% !important;
}

/* Fix issues in mobile 8/24/2025 */
@media screen and (max-width: 991px) {
  .app-header {
    padding-top:0;
    padding-bottom:0;
  }

  .horizontal-logo {
      padding:0 !important
  }

  .header-logo {
    margin-top:5px;
    display: inline-block;
  }

}

@media only screen and (max-width: 992px) {
  .main-content.app-content .col-xl-12 {
    margin-top: 0;
  }
}










