@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

/* Profile Dropdown Styles */
.profile-dropdown {
  position: relative;
  display: inline-block;
}

.profile-dropdown-toggle {
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.profile-dropdown-toggle:hover {
  opacity: 0.8;
}

.profile-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0px 4px 18px 0px rgba(36, 34, 34, 0.25);
  min-width: 180px;
  z-index: 1000;
  display: none;
  margin-top: 8px;
}

.profile-dropdown-menu.show {
  display: block;
}

.profile-dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #242222;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.profile-dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.profile-dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #ac1f2d;
}

.profile-dropdown-menu .dropdown-item i {
  margin-right: 8px;
  font-size: 16px;
  width: 16px;
  text-align: center;
}

body {
  min-height: 100vh;
  font-family: "Inter", serif !important;
  position: relative;
}

.color-secondary {
  color: #919090;
}

.color-primary {
  color: #242222;
}

.card-heading-color {
  color: #222224;
}

.bg-primary-red {
  background: #ac1f2d;
}

.font-10 {
  font-size: 10px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-22 {
  font-size: 22px;
}

.font-32 {
  font-size: 32px;
}

.mb-6 {
  margin-bottom: 6px;
}

.login-container,
.signup-form {
  max-width: 568px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0px 4px 18px 0px #24222240;
  margin-bottom: 150px;
  width: 100%;
}

.login-block-heading {
  border-bottom: 1px solid #d9d9d9;
}

.login-block-heading > h5 {
  font-size: 16px;
  line-height: 26px;
}

.login-form-block input,
.disaster-fund-form input {
  border: 2px solid #d9d9d9;
  border-radius: 0px;
}

.login-form-block input:focus,
.disaster-fund-form input:focus {
  box-shadow: none;
  border-color: #242222;
}

.btn-login {
  padding: 12px;
  border-radius: 0px;
  height: 40px;
  font-family: Inter;
  font-size: 14px;
  line-height: 100%;
}

.footer .footer-content p {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
}

.card-block {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 60px;
  row-gap: 48px;
}

.card-block > a > .card {
  padding: 46px 20px;
  box-shadow: 0px 4px 18px 0px #24222240;
  border-radius: 16px;
}

.card-block > a > .card > span {
  line-height: 24px;
}

.card-block-container {
  max-width: 898px;
  margin-bottom: 116px;
}

.card-button_wrapper .btn-secondary.disabled {
  color: #222224 !important;
}

.notification-icon > span {
  width: 24px;
  height: 24px;
  color: #fff;
  background: #ac1f2d;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 14px;
  top: -10px;
  right: -2px;
}

.dashboard-card-block .card .bg-danger,
.program-card .program-card-img .bg-danger {
  background-color: #ac1f2d !important;
  font-size: 14px;
}

.dashboard-card-block .card .bg-danger {
  padding: 16px 0 !important;
}

.dashboard-card-block .card .bg-dark,
.card-button_wrapper .bg-secondary.disabled {
  padding: 16px 0 !important;
}

#custom-fields-container .custom-field input[type="file"] {
  display: block !important;
}

/* Multi-select dropdown with checkboxes (matching screenshot design) */
.multi-select-dropdown-wrapper {
  position: relative;
}

.multi-select-input {
  padding-right: 35px;
  cursor: pointer;
  background-color: #fff;
}

.multi-select-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

.multi-select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #6c757d;
  font-size: 12px;
  z-index: 1;
}

.multi-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 2px;
  display: none;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.multi-select-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}

.multi-select-item {
  padding: 0;
  margin: 0;
}

.multi-select-item .form-check {
  margin: 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}

.multi-select-item .form-check:hover {
  background-color: #f8f9fa;
}

.multi-select-item .form-check-label {
  cursor: pointer;
  width: 100%;
  margin-left: 0.5rem;
  font-weight: normal;
  user-select: none;
}

.multi-select-item .form-check-input {
  margin-top: 0.25rem;
  cursor: pointer;
  margin-left: 0;
}

.multi-select-item .form-check-input:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.dashboard-card-block .card .bg-dark {
  background-color: #000 !important;
  font-size: 14px;
}

/* dashboard css */
.dashboard-container {
  background: #f4f4f4;
}
.reserved-card .card {
  border: none;
}
.reserved-card {
  border: 2px solid #ac1f2d !important;
}
#listView .bg-dark {
  background-color: #ac1f2d !important;
}
.dashboard-container aside {
  width: 65px;
  height: calc(100vh - 24px);
  box-shadow: 0px 3px 6px 0px #0000001a;
  border: 1px solid #e6e6e6;
  background: #ac1f2d;
  margin: 0px 16px 0px 0px;
  overflow-y: auto;
  padding: 16px 0px;
  position: sticky;
  top: 12px;
  z-index: 1050;
}

.aside-block-heading h4 {
  letter-spacing: -0.02rem;
  line-height: 16px;
  font-weight: 400;
  color: #f7e9ea;
  padding-top: 7px;
}

.aside-middle-block ul > li > a {
  gap: 15px;
  color: #fff;
  font-weight: 400;
}

.aside-middle-block ul > li > a > span {
  line-height: 20px;
}

.aside-middle-block {
  padding: 0 10px;
}

.aside-bottom-block a {
  color: #dde1e6;
  line-height: 17px;
  letter-spacing: -0.02rem;
}

.aside-bottom-block span {
  color: #dde1e6;
}

.aside-bottom-block .logout-block {
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}

.dashboard-container aside::-webkit-scrollbar-track,
.dashboard-content-container .dashboard-content-left::-webkit-scrollbar-track,
.dashboard-content-right .program-calender-block::-webkit-scrollbar-track,
.dashboard-content-container .dashboard-content-right::-webkit-scrollbar-track,
.program_details::-webkit-scrollbar-track,
.dashboard-content-container::-webkit-scrollbar-track {
  background-color: initial;
  border-radius: 16px;
}

.aside-middle-block ul > li > a:hover {
  border-radius: 0px;
  background: #f7f7f7;
  color: #ac1f2d;
}

.dashboard-container aside::-webkit-scrollbar,
.dashboard-content-container .dashboard-content-left::-webkit-scrollbar,
.dashboard-content-right .program-calender-block::-webkit-scrollbar,
.dashboard-content-container .dashboard-content-right::-webkit-scrollbar,
.program_details::-webkit-scrollbar,
.dashboard-content-container::-webkit-scrollbar {
  width: 8px;
  border-radius: 16px;
  background-color: initial;
}

.dashboard-container aside::-webkit-scrollbar-thumb,
.dashboard-content-container .dashboard-content-left::-webkit-scrollbar-thumb,
.dashboard-content-right .program-calender-block::-webkit-scrollbar-thumb,
.dashboard-content-container .dashboard-content-right::-webkit-scrollbar-thumb,
.program_details::-webkit-scrollbar-thumb,
.dashboard-content-container::-webkit-scrollbar-thumb {
  background-color: #595959;
  border-radius: 16px;
}

.dashboard-content-container .dashboard-content-left {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 3px 6px 0px #0000001a;
  height: calc(100vh - 124px);
  overflow-y: auto;
}

.tabs-container-block > ul {
  border-bottom: 2px solid #d9d9d9;
  width: max-content;
  margin-bottom: 22px;
}

.tabs-container-block > ul > li > button {
  background: inherit;
  padding-bottom: 12px;
  outline: 0;
  box-shadow: none;
}

.tabs-container-block > ul > li > button.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #242222;
  bottom: -2px;
  left: 0;
}

.dashboard-filter-block input,
.dashboard-filter-block button {
  border-radius: 20px !important;
  border: 1px solid #d9d9d9;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
  height: 36px;
  box-shadow: none;
  outline: 0;
}

.dashboard-filter-block button > svg {
  margin-left: 8px;
}

.dashboard-filter-block button.show > svg {
  transform: rotate(180deg);
}

.dashboard-filter-block .search-block input {
  padding-left: 35px;
  max-width: 200px;
}

.dashboard-filter-block .search-block input::placeholder {
  color: #919090;
  font-weight: 500;
}

.dashboard-filter-block .search-block span.search-icon {
  z-index: 9;
  top: 4px;
  left: 10px;
}

.dashboard-filter-block .search-block input:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid #d9d9d9;
}

.dashboard-card-container {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
}

.dashboard-card-block .event-date {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 9px 13px;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  backdrop-filter: blur(4px);
  background: #ac1f2d;
}

.dashboard-content-right {
  height: auto;
}

.dashboard-card-block .event-date .month {
  line-height: 18px;
  margin-bottom: 4px;
  color: #fff;
}

.dashboard-card-block .event-date .day {
  line-height: 20px;
  color: #fff;
}

.dashboard-card-block .card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.dashboard-card-block .event-image {
  /* height: 290px; */
  height: auto;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  max-height: 450px;
}

.dashboard-card-block .card .card-body {
  display: flex;
  flex-direction: column;
}

.dashboard-card-block .card .card-body .card-button_wrapper {
  margin-top: auto;
}

.dashboard-card-container.content-view .dashboard-card-block,
.dashboard-card-container.content-view .dashboard-card-block .card {
  height: 100%;
}

.dashboard-card-block .badge {
  font-weight: normal;
  padding: 6px 12px;
}

.dashboard-card-block .card .card-title {
  line-height: 20px;
  letter-spacing: -0.02rem;
  min-height: 64px;
  font-size: 18px;
}

.dashboard-card-block .card p {
  line-height: 18px;
  font-family: "Roboto Condensed";
  color: #919090 !important;
}

.dashboard-card-block .card-time-block {
  flex-wrap: wrap;
}

.dashboard-card-block .card-time-block > span {
  border: 1px solid #d9d9d9;
  border-radius: 19px;
  padding: 6px 9px;
  line-height: 16px;
}

.dashboard-content-container {
  display: grid;
  /* gap: 20px;
    grid-template-columns: 1fr 0.436fr; */
}

.dashboard-content-right .program-calender-block {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 3px 6px 0px #0000001a;
  border-radius: 0px;
  height: auto;
  /* overflow-y: auto; */
  /*    flex-grow: 1;*/
}

.program-calender-block .heading-block > h5 {
  margin-bottom: 20px;
  line-height: 20px;
  color: #ac1f2d;
  padding-bottom: 10px;
  padding-top: 16px;
}

.dashboard-content-right .program-card-content {
  border: 1px solid #d9d9d9;
  border-top-right-radius: 0px;
  border-left: 0;
  border-bottom-right-radius: 0px;
  padding: 13px 12px 11px 12px;
  flex-grow: 1;
}

.dashboard-content-right .program-card-img img {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dashboard-content-right .program-card-content .program-des > p {
  line-height: 18px;
  padding-bottom: 4px;
  letter-spacing: -0.03rem;
}

.dashboard-content-right .program-card-content .program-des > h5 {
  line-height: 16px;
}

.progrm-card-icon > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 50%;
}

.progrm-card-icon > div > span {
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
}

.custom-calender {
  box-shadow: 0px 3px 6px 0px #0000001a;
  border-radius: 0px;
  background: #fff;
  padding: 6px 16px;
}

.custom-calender .fc-toolbar-title {
  font-size: 20px;
  font-weight: 600;
  color: #ac1f2d;
  line-height: 32px;
  letter-spacing: -0.03rem;
}

.custom-calender .fc-header-toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px !important;
}

.custom-calender .fc-theme-standard td,
.custom-calender .fc-theme-standard th {
  border: 0;
}

.custom-calender .fc .fc-scrollgrid {
  border: 0;
}

.custom-calender .fc .fc-col-header-cell-cushion {
  font-size: 10px;
  color: #919090;
  text-decoration: none;
  font-weight: 500;
}

.custom-calender .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0;
  min-height: auto;
}

.custom-calender .fc .fc-daygrid-day-number {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  color: #222224;
  text-decoration: none;
  height: 30px;
  width: 30px;
  text-align: center;
}

.custom-calender .fc .fc-daygrid-day-top {
  justify-content: center;
}

.custom-calender .fc .fc-daygrid-day {
  cursor: pointer;
}

.custom-calender .fc .fc-daygrid-day:hover {
  cursor: pointer;
}

.custom-calender .fc .fc-daygrid-day-top a {
  cursor: pointer;
}

.custom-calender .fc .fc-daygrid-day-top a:hover {
  cursor: pointer;
}

.custom-calender .fc-button-group button {
  background: inherit !important;
  border: 0;
  color: #222224;
  outline: 0;
  box-shadow: none;
}

.custom-calender .fc-button-group button:hover {
  color: #222224 !important;
}

.custom-calender .fc-button-group button:focus,
.custom-calender .fc-button-group button:active {
  outline: 0;
  box-shadow: none !important;
  color: #222224 !important;
}

.custom-calender .fc-button-group button.fc-today-button {
  color: #d9d9d9 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.location-block ul {
  list-style: none !important;
  max-height: 400px;
  overflow-y: auto;
}

.custom-length {
  position: relative !important;
}

/*25/04/2025*/
.search-block {
  max-width: 140px;
  width: 100%;
}

.range-block {
  max-width: 200px;
}

.range-block .date-range > input {
  width: 100%;
  padding: 0 10px;
  font-family: "Inter";
  color: #000;
}

.location-block ul,
.program-block ul {
  list-style: none !important;
}

.custom-calender .fc-dayGridMonth-view.fc-view table thead {
  border-bottom: 1px solid #d9d9d9;
}

.custom-calender .fc-day-today {
  background-color: transparent !important;
}

.custom-calender
  .fc-day-today
  .fc-daygrid-day-frame.fc-scrollgrid-sync-inner
  .fc-daygrid-day-top
  a {
  color: #fff;
  background: #000;
}

.signup-form h5,
.login-simple-container h5 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
}

.signup-form p,
.login-simple-container p {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.signup-form form .form-control {
  border-color: #d9d9d9;
  height: 51px;
  border-radius: 0;
}

.signup-form form .form-control::placeholder {
  color: #919090;
}

.noti-msg {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  color: #000000;
}

.red-btn button,
.red-btn button:hover {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  background: #ac1f2d;
  color: #fff;
  height: 40px;
  border-radius: 0;
}

.cancel-btn button,
.cancel-btn button:hover {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  height: 30px;
}

.red-btn .btn-check:checked + .btn,
.red-btn .btn.active,
.red-btn .btn.show,
.red-btn .btn:first-child:active,
:not(.red-btn .btn-check) + .red-btn .btn:active,
.btn-login.btn-check:checked + .btn,
.btn-login.btn.active,
.btn-login.btn.show,
.btn-login.btn:first-child:active,
:not(.btn-login.btn-check) + .btn-login.btn:active {
  background-color: #ac1f2d;
  color: #fff;
  border: 0;
}

.btn-login:hover {
  background: #ac1f2d;
}

.acc-info p,
.member-info p {
  font-size: 16px;
  color: #242222;
}

.datepicker-form button {
  border-left: 0;
  border-radius: 0;
  border-color: #d9d9d9;
}

.datepicker-form button:hover {
  background: inherit;
  color: #000;
  border-color: #d9d9d9;
}

.datepicker-form button i.gj-icon {
  color: #91909090;
  line-height: inherit;
}

.datepicker-form input#datepicker,
.datepicker-form input#datepicker2 {
  border-right: 0 !important;
}

.member-info h6 {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #242222;
  margin-bottom: 12px;
}

/* Active pill style */
.member-info .btn-check:checked + .btn-outline-dark {
  background-color: #f7f7f7;
  color: #000;
  border-color: #000 !important;
  border-width: 2px;
}

.member-info .form-check input#termsCheck {
  float: none;
}

.member-info .form-check {
  text-align: center;
}

.form-floating > .form-control:-webkit-autofill ~ label:after {
  background-color: inherit;
}

/* Hide all content blocks */
.union-content {
  display: none;
}

/* Show SAG-AFTRA content when #sag is checked */
#sag:checked ~ .content-wrapper #sagContent {
  display: block;
}

/* Show AEA content when #aea is checked */
#aea:checked ~ .content-wrapper #aeaContent {
  display: block;
}

.member-info .form-check label,
.member-info .form-check label a {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.member-info label.btn.btn-outline-dark.rounded-pill {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 20px !important;
  border-color: #d9d9d9;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.upload-container {
  max-width: 100%;
  margin: 20px auto;
  padding: 0;
}

.upload-wrapper {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease;
}

.upload-wrapper:hover {
  border-color: #666;
}

.file-input {
  display: none;
}

.preview-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-preview {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  display: none;
}

.upload-text {
  color: #666;
  font-family: Arial, sans-serif;
}

.upload-text img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  color: #666;
}

.upload-text p {
  margin: 10px 0;
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #919090;
}

.choose-file-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 16px;
  font-size: 14px;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  font-weight: 500;
  color: #242222;
  border-color: #000;
  border-radius: 0;
}

.choose-file-btn:hover {
  background-color: #e0e0e0;
}

.upload-wrapper.drag-over {
  border-color: #2196f3;
  background-color: rgba(33, 150, 243, 0.05);
}

.forget-pwd h5 {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.forget-pwd p {
  color: #000;
}

.btn-toggle {
  border-radius: 20px;
  margin: 4px 0;
  padding: 6px 16px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}

.btn-toggle.active {
  background-color: #f7f7f7 !important;
  border: 1.5px solid black;
  font-weight: 500;
  color: #000 !important;
}

.toggle-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.Specific-email p {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}

.Specific-email h6,
.opt-email label {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #242222;
}

.opt-email label {
  margin-bottom: 0;
}

.opt-email {
  justify-content: space-between;
}

.acc-created h4 {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 12px;
}

.acc-created p {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-bottom: 12px;
}

/*CUSTOM TOGGLE CSS START*/
.custom-toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.custom-toggle {
  position: relative;
  width: 50px;
  height: 28px;
}

.custom-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 34px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.custom-toggle input:checked + .toggle-slider {
  background-color: #ac1f2d;
  /* your brand color */
}

.custom-toggle input:checked + .toggle-slider:before {
  transform: translateX(22px);
}

/*CUSTOM TOGGLE CSS START*/
.login-form-links p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  letter-spacing: 0%;
  color: #000;
}

.login-simple-container .login-form-block .form-check label.form-check-label {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -3%;
  color: #222224;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  color: gray;
}

.upload-option {
  border: 1px solid #ddd;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.2s;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upload-option:hover {
  background-color: #f8f9fa;
}

.upload-option i {
  margin-right: 10px;
  font-family: "FontAwesome";
  font-style: normal;
}

input[type="file"] {
  display: none;
}

.confirm-sides-upload-section input[type="file"] {
  display: block;
  width: fit-content;
}
button#confirmUploadSidesBtn {
  background: #ac1f2d;
  color: white;
  border-radius: 0px;
}

.details-sides-notice,
.confirm-sides-upload-section {
  background: rgba(172, 31, 45, 0.05);
}
.file-label-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  background-color: #f8f9fa;
  border: 2px solid #d9d9d9;
  margin-right: 10px;
}

.form-check-input:checked {
  background-color: #ac1f2d;
  border-color: #ac1f2d;
}

.footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/*Horizontal filter tabs css*/
.filter-wrapper {
  position: relative;
}

.filter-tags-container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 50px 10px 0;
  /* Add right padding to prevent arrow overlap */
  scrollbar-width: none;
}

.filter-tags-container::-webkit-scrollbar {
  display: none;
}

.filter-label {
  display: inline-block;
  margin-right: 8px;
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}

.filter-text {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  z-index: 2;
  padding: 6px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.scroll-arrow svg {
  width: 16px;
  height: 16px;
  color: #d9d9d9;
}

.scroll-arrow.left {
  left: 0;
}

.scroll-arrow.right {
  right: 0;
}

/* Hide right arrow when not needed to prevent overlap with "Filter by:" text */
.filter-wrapper.no-scroll .scroll-arrow.right,
.filter-wrapper.scroll-at-end .scroll-arrow.right {
  display: none !important;
}

/* Hide left arrow when at start */
.filter-wrapper.scroll-at-start .scroll-arrow.left {
  display: none !important;
}

/* Adjust padding when arrow is hidden */
.filter-wrapper.no-scroll .filter-tags-container,
.filter-wrapper.scroll-at-end .filter-tags-container {
  padding-right: 0;
}

.filter-fade-left,
.filter-fade-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
  z-index: 1;
}

.filter-fade-left {
  left: 30px;
  background: linear-gradient(to left, transparent, white);
}

.filter-fade-right {
  right: 30px;
  background: linear-gradient(to right, transparent, white);
}

.program-content {
  display: block;
  transition: all 0.3s ease;
}

.program-content.collapsed {
  display: none;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

.arrow-icon.rotate {
  transform: rotate(180deg);
}

.heading-block {
  position: sticky;
  top: 0;
  background: white;
  /* Match container background */
  z-index: 10;
  /* Ensure it stays above other content */
  padding: 12px 0px;
  /* Optional: maintain padding */
  border-bottom: 1px solid #ddd;
  /* Optional: visual separation */
}

.aside-middle-block ul > li > a:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(26%) saturate(7486%)
    hue-rotate(338deg) brightness(94%) contrast(95%);
}

.social-items li a img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(7%) saturate(573%)
    hue-rotate(224deg) brightness(117%) contrast(100%);
}

.toggle-container {
  height: 35px;
  background-color: #ddd;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  position: relative;
  width: auto;
  max-width: 110px;
  min-width: 70px;
}

.toggle-btn {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  position: absolute;
  left: 0;
  z-index: 2;
}

.toggle-container.active .toggle-btn {
  transform: translateX(35px);
}

.icon-view {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 0 8px;
  color: #333;
  font-size: 16px;
}

.content-view {
  display: none !important;
}

.content-view.active {
  display: grid !important;
}

.event-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
  align-items: center !important;
  margin: 0 !important;
}

.event-item:last-child {
  border-bottom: none;
}

.event-title {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -2%;
  color: #222224;
}

.event-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 0;
}

.event-meta {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -2%;
  color: #919090;
}

#listView ul.list-group li {
  padding: 0;
  margin: 8px 0;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.btn-reserve,
.btn-reserve:hover {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  padding: 6px 16px;
  width: 100px;
}

.btn-reserved,
.btn-reserved:hover {
  background-color: #ac1f2d;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  padding: 6px 16px;
  width: 100px;
}

.dash-container-middle-top {
  display: flex;
  justify-content: space-between;
}

.header-nav-icons a img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(2%) saturate(18%)
    hue-rotate(10deg) brightness(93%) contrast(94%);
}

.header-nav-icons a:last-of-type img {
  filter: none;
  object-fit: cover;
}

form#profile-form input {
  height: 51px;
  border-radius: 0;
  background: #fff;
  border: 1px solid #d9d9d9 !important;
}

.disbale-btn {
  background: #d9d9d9;
}

.profile-form-btn button,
.profile-form-btn button:hover {
  padding: 12px 24px;
  height: 40px;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 0;
}

.profile-pic-box h4,
.profile-pic-box p {
  color: #000000;
}

.aside-middle-inner-block ul li.active a {
  background: #f7f7f7;
  color: #ac1f2d;
}

.aside-middle-inner-block ul li.active a img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(26%) saturate(7486%)
    hue-rotate(338deg) brightness(94%) contrast(95%);
}

.disbale-btn button,
.disbale-btn button:hover {
  color: #fff;
}

.profile-form-btn .cancel-btn button {
  max-width: inherit;
  color: #d9d9d9;
}

.profile-form-btn .cancel-btn {
  margin-left: 12px;
}

form#profile-form small {
  color: #919090;
}

.editable-group {
  position: relative;
}

.edit-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #999;
  cursor: pointer;
}

.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #000;
  cursor: pointer;
  z-index: 10;
}

input[readonly] {
  background-color: #f9f9f9;
  border: none;
}

.my-profile-page h2 {
  line-height: 36px;
  color: #222224;
}

.profile-title h5 {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #242222;
}

.profile-title p {
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #919090;
}

.profile-pic-wrapper {
  position: relative;
  display: inline-block;
}

.profile-pic {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.profile-pic-box {
  padding-bottom: 24px;
}

.edit-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #212121;
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.edit-btn input[type="file"] {
  display: none;
}

.nav-tabs .nav-link {
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0.5rem 1rem;
  transition: border-bottom 0.1s ease-in;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}

div#assistanceTabsContent p,
div#assistanceTabsContent ul li {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000000;
}

div#assistanceTabsContent h6 {
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.show {
  font-weight: 700;
  border-bottom: 2px solid black;
  background-color: transparent;
  color: black;
}

ul#assistanceTabs {
  margin-bottom: 36px;
}

div#assistanceTabsContent ul li {
  margin-bottom: 0px;
}

.Assistance-page div#assistanceTabsContent .form-check {
  margin: 36px 0;
}

.Assistance-page div#assistanceTabsContent .form-check label.form-check-label {
  display: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -3%;
  color: #222224;
}

.Assistance-page .disbaled-btn button {
  padding: 12px 24px;
  height: 40px;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 0;
  color: #fff;
  background: #d9d9d9;
}

.disbaled-btn {
  float: right;
}

.Assistance-page .disbaled-btn button.btn-primary {
  background: #ac1f2d;
  border-color: #ac1f2d;
}

.modal-event-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.radio-custom input[type="radio"] {
  accent-color: black;
  margin-top: 0;
}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-color: #d9d9d9;
  border-radius: 20px;
}

[data-bs-toggle="modal"] {
  cursor: pointer;
}

.right-details-box {
  padding: 24px 12px 24px 12px;
}

#programDetailsModal .right-details-box {
  display: flex;
  flex-direction: column;
}

.right-details-box .program-reserve-btn,
.right-details-box #reserveMessage,
.right-details-box > h4 {
  padding-right: 24px;
}

.reserve-modal .modal-content {
  border-radius: 0;
}

.right-details-box h4 {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #242222;
}

.right-details-box p,
.detail-info {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -3%;
  color: #000;
}

.right-details-box p label,
.detail-info .info-label {
  font-weight: 400;
  color: #919090;
  max-width: 115px;
  width: 100%;
}

p.gray-description {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -3%;
  color: #919090;
}

.time-box label {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -3%;
  color: #919090;
  max-width: 115px;
  width: 100%;
}

.time-box-set .p-2 {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}

.time-box-set p {
  margin-bottom: 0;
  line-height: 20px;
}

p.abt-guest label {
  color: #222224;
}

p.abt-guest {
  font-size: 13px;
  color: #222224;
  font-weight: 400;
}

.right-details-box button.btn.btn-danger,
.reserve-inner-modal .btn.btn-danger {
  background-color: #ac1f2d;
  border-radius: 0;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 40px;
}

p.gray-description label {
  width: auto;
}

.right-details-box p span {
  display: inline-flex;
}

.reserve-modal .modal-dialog.modal-dialog-centered.modal-xl {
  max-width: 1386px;
  width: 100%;
}

#programDetailsModal.reserve-modal
  .modal-dialog.modal-dialog-centered.modal-xl {
  max-width: 992px;
}

.radio-custom .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}

.header-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.custom-alert {
  background-color: #f7f7f7;
  border: 1px solid #919090;
  padding: 1rem;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
}

.custom-alert i {
  margin-right: 0.5rem;
}

.btn-outline-secondary {
  border-radius: 0;
}

.info-label {
  color: #666;
  min-width: 100px;
}

.detail-info strong {
  font-weight: 500;
}

.detail-info {
  margin-bottom: 12px;
}

.bottom-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -3%;
  color: #000000;
}

.reserve-inner-modal h5 {
  color: #000000;
}

.reserve-inner-modal .form-check .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.reserve-inner-modal .form-check .form-check-input {
  border-radius: 0;
}

.custom-alert img {
  margin-right: 12px;
}

.media-icons h4 {
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -2%;
  color: #000;
}

.media-icons ul img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7500%)
    hue-rotate(163deg) brightness(96%) contrast(100%);
}

.black-btn .btn {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: #000;
  color: #fff;
  height: 40px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reserved {
  border: 2px solid #ac1f2d !important;
}

.Sponsored-content p {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #f7e9ea;
  margin-bottom: 0;
}
.Sponsored-content img {
  margin-top: 5px;
}
.Sponsored-content {
  margin-bottom: 10px;
}

.social-items {
  margin-bottom: 6px;
}

#disaster h4,
#disaster .form-label {
  font-family: Inter;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 16px;
}

.disaster-fund-form .red-btn {
  float: right;
}

.disaster-fund-form .red-btn button.btn {
  padding: 12px 39px;
}

#disaster p a {
  color: #000000;
}

/*Datatable*/
/* Header */
table.dataTable thead th {
  color: #ac1f2d;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}

/* Table cells */
table.dataTable tbody td {
  background-color: #fff;
  color: #000 !important;
  vertical-align: middle;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  padding: 20px 8px;
}

table.dataTable tbody tr:nth-child(even) td {
  background-color: #f7f7f7 !important;
  color: #fff;
}

.custom-datatable .dt-row {
  margin-bottom: 100px !important;
}

/* Pagination */
.dataTables_paginate .page-item .page-link {
  background-color: #d9d9d9;
  color: #919090;
  border: none;
  margin: 0 4px;
  padding: 4px 10px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}

.dataTables_paginate .page-item.active .page-link {
  background-color: #ac1f2d;
  color: #fff !important;
}

.dataTables_paginate .page-item.disabled .page-link {
  background-color: #666;
  color: #ccc;
  display: none;
}

.custom-datatable {
  position: relative;
}

.dataTables_paginate {
  margin-top: 1rem;
}

/* Results per page */
.custom-length {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  color: #919090;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.custom-length .btn {
  border: none;
  padding: 4px 10px;
  background-color: #d9d9d9;
  color: #919090;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
}

.custom-length .btn.active {
  background-color: #ac1f2d;
  color: white;
}

.custom-length .btn.disabled {
  background-color: #999;
  color: #eee;
}

/* Hide unwanted default elements */
.dataTables_length,
.dataTables_info {
  display: none;
}

table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable thead > tr > th.sorting:before {
  content: "";
  background-size: cover;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 40px;
}

table.dataTable thead > tr > th:nth-child(2).sorting:after,
table.dataTable thead > tr > th:nth-child(1).sorting:after,
table.dataTable thead > tr > th:nth-child(3).sorting:after {
  display: none;
}

table.dataTable thead > tr > th:nth-child(2).sorting:before {
  background-image: url("../images/filter.png");
}

table.dataTable thead > tr > th:nth-child(3).sorting:before {
  background-image: url("../images/updown.png");
}

table.dataTable thead > tr > th:nth-child(1).sorting:before {
  background-image: url("../images/updown.png");
}

.dataTables_filter {
  display: none;
}

.custom-controls-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 15px;
}

.custom-search-box {
  position: relative;
}

.custom-search-box input {
  padding: 6px 10px 6px 32px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  width: 250px;
  font-size: 14px;
  background-image: url(https://cdn-icons-png.flaticon.com/512/622/622669.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 8px center;
  font-weight: 400;
  line-height: 20px;
  height: 40px;
}

button#customExportBtn {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  margin-left: 10px;
  height: 40px;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #242222;
}

/* My Giving Page Styles */
.my-giving-page .my-giving-search-box,
.assistance_page .my-giving-search-box {
  position: relative;
}

.my-giving-page .my-giving-search-input,
.assistance_page .my-giving-search-input {
  padding: 6px 10px 6px 32px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  width: 147px;
  font-size: 14px;
  background-image: url("https://cdn-icons-png.flaticon.com/512/622/622669.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 8px center;
  font-weight: 400;
  line-height: 20px;
  height: 40px;
}

.my-giving-page .my-giving-export-btn,
.assistance_page .my-giving-export-btn {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #242222;
}

.my-giving-page .my-giving-export-icon,
.assistance_page .my-giving-export-icon {
  font-size: 16px;
}

.icon-menu {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.icon-item {
  width: auto;
  text-align: center;
  color: #919090;
  font-size: 10px;
  line-height: 10px;
  padding: 10px 0;
  text-decoration: none;
}

.icon-item img {
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon-item.active {
  color: #ac1f2d;
  /* Custom active color */
}

.icon-item img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(0%) saturate(7463%)
    hue-rotate(147deg) brightness(98%) contrast(73%);
}

.icon-item.active img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(71%) saturate(4463%)
    hue-rotate(340deg) brightness(68%) contrast(96%);
}

.edit-guest-btn button.btn {
  max-width: inherit;
  height: 40px;
}

.date-box {
  cursor: pointer;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #d9d9d9;
  text-align: center;
  min-width: 100px;
  flex-shrink: 0;
  display: grid;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  color: #242222;
}

.date-box span {
  font-weight: 600;
  font-size: 20px;
  color: #ac1f2d;
}

.date-box small {
  font-size: 12px;
  font-weight: 500;
  color: #242222;
}

.date-box.active {
  background-color: #ac1f2d;
  color: white;
}

.date-box.active small {
  color: #fff !important;
}

.date-box.active span {
  color: #fff;
}

.date-box small:before {
  content: "";
  height: 5px;
  width: 5px;
  background: #ffbf00;
  position: absolute;
  border-radius: 20px;
  top: 7px;
  left: 5px;
}

small.yellow-dot:before {
  background: #ffbf00;
}

small.green-dot:before {
  background: #2e8b57;
}

.date-box small {
  position: relative;
}

.time-slot {
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  margin: 5px;
  background-color: #ffffff;
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #242222;
  border: 1px solid #d9d9d9;
}

.time-slot.active {
  background-color: #ac1f2d;
  color: white;
}

.time-slot.disabled {
  background-color: #d9d9d9;
  color: #919090;
  pointer-events: none;
}

.time-slot-options {
  margin-top: 10px;
}

.time-slot-options .form-check {
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.time-slot-options .form-check:hover {
  background-color: #f8f9fa;
  border-color: #ac1f2d;
}

.time-slot-options .form-check-input:checked ~ .form-check-label {
  font-weight: 600;
}

.time-slot-options .form-check-input:checked {
  border-color: #ac1f2d;
  background-color: #ac1f2d;
}

.section-header {
  font-weight: 600;
  margin-top: 32px;
  cursor: pointer;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

.custom-btn {
  border-radius: 0px;
  font-weight: 500;
  padding: 5px 10px;
  font-family: Inter;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.notify-btn {
  background-color: #ac1f2d;
  color: white;
  font-weight: 600;
}

.standby-btn {
  background-color: black;
  color: white;
}

.remove-btn {
  text-decoration: underline;
  cursor: pointer;
  color: #a61c66;
}

.scroll-wrapper {
  position: relative;
  overflow: hidden;
}

.scroll-inner {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.scroll-arrow-x {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 4px 10px;
  z-index: 10;
  cursor: pointer;
  color: #d9d9d9;
}

.scroll-arrow-x.left {
  left: 0;
}

.scroll-arrow-x.right {
  right: 0;
}

.toggle-btn-group .btn.active {
  background-color: #a61c66;
  color: white;
}

.accordion-button::after {
  margin-left: auto;
}

.voiceover-subheader {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

.voiceover-subheader h3 {
  margin-bottom: 0;
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #222224;
}

.voiceover-subheader a {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #919090;
}

.toggle-btn-set {
  display: inline-flex;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #ddd;
  padding: 2px;
}

.toggle-btn-custom {
  padding: 6px 16px;
  border: none;
  background: transparent;
  color: #919090;
  cursor: pointer;
  font-family: Helvetica Neue;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.toggle-btn-custom.active {
  background: white;
  color: #000;
  font-weight: 400;
}

.voiceover-left-section h4,
.my-giving-page h4 {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #242222;
}

.container-voiceover div#contentArea button.btn {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
  border-color: #d9d9d9;
  border-radius: 20px;
}

.container-voiceover div#contentArea button.btn:hover,
.container-voiceover div#contentArea button.btn.active {
  background: #f7f7f7;
  border: 1.5px solid #000000;
}

.container-voiceover #contentArea #boothAccordion .accordion-item {
  box-shadow: none;
  border: 0;
}

.container-voiceover
  #contentArea
  #boothAccordion
  .accordion-item
  button.accordion-button {
  border: 0;
  background-color: inherit;
  box-shadow: none;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ac1f2d;
  padding: 0;
}

.container-voiceover
  #contentArea
  #boothAccordion
  .accordion-item
  .accordion-body
  a,
.section-header a {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #919090;
}

.container-voiceover
  #contentArea
  #boothAccordion
  .accordion-item
  .accordion-body {
  padding: 0;
}

/*Program Listing Page*/
.program-cal-btn-group a {
  text-decoration: none;
}

.program-cal-btn-group a.bg-danger.detail-btn {
  padding: 12px 35px !important;
}

.program-cal-btn-group a.bg-danger.sign-btn {
  padding: 12px 24px !important;
  background-color: #ff0000 !important;
}

.program-cal-btn-group {
  display: grid;
  gap: 12px;
  grid-template-columns: 50% 45%;
}

#listView .program-cal-btn-group {
  display: flex;
  align-items: center;
}

#listView .program-cal-btn-group a {
  padding: 6px 16px !important;
  font-size: 14px;
}

.event-hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.event-inner-content {
  padding: 10px;
}

.event-img-wrapper:hover .event-hover-content {
  opacity: 1;
}

.mic-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.program-title {
  font-weight: bold;
  font-size: 32px;
}

.label-col {
  font-weight: 600;
  white-space: nowrap;
}

.red-text {
  color: #a61c66;
  font-weight: bold;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.prgram-detalis-left {
  color: #000;
}

.date-range input {
  font-family: "Inter";
  color: #000;
  padding: 0 10px;
}

.mobile_menu_wrapper {
  position: fixed;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #d9d9d9;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 12px;
}

.mobile_header_icons a {
  height: 32px;
  width: 32px;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.mobile_header_icons {
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.dashboard-mobile-container > h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  color: #222224;
}

.dashboard-mobile-container > ul {
  border-bottom: 2px solid #919090;
  padding-bottom: 6px;
}

.dashboard-mobile-container > ul > li > button {
  background: none;
  position: relative;
}

.dashboard-mobile-container > ul > li > button.active {
  color: #000;
}

.dashboard-mobile-container > ul > li > button.active:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.dashboard-mobile-container .tab-content {
  padding-bottom: 66px;
}

.dashboard-mobile-card-block .event-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 0px;
  max-width: 110px;
  min-width: 110px;
}

.dashboard-mobile-card-block .event-date,
.mobile-list-event-item-wrapper .event-date {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 7px 9px;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  backdrop-filter: blur(4px);
  background: #ac1f2d;
  color: #fff;
}

.dashboard-mobile-card-block .event-date > div,
.mobile-list-event-item-wrapper .event-date > div {
  color: #fff;
}

.mobile-list-event-item-wrapper .event-date > div.font-24 {
  font-size: 16px;
  margin-top: 2px;
}

.dashboard-mobile-card-block .card {
  border-radius: 0;
  margin-bottom: 16px;
}

.dashboard-mobile-card-block .card-body {
  padding: 12px;
}

.dashboard-mobile-card-block .card-body > h5 {
  line-height: 20px;
}

.dashboard-mobile-card-block .left_block .button-block {
  bottom: 0;
}

.dashboard-mobile-card-block .card-body p.text-muted {
  letter-spacing: -0.5px;
}

.search-panel,
.filter-panel,
.calendar-panel {
  position: fixed;
  top: 0;
  left: -100%;
  /* Hidden off-screen */
  width: 100%;
  height: auto;
  background: white;
  transition: left 0.4s ease;
  z-index: 999;
  padding: 15px 0 24px;
}

.search-panel.active,
.filter-panel.active,
.calendar-panel.active {
  left: 0;
}

.search-panel #close-icon,
.filter-panel #filter-close-icon,
.calendar-panel #calendar-close-icon {
  left: 0;
  background: none;
  font-size: 25px;
  top: 0;
  width: 32px;
  height: 32px;
}

.search-panel .search-header,
.filter-panel .filter-header,
.calendar-panel .calendar-header {
  border-bottom: 1px solid #d9d9d9;
}

.search-panel h2,
.filter-panel h2,
.calendar-panel h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.serach_inner_block {
  gap: 15px;
}

.serach_inner_block input {
  background: #f4f4f4;
  height: 48px;
  border-radius: 32px;
  padding: 12px 12px 12px 35px;
  flex: auto;
  outline: 0;
}

.serach_inner_block input::placeholder {
  font-size: 16px;
  color: #919090;
}

.serach_inner_block .input_search {
  top: 15px;
  left: 28px;
}

.serach_inner_block .cancel_btn {
  background: none;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

.search_items_block > ul > li {
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  padding: 10px 16px;
}

.search_items_block > ul > li > a {
  color: #000;
  gap: 8px;
}

.search_items_block > ul > li > a > span {
  white-space: nowrap;
}

.search_items_block > ul {
  overflow: auto;
  padding-bottom: 4px !important;
}

.search_items_block .program-slider-item > a {
  color: #000;
}

.filter_dropdown_block .accordion-header button {
  outline: 0;
  box-shadow: none;
  font-size: 18px;
  font-family: "Inter", serif !important;
  color: #242222;
}

.filter_dropdown_block .accordion-item {
  border-bottom: 1px solid #d9d9d9 !important;
  border-radius: 0;
}

.filter_dropdown_block .accordion-body .btn-group {
  gap: 10px;
}

.filter_dropdown_block .accordion-body .btn-group button {
  border: 1px solid #d9d9d9 !important;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 9px 14px;
  min-width: 130px;
}

.filter-panel {
  height: 100%;
}

.filter_dropdown_block {
  height: calc(100% - 45px);
}

.filter_dropdown_block .filter_btn_block {
  margin-top: auto;
}

.filter_dropdown_block .filter_btn_block .reset_btn,
.calendar-inner-block .calendar_btn_block .close_reset_btn {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.filter_dropdown_block .filter_btn_block .save_btn,
.calendar-inner-block .calendar_btn_block .save_btn {
  font-size: 14px;
  font-weight: 600;
  background: #000;
  color: #fff;
  min-width: 130px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.daterangepicker {
  position: absolute !important;
  max-width: 100%;
  box-shadow: none !important;
  border: 1px solid #ddd;
}

.daterangepicker .drp-calendar {
  max-width: 100% !important;
}

.picker_range_block {
  padding: 16px 24px;
  border-bottom: 1px solid #d9d9d9;
}

.picker_range_block p {
  color: #000;
  font-weight: 400;
}

.picker_range_block p:last-of-type {
  font-weight: 600;
}

.daterangepicker .calendar-table thead tr:nth-child(2):not(:first-child) {
  display: none;
}

#custom-weekdays table {
  width: 100%;
  margin: 0;
  border-spacing: 12px 0;
  border-collapse: separate;
}

#custom-weekdays table > thead > tr > th {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.daterangepicker .cal-month {
  color: #ac1f2d;
  font-weight: 600;
  font-size: 20px;
}

.daterangepicker .cal-year {
  color: #919090;
  font-weight: 400;
  font-size: 20px;
}

.daterangepicker td.off {
  visibility: visible !important;
  color: #999 !important;
  text-decoration: auto;
}

.daterangepicker .calendar-table td {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  height: 32px;
  line-height: 32px;
  min-width: 28px;
  width: 28px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #000;
  border-color: transparent;
  color: #fff !important;
  border-radius: 0 !important;
}

.daterangepicker .calendar-table table {
  border-spacing: 12px 6px;
  border-collapse: separate;
}

.daterangepicker td.in-range {
  background-color: #d9d9d9;
}

.daterangepicker td.end-date,
.daterangepicker td.start-date {
  background-color: #000;
  border-color: transparent;
  color: #fff !important;
  border-radius: 0 !important;
}

#mobile-calendar-container {
  height: calc(100vh - 270px);
  height: calc(100dvh - 270px);
  overflow: auto;
}

.calendar_btn_block {
  border-top: 1px solid #d9d9d9;
  padding-top: 25px;
}

.filter_dropdown_block .accordion-body .btn-group button:active,
.filter_dropdown_block .accordion-body .btn-group button.active,
.filter_dropdown_block .accordion-body .btn-group button:hover {
  background: #f7f7f7;
  border-color: #000 !important;
}

.search_items_content .card-body ul > li > span {
  border: 1px solid #d9d9d9;
  border-radius: 19px;
  padding: 6px 9px;
  line-height: 16px;
}

.search_items_content .event-image {
  width: 100%;
  height: 100%;
  min-height: 110px;
  max-height: 400px;
}

.search_items_content .event-date {
  top: 4px;
  left: 4px;
  padding: 7px 9px;
  border-radius: 0;
  text-align: center;
  line-height: 1;
  backdrop-filter: blur(4px);
  background: #ac1f2d;
  color: #fff;
}

.search_items_content .event-date > div {
  color: #fff;
}

.search_items_content .card {
  flex: 0.5;
  border-radius: 0;
}

.search_items_content .card .card-body {
  padding: 12px 8px !important;
}

.search_items_content .card .card-body h5 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_items_content {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  overflow: auto;
  height: calc(100% - 190px);
}

.search_items_content:has(> :only-child) {
  grid-template-columns: 1fr;
}

.search-panel .search_items_content .card-body {
  display: flex;
  flex-direction: column;
}

.search-panel .search_items_content .card-body .card-button_wrapper {
  margin-top: auto !important;
  padding-top: 10px !important;
}

.search-panel .search_items_content .card-body .card-button_wrapper > div {
  padding: 16px 0 !important;
}

.program-category-slider {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  background-color: #f9f9f9;
  cursor: grab;
}

.program-slider-wrapper {
  display: inline-flex;
  gap: 10px;
}

.program-slider-item {
  display: inline-block;
  padding: 9px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  background: white;
  white-space: nowrap;
  font-size: 15px;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 500;
  transition: background 0.3s;
}

.program-slider-item.active {
  background: #f7f7f7;
  color: #000;
  border-color: #000;
}

.search_items_block .program-slider-item {
  padding: 8px 16px;
}

.program-category-slider::-webkit-scrollbar {
  display: none;
}

.category-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dragging {
  cursor: grabbing;
}

.step-indicator .step-bar {
  width: auto;
  height: 6px;
  background-color: #d9d9d9;
  flex: 1;
}

.step-indicator .step-bar.step-bar_active {
  background-color: #000;
}

.assistance_step .disbaled-btn {
  float: none;
  margin-top: 20px;
}

.assistance_step {
  display: none;
}

.assistance_step.active,
.disaster_block_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.assistance_step .assistance_step_content .assistance_step_heading > h5 {
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.assistance_step .assistance_step_content .step_inner_block label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.assistance_step .assistance_step_content .step_inner_block .form-select {
  height: 48px;
  border-radius: 0;
  border-color: #d9d9d9;
  box-shadow: none;
  outline: 0;
}

.assistance_step .assistance_step_content .step_inner_block input.form-control {
  border-radius: 0;
  border-color: #d9d9d9;
  box-shadow: none;
  outline: 0;
  height: 58px;
}

.assistance_step
  .assistance_step_content
  .step_inner_block
  .form-floating
  label {
  color: #919090;
  font-size: 15px;
  font-weight: 500;
}

.assistance_step
  .assistance_step_content
  .step_inner_block
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label,
.assistance_step
  .assistance_step_content
  .step_inner_block
  .form-floating
  > .form-control:focus
  ~ label {
  color: #000 !important;
}

.assistance_step_btn_block button.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  padding: 12px;
  text-align: center;
  margin-top: 20px;
  min-height: 47px;
}

.assistance_step_btn_block button.btn_back {
  border: 1px solid #000;
  min-width: 81px;
}

.assistance_step_btn_block button.btn_next {
  background: #ac1f2d;
  color: #fff;
  min-width: 126px;
}

.assistance_step_btn_block {
  margin-top: auto;
}

.Assistance-page,
.Assistance-page .tab-content .tab-pane form {
  height: 100%;
}

.Assistance-page .tab-content {
  height: calc(100% - 75px);
}

.assistance_step .assistance_step_content {
  overflow-y: auto;
}

.assistance_step .upload-area {
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  position: relative;
  transition: border-color 0.3s;
  cursor: pointer;
  background-color: #fff;
  max-width: 400px;
  margin: 20px auto;
  min-height: 200px;
}

div#assistanceTabsContent .upload-content p {
  font-size: 20px;
  color: #919090;
  font-weight: 500;
  margin: 11px 0;
}

div#assistanceTabsContent .upload-content .choose-file-btn:hover {
  background: #fff;
}

.nav-tabs.program-category-slider .nav-item.program-slider-item {
  background: none;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #d9d9d9;
}

#disaster .assistance_step .assistance_step_content {
  overflow-x: hidden;
}

#disaster .assistance_step_btn_block button.btn {
  min-width: 126px;
  min-height: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Assistance-page .nav-tabs.program-category-slider {
  background: none;
}

.modal_back_icon {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  top: 30px;
  left: 15px;
  background: rgb(255 255 255 / 75%);
  border-color: #fff;
  box-shadow: none;
  border: 2px solid #fff;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.left-controls button,
.right-controls button {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f1f1f1;
  cursor: pointer;
  margin-right: 6px;
}

.left-controls button.active {
  background-color: #333;
  color: white;
}

#calendar {
  display: block;
  transition: all 0.3s ease;
}

#weekView {
  display: none;
}

.carousel-wrapper {
  position: relative;
}

.carousel-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.day-card {
  flex: 0 0 auto;
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-right: 10px;
  padding: 10px;
  text-align: center;
}

.day-card .day-name {
  font-weight: bold;
  font-size: 14px;
}

.day-card .date {
  font-size: 16px;
  margin: 4px 0;
}

.slots {
  font-size: 12px;
}

.slots.green {
  color: green;
}

.slots.red {
  color: red;
}

.nav-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.nav-arrows button {
  pointer-events: all;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.calendar-title {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}

.container-voiceover .calendar-header .left-controls {
  background: #d9d9d9;
  padding: 4px;
}

.container-voiceover .calendar-header .left-controls button {
  padding: 6px 8px;
  font-size: 11px;
  border: 0;
  border-radius: 0;
  background-color: inherit;
  cursor: pointer;
  margin-right: 0;
  color: #919090;
}

.container-voiceover .calendar-header .left-controls button.active {
  background-color: #fff;
  color: #000;
}

.container-voiceover .calendar-header .right-controls > div {
  cursor: pointer;
}

.container-voiceover .filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.container-voiceover .filter-tags button {
  padding: 6px 16px;
  border: 1px solid #ccc;
  border-radius: 999px;
  background-color: white;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.container-voiceover .filter-tags button:hover {
  border-color: #000;
}

.container-voiceover .fc-theme-standard .fc-scrollgrid {
  border: 0 !important;
}

.container-voiceover
  .fc-theme-standard
  .fc-scrollgrid
  thead
  > tr
  > th
  .fc-col-header-cell-cushion {
  font-size: 14px;
  text-decoration: none;
  color: #919090;
  font-weight: 400;
}

.container-voiceover .fc .fc-daygrid-day-top {
  justify-content: center;
}

.container-voiceover .fc .fc-daygrid-day-top a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.container-voiceover .fc-day-today {
  background-color: inherit !important;
}

.container-voiceover .fc-weekend-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.container-voiceover .fc-weekend-disabled .fc-daygrid-day-frame {
  background-color: rgba(247, 247, 247, 1);
  color: rgba(217, 217, 217, 1) !important;
}

.container-voiceover
  .fc-weekend-disabled
  .fc-daygrid-day-frame
  .fc-daygrid-day-top
  > a {
  color: rgba(217, 217, 217, 1) !important;
}

.filter-panel .filter_dropdown_block .accordion-header button {
  color: #000;
}

/* ── Mobile Location Filter — Custom Checkbox Dropdown ─────────────── */
#mobileLocationMenu {
  display: none;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
  padding: 4px 0;
  margin-top: 6px;
  position: relative;
  z-index: 10;
  width: 100%;
}

/* Each checkbox row */
.mobile-loc-option {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  transition: background 0.15s ease;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

.mobile-loc-option:last-child {
  border-bottom: none;
}

.mobile-loc-option:hover {
  background: #fdf0f1;
  color: #ac1f2d;
}

/* "All Locations" separator */
.mobile-location-all-label {
  border-bottom: 1px solid #dee2e6 !important;
  font-weight: 600 !important;
  background: #fafafa;
}

/* Checkbox inside each row — FORCE VISIBLE */
.mobile-loc-option input[type="checkbox"] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  flex-shrink: 0 !important;
  accent-color: #ac1f2d;
  cursor: pointer;
  border-radius: 3px;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  pointer-events: auto !important;
}

/* Checked row highlight */
.mobile-loc-option input[type="checkbox"]:checked + span {
  font-weight: 700;
  color: #ac1f2d;
}

.mobile-loc-option:has(input[type="checkbox"]:checked) {
  background: #fff8f8;
}

/* Toggle button */
#mobileLocationToggleBtn {
  text-align: left;
  font-size: 14px;
  color: #333;
}

#mobileLocationToggleBtn .mobile-loc-chevron {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

/* ── Event Dashboard Mobile Location Multiselect ───────────────────── */
#dashboardMobileLocationMenu {
  display: none;
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #fff;
  padding: 4px 0;
  margin-top: 6px;
  position: relative;
  z-index: 10;
  width: 100%;
}

.dash-mob-loc-option {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 14px !important;
  border-radius: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
  transition: background 0.15s ease;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4;
}

.dash-mob-loc-option:last-child {
  border-bottom: none;
}

.dash-mob-loc-option:hover {
  background: #fdf0f1;
  color: #ac1f2d;
}

.dash-mob-loc-all {
  border-bottom: 1px solid #dee2e6 !important;
  font-weight: 600 !important;
  background: #fafafa;
}

/* Checkbox — force visible, override any WP/Bootstrap reset */
.dash-mob-loc-option input[type="checkbox"] {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  flex-shrink: 0 !important;
  accent-color: #ac1f2d;
  cursor: pointer;
  border-radius: 3px;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  pointer-events: auto !important;
}

.dash-mob-loc-option input[type="checkbox"]:checked + span {
  font-weight: 700;
  color: #ac1f2d;
}

.dash-mob-loc-option:has(input[type="checkbox"]:checked) {
  background: #fff8f8;
}

#dashboardMobileLocationToggleBtn {
  text-align: left;
  font-size: 14px;
  color: #333;
}

#dashboardMobileLocationToggleBtn .mobile-loc-chevron {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
/* ────────────────────────────────────────────────────────────────────── */

/* Legacy list styles (kept for backward compat) */
.mobile-location-list {
  max-height: 220px;
  overflow-y: auto;
}

.mobile-location-item {
  font-size: 15px;
  font-weight: 500;
  color: #242222;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  padding-left: 4px !important;
  padding-right: 4px !important;
  transition:
    color 0.15s ease,
    background 0.15s ease;
}

.mobile-location-item:last-child {
  border-bottom: none;
}

.mobile-location-item:hover {
  color: #000;
  background: #f8f8f8;
}

.mobile-location-item.active {
  font-weight: 700;
  color: #000;
}

/* edit guest popup css */
.edit-guest-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1056;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.edit-guest-popup.show {
  opacity: 1;
  visibility: visible;
}

.edit-guest-popup .edit-box {
  background: white;
  padding: 48px 33px;
  min-width: 400px;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.edit-guest-popup.show .edit-box {
  transform: scale(1);
}

.edit-guest-popup .guest-item.border-bottom {
  border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.edit-guest-popup .guest-item span {
  font-size: 16px;
  color: #000;
  font-family: "Inter", serif;
}

.edit-guest-popup .counter-group button {
  border-color: rgba(145, 144, 144, 1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: rgba(145, 144, 144, 1);
}

.edit-guest-popup .counter-group button:hover {
  background-color: inherit;
}

.edit-guest-popup .counter-group .count {
  max-width: 30px;
  min-width: 30px;
  text-align: center;
}

.edit-guest-popup button.btn-close {
  background-color: inherit;
  width: 6px;
  height: 6px;
}

.content-view.dashboard-card-container {
  grid-template-columns: repeat(3, 1fr);
}

.dashboard-content-container .content-view.dashboard-card-container {
  grid-template-columns: repeat(4, 1fr);
}

.dashboard-card-block .card .card-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-primary-red:disabled {
  background: #ac1f2d;
}

.spinner-border {
  color: #ac1f2d !important;
}

.program-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-button_wrapper > div {
  cursor: pointer;
}

.list-view-buttons > div {
  padding: 6px 16px !important;
  cursor: pointer;
}

.list-view-buttons .btn-secondary.disabled {
  border: 1px solid #ac1f2d;
  padding: 6px 16px !important;
  color: #ac1f2d !important;
}

.filter-tags-container .filter-label.active {
  background: #ac1f2d;
  color: #fff;
  border-color: #ac1f2d;
}

.dashboard-filter-block .filter-pill-active {
  border-color: #ac1f2d !important;
  color: #ac1f2d;
  font-weight: 600;
}

.dashboard-filter-block .filter-pill-active svg {
  color: #ac1f2d;
}

.dashboard-filter-block .date-range.position-relative.filter-pill-active input {
  border-color: #ac1f2d !important;
}

.location-block > ul {
  list-style: none;
}

.date-range input {
  padding: 0 10px;
}

.dashboard-filter-block .date-range.position-relative .date-range-icon {
  position: absolute;
  left: 8px;
  top: 47%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
}

.dashboard-filter-block .date-range.position-relative input {
  padding-left: 28px;
  background: transparent;
}
.dashboard-filter-block .date-range.border.position-relative {
  border-radius: 20px;
}
.my-program-history {
  color: #000000 !important;
}

.card-button_wrapper .btn-secondary.disabled {
  border: 1px solid #ac1f2d;
  padding: 14px 0 !important;
  color: #ac1f2d !important;
}

/* .dashboard-content-right .stats-block {
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 3px 6px 0px #0000001A;
    border-radius: 0px;
    height: auto;
} */

.dashboard-content-right .stats-block .heading-block h5 {
  font-size: 20px;
  padding: 0;
  line-height: 32px;
  color: rgba(172, 31, 45, 1);
}
.dashboard-content-right .stats-inner-block {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  display: grid;
  gap: 24px;
  padding: 15px 0;
}
.dashboard-content-right .stats-inner-block .stats-inner-item {
  padding: 16px 24px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px #0000001a;
}

.dashboard-content-right .stats-inner-block .stats-inner-item .stats_image {
  width: 64px;
  height: 64px;
  min-width: 64px;
  max-width: 64px;
  border-radius: 50%;
  background: rgba(247, 233, 234, 1);
}

.dashboard-content-right .stats-inner-block .stats-inner-item .stats_heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(0, 0, 0, 1);
}

.dashboard-content-right .stats-inner-block .stats-inner-item .stats_number {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  color: rgba(0, 0, 0, 1);
}

.dashboard-content-right .stats-inner-block .stats-inner-item {
  gap: 16px;
}

.dashboard-content-right
  .stats-inner-block
  .stats-inner-item
  .stats_number
  .currency {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-left: 4px;
  color: rgba(145, 144, 144, 1);
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .frequency_btn_grp
  .btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .frequency_btn_grp
  label.btn {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 20px !important;
  border-color: #d9d9d9;
  color: #000;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .frequency_btn_grp
  .btn-check:checked
  + .btn-outline-dark {
  background-color: #f7f7f7;
  color: #000;
  border-color: #000 !important;
  border-width: 2px;
}

.dashboard-content-right {
  overflow-y: auto;
}

#mobile-calendar-container {
  display: none;
}

.calendar-panel.active #mobile-calendar-container {
  display: block;
}

.calendar-panel.active
  #mobile-calendar-container
  .show-calendar.daterangepicker {
  display: block !important;
  position: unset !important;
  border: 0;
  width: 100%;
}

.calendar-panel.active
  #mobile-calendar-container
  .daterangepicker
  .calendar-table
  table {
  border-spacing: 0px 6px;
}

.calendar-panel.active
  #mobile-calendar-container
  .daterangepicker
  .calendar-table {
  border: 0;
}

.calendar-panel.active
  #mobile-calendar-container
  .daterangepicker
  .drp-calendar.left,
.calendar-panel.active
  #mobile-calendar-container
  .daterangepicker
  .drp-calendar.right {
  padding: 0;
}

.calendar-panel.active
  #mobile-calendar-container
  .daterangepicker
  .calendar-table
  th.month {
  border: 0;
  padding: 5px 0 0 0;
  text-align: left;
}

.calendar-panel.active
  #mobile-calendar-container
  .daterangepicker
  .calendar-table
  th.available {
  border: 0;
  padding: 0;
}

.calendar-panel.active
  #mobile-calendar-container
  .daterangepicker
  .drp-calendar.right
  .calendar-table
  th.month {
  text-align: right;
  padding: 5px 0 0 0;
}

.calendar-panel.active .calendar-header {
  margin-bottom: 0;
}

.calendar-panel.active
  #mobile-calendar-container
  .daterangepicker
  .calendar-table
  table {
  font-family: "Inter", serif !important;
}

.calendar-inner-block .calendar_btn_block .calendar_reset_btn {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.container-volunteer-page h4 {
  font-family: Inter;
  font-weight: 700;
  line-height: 36px;
  color: #222224;
  font-size: 24px;
}

.my-profile-page .progress-container {
  position: relative;
  margin-top: 2rem;
}

.my-profile-page .text-muted a {
  color: var(--bs-secondary-color) !important;
}

.my-profile-page h2 {
  font-size: 32px;
}

.my-profile-page .milestones {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
}

.my-profile-page .progress {
  height: 12px;
  background: #f1f1f1;
  border-radius: 8px;
}

.my-profile-page .progress-bar {
  background-color: #ac1f2d;
  transition: width 1s ease;
  /* smooth animation */
}

.my-profile-page .small-muted,
#volunteerModal p {
  color: #242222;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
}

.container-volunteer-page h6,
#volunteerModal h5#volunteerModalLabel {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #242222;
}

.my-profile-page .text-muted strong {
  color: #000;
}

.my-profile-page .text-muted p.text-muted.small {
  color: #919090;
  font-size: 14px;
}

.container-volunteer-page p.small.text-muted {
  font-size: 14px;
  color: #242222 !important;
}

#volunteerModal .modal-body {
  padding-bottom: 40px;
}

.volunteer-content h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.volunteer-content h3 a {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  transition: color 0.3s ease;
  text-decoration: underline;
}

.volunteer-content ol,
ul {
  margin-top: 10px;
  margin-left: 20px;
  list-style: decimal;
  margin-bottom: 40px;
}

.volunteer-content li {
  margin-bottom: 5px;
  font-size: 16px;
}

.volunteer-content em {
  font-style: italic;
}

.volunteer-content .btn-back,
.volunteer-content .btn-back:focus {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
}

.volunteer-content li a,
.volunteer-content p a {
  color: #b60000;
  text-decoration: underline;
}

.volunteer-content p {
  font-size: 16px;
}

/* ---- Time Slot Slider ---- */
.time-slot-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* When inside a slider wrapper, override the grid */
.time-slot-slider-wrapper .time-slot-options {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.time-slot-slider-wrapper {
  position: relative;
  width: 100%;
  padding: 0 34px;
}

.time-slot-slider-wrapper .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.time-slot-slider-wrapper .slider-arrow:hover:not(.disabled) {
  background: #ac1f2d;
  border-color: #ac1f2d;
  color: #fff;
}

.time-slot-slider-wrapper .slider-arrow.disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.time-slot-slider-wrapper .slider-arrow.prev-arrow {
  left: 0;
}

.time-slot-slider-wrapper .slider-arrow.next-arrow {
  right: 0;
}

.time-slot-slider-wrapper .slider-arrow svg {
  width: 14px;
  height: 14px;
}

.time-slot-slider-wrapper .slider-arrow:hover:not(.disabled) svg path {
  stroke: #fff;
}

.time-slot-options:has(.form-check:only-child) {
  grid-template-columns: 1fr;
}

#time-slot-selection-section {
  display: flex;
  align-items: start;
  gap: 10px;
}

.time-slot-options .form-check .form-check-input[type="radio"] {
  opacity: 0;
}

.time-slot-options .form-check {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin-bottom: 0 !important;
}

.time-slot-slider-wrapper .time-slot-options .form-check {
  flex: 0 0 calc(50% - 5px);
  min-width: 0;
}
.donations-link {
  text-decoration: none;
  color: #000;
}
@media (max-width: 992px) {
  .time-slot-slider-wrapper .time-slot-options .form-check {
    flex: 0 0 calc(33.3333% - 6.666px);
  }
}

@media (max-width: 767px) {
  .time-slot-slider-wrapper .time-slot-options .form-check {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width: 480px) {
  .time-slot-slider-wrapper .time-slot-options .form-check {
    flex: 0 0 100%;
  }
}

.time-slot-options .form-check label.form-check-label {
  color: #000;
  font-family: Inter;
  font-weight: 500 !important;
  font-size: 14px;
}

.time-slot-options .form-check.active {
  border: 2px solid #a61c66;
  /*background-color: #fce9f2;*/
}

.program-rule-section .accordion-button:not(.collapsed),
.description-section .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.program-rule-section .accordion-button:focus,
.description-section .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.dashboard-mobile-card-block .program-card {
  border: 2px solid #ac1f2d;
}

.dashboard-mobile-card-block .program-card .program-card-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 0px;
  max-width: 104px;
  min-width: 104px;
}

.dashboard-mobile-card-block .program-card .program-card-content {
  padding: 12px;
}

.dashboard-mobile-card-block
  .program-card
  .program-card-content
  .program-des
  h5,
.dashboard-mobile-card-block .card-body > h5 {
  color: #000 !important;
  font-family: Inter;
  line-height: 20px;
  margin-top: 5px;
}

.dashboard-mobile-container .mobile-button-wrapper > div {
  display: none;
}

.dashboard-mobile-container .mobile-button-wrapper > div.Reserve {
  display: block;
  padding: 6px 0 !important;
}

.dashboard-mobile-card-block .left_block .button-block > div.Reserve,
.dashboard-mobile-card-block .left_block .button-block > div.join-waitlist,
.dashboard-mobile-card-block .left_block .button-block > div.join-standby,
.dashboard-mobile-card-block .left_block .button-block > div.bg-dark {
  display: none;
}

.dashboard-mobile-container
  #my-history
  .dashboard-mobile-card-block
  .card
  .card-body {
  background: #f7f7f7;
}

.dashboard-mobile-container
  #my-history
  .dashboard-mobile-card-block
  .card
  .card-body
  h5.card-title {
  color: #919090 !important;
}

.filter-wrapper .scroll-arrow {
  box-shadow: -17px 0px 13px 0px #ffffff;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
}

.filter-wrapper .filter-fade-left {
  left: 38px;
}

.filter-wrapper .filter-fade-right {
  right: 38px;
  background: linear-gradient(to right, transparent, white);
}

.reserve-modal .right-details-box .runtime {
  display: flex;
}

.reserve-modal .right-details-box .runtime > label {
  font-weight: 400;
  color: #919090;
  max-width: 115px;
  width: 100%;
  line-height: 18px;
  letter-spacing: -3%;
}

.reserve-modal .right-details-box .runtime .duration-list > div strong {
  color: #000;
}

.dashboard-card-block .card .card-body .card-button_wrapper > div {
  padding: 16px 0 !important;
  flex: 1;
}

#sidebar-program-history .program-card-img .btn_color {
  background-color: #ac1f2d !important;
}

.dashboard-content-right
  .program-calender-block
  .program-content-wrapper
  .program-card
  .program-card-img
  img {
  max-width: inherit;
  height: 104px;
  width: 100px;
}

#aeaContent .text-danger {
  display: block;
  width: 100%;
}

.headshot-resume-section input[type="file"],
.sides-upload-section input[type="file"] {
  display: block;
  width: 50%;
}

.sides-upload-btn,
.sides-upload-btn:hover,
.sides-upload-btn:focus,
.sides-upload-btn:active {
  background: #ac1f2d;
  color: #fff;
  border: none;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 0;
  height: 30px;
}

.reserve-modal .right-details-box #time-slot-selection-section {
  gap: 0px;
  margin-bottom: 16px !important;
}

.reserve-modal .right-details-box #time-slot-selection-section > label {
  font-weight: 400;
  color: #919090;
  max-width: 115px;
  width: 100%;
}

.reserve-modal
  .right-details-box
  #time-slot-selection-section
  .modal-time-slot
  .form-check {
  margin: 0 !important;
}

.reserve-modal
  .right-details-box
  #time-slot-selection-section
  .modal-time-slot {
  margin-top: 0;
  flex: 1;
  min-width: 0;
}

.reserve-modal
  .right-details-box
  #time-slot-selection-section
  .time-slot-slider-wrapper {
  flex: 1;
  min-width: 0;
}

.reserve-modal
  .right-details-box
  #time-slot-selection-section
  .modal-time-slot
  .form-check
  > label.form-check-label
  strong {
  font-weight: 500;
}

.reserve-modal .right-details-box .description-section .accordion-header button,
.reserve-modal
  .right-details-box
  .program-rule-section
  .accordion-header
  button {
  color: #919090;
  font-weight: 600;
  padding: 10px;
}

.reserve-modal
  .right-details-box
  .description-section
  .accordion-header
  button::after,
.reserve-modal
  .right-details-box
  .program-rule-section
  .accordion-header
  button::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23919090'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

#programConfirmationModal.reserve-inner-modal .confirmation-grid-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

#programConfirmationModal.reserve-inner-modal .media-icons {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 15px;
}

#programConfirmationModal.reserve-inner-modal .media-icons h4,
#programConfirmationModal.reserve-inner-modal .media-icons ul {
  margin: 0 !important;
}

/* Confirmation Cover is cropped to 16:9 in the admin dialog. Match that ratio
   here so the saved crop is shown as-is; a fixed height made the box wider than
   16:9, and object-fit: cover then discarded ~33% of the image height.
   Not applied to #programRegistrationModal: it shows the 3:4 Main Cover. */
#programConfirmationModal.reserve-inner-modal .header-img,
#myModalRSV.reserve-inner-modal .header-img {
  height: auto;
  aspect-ratio: 16 / 9;
}

#programConfirmationModal.reserve-inner-modal .btn-close,
#myModalRSV.reserve-inner-modal .btn-close {
  padding: 8px;
  font-size: 12px;
}

#cancelRsvpPopup .guest-item {
  gap: 15px;
}

#cancelRsvpPopup .guest-item .cancel-btn .close-cancel-popup {
  min-height: 40px;
}

#assistanceHistoryTable_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
}

#programs-container .alert.alert-info {
  background: #ac1f2d;
  color: #fff;
  padding: 30px 0;
}

button#loadMoreProgramsBtn {
  background: no-repeat;
  border: 1px solid #ac1f2d;
  border-radius: 0;
  color: #222224;
  font-family: "Roboto Condensed";
  font-size: 18px;
}

#assistanceTabsContent .page-info p {
  font-size: 15px;
}

#assistanceTabsContent .page-info {
  padding: 20px 0;
}

#timeSlotModalButtons button,
.slot-buttons-container button {
  background-color: #a72026;
  color: white;
  padding: 6px 20px;
  border: none;
  border-radius: 0;
}

.slot-buttons-container {
  gap: 10px;
}

#timeSlotModalButtons button:hover,
.slot-buttons-container button:hover {
  background-color: #a72026;
  color: #fff;
}

.tooltip .tooltip-arrow:before {
  border-top-color: #1f2937 !important;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #1f2937 !important;
}

/* Basic redesign of Bootstrap tooltip */
.tooltip {
  pointer-events: none;
  /* default */
  z-index: 99999;
}

.tooltip .tooltip-inner {
  max-width: 320px;
  /* wider */
  padding: 10px 14px;
  font-size: 13px;
  background: #1f2937;
  /* dark background */
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 15, 15, 0.35);
  line-height: 1.3;
}

/* Arrow styling */
.tooltip .tooltip-arrow::before {
  border-top-color: #1f2937 !important;
  /* matches background for top-placement */
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
}

/* If tooltip flips, ensure arrow colors for other placements */
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #1f2937 !important;
}

.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #1f2937 !important;
}

.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #1f2937 !important;
}
input[name="birth_date"] {
  border: 1px solid #ced4da;
  background: none;
}
/* Add softer fade/scale */
.tooltip.show .tooltip-inner {
  transform-origin: center bottom;
  transition:
    transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 180ms;
}

/* Variant examples (use data-tooltip-variant="info" on the element) */
.tooltip.variant-info .tooltip-inner {
  background: linear-gradient(180deg, #0d6efd, #0b5ed7);
}

.tooltip.variant-warning .tooltip-inner {
  background: linear-gradient(180deg, #f59f00, #f97316);
}
.signup-form .datepicker-form > div input#birth_date {
  border: 1px solid #d9d9d9;
}
.dashboard-right-panel .dashboard_header {
  box-shadow: 0px 3px 6px 0px #0000001a;
  padding: 14px 24px;
}
.dashboard-content-middle {
  order: 2;
  background: #ac1f2d;
  padding: 14px;
  margin-bottom: 12px;
}
.dashboard-content-middle p,
.dashboard-content-middle p a {
  margin: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.dashboard-container aside.sidebar_header .aside-top-block img.big_size_logo {
  display: none;
}
.dashboard-container aside.sidebar_header .aside-block-heading {
  display: flex;
  justify-content: center;
}
.dashboard-container aside.sidebar_header .aside-block-heading h4 {
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  font-family: "Inter", serif !important;
}
.dashboard-container
  aside.sidebar_header
  .aside-middle-block
  ul
  > li
  > a
  > span {
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: 0.3s;
}
/* Show span when other links block is open in collapsed state */
.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-middle-block
  ul.other_links_block.open
  li
  a
  span {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
}
.dashboard-container aside.sidebar_header .aside-middle-block {
  padding: 0 4px;
}
.dashboard-container aside.sidebar_header .aside-middle-block ul > li > a {
  justify-content: center;
}
.dashboard-container aside.sidebar_header {
  transition: 0.3s;
  z-index: 1050 !important; /* Higher than main content */
}
.dashboard-container aside.sidebar_header.active {
  width: 260px;
  flex-shrink: 0;
}
.dashboard-container aside.sidebar_header .menu_expandable_btn {
  margin-top: 15px;
  padding-top: 15px;
}
.dashboard-container aside.sidebar_header .menu_expandable_btn img {
  cursor: pointer;
  opacity: 0.7;
}
.dashboard-container
  aside.sidebar_header.active
  .aside-top-block
  img.big_size_logo {
  display: block;
}
.dashboard-container
  aside.sidebar_header.active
  .aside-top-block
  img.small_size_logo {
  display: none;
}
.dashboard-container
  aside.sidebar_header.active
  .aside-middle-block
  ul
  > li
  > a {
  justify-content: start;
}
.dashboard-container
  aside.sidebar_header.active
  .aside-middle-block
  ul
  > li
  > a
  > span {
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  display: block;
}
.dashboard-container aside.sidebar_header.active .aside-middle-block {
  padding: 0 10px;
  margin-bottom: 40px;
}
aside.sidebar_header {
  padding: 0;
}
.dashboard-container aside.sidebar_header.active .aside-block-heading h4 {
  font-size: 13px;
  line-height: 14px;
}
.dashboard-container aside.sidebar_header.active .aside-block-heading {
  justify-content: start;
}
.other_img_icon img {
  cursor: pointer;
}
.dashboard-container
  aside.sidebar_header.active
  .aside-middle-block
  .other_img_icon {
  display: none !important;
}
.dashboard-container
  aside.sidebar_header
  .aside-middle-block
  ul.other_links_block {
  display: none !important;
}
.dashboard-container
  aside.sidebar_header.active
  .aside-middle-block
  ul.other_links_block {
  display: block !important;
}

/* Design for Other Links flyout when sidebar is collapsed */
.dashboard-container aside.sidebar_header:not(.active) .aside-middle-block {
  position: relative;
}
.dashboard-container aside.sidebar_header:not(.active) .aside-bottom-block a,
.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-bottom-block
  .Sponsored-content,
.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-bottom-block
  .social-items {
  display: none !important;
}
.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-bottom-block
  a.logout-block {
  display: block !important;
}

.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-middle-block
  ul.other_links_block.open {
  display: block !important;
  position: absolute !important;
  left: 70px !important;
  top: 8px !important;
  background: #ffffff !important;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25) !important;
  border-radius: 12px !important;
  padding: 15px !important;
  width: 250px !important;
  min-width: 250px !important;
  z-index: 999999 !important;
  border: 1px solid #efefef !important;
  height: auto !important;
}

.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-middle-block
  ul.other_links_block.open::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 30px;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-middle-block
  ul.other_links_block.open
  li {
  margin-bottom: 4px !important;
}

.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-middle-block
  ul.other_links_block.open
  li
  a {
  color: #242222 !important;
  padding: 10px 15px !important;
  border-radius: 8px;
  transition: all 0.2s ease;
  justify-content: flex-start !important;
  width: 100%;
}

.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-middle-block
  ul.other_links_block.open
  li
  a:hover {
  background: #fdf2f3;
  color: #ac1f2d !important;
  transform: translateX(5px);
}

.dashboard-container
  aside.sidebar_header:not(.active)
  .aside-middle-block
  ul.other_links_block.open
  li
  a
  span {
  font-weight: 500;
  font-size: 14px;
  color: #242222 !important;
  white-space: nowrap !important;
}

.dashboard-container aside.sidebar_header:not(.active) {
  overflow: visible !important;
}

/* Mobile Other Links Flyout */
.mobile-other-links-wrapper {
  position: relative;
  padding: 10px 0;
}

.mobile-other-links-flyout {
  display: none;
  position: absolute;
  bottom: 100%;
  right: -12px;
  margin-bottom: 10px;
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.25);
  border-radius: 12px 0 0 12px;
  padding: 15px;
  width: 250px;
  min-width: 250px;
  z-index: 99999;
  border: 1px solid #efefef;
}

.mobile-other-links-flyout.open {
  display: block;
  animation: mobileOtherLinksSlideUp 0.25s ease-out;
}

@keyframes mobileOtherLinksSlideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile-other-links-flyout::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 17px;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.mobile-flyout-header {
  font-size: 13px;
  font-weight: 600;
  color: #919090;
  margin-bottom: 8px;
  padding: 0 5px;
}

.mobile-flyout-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-flyout-list li {
  margin-bottom: 4px;
}

.mobile-flyout-list li a {
  display: block;
  color: #242222;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}

.mobile-flyout-list li a:hover {
  background: #fdf2f3;
  color: #ac1f2d;
  transform: translateX(5px);
}

.mobile-flyout-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99998;
}

.mobile-flyout-overlay.open {
  display: block;
}
.dashboard-card-container .dashboard-card-block .card-body {
  position: relative;
}
.dashboard-card-block .card .bg-dark {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.dashboard-card-block .bg-info {
  background-color: #ac1f2d !important;
}
.card-body:has(.bg-dark) .card-time-block {
  margin-bottom: 0 !important;
}
.card-body:has(.bg-dark) {
  padding-top: 70px;
}
.dashboard-card-block .card .card-body:has(.bg-dark) .card-title {
  min-height: 46px;
}
.container-fluid:has(.mobile-home-page) {
  padding: 0;
}
.dashboard-right-panel:has(.mobile-home-page),
body:has(.mobile-home-page) {
  background-color: #f7f7f7;
}
.mobile_header {
  width: 100%;
}
.mobile_header_icons {
  grid-template-columns: 40px auto 40px;
  align-items: center;
  place-content: normal;
  margin-top: 0;
  gap: 5px;
  width: 100%;
}
.mobile_header_icons .mobile_logo {
  width: 160px;
  margin: 0 auto;
}
.mobile_header_icons a {
  margin-top: auto;
}
.mobile_header_icons a.dashboard_logo {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.mobile_header_icons .mobile_logo img {
  width: 100%;
}
.mobile_header_icons a.ml-2 {
  margin-left: 6px !important;
}
.overlapping-program-popup .edit-box.overlapping-program-box {
  padding: 60px 33px 48px;
  border-radius: 6px;
}
.overlapping-program-popup .btn-close.close-overlapping-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-color: #d9d9d9;
  border-radius: 20px;
  padding: 14px;
  font-size: 10px;
}
.overlapping-program-popup .overlap-program-time-row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.overlapping-program-popup .overlap-program-address-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.overlapping-program-popup .cancel-btn .close-overlapping-popup {
  height: 40px;
  padding: 6px 12px !important;
}
.overlapping-program-popup .mobile-view-type {
  display: grid !important;
  grid-template-columns: 0.3fr 1fr;
  gap: 10px !important;
}
#changePasswordBtn {
  border-radius: 0;
  background: #ac1f2d;
  color: #fff;
  border-color: #ac1f2d;
}
#resetPasswordBtn,
#resetPasswordBtn:hover {
  border-radius: 0;
  border-color: #ac1f2d;
  color: #ac1f2d;
  background: none;
}
.upload-container.profile_upload_wrapper:not(.uploaded) .upload-wrapper {
  padding: 0;
  border: 0 !important;
}
.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .upload-container.profile_upload_wrapper:not(.uploaded)
  .upload-wrapper
  .upload-text {
  right: -104px;
}
.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .upload-container.profile_upload_wrapper:not(.uploaded)
  .upload-wrapper {
  min-height: 35px;
}

/* media */
@media (min-width: 1600px) {
  .content-view.dashboard-card-container,
  .dashboard-content-container .content-view.dashboard-card-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 2200px) {
  .content-view.dashboard-card-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .dashboard-content-container .content-view.dashboard-card-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .desk-hide {
    display: none;
  }

  .mobile_menu_wrapper {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content-view.dashboard-card-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-content-container .content-view.dashboard-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1600px) {
  .dashboard-content-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1280px) {
  .dashboard-content-container .content-view.dashboard-card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .dashboard-content-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1180px) {
  .dashboard-content-container .content-view.dashboard-card-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .card-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
    row-gap: 38px;
  }

  .card-block-container {
    max-width: initial;
    margin-bottom: 116px;
  }

  #programConfirmationModal.reserve-inner-modal .confirmation-grid-block {
    display: block;
  }
}

@media (max-width: 991px) {
  .right-details-box {
    padding: 24px;
    padding-top: 0;
  }

  .left-img-box {
    padding: 0;
  }

  .reserve-modal .modal-dialog.modal-dialog-centered.modal-xl {
    margin: 0;
  }

  .dashboard-container aside {
    height: auto;
  }

  .dashboard-content-right {
    height: auto;
    padding-bottom: 75px;
  }
  .dashboard-content-right.mobile-home-page {
    height: calc(100vh - 112px);
    padding-bottom: 85px;
  }

  .dashboard-content-container {
    display: block;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .content-view.dashboard-card-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-content-container .content-view.dashboard-card-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .dashboard-container aside {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .slot-buttons-container {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .cancel-btn button,
  .cancel-btn button:hover {
    max-width: 100%;
  }

  .mob-hide {
    display: none;
  }

  .cancel-btn button,
  .cancel-btn button:hover {
    height: 40px;
  }

  .Specific-email h6,
  .opt-email label,
  .signup-form h5,
  .login-simple-container h5,
  .acc-info p,
  .member-info p,
  .forget-pwd h5,
  .login-block-heading > h5 {
    font-size: 18px;
  }

  .login-form-links p,
  .login-form-links .font-14,
  .btn-login,
  .red-btn button,
  .red-btn button:hover,
  .cancel-btn button,
  .cancel-btn button:hover {
    font-size: 16px;
  }

  .Specific-email p {
    font-size: 15px;
  }

  #listView .event-item {
    display: grid !important;
    gap: 20px;
  }

  .label-col {
    width: 100%;
  }

  .program-title {
    font-size: 24px;
  }

  .dashboard-container {
    background: #fff;
  }

  .dashboard-content-container.profile_block .dashboard-content-left {
    height: 100%;
    box-shadow: none;
  }

  .assistance_page .dashboard-content-container .dashboard-content-left {
    box-shadow: none;
  }

  .assistance_page
    .dashboard-content-container
    .Assistance-page
    .nav-tabs
    button.nav-link {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
  }

  .assistance_page .dashboard-content-container .dashboard-content-right {
    display: none !important;
  }

  .assistance_mobile_heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222224;
    margin: 60px 0 20px;
  }

  .assistance_page .dashboard-content-container .dashboard-content-left {
    height: calc(100vh - 165px);
  }

  .assistance_page {
    overflow: hidden;
  }

  .assistance_step_btn_block {
    padding-top: 12px;
  }

  #assistance_step0 .assistance_step_btn_block button.btn {
    width: 100%;
  }

  .assistance_step .assistance_step_content::-webkit-scrollbar {
    display: none;
  }

  .assistance_page ul#assistanceTabs {
    margin-bottom: 0;
  }

  .assistance_step .assistance_step_content .assistance_step_heading > h5 {
    margin-top: 10px;
  }

  #disaster .assistance_step_btn_block button.btn {
    width: 100%;
    min-width: 100%;
  }

  .reserve-modal .right-details-box .time-box .time-box-set {
    flex-direction: column;
    gap: 10px;
  }

  .reserve-modal .right-details-box .time-box .time-box-set > div {
    border-radius: 4px;
  }
  .faq-page {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 680px) {
  .toggle-container {
    width: 80px;
  }
}

@media (max-width: 600px) {
  .toggle-btn {
    width: 28px;
    height: 28px;
  }

  .toggle-container.active .toggle-btn {
    transform: translateX(29px);
  }

  .icon-view {
    padding: 0 8px;
    font-size: 14px;
  }

  .toggle-container {
    height: 30px;
  }
}

@media (max-width: 576px) {
  .login-container,
  .signup-form {
    min-width: 400px;
  }

  .card-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 28px;
  }

  .card-block-container h1 {
    font-size: 26px;
  }

  .event-title {
    font-size: 0.95rem;
  }

  .event-meta {
    font-size: 0.75rem;
  }

  .btn-block {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .login-container,
  .signup-form {
    min-width: auto;
    padding: 0 15px;
  }

  .profile-img {
    width: 100px;
    height: 100px;
  }

  .px-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .member-info label.btn.btn-outline-dark.rounded-pill {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
  }

  .member-info .form-check {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .member-info .form-check label {
    text-align: left;
    max-width: 80%;
  }
}

@media (max-width: 390px) {
  .icon-item {
    font-size: 9px;
  }

  .serach_inner_block {
    gap: 10px;
  }

  .serach_inner_block input {
    padding: 12px 10px 12px 40px;
  }

  .serach_inner_block .cancel_btn {
    flex: auto;
  }

  .serach_inner_block .input_search {
    left: 30px;
  }
}

@media (max-width: 380px) {
  .dashboard-mobile-container > ul > li > button.font-15 {
    font-size: 13px;
  }
}

/*18/07/2025 css start profile page*/
.my-profile-page form#profile-form div#myAccordion .accordion-button::after {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.my-profile-page form#profile-form div#myAccordion .heading-main {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #242222;
}

.my-profile-page form#profile-form div#myAccordion .heading-sub {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  color: #919090;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-header
  button {
  background: inherit;
  padding: 14px 0;
  box-shadow: none;
}

.my-profile-page form#profile-form div#myAccordion .accordion-item {
  background-color: inherit;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body {
  padding: 16px 0;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  select {
  height: 51px;
  border-radius: 0;
  border: 1px solid #d9d9d9 !important;
  font-size: 1rem;
  font-weight: 400;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .upload-container
  .upload-wrapper {
  min-height: 100px;
  border-style: solid;
  border-radius: 0;
  border-width: 1px;
}

.my-profile-page form#profile-form div#myAccordion .accordion-item .accordion-body .upload-container {
  max-width: 250px;
  margin: 20px 0;
  width: 100%;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .upload-container
  .upload-wrapper
  .upload-text {
  color: #666;
  font-family: Arial, sans-serif;
  position: absolute;
  right: -120px;
  bottom: 0;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .upload-container
  .upload-wrapper
  .preview-wrapper {
  position: unset;
}

.profile-form-btn button,
.profile-form-btn button:hover {
  border-color: #000;
}

.profile-form-btn .cancel-btn button {
  color: #000 !important;
}

.profile-submit-btn button,
.profile-submit-btn button:hover,
.profile-submit-btn button:focus,
.profile-submit-btn .btn:first-child:active {
  background: #000;
  color: #fff;
}

.my-profile-page form#profile-form div#myAccordion .divider {
  border-top: 1px solid #dee2e6;
  margin: 1.5rem 0;
}

.profile-casting-btn button,
.profile-casting-btn button:hover {
  padding: 12px 24px;
  height: 40px;
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  border-radius: 0;
  max-width: inherit;
  border-color: #000;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .form-label-light {
  color: #919090;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  label.upload-option {
  justify-content: center;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .upload-container
  .upload-wrapper
  .upload-text
  .choose-file-btn {
  background: #000;
  color: #fff;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .upload-container
  .upload-wrapper
  .upload-text
  .choose-file-btn
  i {
  margin-right: 10px;
}

.my-profile-page form#profile-form div#myAccordion .output-alert svg {
  color: #fff;
}

.my-profile-page form#profile-form div#myAccordion .output-alert p {
  margin: 0;
  font-size: 12px;
}

.my-profile-page form#profile-form div#myAccordion .output-alert {
  padding: 10px 16px;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .casting-accordian
  label.btn {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 20px !important;
  border-color: #d9d9d9;
  color: #000;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .casting-accordian
  .btn-check:checked
  + .btn-outline-dark {
  background-color: #f7f7f7;
  color: #000;
  border-color: #000 !important;
  border-width: 2px;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .casting-accordian
  .btn-group {
  display: flex;
  gap: 15px;
}

.my-profile-page form#profile-form .accordion #collapseOne .accordion-body,
.my-profile-page form#profile-form .accordion #collapseTwo .accordion-body {
  max-width: 75%;
  width: 100%;
}

.my-profile-page form#profile-form {
  position: relative;
}

.toggle-wrapper {
  position: relative;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .custom-toggle
  input:checked
  + .toggle-slider {
  background-color: #000;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .custom-toggle
  input:checked
  + .toggle-slider:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 11px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: content-box;
  position: absolute;
  right: 12px;
  top: 7px;
}

.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .casting-accordian
  label.form-label,
.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .casting-accordian
  span#label-computer-text,
.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .casting-accordian
  select.form-select {
  color: #000;
}

/*18/07/2025 css end*/

.reserve-modal .right-details-box .form-check {
  display: flex;
  align-items: center;
}

.reserve-modal .right-details-box .form-check input {
  margin-top: 0;
}

.reserve-modal .right-details-box .form-check label {
  line-height: 18px;
}

.dashboard-mobile-card-block .card .left_block .btn-secondary.disabled {
  background: #dc3545cc;
}

.dashboard-mobile-container > ul {
  margin-left: -12px;
  width: calc(100% + 24px);
}

.signup-form .noti-msg.error_mgs {
  display: none !important;
}

.signup-form .noti-msg.error_mgs + .red-btn {
  margin-top: 15px;
}

#saf-reset-password-form .form-control.is-valid {
  background-image: none;
}

.program-card-img .button-block {
  bottom: 0;
}

.reserve-modal
  .right-details-box
  .time-slot-options.modal-time-slot
  .form-check {
  border: 0;
  padding: 0;
}

.reserve-modal
  .right-details-box
  .time-slot-options.modal-time-slot
  .form-check
  input {
  display: none;
}

.reserve-modal
  .right-details-box
  .time-slot-options.modal-time-slot
  .form-check
  label {
  border: 1px solid #d9d9d9;
  padding: 10px 12px;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  width: 100%;
}

.reserve-modal
  .right-details-box
  .time-slot-options.modal-time-slot
  .form-check
  input:checked
  + label {
  border-color: #ac1f2d;
}

.reserve-modal .right-details-box .custom-field > label {
  text-transform: capitalize;
}

.my_profile_heading h2 a.logout-block {
  display: none;
}

.dashboard-right-panel .profile-dropdown .profile-dropdown-menu {
  padding: 32px 20px;
  min-width: 220px;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_user_detail {
  text-align: left;
  font-family: Inter;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_user_detail
  .profile_user_name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: "Inter", serif !important;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_user_detail
  p {
  font-family: "Inter", serif !important;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_user_detail
  .edit_profile_btn
  a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", serif !important;
  padding: 11px;
  text-align: center;
  text-decoration: none;
  margin-top: 14px;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_user_detail
  .edit_profile_btn {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_dropdown_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_dropdown_list
  > li
  > a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", serif !important;
  padding: 9px 0 9px 0;
  display: inline-block;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_dropdown_list
  > li:hover > a {
    color: #404040;
}

.dashboard-right-panel
  .profile-dropdown
  .profile-dropdown-menu
  .profile_dropdown_list
  > li:last-of-type
  > a {
  padding-bottom: 0;
}

.listing-container .dashboard-filter-block .my-programs-block ul.dropdown-menu {
  list-style: none !important;
}

.page-id-4400712 .et_builder_inner_content > .et_pb_section {
  padding-top: 0 !important;
}

#programs-container
  #listView
  .list-group
  .list-group-item
  .mobile-list-event-item-wrapper {
  display: none;
}

body.logged-in
  #programs-container
  #listView
  .list-group
  .list-group-item
  .mobile-list-event-item-wrapper
  .card-body
  .button-block,
#programs-container
  #listView
  .list-group
  .list-group-item
  .mobile-list-event-item-wrapper
  .left_block
  .button-block {
  display: none;
}

body.logged-in
  #programs-container
  #listView
  .list-group
  .list-group-item
  .mobile-list-event-item-wrapper
  .left_block
  .button-block {
  display: block;
}

body:not(.logged-in)
  #programs-container
  #listView
  .list-group
  .list-group-item
  .list-view-buttons {
  flex-direction: row !important;
}

body:not(.logged-in)
  #programs-container
  #listView
  .list-group
  .list-group-item
  .list-view-buttons
  a {
  display: block;
  padding: 12px;
}

body:not(.logged-in)
  #programs-container
  #gridView
  .card
  .card-body
  .card-button_wrapper
  a {
  padding: 8px 0 !important;
  flex: 1;
}

body:not(.logged-in)
  #programs-container
  #gridView
  .card
  .card-body
  .card-button_wrapper
  a.sign-btn {
  background-color: #ff0000 !important;
}

#programDetailsModal .modal-body .left-img-box img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  object-fit: unset;
  display: block;
}
#programDetailsModal .modal-body .left-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

#assistanceHistoryTable_wrapper table.dataTable thead > tr > th.sorting:before {
  content: "" !important;
  background-size: contain;
  opacity: 1 !important;
}

body:not(.logged-in)
  #programs-container
  #listView
  .event-item
  .list-view-buttons
  a {
  background-color: #ac1f2d !important;
}

body:not(.logged-in)
  #programs-container
  #listView
  .event-item
  .list-view-buttons
  a.sign-btn {
  background-color: #ff0000 !important;
}

#headingFour .sub_heading_style {
  border: 1px solid #ffc107;
  background: #fff3cd;
  color: #856404;
  border-radius: 4px;
  padding: 12px;
}

#history .assistance-total h5 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  color: #222224;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

#history .assistance-total h5 .amount {
  font-size: 16px;
  color: #000;
}

#history .assistance-total h5 .currency {
  font-size: 12px;
  color: #919090;
}

#aeaContent small.text-danger {
  margin-top: -10px;
  margin-bottom: 10px;
}

#search-panel .search_items_content {
  grid-template-columns: repeat(1, 1fr);
}

#search-panel .search_items_content .card.flex-column {
  flex-direction: row !important;
}

#search-panel .search_items_content .card.flex-column .left_block img {
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 0px;
  max-width: 110px;
  min-width: 110px;
}

#search-panel
  .search_items_content
  .card.flex-column
  .card-body
  .card-button_wrapper
  > div {
  width: 100%;
  padding: 4px !important;
}
.reserve-inner-modal .header-img {
  object-fit: cover;
}
.program-card .mobile-button-block {
  display: none;
}
#calendar-panel.active {
  height: 100% !important;
}
#calendar-panel.active .calendar-inner-block {
  height: 100%;
}
#calendar-panel .calendar-inner-block .picker_range_block p {
  padding: 0;
}
body.open-filter {
  overflow: hidden;
}
#calendar-panel.active .daterangepicker td.off.active {
  color: #999 !important;
}
.admin_portal_block {
  display: flex;
  align-items: center;
  gap: 24px;
}
.admin_portal_block a {
  color: #282828;
  font-weight: 500;
}
.admin_portal_block {
  display: flex;
  gap: 15px;
}
.dashboard-content-container.profile_block .stats-block {
  display: none !important;
}
.good-standing-notice b {
  color: rgba(172, 31, 45, 1);
  font-size: 13px;
  font-weight: 600;
}
.signup-form .login_btn {
  font-size: 14px;
}
.signup-form .login_btn i {
  background-color: #ac1f2d;
  border-radius: 50%;
  line-height: 16px;
  width: 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}
.mobile-home-profile-block {
  gap: 16px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.mobile-home-profile-block img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}
.mobile-home-profile-block .font-32 {
  font-size: 26px;
}
.mobile-home-profile-block h1 {
  word-break: break-word;
}
.mobile-home-content-block .dashboard-content-middle p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}
.mobile-home-page .mobile-home-content-block {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 15px;
  margin-bottom: 15px;
}
.mobile-home-page .mobile-home-content-block .dashboard-content-middle {
  margin-bottom: 0;
}
.my-profile-page
  form#profile-form
  div#myAccordion
  .accordion-item
  .accordion-body
  .upload-container
  .upload-wrapper {
  width: max-content;
}
.aside-middle-inner-block .program_calendar_li a img {
  filter: brightness(0) invert(1);
}
.aside-middle-inner-block .program_calendar_li a:hover img,
.aside-middle-inner-block .program_calendar_li a.active img {
  filter: none;
}
.menu_expandable_btn .siderbar_arrow_icon {
  color: #f7f7f7;
  font-size: 14px;
  border: 1px solid #f7f7f7;
  padding: 3px 10px 5px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
#dashboard_page:has(.faq-page) {
  height: 100%;
}
.dashboard-content-container .dashboard-content-left .filter-tags-container {
  flex-wrap: wrap;
  row-gap: 10px;
}
.single-event-page
  .single-event-container
  .single-event-wrapper
  .card-button_wrapper
  a {
  margin: 0 !important;
}
.flex_block {
  display: flex;
}
.dashboard-mobile-card-block .card-body:has(.bg-dark) {
  padding-top: 12px;
}

/* media */

@media (min-width: 768px) {
  body > .container-fluid {
    background-color: #f4f4f4;
  }

  .desk-hide {
    display: none;
  }

  .mobile_menu_wrapper {
    display: none;
  }

  .mobile-button-wrapper {
    display: none;
  }
  .voiceover_title {
    margin: 20px 0 10px;
  }
  .dashboard-right-panel .dashboard_header {
    background: #fff;
  }
  .dashboard-content-container.event-page {
    flex-direction: column;
    height: calc(100vh - 92px);
    overflow-y: auto;
    min-height: 0;
  }
  .dashboard-content-container.event-page > div {
    flex-shrink: 0;
  }
  .dashboard-content-container.event-page .dashboard-content-left {
    overflow-y: auto;
    order: 3;
    flex: 1;
  }
  .dashboard-right-panel .dashboard_header {
    margin-top: 12px;
  }
  #dashboard_page {
    height: 100vh;
  }
  .dashboard-content-container.d-voiceover .dashboard-content-left {
    height: calc(100vh - 156px);
  }
}

@media (min-width: 1600px) {
  .dashboard-content-container {
    grid-template-columns: 1fr;
  }

  #programDetailsModal.reserve-modal
    .modal-dialog.modal-dialog-centered.modal-xl {
    max-width: 1300px;
  }
}
@media (max-width: 1550px) {
  .dashboard-container
    aside.sidebar_header:not(.active)
    .aside-middle-block
    ul.other_links_block.open {
    bottom: -26px;
    top: auto !important;
  }
  .dashboard-container
    aside.sidebar_header:not(.active)
    .aside-middle-block
    ul.other_links_block.open::before {
    bottom: 30px;
    top: auto !important;
  }
}
@media (max-width: 1200px) {
  .dashboard-content-container {
    grid-template-columns: 1fr;
  }

  .dashboard-content-right .stats-inner-block .stats-inner-item .stats_heading {
    font-size: 15px;
    line-height: 19px;
  }

  .dashboard-content-right .stats-inner-block .stats-inner-item .stats_number {
    font-size: 18px;
  }

  .dashboard-content-container .dashboard-content-left.voiceover_wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 1100px) {
  .dashboard-content-right .stats-inner-block .stats-inner-item .stats_heading {
    font-size: 14px;
    line-height: 17px;
  }

  .dashboard-content-right .stats-inner-block .stats-inner-item .stats_number {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .card-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 50px;
    row-gap: 38px;
  }

  .card-block-container {
    max-width: initial;
    margin-bottom: 116px;
  }
  .reserve-modal .right-details-box .program-reserve-btn {
    padding-right: 0;
  }
  /* .dashboard-content-right .stats-inner-block{
        grid-template-columns: repeat(2, 1fr);
    } */
}

@media (max-width: 991px) {
  .right-details-box {
    padding: 24px;
    padding-top: 0;
  }

  .left-img-box {
    padding: 0;
  }

  .reserve-modal .modal-dialog.modal-dialog-centered.modal-xl {
    margin: 0;
  }

  .dashboard-container aside {
    height: auto;
  }

  .dashboard-content-right {
    height: auto;
    padding-bottom: 5px;
  }

  .dashboard-content-container {
    grid-template-columns: 1fr;
  }

  #search-panel .search_items_content .card.flex-column {
    height: max-content;
  }

  .dashboard-mobile-card-block.expanded .left_block img,
  .dashboard-mobile-card-block.expanded .program-card .program-card-img img,
  #search-panel
    .search_items_content.expanded
    .card.flex-column
    .left_block
    img {
    height: auto;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    max-height: 450px;
    max-width: 100%;
    min-width: 100%;
  }

  .dashboard-mobile-card-block.expanded .card.flex-row,
  .dashboard-mobile-card-block.expanded .program-card,
  #search-panel .search_items_content.expanded .card.flex-column {
    flex-direction: column !important;
  }

  .dashboard-mobile-card-block.expanded .left_block .button-block,
  .dashboard-mobile-card-block.expanded
    .program-card
    .program-card-img
    .button-block {
    display: none;
  }

  .dashboard-mobile-card-block.expanded .card-body .card-button_wrapper > div,
  .dashboard-mobile-card-block.expanded .program-card .mobile-button-block {
    display: block;
    flex: 1;
    padding: 15px 0 !important;
    margin-top: 10px;
  }

  #search-panel
    .search_items_content.expanded
    .card.flex-column
    .card-body
    .card-button_wrapper
    > div {
    padding: 15px 0 !important;
    margin-top: 10px;
  }

  .dashboard-mobile-card-block.expanded .program-card .mobile-button-block {
    margin: 0 12px 12px;
  }

  .dashboard-mobile-card-block.expanded .program-card {
    border: 1px solid rgba(0, 0, 0, 0.175);
  }

  #search-panel .search_items_content .card.flex-column .card-body ul {
    list-style: none !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .dashboard-container aside {
    display: none !important;
  }
  .stats-block {
    box-shadow: 0px 3px 6px 0px #0000001a;
    background: #fff;
    padding: 10px 0 !important;
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  body:not(.logged-in) .toggle-container {
    display: none;
  }

  .cancel-btn button,
  .cancel-btn button:hover {
    max-width: 100%;
  }

  .mob-hide {
    display: none;
  }

  .cancel-btn button,
  .cancel-btn button:hover {
    height: 40px;
  }

  .Specific-email h6,
  .opt-email label,
  .signup-form h5,
  .login-simple-container h5,
  .acc-info p,
  .member-info p,
  .forget-pwd h5,
  .login-block-heading > h5 {
    font-size: 18px;
  }

  .login-form-links p,
  .login-form-links .font-14,
  .btn-login,
  .red-btn button,
  .red-btn button:hover,
  .cancel-btn button,
  .cancel-btn button:hover {
    font-size: 16px;
  }

  .Specific-email p {
    font-size: 15px;
  }

  #listView .event-item {
    display: grid !important;
    gap: 20px;
  }

  .label-col {
    width: 100%;
  }

  .program-title {
    font-size: 24px;
  }

  .dashboard-container {
    background: #fff;
  }

  .dashboard-content-container.profile_block .dashboard-content-left {
    height: 100%;
    box-shadow: none;
  }

  .assistance_page .dashboard-content-container .dashboard-content-left {
    box-shadow: none;
  }

  .assistance_page
    .dashboard-content-container
    .Assistance-page
    .nav-tabs
    button.nav-link {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
  }

  .assistance_page .dashboard-content-container .dashboard-content-right {
    display: none !important;
  }

  .assistance_mobile_heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222224;
    margin: 60px 0 20px;
  }

  .assistance_page .dashboard-content-container .dashboard-content-left {
    height: calc(100vh - 165px);
  }

  .assistance_page {
    overflow: hidden;
  }

  .assistance_step_btn_block {
    padding-top: 12px;
  }

  #assistance_step0 .assistance_step_btn_block button.btn {
    width: 100%;
  }

  .assistance_step .assistance_step_content::-webkit-scrollbar {
    display: none;
  }

  .assistance_page ul#assistanceTabs {
    margin-bottom: 0;
  }

  .assistance_step .assistance_step_content .assistance_step_heading > h5 {
    margin-top: 10px;
  }

  #disaster .assistance_step_btn_block button.btn {
    width: 100%;
    min-width: 100%;
  }

  .reserve-modal .right-details-box .time-box .time-box-set {
    flex-direction: column;
    gap: 10px;
  }

  .reserve-modal .right-details-box .time-box .time-box-set > div {
    border-radius: 4px;
  }

  /*18/07/2025 start*/
  .my-profile-page form#profile-form .accordion #collapseOne .accordion-body,
  .my-profile-page form#profile-form .accordion #collapseTwo .accordion-body {
    max-width: 100%;
    width: 100%;
  }

  .profile-casting-btn button,
  .profile-casting-btn button:hover {
    padding: 12px 14px;
    font-size: 15px;
  }

  .profile-casting-btn {
    justify-content: center !important;
  }

  .my-profile-page
    form#profile-form
    div#myAccordion
    .accordion-item
    .casting-accordian
    .accordion-body {
    overflow: hidden;
  }

  /*18/07/2025 end*/
  .reserve-modal .right-details-box .program_details > p > label {
    display: block;
    margin-bottom: 4px;
    max-width: 100%;
  }

  .reserve-modal .right-details-box .program_details .time-box,
  .reserve-modal .right-details-box .program_details > p.last_day_cancel {
    flex-direction: column;
  }

  .reserve-modal
    .right-details-box
    .program_details
    .time-box
    .time-box-set
    > div {
    padding: 0 !important;
    border: 0;
  }

  .reserve-modal .program-rule-section h5 {
    color: #000;
  }

  .my-profile-page form#profile-form div#myAccordion .heading-main {
    font-size: 20px;
    line-height: 130%;
  }

  .my-profile-page form#profile-form div#myAccordion .heading-sub {
    padding-right: 10px;
  }

  .my_profile_heading h2 a.logout-block {
    display: block;
    font-size: 18px;
    margin: 0px !important;
    background: #ac1f2d;
    padding: 0 10px;
    font-weight: 500;
    color: #fff;
  }

  .my_profile_heading h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .reserve-modal .right-details-box #time-slot-selection-section {
    flex-direction: column;
  }

  .reserve-modal .modal-event-img {
    max-height: 250px;
  }

  .reserve-modal .modal-body .row {
    align-items: flex-start;
  }

  /* .reserve-modal .program_details{
    max-height: calc(100vh - 450px);
  } */
  .program_details::-webkit-scrollbar {
    display: none;
  }

  #programs-container
    #listView
    .list-group
    .list-group-item
    .mobile-list-event-item-wrapper {
    display: block;
  }

  #programs-container #listView .list-group .list-group-item .event-item {
    display: none !important;
  }

  .mobile-list-event-item-wrapper .card {
    border-radius: 0;
    border: 0;
  }

  #listView
    .list-group
    .list-group-item
    .mobile-list-event-item-wrapper
    .event-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 0px;
    max-width: 110px;
    min-width: 110px;
  }

  .mobile-list-event-item-wrapper .card .card-body {
    padding: 12px;
  }

  .mobile-list-event-item-wrapper .card .left_block .button-block {
    bottom: 0;
  }

  #programs-container #listView .list-group {
    padding-left: 0;
  }

  .page-id-4400712 .et_pb_row {
    width: 100%;
    padding: 0 12px;
  }

  .mobile-list-event-item-wrapper .card .card-body p {
    color: #919090;
    line-height: normal;
    padding-bottom: 6px;
    font-family: Inter;
  }

  .mobile-list-event-item-wrapper .card .card-body h5 {
    color: #000 !important;
    font-family: Inter;
    line-height: 20px;
    padding: 0;
    margin-bottom: 6px;
  }

  #programs-container
    #listView
    .list-group
    .list-group-item
    .mobile-list-event-item-wrapper
    .card-body
    .button-block {
    position: unset !important;
    display: flex;
    gap: 15px;
    margin-top: 6px;
  }

  #programs-container
    #listView
    .list-group
    .list-group-item
    .mobile-list-event-item-wrapper
    .card-body
    .button-block
    a {
    padding: 4px 12px !important;
    display: block;
    flex: 1;
    background-color: #ac1f2d !important;
  }

  #programs-container
    #listView
    .list-group
    .list-group-item
    .mobile-list-event-item-wrapper
    .card-body
    .button-block
    a.sign-btn {
    background-color: #ff0000 !important;
  }

  .dashboard-card-block .card .card-body .card-button_wrapper > div {
    padding: 6px 0 !important;
  }

  #programDetailsModal .modal-body .left-img-box img {
    height: 100%;
    object-fit: cover;
  }

  .dashboard-mobile-card-block .card-button_wrapper > div {
    display: none;
  }

  .dashboard-mobile-card-block .card-button_wrapper > div.Reserve,
  .dashboard-mobile-card-block .card-button_wrapper > div.join-waitlist,
  .dashboard-mobile-card-block .card-button_wrapper > div.join-standby,
  .dashboard-mobile-card-block .card-button_wrapper > div.bg-dark {
    display: block;
    flex: 1;
  }

  body.open-filter footer.et-l--footer {
    position: relative;
    z-index: -1;
  }

  /* #filter-panel .filter_dropdown_block #filterAccordion .card_size_accordion {
        display: none;
    } */
  .dashboard-content-right .stats-inner-block {
    padding: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .dashboard-content-right .stats-inner-block h4 {
    grid-column: 1 / -1;
  }
  .dashboard-content-right .stats-inner-block .stats-inner-item .stats_image {
    display: none !important;
  }
  .dashboard-content-right
    .stats-inner-block
    .stats-inner-item
    .stats_number
    .currency {
    display: none;
  }
  .dashboard-content-right .stats-inner-block .stats-inner-item {
    text-align: center;
    background: #f7f7f7;
    box-shadow: none;
    justify-content: center;
    padding: 12px 16px;
  }
  .stats-block .heading-block {
    border-bottom: 0 !important;
  }
  .dashboard-content-right .stats-block .heading-block h5 {
    color: #000;
  }
  .dashboard-content-right .stats-inner-block {
    gap: 20px;
  }
  .overlapping-program-popup .mobile-view-type {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media (max-width: 680px) {
  .toggle-container {
    width: 80px;
  }
}

@media (max-width: 600px) {
  .toggle-btn {
    width: 28px;
    height: 28px;
  }

  .toggle-container.active .toggle-btn {
    transform: translateX(32px);
  }

  .icon-view {
    padding: 0 8px;
    font-size: 14px;
  }

  .toggle-container {
    height: 36px;
    min-width: 70px;
  }

  .toggle-container .toggle-btn {
    left: 5px;
  }
}

@media (max-width: 576px) {
  .login-container,
  .signup-form {
    min-width: 400px;
  }

  .card-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 28px;
  }

  .card-block-container h1 {
    font-size: 26px;
  }

  .event-title {
    font-size: 0.95rem;
  }

  .event-meta {
    font-size: 0.75rem;
  }

  .btn-block {
    width: 100%;
  }

  body #programs-container #gridView {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 568px) {
  .login-container,
  .signup-form {
    margin-bottom: 0;
    min-height: calc(100vh - 143px);
    box-shadow: none;
  }
}

@media (max-width: 440px) {
  .dashboard-mobile-container > ul {
    gap: 15px !important;
  }
}

@media (max-width: 420px) {
  .login-container,
  .signup-form {
    min-width: auto;
    padding: 0 15px;
  }

  .profile-img {
    width: 100px;
    height: 100px;
  }

  .px-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .member-info label.btn.btn-outline-dark.rounded-pill {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
  }

  .member-info .form-check {
    padding-right: 1.5rem !important;
    padding-left: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .member-info .form-check label {
    text-align: left;
    max-width: 80%;
  }

  .member-info .form-check.signup_term_field {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
  }

  .member-info .form-check.signup_term_field small {
    flex-basis: 100%;
    text-align: left;
  }

  .member-info .form-check.signup_term_field input {
    margin-left: 0 !important;
  }
  .overlapping-program-popup .edit-box.overlapping-program-box {
    min-width: 300px;
    padding: 60px 20px 48px;
    margin: 0 15px;
  }
  .overlapping-program-popup .mobile-view-type span {
    font-size: 13px !important;
  }
}

@media (max-width: 390px) {
  .icon-item {
    font-size: 9px;
  }

  .serach_inner_block {
    gap: 10px;
  }

  .serach_inner_block input {
    padding: 12px 10px 12px 40px;
  }

  .serach_inner_block .cancel_btn {
    flex: auto;
  }

  .serach_inner_block .input_search {
    left: 30px;
  }
}

@media (max-width: 370px) {
  .dashboard-mobile-container > ul > li > button.font-15 {
    font-size: 13px;
  }
}

/* Backend Dev */
.datepicker-form .input-group {
  margin-bottom: 0 !important;
}

.terms-field small {
  display: block;
}

.program_details {
  /* max-height: 550px;
    min-height: 550px; */
  flex: 1;
  overflow: auto;
  margin-bottom: 15px;
  padding-right: 24px;
}

/* .program_details::-webkit-scrollbar {
    display: none;
} */
.reserve-modal button.btn-close {
  font-size: 12px;
  box-shadow: none;
  outline: 0;
  padding: 8px;
}

.program-calendar-block {
  position: relative;
}

.program-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1600px) {
  #programDetailsModal .modal-body .left-img-box img {
    height: 100%;
  }

  .program_details {
    /* max-height: 450px;
        min-height: 450px; */
    flex: 1;
  }
}
@media (max-width: 1400px) {
  aside.sidebar_header:not(.active)
    .aside-middle-block
    .aside-middle-inner-block
    img {
    width: 16px;
    height: 16px;
  }
  aside.sidebar_header:not(.active)
    .aside-middle-block
    .aside-middle-inner-block {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1250px) {
  aside.sidebar_header:not(.active) .aside-middle-block .aside-block-heading {
    margin-bottom: 5px !important;
  }
  aside.sidebar_header:not(.active)
    .aside-middle-block
    .aside-middle-inner-block {
    margin-bottom: 5px !important;
  }
  .dashboard-container aside.sidebar_header:not(.active) .menu_expandable_btn {
    margin-top: 8px;
    padding-top: 8px;
  }
  .dashboard-container
    aside.sidebar_header:not(.active)
    .aside-bottom-block
    a.logout-block {
    font-size: 12px !important;
  }
  aside.sidebar_header .aside-top-block img.small_size_logo {
    width: 36px;
  }
  aside.sidebar_header .aside-top-block {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 1100px) {
  aside.sidebar_header:not(.active)
    .aside-middle-block
    .aside-middle-inner-block
    img {
    width: 13px;
    height: 13px;
  }
  aside.sidebar_header:not(.active)
    .aside-middle-block
    .aside-block-heading
    h4 {
    font-size: 8px !important;
    padding-top: 10px;
    line-height: 8px;
    padding-bottom: 2px !important;
    margin-bottom: 0;
  }
  .dashboard-container
    aside.sidebar_header:not(.active)
    .aside-bottom-block
    a.logout-block {
    font-size: 10px !important;
    line-height: 10px;
  }
  .dashboard-container aside.sidebar_header .menu_expandable_btn img {
    width: 16px;
  }
  aside.sidebar_header .aside-top-block img.small_size_logo {
    width: 30px;
  }
  .dashboard-container aside.sidebar_header:not(.active) .aside-top-block {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1024px) {
  .dashboard-container aside.sidebar_header:not(.active) .menu_expandable_btn {
    margin-top: 3px;
    padding-top: 2px;
    margin-bottom: 5px !important;
  }
  /* .dashboard-container aside.sidebar_header:not(.active) .aside-top-block {
    margin-bottom: 6px !important;
  } */
  aside.sidebar_header:not(.active)
    .aside-middle-block
    .aside-middle-inner-block
    img {
    width: 13px;
    height: 13px;
  }
  .dashboard-container
    aside.sidebar_header:not(.active)
    .aside-middle-block
    ul
    > li
    > a {
    padding: 2px 8px !important;
  }
}
/* header mobile ui */
.page-id-4400712 .et_pb_code_inner .tipbar {
  margin-right: 16px !important;
}

@media (max-width: 991px) {
  body.page-id-4400712 .et_pb_section_2_tb_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 10px;
  }

  .page-id-4400712 .et_pb_code_inner .tipbar {
    margin-right: 0 !important;
  }

  body.page-id-4400712 .et_pb_section_2_tb_header .et_pb_row {
    padding: 0 !important;
    margin: 0 !important;
  }

  body.page-id-4400712 .et_pb_section_2_tb_header .et_pb_row #nav-icon {
    text-align: right;
    padding: 0 10px;
  }

  body.page-id-4400712 .et_pb_section_2_tb_header .et_pb_row {
    position: unset;
  }

  body.page-id-4400712 .et_pb_section_2_tb_header .et_pb_row > div,
  body.page-id-4400712 .et_pb_section_2_tb_header .et_pb_row > div > div,
  body.page-id-4400712 .et_pb_section_2_tb_header .et_pb_row > div > div > div {
    position: unset;
  }

  body.page-id-4400712 .et_pb_section_2_tb_header .et_pb_row .multi-level {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    box-shadow:
      rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
  }

  body.page-id-4400712
    .et_pb_section_2_tb_header
    .et_pb_row
    .et_pb_code_1_tb_header {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .listing-container .dash-container-middle-top,
  .listing-container .filter-wrapper {
    display: none;
  }

  body.open-filter #et-main-area {
    position: relative;
    z-index: 2;
  }

  .page-id-4400712 .serach_inner_block input {
    padding: 12px 10px 12px 40px !important;
    background: #f4f4f4 !important;
  }

  .page-id-4400712 #custom-weekdays table,
  .page-id-4400712
    .calendar-panel.active
    #mobile-calendar-container
    .daterangepicker
    .calendar-table
    table {
    border: 0 !important;
  }

  .page-id-4400712 #custom-weekdays table > thead > tr > th,
  .page-id-4400712 #mobile-calendar-container .calendar-table td {
    padding: 1px !important;
  }

  .page-id-4400712 .mobile_header_icons {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  body.page-id-4400712 .tipbar button {
    padding: 8px 7px;
    font-size: 10px;
    white-space: nowrap;
  }

  body.page-id-4400712
    footer.et-l.et-l--footer
    .et_builder_inner_content
    .et_pb_section
    .et_pb_row_0_tb_footer {
    width: 97%;
    padding: 0px 10px;
  }

  body.page-id-4400712
    footer.et-l.et-l--footer
    .et_builder_inner_content
    .et_pb_section {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #search-panel .search_items_content .card .card-body .card-button_wrapper a {
    flex: 1;
  }
  .dashboard-content-container .dashboard-content-left {
    height: calc(100vh - 190px);
  }
  .slot-label-meta {
    white-space: nowrap;
  }
}

@media (max-width: 1300px) {
  body.page-id-4400712 .et_pb_menu_0_tb_header .et-menu.nav > li {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 1120px) {
  body.page-id-4400712 .et_pb_menu_0_tb_header .et-menu.nav > li > a {
    font-size: 12px !important;
  }
}

@media (max-width: 1024px) {
  body.page-id-4400712 header.et-l--header .et_pb_row_1_tb_header {
    width: 84%;
  }
}

/* ── Mobile Location Dropdown (Filter Panel) ── */
.mobile-location-block .dropdown {
  width: 100%;
}

.mobile-location-dropdown-btn {
  border-radius: 20px !important;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #fff;
  padding: 6px 14px !important;
  gap: 8px;
  min-height: 36px;
}

.mobile-location-dropdown-btn .mobile-location-label {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-location-dropdown-btn.filter-pill-active {
  border-color: #ac1f2d !important;
  color: #ac1f2d !important;
  font-weight: 600;
}

.mobile-location-dropdown-btn.filter-pill-active svg {
  color: #ac1f2d;
}

/* Old list-item styles kept for backward compat */
.mobile-location-dropdown-menu .mobile-location-item {
  font-size: 14px;
  color: #333;
  padding: 10px 16px;
  border-bottom: 1px solid #f5f5f5;
}

.mobile-location-dropdown-menu .mobile-location-item:last-child {
  border-bottom: none;
}

.mobile-location-dropdown-menu .mobile-location-item:hover,
.mobile-location-dropdown-menu .mobile-location-item:focus {
  background-color: #fdf0f1;
  color: #ac1f2d;
}

.mobile-location-dropdown-menu .mobile-location-item.active {
  background-color: #ac1f2d;
  color: #fff !important;
  font-weight: 600;
}
input.location-filter-checkbox {
  margin: 0;
  height: auto;
}
#filter-panel .filter_dropdown_block {
  padding: 0 !important;
}
#filter-panel .filter_dropdown_block #dashFilterAccordion,
#filter-panel .filter_dropdown_block #filterAccordion {
  padding: 0 16px;
  overflow: auto;
}
.mobile_header_icons #header-calendar-icon {
  display: none;
}

/* filter date filter css */
#inline-mobile-calendar-container .daterangepicker .drp-calendar.right,
#mobile-calendar-container .daterangepicker .drp-calendar.right,
#prog-inline-mobile-calendar-container .daterangepicker .drp-calendar.right {
  display: none !important;
}
#inline-mobile-calendar-container .daterangepicker .drp-calendar.left,
#mobile-calendar-container .daterangepicker .drp-calendar.left,
#prog-inline-mobile-calendar-container .daterangepicker .drp-calendar.left {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both;
}
#inline-mobile-calendar-container .daterangepicker .drp-calendar.left,
#prog-inline-mobile-calendar-container .daterangepicker .drp-calendar.left {
  padding: 0 !important;
}
#inline-mobile-calendar-container .daterangepicker,
#mobile-calendar-container .daterangepicker,
#prog-inline-mobile-calendar-container .daterangepicker {
  min-width: 100% !important;
  display: block !important;
  position: static !important;
  margin-top: 10px;
  border: none;
  box-shadow: none;
}
/* Fix gaps between dates to create a continuous selection background */
#inline-custom-weekdays table,
#inline-mobile-calendar-container .daterangepicker .calendar-table table,
#prog-inline-mobile-calendar-container .daterangepicker .calendar-table table,
#prog-inline-custom-weekdays table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
}
#inline-custom-weekdays table th,
#inline-mobile-calendar-container .daterangepicker .calendar-table td,
#prog-inline-mobile-calendar-container .daterangepicker .calendar-table td,
#prog-inline-custom-weekdays table th {
  width: 14.285% !important;
  text-align: center !important;
}
#prog-inline-mobile-calendar-container .daterangepicker .calendar-table td,
#prog-inline-custom-weekdays table th {
  padding: 0 !important;
}
#prog-inline-custom-weekdays table {
  border: 0 !important;
}
#saf-reset-password-form .forgot-pwd-form > div .form-control.is-invalid {
  background-image: none !important;
}
.password-eye-wrap .form-control.is-invalid, .was-validated .form-control:invalid{
  background-image: none !important;
}

#saf-reset-password-form .forgot-pwd-form > div .toggle-password ,
#saf-login-form .login-form-block > div .password-toggle-icon {
  top: 18px;
  transform: translateY(0px);
}
@media (min-width: 767px) {
  .dashboard-right-panel {
    flex: 1;
    height: calc(100vh - 24px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  /* Help/FAQ page renders directly in the panel (no inner scroll container).
     Override the fixed height so the panel grows with its content and the page
     provides a single scrollbar (avoids the double scrollbar). */
  .dashboard-right-panel:has(.faq-page) {
    height: auto;
    overflow: visible;
  }
  .dashboard-right-panel .dashboard-content-container {
    flex-direction: column;
    height: calc(100vh - 92px);
    overflow-y: auto;
    min-height: 0;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 3px 6px 0px #0000001a;
    margin-top: 15px;
  }
  .dashboard-right-panel .dashboard-content-container .dashboard-content-left {
    flex: 1;
    overflow-y: visible;
    height: auto !important;
    box-shadow: none;
  }
  .dashboard-content-right .stats-inner-block {
    padding: 15px 3px;
  }
}
@media (max-width: 767px) {
  .profile-pic-box p {
    word-break: break-all;
    padding-right: 10px;
  }
  #programDetailsModal .right-details-box .program_details > p > label {
    max-width: 115px;
  }
  #programDetailsModal
    .right-details-box
    .program_details
    #time-slot-selection-section {
    flex-direction: row;
  }
  #programDetailsModal .right-details-box .program_details .program-address {
    display: flex;
  }
  .reserve-modal#programDetailsModal
    .right-details-box
    .program_details
    .time-box,
  .reserve-modal#programDetailsModal
    .right-details-box
    .program_details
    > p.last_day_cancel {
    flex-direction: row;
  }
  #programDetailsModal .right-details-box .program_details {
    padding-right: 0;
  }
  .my-profile-page
    form#profile-form
    div#myAccordion
    .accordion-item
    .accordion-body
    .upload-container
    .upload-wrapper
    .upload-text {
    right: 95px;
  }
}

/* ---------------------------------------------------------------------------
   Assistance page - mobile (<=767px)
   Additive only: new rules under .assistance_page, nothing existing modified.
   --------------------------------------------------------------------------- */
@media (max-width: 767px) {
  /* Tab strip: 3 long labels cannot fit, so let them scroll horizontally
     instead of overflowing the viewport. */
  .assistance_page .Assistance-page .nav-tabs.program-category-slider {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .assistance_page .Assistance-page .nav-tabs.program-category-slider::-webkit-scrollbar {
    display: none;
  }
  .assistance_page .Assistance-page .nav-tabs.program-category-slider .nav-item {
    flex: 0 0 auto;
  }
  .assistance_page .Assistance-page .nav-tabs button.nav-link {
    white-space: nowrap;
    font-size: 14px;
  }

  /* Total / search / export row: stack instead of squeezing onto one line. */
  .assistance_page #history > .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px;
  }
  .assistance_page #history > .d-flex.justify-content-between > .d-flex {
    width: 100%;
  }
  .assistance_page .my-giving-search-box {
    flex: 1 1 auto;
  }
  .assistance_page .my-giving-search-input {
    width: 100%;
  }

  /* JotForm iframes must not force the page wider than the viewport. */
  .assistance_page .Assistance-page .tab-content iframe {
    max-width: 100%;
    width: 100%;
  }

  /* Keep the history table scrollable rather than stretching the page. */
  .assistance_page .custom-datatable .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
