@import url('scouts_quests_admin.css');

:root {
  --ua-safe-top-env: env(safe-area-inset-top, 0px);
}

html {
	background-color:#ffffff;
/* 	background-image: url("../../img/lich.jpg"); */
/*
	background-repeat:no-repeat;
	background-position: right top;
	background-size: contain;
	background-attachment: fixed;
*/
	height:100%;
	width:100%;
/* 	padding:0; */
/* required for Opera to have 0 margin */
/* 	font-size:20pt; */
/* 	font-family: "Comic Sans MS", cursive, sans-serif; */
/* 	font-family: "Arial", Helvetica, sans-serif; */
/* 	font-family: PT Sans Narrow; */
	cursor:default;
	color: #000000;
	padding-right: 0px !important;
  padding-top: 0;
}

html[data-ua-safe-top="true"] {
  padding-top: var(--ua-safe-top, 0px);
}

body {
	background-color: #ffffff;
	font: 14px normal Arial, Helvetica, sans-serif;
	cursor:default;
	color: #000000;  
	z-index: -4;
}

@supports (padding-top: env(safe-area-inset-top)) {
  body[data-ua-safe-top="true"]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--ua-safe-top, 0px);
    background: #ffffff;
    pointer-events: none;
    z-index: 900;
  }
}

@supports (padding-top: constant(safe-area-inset-top)) {
  body[data-ua-safe-top="true"]::before {
    height: var(--ua-safe-top, 0px);
  }
}

.global-back-to-top{
  position: fixed;
  bottom: 1rem;
  left: 1.25rem;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.35rem 0.85rem rgba(13,110,253,.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 1040;
}

.global-back-to-top:hover{
  background: #0b5ed7;
  color: #fff;
}

.global-back-to-top i{
  pointer-events: none;
}

.global-back-to-top.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@supports (bottom: env(safe-area-inset-bottom)){
  .global-back-to-top{
    bottom: calc(1.25rem + env(safe-area-inset-bottom));
    left: calc(1.25rem + env(safe-area-inset-left));
  }
}

@supports (bottom: constant(safe-area-inset-bottom)){
  .global-back-to-top{
    bottom: calc(1.25rem + constant(safe-area-inset-bottom));
    left: calc(1.25rem + constant(safe-area-inset-left));
  }
}

@media (min-width: 992px){
  #wrapper:not(.toggled) .global-back-to-top{
    left: calc(15rem + 1.5rem);
  }
}

.fix_select_size {
  font: 16px normal Arial, Helvetica, sans-serif !important;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: rgb(197, 197, 197);
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.red-text{
	color:#f44336!important
}

.pointer {
	cursor:pointer;
}

.arrow {
	cursor: default;
}

.scrollable{
  overflow-y: auto;
  max-height: 300px;
}

.navbar.fixed-top {
  top: var(--ua-safe-top, 0px);
}

.scrollable_25{
  overflow-y: auto;
  max-height: 100px;
}

.scrollable_75{
  overflow-y: scroll;
  max-height: 70vh !important;
}

.scrollable_100{
  /* overflow-y: scroll; */
  height: 100% !important;
  /* inset: 0; */
}

.scrollable-x{
  overflow-x: scroll !important;
}

.modal-autoheight .modal-body {
  position: relative;
  overflow-y: auto;
  min-height: 70vh !important;
  max-height: 100vh !important;
}

ol {
  margin-left: 2em !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.remove-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.remove-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.hiddenRow {
    padding: 0 !important;
}

.announcement {
    padding: 10px 15px 10px;
    border: 1px solid #e1e1e1;
    background-color: #fcd838;
	  border-radius: 4px;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.hover:hover {
    background-color: rgba(153, 153, 153, 0.418) !important;
}

.hover_primary:hover {
  background-color: #e7f0f6 !important;
}

.hover_img_round:hover {
    /* background-color:rgb(190, 190, 190) !important; */
    /* opacity:0.5; */
    box-shadow: 0 0 3px rgb(90, 99, 110);
    border-radius:50%;
}

.hover_img_round_1:hover {
  -webkit-box-shadow: -5px 0px 33px -7px #000000, 5px 0px 33px -7px #000000, 5px 5px 10px 5px rgba(0,0,0,0); 
  box-shadow: -5px 0px 33px -7px #000000, 5px 0px 33px -7px #000000, 5px 5px 10px 5px rgba(0,0,0,0);
  border-radius:50%;
}

.hover_img_round_2:hover {
  -webkit-box-shadow: -5px 0px 33px -7px #000000, 5px 0px 33px -7px #000000, 5px 5px 10px 5px rgba(0,0,0,0); 
  box-shadow: -5px 0px 33px -7px #000000, 5px 0px 33px -7px #000000, 5px 5px 10px 5px rgba(0,0,0,0);
  border-radius:50%;
}

.shadow {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.card-shadow {
  -webkit-box-shadow: 0px 0px 5px 0px #a0a0a0; 
  box-shadow: 0px 0px 5px 0px #a0a0a0;
  border-radius:5px;
}

.chevron:after {
	display: inline-block;
  position: relative;
  float: right;
  top: 1px;
  margin-left: 5px;
  width: fit-content;
	font-family: "Font Awesome 5 Free";
    font: normal normal normal 14px/1;
    font-size: inherit;
    /* text-rendering: auto; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: url('../img/chevron-down-sm.png');
  transform: rotate(180deg) ;
  transition: all linear 0.25s;
}   
.chevron.collapsed:after {
  transform: rotate(0deg) ;
}

#accordion a.active{
	background-color: rgb(90, 99, 110);
	color:rgb(253, 253, 253);
	text-decoration: none;
}

#accordion a:link a:visited a:hover a:active{
	text-decoration: none;
	/* background-color: rgb(90, 99, 110); */
}

#accordion .collapse1 {
	/* transition: none;  */
	transition: all linear 0.25s;
	/* background: red; */
}

#accordion .collapse .active, .collapse-trigger.active{
	background-color: rgb(90, 99, 110);
	color:rgb(253, 253, 253);
}

/* .collapse {
  margin-top: 10px !important;
} */

#fake{
	background-color: #e63333;
	color:rgb(253, 253, 253);
}

/* div.dataTables_length {
	margin-top: 1em;
	margin-right: 1em;
} */

table.dataTable {
  margin-top:1em !important;  
  margin-bottom:1em !important;  
}

div.dt-button-collection {
    width: 230px !important;
    /* float: right !important; */
}

.truncate {
  max-width:250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate1 {
  max-width:350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate2 {
  max-width:450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate3 {
  max-width:450px;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  */
}

.not-allowed {
	cursor: not-allowed !important;
}

.selectpicker>option {
	width: auto;
	overflow:scroll;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.select2.narrow {
    width: 100%;
}
.wrap.select2-selection--single {
    height: 100%;
}
.select2-container .wrap.select2-selection--single .select2-selection__rendered {
    word-wrap: break-word;
    text-overflow: inherit;
    white-space: normal;
}

.wrap-custom-1 {
  word-wrap: break-word;
  text-overflow: inherit;
  white-space: normal;  
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-red {
  border: 2px solid #ff0000;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide_scrollbars::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide_scrollbars {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.borderless td, .borderless th {
  border: none;
  border-right: none !important;
}

.borderless td:hover, .borderless tr:hover, .attendance_table tr:hover {
  background-color: #ececec !important;
}

[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1.2em;
  width:3.2em;
  height:3.2em;
  line-height:3.2em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

[data-letters-lg]:before {
  content:attr(data-letters-lg);
  display:inline-block;
  font-size:2.2em;
  width:3.2em;
  height:3.2em;
  line-height:3.2em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

[data-letters-lg]:hover {
  font-size:13px;
  background-color:rgb(73, 73, 73) !important;
}

[data-letters-md]:before {
  content:attr(data-letters-md);
  display:inline-block;
  font-size:1.4em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

[data-letters-sm]:before {
  content:attr(data-letters-sm);
  display:inline-block;
  font-size:1.4em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

[data-letters-xs]:before {
  content:attr(data-letters-xs);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:rgb(142, 184, 248);
  vertical-align:middle;
  /* margin-right:1em; */
  color:white;
}

.modal_top_1 {
  z-index: 1100 !important;
}

.modal_top_2 {
  z-index: 2100 !important;
}

.modal_top_3 {
  z-index: 5100 !important;
}

.modal_top {
  z-index: 5000 !important;
}

.modal_top_100 {
  z-index: 9999 !important;
}

.remove_focus {
  outline: none !important;
  box-shadow: none;
}

/* .modal-open .modal,.btn:focus{outline:none;} */

.button_hover {
  position: relative;
  width: 500px;
  left:0;
  top: 180px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.button_hover a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}


.overlay_hover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.container_hover:hover .overlay_hover {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.select2_multi, .select2_no_search_multi {
  /* overflow: hidden !important; */
  height: auto !important;
}

.modal-fullscreen {
  /* override inline padding-right added from js */
  padding: 0 !important;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal:not(.modal-fullscreen) .modal-dialog {
  width: auto;
  margin: calc(0.75rem + env(safe-area-inset-top, 0px)) auto calc(0.75rem + env(safe-area-inset-bottom, 0px));
  max-height: calc(100vh - 1.5rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  display: flex;
  align-items: flex-start;
}

.modal:not(.modal-fullscreen) .modal-dialog.modal-dialog-centered{
  align-items: center;
  min-height: calc(100vh - 1.5rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
}

.modal:not(.modal-fullscreen) .modal-dialog .modal-content {
  width: 100%;
  max-height: calc(100vh - 1.5rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  display: flex;
  flex-direction: column;
}

.modal:not(.modal-fullscreen) .modal-dialog .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.modal:not(.modal-fullscreen) .modal-dialog .modal-header,
.modal:not(.modal-fullscreen) .modal-dialog .modal-footer {
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .modal:not(.modal-fullscreen) .modal-dialog {
    margin: calc(0.5rem + env(safe-area-inset-top, 0px)) auto calc(0.5rem + env(safe-area-inset-bottom, 0px));
  }
  .modal:not(.modal-fullscreen) .modal-dialog .modal-content {
    max-height: calc(100vh - 1rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  }
}

.round_button {
  height: 30px;
  width: 30px;
  text-align: center !important;
  /* background-color: #bbb; */
  border-radius: 50%;
  display: inline-block;
}

.round_button:active {
  background-color: #1e48ff;
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}

.radio_lg input[type='radio'] { 
  transform: scale(2); 
}

.rotate-90 {

  transform: rotate(-90deg);

  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-180 {

  transform: rotate(-180deg);

  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.pop_css {
  position: relative;
}

.pop_css::before,
.pop_css::after {
  --scale: 0;
  --tooltip-color: #333;
  --arrow-size: 10px;

  position: absolute;
  /* content: attr(data-tooltip-css); */
  top: -.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 100ms transform;
  transform-origin: bottom center;
}

.pop_css::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip-css);
  text-align: center;
  color: white;
  height: max-content;
  width: max-content;
  padding: .5rem;
  border-radius: .3rem;
  background: var(--tooltip-color);
}

.pop_css:hover::before,
.pop_css:hover::after {
  --scale: 1;
}

.pop_css:hover::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: '';
  /* width: 10px; */
  /* height: 10px; */
  /* background-color: black; */
  border:var(--arrow-size) solid transparent;
  border-top-color: var(--tooltip-color);
  transform-origin: top center;        
}

.pac-container {
  z-index: 1051 !important;
}

.select2-dropdown.increasedzindexclass {
  z-index: 999999;
}

.bootbox.modal {
  z-index: 9999 !important;
}

.bootbox.alert {
  z-index: 9999 !important;
}

.scroll_to_top_btn {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  /* background-color: rgb(0, 60, 255); */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

@media all and (display-mode: fullscreen) {
  /* Here goes the CSS rules that will only apply if app is running standalone */
  /* .browser_content {
    display: none;
  } */
}

#sidebar-wrapper111 {
  /* overflow-x: scroll !important; */
  /* border-radius: 10px; */
  /* border: 1px solid #0275d8 !important; */
  /* z-index: 9999; */
  /* padding-left: 10px !important; */
  /* top: 25px !important; */
  /* min-height: 100vh; */
  /* left: 10px !important; */
  margin-top: 72px !important;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper111 .sidebar-heading111 {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper111 .list-group111 {
  width: 15rem;
}

#page-content-wrapper111 {
  margin-top: 4rem;
  min-width: 100vw;
}

#wrapper.toggled111 #sidebar-wrapper111 {
  /* margin-top: 5px !important; */
  /* margin-left: 5px !important; */
  margin-left: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .news_card_dashboard {
    width: 100% !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 868px) {
  .news_card_dashboard {
    width: 100% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 868px) {
  .news_card_dashboard {
    width: 350px !important;
  }
}

.quick-access-modal {
  position: relative;
}

.quick-access-modal__viewport {
  overflow: hidden;
  position: relative;
}

.quick-access-modal__track {
  width: 100%;
}

.quick-access-modal__pane {
  display: none;
}

.quick-access-modal__pane.is-active {
  display: block;
}

.quick-access-modal--submenu .quick-access-modal__viewport {
  overflow: hidden;
}

.quick-access-modal__heading {
  margin-bottom: 1rem;
}

.quick-access-modal--submenu .quick-access-modal__heading {
  margin-bottom: 0.75rem;
}

.quick-access-modal__title {
  font-weight: 600;
}

.story-slides-modal__dialog {
  max-width: 420px;
  width: 90vw;
}

.story-slides-modal__content {
  border-radius: 24px;
  overflow: hidden;
  border: none;
  box-shadow: 0 1.5rem 4rem rgba(0,0,0,0.25);
}

.story-slide-frame {
  width: 100%;
  height: 65vh;
  min-height: 360px;
  border-radius: 22px;
  background-color: #f0f2f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 40px rgba(0,0,0,0.15);
}

.story-slide-frame--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ea7b3;
  font-size: 1.25rem;
}

.story-slides-progress {
  display: flex;
  gap: 4px;
  padding: 0 0.5rem;
}

.story-slide-progress-bar {
  flex: 1;
  height: 4px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.story-slide-progress-bar.active {
  background-color: #ffffff;
}

.story-slides-caption {
  min-height: 60px;
  font-size: 1rem;
}

.story-slide-card {
  border-left: 5px solid #007bff;
}

.story-slide-card--archived {
  opacity: 0.7;
  border-left-color: #6c757d;
}

.story-slide-card__image {
  width: 220px;
  min-height: 160px;
  flex: 0 0 auto;
}

.story-slide-card__image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.story-slide-card__image--placeholder {
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.story-slide-card__caption {
  white-space: pre-wrap;
}

.story-slide-preview {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
}

@media (max-width: 576px) {
  .story-slide-card__image {
    width: 100%;
    min-height: 200px;
    margin-bottom: 1rem;
  }

  .story-slide-frame {
    height: 55vh;
  }
}
.academy-shell {
  background: #f9fafc;
}
.academy-shell .card {
  border-radius: 12px;
  border: 1px solid rgba(79, 86, 125, 0.08);
}
.academy-shell .card-header {
  border-bottom: 1px solid rgba(79, 86, 125, 0.08);
}
.academy-search-suggestions {
  border: 1px solid rgba(79, 86, 125, 0.18);
  border-radius: 8px;
  background: #fff;
  margin-top: 0.75rem;
  max-height: 260px;
  overflow-y: auto;
}
.academy-search-suggestions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.academy-category-pill {
  width: 68px;
  min-width: 68px;
  border-radius: 10px;
  border: 1px solid rgba(79, 86, 125, 0.2);
  padding: 0.45rem 0.35rem;
  text-align: center;
  line-height: 1.1;
}
.academy-category-pill strong {
  display: block;
  font-size: 1rem;
  color: #1f2a44;
}
.academy-news .list-group-item {
  border-left: none;
  border-right: none;
}
.academy-news .list-group-item:first-child {
  border-top: none;
}
.academy-news .list-group-item:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.comm-job-toast-container {
  position: fixed;
  top: 80px;
  right: 24px;
  width: 320px;
  z-index: 9600;
}
@media (max-width: 767.98px) {
  .comm-job-toast-container {
    top: 72px;
    left: 12px;
    right: 12px;
    width: auto;
  }
}
.comm-job-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  padding: 12px 16px;
  margin-bottom: 14px;
  border-left: 4px solid #0d6efd;
}
.comm-job-card:last-child {
  margin-bottom: 0;
}
.comm-job-card-complete {
  border-left-color: #28a745;
}
.comm-job-card-error {
  border-left-color: #dc3545;
}
.comm-job-progress {
  width: 56px;
  height: 56px;
  margin-right: 16px;
  border-radius: 50%;
  background: conic-gradient(#0d6efd var(--comm-job-progress, 0deg), #eef2f7 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.comm-job-card-complete .comm-job-progress {
  background: conic-gradient(#28a745 var(--comm-job-progress, 360deg), #e9f7ef 0deg);
}
.comm-job-card-error .comm-job-progress {
  background: conic-gradient(#dc3545 var(--comm-job-progress, 360deg), #fbeaec 0deg);
}
.comm-job-progress-inner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}
.comm-job-card-complete .comm-job-progress-inner {
  color: #28a745;
}
.comm-job-card-error .comm-job-progress-inner {
  color: #dc3545;
}
.comm-job-body {
  flex: 1;
  min-width: 0;
}
.comm-job-title {
  font-weight: 600;
  font-size: 15px;
  color: #111827;
}
.comm-job-status {
  font-size: 13px;
  margin-top: 2px;
}
.comm-job-meta {
  font-size: 12px;
  margin-top: 2px;
  color: #6b7280;
}
.comm-job-pill {
  display: none;
  background: #e0ecff;
  color: #0d6efd;
  border-radius: 999px;
  padding: 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 6px;
}
.comm-job-card-diocese .comm-job-pill {
  display: inline-block;
}
.image_info_div_event img,
.image_info_div_event_card img,
.image_info_div_header img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
}
.event-media-thumb-btn,
.event-media-thumb-link {
  padding: 0;
  border: 0;
  background: none;
  width: 100%;
  position: relative;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  overflow: hidden;
  display: block;
}
.event-media-thumb-btn:focus,
.event-media-thumb-link:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.35);
}
.event-media-thumb-btn .event-media-thumb,
.event-media-thumb-link .event-media-thumb {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.event-media-thumb-wrapper {
  position: relative;
}
.event-media-thumb {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  display: block;
}
.event-media-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 0.75rem;
}
@media (min-width: 768px) {
  .event-media-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 1rem;
  }
}
.event-media-gallery-item {
  position: relative;
}
.event-media-gallery-btn {
  padding: 0;
  border: 0;
  background: #0f172a;
  display: block;
  border-radius: 0.65rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.event-media-gallery-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.45);
}
.event-media-gallery-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.event-media-gallery-icon {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-media-gallery-placeholder {
  background: #e2e8f0;
  color: #475569;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.65rem;
  padding: 1rem;
  text-align: center;
}
.event-media-filter-select{
  max-width: 320px;
}
@media (max-width: 575.98px){
  .event-media-filter-select{
    max-width: 100%;
    width: 100%;
  }
}
.event-media-thumb-overlay {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#event_media_publish_modal .modal-dialog {
  max-height: calc(100vh - 3rem);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#event_media_publish_modal .modal-body {
  max-height: calc(100vh - 12rem);
  overflow-y: auto;
}
.event-media-video-wrapper {
  position: relative;
  padding-top: 56.25%;
  background: #000;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  overflow: hidden;
}
.event-media-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event-media-iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  background: #f8f9fa;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  overflow: hidden;
}
.event-media-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity .2s ease;
}
.event-media-iframe-wrapper.preview-active iframe {
  opacity: 1;
}
.event-media-iframe-launcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.25rem;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.event-media-iframe-launcher-body {
  max-width: 90%;
}
.event-media-iframe-launcher .btn {
  margin-top: 1rem;
}
.event-media-iframe-wrapper.preview-active .event-media-iframe-launcher {
  display: none;
}
.event-media-card .card-body {
  min-height: auto;
  padding-bottom: 0.75rem;
}
.event-media-added {
  margin-bottom: 0;
}
.event-media-album-pill {
  background-color: #eef2ff;
  color: #3f51b5;
}
.event-media-empty {
  border: 1px dashed #ced4da;
  border-radius: .5rem;
  padding: 1.5rem;
  text-align: center;
  color: #6c757d;
  background: #fff;
}
.event-media-dropzone {
  border: 2px dashed #9ec5fe;
  border-radius: .75rem;
  text-align: center;
  padding: 2rem 1rem;
  cursor: pointer;
  background-color: #f8fbff;
}
.event-media-dropzone.drag-over {
  background-color: #e3f2ff;
  border-color: #0d6efd;
}
.event-media-dropzone-icon {
  font-size: 2.5rem;
  color: #0d6efd;
}
.event-media-upload-item {
  border: 1px solid #e9ecef;
  border-radius: .5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  background: #fff;
}
.event-media-upload-item-complete {
  border-color: #d1e7dd;
}
.event-media-upload-item-error {
  border-color: #f8d7da;
}
.event-media-card {
  position: relative;
}

.event-media-admin-grid .event-media-grid-item {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 0.65rem;
  padding: 0.35rem;
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.event-media-admin-grid .event-media-grid-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}
.event-media-admin-grid .event-media-grid-item.selected {
  border-color: #2563eb;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.25);
}
.event-media-admin-grid {
  margin-left: 0;
  margin-right: 0;
}
.event-media-admin-grid > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.event-media-grid-thumb {
  position: relative;
  padding-top: 0;
  min-height: 200px;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #0f172a;
}
.event-media-grid-thumb button,
.event-media-grid-thumb .event-media-thumb-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.event-media-grid-thumb img,
.event-media-grid-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.event-media-grid-checkbox {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 3;
}
.event-media-grid-private {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.event-media-grid-thumb .event-media-download-btn {
  right: 0.5rem;
  left: auto;
  bottom: 0.5rem;
  top: auto;
  background: rgba(15, 23, 42, 0.85);
}
.event-media-grid-thumb .event-media-download-btn:hover,
.event-media-grid-thumb .event-media-download-btn:focus {
  background: rgba(37, 99, 235, 0.95);
}
.event-media-grid-info {
  margin-top: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.event-media-grid-sequence {
  font-weight: 600;
  font-size: 0.9rem;
  color: #0f172a;
}
.event-media-grid-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.event-media-info-btn {
  font-size: 0.78rem;
  padding: 0.1rem 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-media-info-btn i {
  margin: 0;
  line-height: 1;
}
.event-media-info-modal {
  font-size: 0.95rem;
}
.event-media-info-sequence {
  font-weight: 600;
  font-size: 1.05rem;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.event-media-info-meta-row {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.9rem;
}
.event-media-info-meta-row:last-child {
  border-bottom: 0;
}
.event-media-info-meta-label {
  color: #64748b;
  margin-right: 1rem;
  flex: 0 0 40%;
}
.event-media-info-meta-value {
  flex: 1;
  text-align: right;
  color: #0f172a;
  word-break: break-word;
}
.event-media-info-description {
  font-size: 0.92rem;
  color: #475569;
}
.event-media-info-actions .btn {
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
}

.event-media-card.selected {
  border-color: #0d6efd;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}
.event-media-card-select {
  position: static;
  align-self: flex-end;
  margin-top: 0.5rem;
}
.event-media-bulk-toolbar {
  border: 1px solid #e3e6ef;
  border-radius: .75rem;
  padding: 0.75rem 1rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.event-media-bulk-toolbar .event-media-bulk-actions-buttons button {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
.event-media-list-panel {
  position: relative;
  min-height: 120px;
}
.event-media-list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: .75rem;
}
.event-media-card-list {
  display: block;
}
.event-media-card-list.event-media-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 0.75rem;
}
@media (min-width: 768px) {
  .event-media-card-list.event-media-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 0.9rem;
  }
}
@media (min-width: 1200px) {
  .event-media-card-list.event-media-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 1rem;
  }
}
.event-media-admin-grid .event-media-thumb {
  height: 200px;
}
@media (min-width: 992px) {
  .event-media-admin-grid .event-media-thumb {
    height: 175px;
  }
}
.attendance-card-list {
  display: flex;
  flex-direction: column;
}

.bookstore-mobile-container {
  margin-top: 0.5rem;
  padding-bottom: 0;
}
.bookstore-roles-header {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .bookstore-roles-header {
    margin-top: 0.5rem;
  }
}

.attendance-card {
  position: relative;
  border: 1px solid rgba(148,163,184,0.3);
  border-radius: 18px;
  padding: 0.85rem 1rem;
  background: #fff;
  margin-bottom: 0.9rem;
  box-shadow: 0 4px 16px rgba(15,23,42,0.12);
  transition: box-shadow .2s ease, transform .2s ease;
  z-index: 1;
  overflow: visible;
}

.attendance-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.attendance-card__primary {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}


.attendance-card--panel-open {
  z-index: 25;
}

.attendance-card .bookstore-mobile-head h6,
.attendance-card__primary h6 {
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.attendance-card .bookstore-mobile-head .text-muted {
  font-size: 0.82rem;
}

.attendance-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.attendance-card__actions > button,
.attendance-card__other-anchor .attendance-card__other-toggle {
  margin-top: 0 !important;
  min-height: 34px;
  padding: 0.25rem 0.8rem;
  border-radius: 0.75rem;
}

.attendance-card__other-anchor {
  position: relative;
  display: inline-flex;
  align-items: stretch;
}

.attendance-card .bookstore-mobile-extra {
  display: none;
  border-top: 1px dashed rgba(148,163,184,0.35);
  margin-top: 0.65rem;
  padding-top: 0.65rem;
}

.participant-review-section {
  margin-bottom: 1rem;
}

.participant-review-section:last-child {
  margin-bottom: 0;
}

.attendance-card.expanded .bookstore-mobile-extra {
  display: block;
}

.attendance-card__detail {
  font-size: 0.9rem;
}

.attendance-card__toggle {
  border: none;
  background: #f3f4f6;
  color: #374151;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
  font-weight: 600;
  text-decoration: none;
}

.attendance-card__toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59,130,246,0.35);
  background: #e5e7eb;
  color: #111827;
}

.attendance-card__toggle-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.attendance-card__toggle-icon {
  display: inline-flex;
  align-items: center;
}

.attendance-card__caret {
  font-size: 0.8rem;
  transition: transform .2s ease, color .2s ease;
}

.event-media-card-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.event-media-card-checkbox .custom-control-label {
  margin-bottom: 0;
}

.attendance-card__other-panel {
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid rgba(148,163,184,0.35);
  border-radius: 1rem;
  box-shadow: 0 24px 40px rgba(15,23,42,0.18);
  padding: 0.75rem;
  z-index: 32;
  min-width: 220px;
  width: min(280px, calc(100vw - 32px));
  transform-origin: top left;
}

.attendance-card__other-panel::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border-top: 1px solid rgba(148,163,184,0.35);
  border-left: 1px solid rgba(148,163,184,0.35);
  transform: rotate(45deg);
  top: -6px;
  left: 50%;
  margin-left: -6px;
}

.attendance-card__other-panel button {
  margin-bottom: 0.35rem;
}

.attendance-card__other-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.35rem 0;
}

.attendance-card__other-row:last-child {
  padding-bottom: 0;
}

.attendance-card__other-label {
  font-size: 0.85rem;
  color: #6c757d;
  margin-right: 0.5rem;
}

.attendance-card--restricted .attendance-card__actions button,
.attendance-card--restricted .attendance-card__other-panel button {
  pointer-events: none;
  opacity: 0.6;
}
.event-media-card-hero {
  width: 96px;
  height: 96px;
  border-radius: .5rem;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.event-media-card-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-media-card-hero--has-thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.event-media-download-btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.65);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  text-decoration: none;
  z-index: 5;
  transition: background .2s ease, color .2s ease;
}
.event-media-download-btn:hover,
.event-media-download-btn:focus {
  background: rgba(15, 23, 42, 0.85);
  color: #fff;
  text-decoration: none;
}
.event-media-download-btn-inline {
  display: inline-flex;
  align-items: center;
}
.event-media-thumb-placeholder {
  font-size: 1.75rem;
  color: #94a3b8;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.85);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.media-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: radial-gradient(circle at top left, #eef2ff, #e0f2fe);
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 200px;
}
.media-hero__content {
  z-index: 1;
}
.media-hero__eyebrow {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #2563eb;
  font-weight: 600;
}
.media-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0.5rem 0;
  color: #0f172a;
}
.media-hero__subtitle {
  margin: 0;
  color: #475569;
  max-width: 420px;
}
.media-hero__accent {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.15);
  filter: blur(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-hero__pulse {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid rgba(14, 165, 233, 0.25);
  animation: mediaPulse 6s infinite;
}
.media-hero__pulse + .media-hero__pulse {
  width: 190px;
  height: 190px;
  animation-delay: 1s;
}
@keyframes mediaPulse {
  0% { transform: scale(0.8); opacity: 0.7; }
  70% { transform: scale(1.2); opacity: 0.1; }
  100% { transform: scale(0.8); opacity: 0.7; }
}
.media-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(15,23,42,0.07);
}
.member-media-app {
  position: relative;
}
.member-media-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(248, 250, 252, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.member-media-loading .spinner-border {
  width: 3rem;
  height: 3rem;
}
.media-toolbar__control {
  flex: 1 1 320px;
}
.media-toolbar__select .select2-selection {
  border-radius: 0.75rem !important;
  border-color: #cbd5f5 !important;
  padding: 0.4rem 0.75rem !important;
  min-height: 48px;
}
.media-toolbar__select .select2-selection__rendered {
  font-size: 1rem;
  color: #0f172a;
}
.media-toolbar__select .select2-selection__arrow {
  height: 48px !important;
  right: 10px !important;
}
.media-album-card {
  background: linear-gradient(145deg, #fdfdff 0%, #e7f1ff 60%, #dbeafe 100%);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15,23,42,0.08);
  margin-bottom: 1.5rem;
  border: 1px solid rgba(99, 102, 241, 0.12);
}
.media-album-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .media-album-card__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.media-album-card__primary {
  flex: 1;
}
.media-album-card__title {
  margin: 0.35rem 0;
  font-size: 1.35rem;
  color: #1e1b4b;
}
.badge-soft-primary {
  background: rgba(99, 102, 241, 0.2);
  color: #4338ca;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}
.event-media-card-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
}
.event-media-card-badges .badge {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}
.event-media-type-pill {
  background: #eef2ff;
  color: #4c1d95;
  border: 1px solid rgba(76, 29, 149, 0.15);
}
.event-media-visibility-pill {
  background: #fff5f5;
  color: #b91c1c;
  border: 1px solid rgba(185, 28, 28, 0.2);
}
.event-media-album-share-status {
  margin-top: 0.15rem;
}
.event-media-thumb-link {
  text-decoration: none;
}
.event-media-thumb-link:hover,
.event-media-thumb-link:focus {
  text-decoration: none;
}
.event-media-lightbox {
  padding-right: 0 !important;
}
.event-media-lightbox .modal-dialog {
  max-width: 1100px;
  width: 96vw;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .event-media-lightbox .modal-dialog {
    width: 100vw;
  }
}
.event-media-lightbox .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
  height: 100%;
  width: 100%;
}
.event-media-lightbox .modal-body {
  background: #000;
  border-radius: .75rem;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.event-media-lightbox-media {
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  min-height: 0;
}
.event-media-lightbox-media img,
.event-media-lightbox-media video {
  max-width: 100%;
  max-height: calc(100vh - 220px);
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .event-media-lightbox-media img,
  .event-media-lightbox-media video {
    max-height: calc(100vh - 260px);
  }
}
.event-media-lightbox-info {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  flex: 0 0 auto;
}
.event-media-lightbox-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.event-media-lightbox-download {
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  transition: background .15s ease, color .15s ease;
}
.event-media-lightbox-download:hover,
.event-media-lightbox-download:focus {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.event-media-lightbox-sequence {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  letter-spacing: 0.05em;
}
.event-media-lightbox-info h5 {
  color: #fff;
}
.event-media-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 5;
}
.event-media-lightbox-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
.event-media-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: background .15s ease;
}
.event-media-lightbox-nav:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.event-media-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}
.event-media-lightbox-nav:active {
  background: rgba(255, 255, 255, 0.35);
}
.event-media-lightbox-nav-prev {
  left: 20px;
}
.event-media-lightbox-nav-next {
  right: 20px;
}
@media (max-width: 767.98px) {
  .event-media-thumb-btn .event-media-thumb,
  .event-media-thumb-link .event-media-thumb {
    height: 200px;
  }
  .event-media-lightbox-media {
    min-height: 30vh;
  }
.event-media-lightbox-nav-prev {
  left: 10px;
}
  .event-media-lightbox-nav-next {
    right: 10px;
  }
  .event-media-bulk-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .event-media-bulk-toolbar .event-media-bulk-actions-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.75rem;
  }
}

.book-event-page .card {
  transition: none !important;
}

.book-event-page .card:hover {
  box-shadow: none !important;
  transform: none !important;
}

.menu-item-card-summary .menu-item-card-qty {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.linked-inventory-summary {
  margin-top: 0.25rem;
}
