.login.login-v2 .login-container {
  max-width: 437px !important;
}

.animate__animated.animate__fadeOut {
  --animate-duration: 2s;
}

.prerender {
  min-height: 100vh;
  width: 100%;
  background-color: #f8f9faeb;
  background-size: cover;
  display: flex;
  align-items: center;
  transition: opacity 0.15s linear;
  width: 100%;
  z-index: 1050;
  position: absolute;
}
.prerender-container {
  flex: 1;
}
.prerender-container .prerender-header {
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.prerender-container .prerender-header .brand {
  padding: 0;
  font-size: 28px;
  color: var(--app-component-color);
  font-weight: 300;
  flex: 1;
}

.vtl-glitter-success {
  background-color: #67B4AC !important;
}

.vtl-glitter-error {
  background-color: #e45d5d !important;
}

.vtl-glitter-warning {
  background-color: #ff9800 !important;
}

.gritter-without-image p {
  color: #fff !important;
}

.gritter-close {
  color: #fff !important;
}

.modal .e-richtexteditor .e-toolbar-container {
  position: relative;
  z-index: 2;
  height: 100% !important;
}
.modal .e-richtexteditor .e-toolbar-container .e-toolbar {
  overflow: auto;
}

.modal-danger .modal-content {
  background-color: #cf4747;
}
.modal-danger .modal-header, .modal-danger .modal-body {
  color: #fff;
  border-bottom: 1px solid #bf3838;
}
.modal-danger .validation-message {
  color: #7e0000;
}
.modal-danger .btn {
  background-color: #951010 !important;
  border-color: #951010 !important;
}
.modal-danger .btn :hover {
  background-color: #b71515 !important;
  border-color: #b71515 !important;
}

.modal-footer {
  border-top: 1px solid #b9b9b9;
}

.user-image {
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.user-body {
  background-color: #f1f3f6 !important;
}

.vtl-link {
  color: #348fe2;
}

.app-content {
  min-height: calc(100vh - 51px);
  display: flex;
  flex-direction: column;
}

.app-content-inner {
  padding: 20px 30px;
}

#slider.ui-slider-horizontal {
  height: 0.5em !important;
  position: relative;
  background: #e1e4e9 !important;
  margin-top: 25px;
  margin-bottom: 25px;
  left: 3% !important;
}
#slider.ui-slider-horizontal .ui-slider-handle {
  outline: 0;
  background: green;
  border-radius: 50%;
  top: -0.6em;
}

.slider-color {
  /*top: 1em;
  left: 5%;*/
  /*position:absolute;
  height: .1em;
  width: 100%;
  border: none;
  background: #008000;
  height: .5em;*/
}

.custom-slider-handle {
  width: 2em !important;
  height: 2em !important;
  margin-top: -0.3em;
  text-align: center;
  line-height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  border: 3px solid #00acac !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer !important;
}

.handle-tooltip {
  position: absolute;
  top: -30px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 60px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
}

.handle-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.e-popup-footer {
  display: none !important;
}

.min, .max {
  position: absolute;
  display: block;
  margin-top: 10px;
  width: 43px;
  background-color: #b7b4b4;
  color: white;
  text-align: center;
  border-radius: 8px;
  top: -44px;
  margin-top: 17px;
}

.max {
  right: 0;
}

.panel-venue {
  max-height: 275px;
}
.panel-venue .image-venue {
  max-height: 243px;
}

.galeri-image-container {
  position: relative;
  overflow: hidden;
}
.galeri-image-container img {
  width: 100%;
}
.galeri-image-container .overlay {
  opacity: 0;
  position: absolute;
  top: 0px;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.galeri-image-container .overlay-inner {
  height: 100%;
}

.galeri-image-container:hover .overlay {
  opacity: 0.7;
}

.panel-expand .table-history-container {
  max-height: unset !important;
}
.panel-expand .panel-venue {
  max-height: unset !important;
}
.panel-expand .panel-venue .image-venue {
  max-height: 100% !important;
}

.e-calendar, .e-bigger.e-small .e-calendar {
  max-width: unset !important;
  min-height: unset !important;
}

.vtl-detail-reservasi {
  color: #0c7a3b;
  font-size: 14px;
}
.vtl-detail-reservasi b {
  font-weight: 700;
}

.table > :not(:first-child) {
  border-top: unset !important;
}

.event-reservasi {
  height: 150px;
  overflow: auto;
  margin-bottom: 2px;
}

.event-schedule {
  max-height: 362px;
  overflow: auto;
}

/*Tab Nav*/
.nav-tabs .vtl-nav-link.active {
  color: #20252a;
  background-color: #348fe2;
  border-color: #0a3a66;
  color: white;
}

.vtl-tab-content {
  border: 0;
  box-shadow: 0px 1px 0px #b1b4b6, 1px 0px 0px #b1b4b6, -1px 0px 0px #b1b4b6, -1px 1px 0px #b1b4b6, 1px 1px 0px #b1b4b6, 1px -1px 0px #b1b4b6, -1px -1px 0px #b1b4b6;
}

.nav-tabs .vtl-tab-link.active {
  border: 1px solid #b1b4b6;
  border-bottom: 0px;
  margin: -1px;
}

/*end Tabnav*/
.vtl-card-body {
  background-color: #8080800a;
  border: 1px solid #ece6e6;
}

.vtl-card-text {
  max-height: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.dark-mode .bg-dark, .dark-mode .bg-white {
  --bs-bg-opacity: 0 !important;
}

.dark-mode .bg-dark, .dark-mode .bg-white {
  --bs-bg-opacity: 0 !important;
}
.dark-mode .vtl-detail-reservasi {
  color: #0cc65b;
}
.dark-mode .bg-gray-200 {
  background-color: #6c757d !important;
}
.dark-mode .btn-close {
  color: white;
}
.dark-mode .bd-highlight {
  color: #31373d;
}
.dark-mode .ck.ck-reset_all, .dark-mode .ck.ck-reset_all * {
  color: white;
  background-color: #2d353c;
}
.dark-mode .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: var(--ck-color-base-border);
  background-color: #2d353c;
}
.dark-mode .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .dark-mode .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-color: var(--ck-color-base-border);
  background-color: #2d353c;
}
.dark-mode .user-body {
  background-color: #474d52 !important;
}
.dark-mode .vtl-link {
  color: #fff;
}
.dark-mode .card-title {
  color: white;
}
.dark-mode .modal-danger .form-control {
  background-color: #38383826;
}
.dark-mode .tokenfield .token .token-label {
  color: black;
}

.broadcast-image-container {
  position: relative;
  overflow: hidden;
}
.broadcast-image-container img {
  width: 100%;
}
.broadcast-image-container .overlay {
  opacity: 0;
  position: absolute;
  top: 0px;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.broadcast-image-container .overlay-inner {
  height: 100%;
}

.vorteil-card-viewer .vorteil-card-viewer-item {
  padding: 0px;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-thumbnail {
  position: relative;
  height: 200px;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-thumbnail.no-file {
  height: 200px;
  background-color: #ececec;
  text-align: center;
  animation: fadeIn;
  animation-duration: 2s;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-thumbnail.no-file::before {
  content: "\f15b";
  width: 100%;
  position: absolute;
  margin: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 5rem;
  color: #c0c0c0;
  left: 0px;
  top: calc(50% - 4rem);
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 200px;
  object-position: top;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info {
  padding: 15px;
  border-top: 1px solid #dedede;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info .vorteil-card-viewer-info-title {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info .vorteil-card-viewer-info-title * {
  text-decoration: none;
  color: var(--app-theme);
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info .dropdown .dropdown-toggle {
  box-shadow: none;
  padding: 5px 10px;
  line-height: 0;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info .dropdown .dropdown-toggle::after {
  display: none;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info .vorteil-card-viewer-info-subtitle {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: #bababa;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info .vorteil-card-viewer-info-subtitle div:not(:last-child) {
  margin-right: 1rem;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info .vorteil-card-viewer-info-desc span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vorteil-card-viewer .vorteil-card-viewer-item .vorteil-card-viewer-info .vorteil-card-viewer-info-footer span {
  color: #bababa;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 0px to 575px */
/* 575px to 768px */
/* 768px to 992px */
/* 768px to 992px Portrait */
/* 992px to 1024px */
/* 1024px to 1400px */
/* 1024px to 1400px */
/* 1400px to 1920px */
/* 1920px to 2560px */
.drive-section {
  /*margin-bottom: 50px;*/
}
.drive-section-header {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.drive-section-item-folder {
  display: flex;
  flex-wrap: wrap;
}
.drive-section-item-folder-card {
  /*width: 322px;*/
  width: calc(20% - 10px);
  margin-bottom: 10px;
}
@media (max-width: 1399.98px) {
  .drive-section-item-folder-card {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 991.98px) {
  .drive-section-item-folder-card {
    width: calc(51% - 20px);
  }
}
@media (max-width: 574.98px) {
  .drive-section-item-folder-card {
    width: 100%;
  }
}
.drive-section-item-folder-card:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 574.98px) {
  .drive-section-item-folder-card:not(:last-child) {
    margin-right: 0px;
  }
}
.drive-section-item-folder-card .card-body {
  display: flex;
  align-items: center;
  gap: 20px;
}
.drive-section-item-folder .drive-folder-icon i {
  font-size: 25px;
}
.drive-section-item-folder .drive-folder-name {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drive-section-item-file {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.drive-section-item-file .card {
  width: 300px !important;
}
.drive-section-item-file .card .card-img {
  height: 150px;
}
.drive-section-item-file .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.drive-section-item-content {
  display: flex;
}
.drive-section-item-content .drive-section-item-title {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*# sourceMappingURL=vtl-main.css.map */
