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

::-webkit-scrollbar-thumb {
  background: #888; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

:root {
  --primary-color: #232222;
  --primary-color-light: #FFFFFF;
  --secondary-color: #F6F8FA;
  --border-color: #E6EAEA;
  --accent-color-red: #ED1C24;
  --accent-color-dark-blue: #2E3192;
  --accent-color-light-blue: #0072BC;
  --accent-color-purple: #9E005D;
  --bs-primary-rgb: 0, 114,188;
  --bs-danger-rgb: 237, 28, 36; }

.just-updated {
  background-color: lightyellow; }

section .section-content {
  max-width: 1512px;
  margin: auto; }

@media (min-width: 992px) {
  .desk_view_hide {
    display: none !important; } }

@media (max-width: 992px) {
  .mobile_view_hide {
    display: none !important; }
  .td-bottom-no-padding td {
    padding-bottom: 0px !important; }
  .td-top-no-padding td {
    padding-top: 0px !important; } }

@media print {
  #nav, #flash, .non_print, .event_price, .event_date {
    display: none !important; } }

body {
  width: 100%;
  margin: auto;
  font-size: 18px;
  background-color: #ffffff;
  color: #232222;
  font-family: 'Quicksand', sans-serif; }

#flash {
  position: fixed;
  top: 100px;
  left: calc(50vw - 250px);
  z-index: 999; }

a {
  text-decoration: none;
  color: var(--accent-color-light-blue); }

a.hover-underline:hover {
  text-decoration: underline; }

a.hover-color-primary:hover {
  color: var(--primary-color); }

a.hover-color-secondary:hover {
  color: var(--secondary-color); }

a.text-dark-hover-accent-color-light-blue {
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); }
  a.text-dark-hover-accent-color-light-blue:hover {
    color: var(--accent-color-light-blue); }

h1 {
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em; }

h2 {
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em; }

h3 {
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em; }

p {
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01em; }

label {
  font-weight: 400;
  line-height: 140%; }

#toastContainer {
  z-index: 1056; }
  @media (min-width: 768px) {
    #toastContainer {
      right: 80px;
      bottom: 5px; } }
  @media (max-width: 767px) {
    #toastContainer {
      right: 0;
      bottom: 0; } }
/* Booking Page */
td {
  vertical-align: text-top !important; }

th {
  vertical-align: middle !important; }

tr.t_header th, td.t_header {
  background-color: #09426a !important;
  color: #ffffff !important; }

.grand_total {
  text-decoration: underline overline; }

.proceed_button_disable {
  background-color: var(--accent-color-red);
  color: #FFFFFF; }

.field_width {
  width: 750px !important; }

.field_width_short {
  min-width: 300px !important; }

.btn_width {
  width: 100px !important; }

#admin_event_index .table td, #admin_school_index .table td, #admin_institution_index .table td, #admin_user_index .table td, #admin_bookings_index .table td, .user_events_index .table td, #admin_school_show .table td, #admin_event_show .table td, #admin_institution_show .table td, #admin_user_show .table td, .no-border-table .table td {
  border: none !important; }

.table-border-top {
  border-top: 1px solid #dee2e6; }

.table-border-bottom {
  border-bottom: 1px solid #dee2e6; }

#admin_school_show table .t_header, #admin_event_show table .t_header {
  padding: 0.35rem !important; }

#admin_school_show .school_details table, #admin_event_show .school_details table, .table-border-gray td {
  border: 1px solid #5D6d7e;
  line-height: 1 !important; }

.table-border-dark td {
  border: 1px solid black !important; }

.hover-btn:hover {
  cursor: pointer; }

.large-checkbox {
  height: 20px;
  width: 20px; }

.text-justify {
  text-align: justify; }

.bg-dark-blue {
  background-color: #09426a; }

.event-elapsed {
  background-color: #eaecef; }

.w-fit {
  width: fit-content !important; }

form label.required:after {
  content: '*' !important;
  position: unset !important;
  color: red; }

form .form-floating.select label.form-label {
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  color: #6c757d; }

form .form-floating > .form-control:focus ~ label::after, form .form-floating > .form-control:not(:placeholder-shown) ~ label::after, form .form-floating > .form-control-plaintext ~ label::after, form .form-floating > .form-select ~ label::after {
  background-color: transparent; }

form .row .form-floating.select label.form-label {
  padding: 0.5rem 0 1rem 1.5rem; }

form .row label.form-label {
  padding: 1rem 1.5rem; }

.transform.scale-2 {
  transform: scale(2); }

table.table.descriptive tr th {
  background-color: #09426a !important;
  color: #ffffff !important; }

.max-w-100 {
  max-width: 100px; }

.max-w-200 {
  max-width: 200px; }

.max-w-300 {
  max-width: 300px; }

.max-w-500 {
  max-width: 500px; }

.max-w-600 {
  max-width: 600px; }

.max-w-700 {
  max-width: 700px; }

.max-w-800 {
  max-width: 800px; }

.max-w-900 {
  max-width: 900px; }

.max-w-1200 {
  max-width: 1200px; }

.max-w-1300 {
  max-width: 1300px; }

.max-w-1400 {
  max-width: 1400px; }

.max-w-1700 {
  max-width: 1700px; }

.min-w-50 {
  min-width: 50px; }

.min-w-100 {
  min-width: 100px; }

.min-w-150 {
  min-width: 150px; }

.min-w-200 {
  min-width: 200px; }

.min-w-300 {
  min-width: 300px; }

.min-w-500 {
  min-width: 500px; }

.min-w-600 {
  min-width: 600px; }

.min-w-700 {
  min-width: 700px; }

.min-w-800 {
  min-width: 800px; }

.min-w-900 {
  min-width: 900px; }

.min-w-1200 {
  min-width: 1200px; }

.min-h-80 {
  min-height: 80px !important; }

.min-h-100 {
  min-height: 100px !important; }

.min-h-200 {
  min-height: 200px !important; }

.min-h-300 {
  min-height: 300px !important; }

#whatsapp_cta {
  animation: shake 3s linear infinite;
  z-index: 10;
  position: fixed; }
  @media (min-width: 769px) {
    #whatsapp_cta {
      right: 1em;
      bottom: 1em;
      width: 60px;
      height: 60px; } }
  @media (max-width: 768px) {
    #whatsapp_cta {
      right: 0.5em;
      bottom: 1em;
      width: 40px;
      height: 40px; } }
@keyframes shake {
  79% {
    transform: translate(0px, 0px) rotate(0deg); }
  80% {
    transform: translate(-2px, -1px) rotate(3deg); }
  82% {
    transform: translate(3px, 1px) rotate(-3deg); }
  84% {
    transform: translate(-3px, -1px) rotate(3deg); }
  86% {
    transform: translate(1px, 2px) rotate(-2deg); }
  88% {
    transform: translate(-1px, -2px) rotate(2deg); }
  89% {
    transform: translate(0px, 0px) rotate(0deg); } }

@-webkit-keyframes shake {
  79% {
    transform: translate(0px, 0px) rotate(0deg); }
  80% {
    transform: translate(-2px, -1px) rotate(3deg); }
  82% {
    transform: translate(3px, 1px) rotate(-3deg); }
  84% {
    transform: translate(-3px, -1px) rotate(3deg); }
  86% {
    transform: translate(1px, 2px) rotate(-2deg); }
  88% {
    transform: translate(-1px, -2px) rotate(2deg); }
  89% {
    transform: translate(0px, 0px) rotate(0deg); } }

.text-primary-color {
  color: var(--primary-color); }

.text-secondary-color {
  color: var(--secondary-color); }

.text-accent-color-light-blue {
  color: var(--accent-color-light-blue); }

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

.bg-primary-color {
  background-color: var(--primary-color); }

.bg-secondary-color {
  background-color: var(--secondary-color); }

.bg-accent-color-dark-blue {
  background-color: var(--accent-color-dark-blue); }

.bg-accent-color-light-blue {
  background-color: var(--accent-color-light-blue); }

.bg-accent-color-red {
  background-color: var(--accent-color-red); }

.bg-accent-color-purple {
  background-color: var(--accent-color-purple); }

.bg-primary-color-text,
th.bg-primary-color-text,
td.bg-primary-color-text {
  background-color: var(--primary-color);
  color: white; }

.btn.btn-accent-color-purple {
  background-color: var(--accent-color-purple);
  color: var(--primary-color-light); }
  .btn.btn-accent-color-purple:hover {
    color: var(--accent-color-purple);
    background-color: var(--primary-color-light);
    border: 1px solid var(--accent-color-purple); }

.btn-accent-color-red, .btn.btn-danger {
  background-color: var(--accent-color-red);
  color: var(--primary-color-light); }
  .btn-accent-color-red:hover, .btn.btn-danger:hover {
    color: var(--accent-color-red);
    background-color: var(--primary-color-light);
    border: 1px solid var(--accent-color-red); }

.btn-accent-color-dark-blue {
  background-color: var(--accent-color-dark-blue);
  color: var(--primary-color-light); }
  .btn-accent-color-dark-blue:hover {
    color: var(--accent-color-dark-blue);
    background-color: var(--primary-color-light);
    border: 1px solid var(--accent-color-dark-blue); }

.btn-accent-color-light-blue, .btn.btn-primary {
  background-color: var(--accent-color-light-blue);
  color: var(--primary-color-light); }
  .btn-accent-color-light-blue:hover, .btn.btn-primary:hover {
    color: var(--accent-color-light-blue);
    background-color: var(--primary-color-light);
    border: 1px solid var(--accent-color-light-blue); }

.btn-primary-color {
  background-color: var(--primary-color);
  color: var(--secondary-color); }
  .btn-primary-color:hover {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border: 1px solid var(--primary-color); }

div.divider {
  border-bottom: 1px solid #E6EAEA;
  width: 100%; }

.box-shadow {
  background: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(46, 49, 146, 0.125);
  border-radius: 12px; }

button.no-style {
  border: none;
  background-color: transparent; }
