@import url(seats.css);

:root {
  --primary: #006dad;
  --secondary: #85bbff;
  --logo: url(/img/logo_new_1767992092184.png);
  --logonotext: url(/img/logo_new_1767992092184.png);
  --background: #0E2134;
  --nav-inactive: #717171;
  --gray-bg:rgb(250 250 250 / 80%);
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

scrollbar-color: #DDE0E4 transparent;
scrollbar-width: thin;
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #DDE0E4; border-radius: 999px; }

input::placeholder {
  color: #ccc !important;
}

/* Links */
a {
  color: #5497c7;
  text-decoration:none;
}

/* Corrected from invalid original: a:hover {#0071b3} */
a:hover {
  color: #0071b3;
}
h3,h5 {
	color:var(--primary);	
}

h4 {
	color:var(--secondary);	
}

.form-check-input.larger {width:1.5rem;height:1.5rem}

@media (min-width: 1200px) {
    .h4, h4 {
        font-size: 1.1rem;
    }
}

.w-auto {width:auto}

.toggle {
	font-size:1.3rem;	
}

.toggle.fa-toggle-on {
	color:var(--secondary);
}

.toggle.fa-toggle-off {
	color:#ccc;
}

.card .card-header {
    padding: 10px 15px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fdfdfd;
}

.card .card-header h4 {color:#ccc}

.pull-right {
	float:right;	
}

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

/* Buttons */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.btn-inline {
	display:inline-block;	
}

.btn-medium {
    padding: .20rem .5rem;
    font-size: 0.95em !important;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-danger-reversed {
	color:var(--bs-btn-border-color) !important;
	background-color: #ffffff !important;	
}

.btn-info {
  background-color: var(--secondary);
  border-color: var(--secondary);	
}

.btn-info:hover {
  background-color: #fff;
  border-color: #000;	
}

.btn-block {width:100%}

#back_arrow {
	color:var(--primary);	
	cursor:pointer;
	display:none;
}

/* Small utility used in password requirements alert */
.smaller {
  font-size: 0.8em;
}

/* Labels used inside the signup form */
.form-group label {
  font-size: 12px;
  margin-bottom: 5px;
  color: #9A9A9A;
  font-weight: 400;
}

.form-group label span {
  text-transform: none;
}

/* Sign-in / sign-up page background */
html.signin,
body.signin {
  background-color: var(--background);
  min-height: 100vh;
  background: linear-gradient(rgb(0 10 20 / 90%), rgb(0 32 64 / 90%)), url(/img/hero_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  color: #fff;
}

#signin {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

#signin .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

#signin .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

#signin .form-signin .form-control:focus {
  z-index: 2;
}

#signin .form-signin input[type="password"] {
  margin-bottom: 10px;
}

#login_logo {
  background-image: var(--logo);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}



.form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}

.form-select-xs {
  font-size: 0.72rem !important;
  padding: 0.2rem 2rem 0.2rem 0.5rem;
  height: auto;
}

.alert-info-card {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  background: #FFFBEB;
  border: 1px solid #FDE68A;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  color: #92400E;
  line-height: 1.5;
}

.table.table-small td, .table th {
    padding: .25rem;
    font-size: 0.8em;
    font-weight: normal;
}

/* Table rules used by the password-requirements table */
table td {
  font-size: 12px;
}

/* Bootstrap column padding override, reduced to only classes in this HTML */



.form-control.input_error,
.form-control.is-invalid {border: 1px solid #9d3f3f;
  background-color: #291b1b;
  color: #ffffff;}

.form-control.input_error:-webkit-autofill,
.form-control.is-invalid:-webkit-autofill {-webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0 1000px #291b1b inset;
  -webkit-box-shadow: 0 0 0 1000px #291b1b inset;
  border: 1px solid #9d3f3f;}

.input_error_message {border: 1px solid #773131;
    background: #f3abab;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #773131;
}

#edit_order_tickets tr.status_Pending,#edit_order_tickets tr.status_Hold {background:#ffc107}

#submission_screen {display:none;
	position:fixed;
	top:0px;
	left:0px;
	text-align:center;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
	background-image:url(ajax-loader.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	z-index:200;}

#submission_message {margin:20% auto;
	text-align:center;
	font-size:18px;	
	padding:20px;
	background:#fff;}
	
#content.full-width .app-sidebar { display: none; }
#content.full-width #secondary_content { display: none !important; }
#content.full-width .main_content { max-width: 100%; }	
#content.full-width .app-header-right {display:none}
	
/* Styles used by the supplied application shell HTML */

.app-sidebar { display: none; }
@media (min-width: 1024px) {
  .app-sidebar {
    display: flex;
    flex-direction: column;
    width: 16rem;
    background: white;
    border-right: 1px solid #DDE0E4;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 1.5rem;
  }
}

.app-sidebar-nav { flex: 1; display: flex; flex-direction: column; gap: 0.5rem; }
.app-sidebar-nav-item { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; border-radius: 0.75rem; font-weight: 500; color: #555E68; text-decoration: none; transition: background 0.2s; position: relative; }

.app-sidebar-support { margin-top: auto; padding: 1rem; background: #f9fafb; border-radius: 1rem; }
.app-sidebar-support-title { font-size: 0.75rem; font-weight: 700; color: #555E68; text-transform: uppercase; margin: 0 0 0.5rem; }
.app-sidebar-support-btn { width: 100%; text-align: left; font-size: 0.875rem; font-weight: 600; color: #161A1D; background: none; border: none; cursor: pointer; padding: 0; }
.app-sidebar-support-btn:hover { text-decoration: underline; }

.app-sidebar-nav-item:hover,.app-sidebar-nav-item.current,.mob-nav-item:hover,.mob-nav-item.current  { background: #f9fafb; color:var(--primary);text-decoration:none }



  .content_container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #F9FAFB;
  }
 
  @media (min-width: 1024px) {
    .content_container {
      flex-direction: row;
    }
  }

.main_content { flex: 1; display: flex; flex-direction: column; position: relative; max-width: 64rem; margin: 0; width: 100%; background: white; overflow: hidden; padding-bottom: 6rem; }
@media (min-width: 1024px) {
  .main_content { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); padding-bottom: 2rem; }
}

.app-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #DDE0E4;
    padding: 0.75rem 1rem;
    background-image: var(--logo);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center;
}
@media (min-width: 1024px) { .app-header { padding: 1.5rem 2rem; } }
.app-header-inner { display: flex; align-items: center; justify-content: space-between; }
.app-header-left { display: flex; align-items: center; gap: 1rem; }
.app-header-logo { width: 3rem; height: 3rem; border-radius: 0.375rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 15px rgba(0,0,0,0.1); border: 2px solid #96C6F5; flex-shrink: 0; }
@media (min-width: 1024px) { .app-header-logo { display: none; } }
.app-header-logo img { width: 2.5rem; height: 2.5rem; }
.app-header-title { font-size: 1.125rem; font-weight: 600; text-align: center; min-width: 200px; margin: 0; }
@media (min-width: 1024px) { .app-header-title { font-size: 1.5rem; min-width: 400px; } }
.app-header-right { display: flex; align-items: center; gap: 0.5rem; color:var(--secondary) ;cursor:pointer}



.app-header-notif-btn { position: relative; padding: 0.5rem; border-radius: 9999px; border: none; background: transparent; cursor: pointer; transition: background 0.2s; }
.app-header-notif-btn:hover { background: #f3f4f6; }
.app-header-notif-btn img { width: 1.5rem; height: 1.5rem; display: block; }
.app-header-notif-dot { position: absolute; top: 0.5rem; right: 0.5rem; width: 0.625rem; height: 0.625rem; background: #EB4763; border: 2px solid white; border-radius: 9999px; }
.app-header-user { display: none; }
@media (min-width: 1024px) { .app-header-user { display: flex; align-items: center; gap: 0.75rem; margin-left: 1rem; padding-left: 1rem; border-left: 1px solid #DDE0E4; } }
.app-header-user-text { text-align: right; }
.app-header-user-name { font-size: 0.75rem; font-weight: 700; color: #161A1D; margin: 0; }
.app-header-user-role { font-size: 0.625rem; color: #555E68; text-transform: uppercase; margin: 0; }
.app-header-avatar { width: 2.5rem; height: 2.5rem; background: #e5e7eb; border-radius: 9999px; overflow: hidden; border: 1px solid #DDE0E4; flex-shrink: 0; }
.app-header-avatar img { width: 100%; height: 100%; object-fit: cover; }

.mob-nav { display: flex; justify-content: space-around; align-items: center; position: fixed; bottom: 0; left: 0; right: 0; height: 4rem; background: white; border-top: 1px solid #E5E7EB; box-shadow: 0 -2px 10px rgba(0,0,0,0.05); z-index: 110; padding-bottom: env(safe-area-inset-bottom);  }
@media (min-width: 1024px) { .mob-nav { display: none; } }
.mob-nav-item { display: flex; flex-direction: column; align-items: center; gap: 0.25rem; text-decoration: none; position: relative; color: var(--nav-inactive); }
.mob-nav-label { font-size: 0.625rem; font-weight: 500; }

@media (min-width: 1280px) {
  .right-panel { display: flex; flex-direction: column; width: 20rem; padding: 0.5rem; gap: 1.5rem; position: sticky; top: 0; height: 100vh; overflow-y: auto; scrollbar-width: none; }
  .right-panel::-webkit-scrollbar { display: none; }
}
/* -- Side Panel States -- */

/* The panel is hidden by default */
#secondary_content.right-panel {

  opacity: 0;
  transition: opacity 0.25s ease,left 0.5s ease;
}

/* Mobile: slides in as a fixed overlay from the right */
@media (max-width: 1023px) {
  #secondary_content.right-panel {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 100;
    overflow-y:scroll;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    /* transition: left 0.5s ease;*/
  }

  #content.panel-open #secondary_content.right-panel {
    left: 0%;
    opacity: 1;
    padding-bottom:60px; /*for bottom nav*/
  }
}

/* Desktop: panel grows inline, main content shrinks */
@media (min-width: 1024px) {
  #content.panel-open #secondary_content.right-panel {
    width: 420px;
    min-width: 420px;
    opacity: 1;
    overflow-y: auto;
    border-left: 1px solid #DDE0E4;
  }

  #content.panel-open .main_content {
    transition: min-width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 0;
  }
}

/* Optional: dim backdrop on mobile when panel is open */
#content::after {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
  #content.panel-open::after {
    opacity: 1;
    pointer-events: auto;
  }
}  

@media (min-width: 1024px) {
  #secondary_content.right-panel {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
  }
}

  .side-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: var(--gray-bg);
    border-bottom: 1px solid #DDE0E4;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
 
  .side-header-btn {
    padding: 0.5rem;
    border: none;
    background: transparent;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.2s;
     display: flex;
    align-items: center;
  }
  .side-header-btn:hover { background: #f3f4f6; }
  .side-header-btn img { width: 1.25rem; height: 1.25rem; display: block; }
 
  .side-header-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
  }
  
  
#toast {
    position: fixed;
    top: -20px;
    z-index: 120;
    background: #000;
    color: #fff;
    width: 80%;
    padding: 10px 15px;
    margin: auto 10%;
    display: none;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 1em;
    transition: top 0.5s ease;
    opacity: 0.9;
}

#toast.visible {
    top: 60px;
}  

.form-section-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9CA3AF;
  margin: 1.25rem 0 0.625rem;
}

.form-label {
  font-size: 0.75rem;
  color: #6B7280;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.form-control {
  font-size: 0.9rem;
}

.form-control-xs {
  font-size: 0.75rem !important;
  padding: 0.2rem 0.4rem;
  height: auto;
}
  
  
/* ACCOUNT SECTION */

.account-avatar-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0 1.25rem;
  border-bottom: 1px solid #DDE0E4;
  margin-bottom: 1.25rem;
}

.account-avatar {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--secondary);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-name {
  font-size: 1rem;
  font-weight: 700;
  color: #161A1D;
}

.account-role {
  font-size: 0.75rem;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.account-since {
  font-size: 0.7rem;
  color: #9CA3AF;
  margin-top: 0.15rem;
}



/* END ACCOUNT SECTION */  


/* DASHBOARD*/

.dashboard-notifications {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
}

.notif-card {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  background: #fff;
  border: 1px solid #DDE0E4;
  border-left: 4px solid var(--primary);
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.notif-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-top: 0.1rem;
}

.notif-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.notif-message {
  font-size: 0.9rem;
  color: #374151;
  margin: 0;
  line-height: 1.4;
}

.notif-btn {
  align-self: flex-start;
}

@media (min-width: 480px) {
  .notif-card {
    flex-direction: row;
    align-items: center;
  }

  .notif-body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .notif-message {
    flex: 1;
  }

  .notif-btn {
    flex-shrink: 0;
    align-self: auto;
    margin-left: 1rem;
  }
}

/* END DASHBOARD*/
	

/* MORE*/
.more-menu {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.5rem;
}

.more-menu-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #DDE0E4;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
}

.more-menu-item:hover,
.more-menu-item:active {
  background: #F0F6FF;
  box-shadow: 0 2px 8px rgba(0, 87, 173, 0.08);
}

.more-menu-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.625rem;
  background: var(--secondary);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-menu-body {
  flex: 1;
}

.more-menu-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #161A1D;
}

.more-menu-sub {
  font-size: 0.775rem;
  color: #6B7280;
  margin-top: 0.15rem;
}

.more-menu-arrow {
  flex-shrink: 0;
  color: #9CA3AF;
}


/* END MORE */

/* USERS */
.list-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.25rem;
}

.list-page-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #161A1D;
  margin: 0;
}

.user-type-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #E5E7EB;
  color: #374151;
}

.user-type-badge.user-type-admin {
  background: #DBEAFE;
  color: #1D4ED8;
}

.user-type-badge.user-type-box_office {
  background: #D1FAE5;
  color: #065F46;
}

.user-type-badge.user-type-office {
  background: #EDE9FE;
  color: #5B21B6;
}

.user-type-badge.user-type-box_office_manager {
  background: #FEF3C7;
  color: #92400E;
}
/* END USERS */

/* COUPONS */
.coupon-discount-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: #D1FAE5;
  color: #065F46;
  margin-left: 0.4rem;
  vertical-align: middle;
}

.coupon-code {
  font-family: monospace;
  font-size: 0.75rem;
  background: #F3F4F6;
  color: #374151;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  letter-spacing: 0.04em;
}

.coupon-divider {
  color: #D1D5DB;
  margin: 0 0.25rem;
}

.form-label-hint {
  font-weight: 400;
  color: #9CA3AF;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0;
}

.coupon-status-toggle {
  background: #F9FAFB;
  border: 1px solid #DDE0E4;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
}

.coupon-status-toggle .form-check-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #161A1D;
}

/** END COUPONS */

/* SETTINGS */

.settings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding: 0 0 1rem;
}

@media (min-width: 640px) {
  .settings-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.settings-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #DDE0E4;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.15s;
}

.settings-card:hover,
.settings-card:active {
  background: #F0F6FF;
  box-shadow: 0 2px 8px rgba(0, 87, 173, 0.08);
}

.settings-card-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: var(--secondary);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.settings-card-body {
  flex: 1;
}

.settings-card-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #161A1D;
}

.settings-card-sub {
  font-size: 0.775rem;
  color: #6B7280;
  margin-top: 0.15rem;
}

.file-upload-field {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.file-upload-preview {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border: 1px solid #DDE0E4;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #F9FAFB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-upload-thumb {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.file-upload-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.file-upload-input {
  display: none;
}

.file-upload-btn {
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
}

.file-upload-filename {
  font-size: 0.78rem;
  color: #9CA3AF;
}

/* END SETTINGS */

/* Generic List Table */
.gl-paging {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0 0.625rem;
  font-size: 0.78rem;
  color: #6B7280;
}

.gl-paging-info {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.gl-paging-jump {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gl-page-select {
  width: auto;
  min-width: 60px;
}

.gl-scroll,.scroll-lr {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gl-table-wrap {
  border: 1px solid #DDE0E4;
  border-radius: 0.75rem;
  overflow: hidden;
}

.gl-table {
  width: 100%;
  font-size: 0.82rem;
  border-collapse: collapse;
  margin: 0;
}

.gl-table thead th {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6B7280;
  background: #F9FAFB;
  border-bottom: 1px solid #DDE0E4;
  padding: 0.5rem 0.875rem;
  white-space: nowrap;
}

.gl-table tbody td {
  padding: 0.55rem 0.875rem;
  border-bottom: 1px solid #F3F4F6;
  vertical-align: middle;
  color: #374151;
}

.gl-table tbody tr:last-child td {
  border-bottom: none;
}

.gl-row-click {
  cursor: pointer;
}

.gl-row-click:hover td {
  background: #F0F6FF;
}

.gl-empty {
  text-align: center;
  color: #9CA3AF;
  font-style: italic;
  padding: 1.5rem !important;
}

/* Generic search form extras */

.filter-bar {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  flex-wrap: wrap;
  padding: 0.875rem;
  background: #F9FAFB;
  border: 1px solid #DDE0E4;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

/*
.filter-field {
    display: flex;
    flex-direction: column;
    min-width: 100px;
    flex: 1;
}
*/

.filter-daterange {
  flex: 2;
  min-width: 200px;
}

.filter-sm {
  flex: 0 0 90px;
  min-width: 70px;
}

.gl-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 0.25rem;
}

.gl-filter-actions .btn-link {
  font-size: 0.8rem;
  color: var(--primary);
  padding: 0.2rem 0.25rem;
  text-decoration: none;
}

.gl-filter-actions .btn-link:hover {
  text-decoration: underline;
}

.eff-xs  { flex: 0 0 70px;  min-width: 70px; }
.eff-sm  { flex: 0 0 100px; min-width: 100px; }
.eff-md  { flex: 1;         min-width: 120px; }
.eff-lg  { flex: 2;         min-width: 160px; }
.eff-xl  { flex: 3;         min-width: 200px; }

.events-filter-daterange { flex: 2; min-width: 220px; }
.events-filter-daterange .form-control { min-width: 0; width: 50%; }


/* Reports table */
#reports_list_container .table {
  font-size: 0.82rem;
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}

#reports_list_container .table th {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6B7280;
  background: #F9FAFB;
  border-bottom: 2px solid #DDE0E4;
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
}

#reports_list_container .table td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #F3F4F6;
  color: #374151;
  vertical-align: middle;
}

#reports_list_container .table tbody tr:last-child th {
  background: #F9FAFB;
  border-top: 2px solid #DDE0E4;
  border-bottom: none;
  color: #161A1D;
  font-size: 0.72rem;
}

#reports_list_container .table tbody tr:not(:last-child):hover td {
  background: #F0F6FF;
}

#reports_list_container {
  border: 1px solid #DDE0E4;
  border-radius: 0.75rem;
  overflow: hidden;
}


.calendar_date {
	width:14.285%;
	height:30px;
	box-shadow: inset 0 0 1px #4e4e4e;
		
}

.calendar_date div {
	float:right;
	font-size:0.8em;	
}

.calendar_date.today {
	background-color:#fdff88;	
}

.calendar_date span {
    width: 8px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    background: #bdbdbd;
    vertical-align: bottom;
    cursor: pointer;
    position:relative;

}

.calendar_date span span {
	background: #397ba2;
	margin-right:0px;
	position:absolute;
	bottom:0px;
}

/* Account Ledger */
.al-col-date    { flex: 0 0 130px; font-size: 0.8rem; color: #6B7280; }
.al-col-desc    { flex: 2; min-width: 120px; }
.al-col-tickets { flex: 0 0 70px; text-align: right; font-size: 0.8rem; color: #6B7280; }
.al-col-amount  { flex: 0 0 90px; text-align: right; font-weight: 600; }
.al-col-balance { flex: 0 0 90px; text-align: right; font-weight: 700; color: #161A1D; }

.al-amount-positive { color: #16A34A; }
.al-amount-negative { color: #EF4444; }

@media (max-width: 640px) {
  .al-col-tickets { display: none; }
  .al-col-date { flex: 0 0 90px; font-size: 0.72rem; }
}

/* Communications */
.comm-variables {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.comm-variable {
  font-size: 0.8rem;
  width: auto;
  color: #3292a0;
  background: rgba(255,255,255,0.8);
  border: 1px solid #DDE0E4;
  border-radius: 0.375rem;
  padding: 0.15rem 0.4rem;
  cursor: pointer;
}

.comm-content-preview {
  background: #fff;
  border: 1px solid #DDE0E4;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 0.85rem;
}

.comm-event-list {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #DDE0E4;
  border-radius: 0.75rem;
  overflow: hidden;
}

.comm-event-list {
  overflow-y: scroll;
  max-height: 300px;
}

.comm-status-scheduled { background: #EDE9FE; color: #5B21B6; }
