/* outfit-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('../Fonts/outfit-v11-latin-200.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/outfit-v11-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/outfit-v11-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
img {
  width: 100%;
  height: auto;
}
body {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  color: #3D434A;
  background-color: #F4F7F9;
}
body a {
  color: #3D434A;
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
.page-wrapper .sidebar-wrapper {
  position: fixed;
  top: 0;
  z-index: 99;
  height: 100%;
  line-height: inherit;
  background: #2A3650;
  width: 150px;
  text-align: left;
  -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
  box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .page-wrapper .sidebar-wrapper {
    width: 252px;
  }
}
.page-wrapper .sidebar-wrapper .logo-wrapper {
  padding: 18px 24px;
  font-weight: 300;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
  box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1);
}
.page-wrapper .sidebar-wrapper .sidebar-links {
  height: calc(100vh - 105px);
  left: -300px;
  z-index: 99;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  overflow: auto;
  color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-wrapper .sidebar-wrapper .sidebar-links li {
  display: block;
  width: 100%;
  position: relative;
}
.page-wrapper .sidebar-wrapper .sidebar-links li a {
  padding: 12px 10px;
  position: relative;
  color: #fff;
}
.page-wrapper .sidebar-wrapper .sidebar-links .sidebar-link {
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 10px;
}
.page-wrapper .sidebar-wrapper .copyright {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  font-weight: 200;
}
.sidebar-main .sidebar-menu {
  font-weight: 400;
  margin: 20px 0 0 10px;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  justify-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .sidebar-main .sidebar-menu {
    font-size: 16px;
    margin: 22px 0 0 22px;
  }
}
.sidebar-main .sidebar-menu svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 3px;
}
.sidebar-main .sidebar-menu:first-of-type {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .sidebar-main .sidebar-menu:first-of-type {
    margin-top: 30px;
  }
}
.sidebar-main .sidebar-menu a {
  color: #fff;
  opacity: 0.6;
}
.sidebar-main .sidebar-menu.active a {
  opacity: 1;
}
body {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  color: #3D434A;
  background-color: #F4F7F9;
  background-color: #f6f5ef;
}
body a {
  color: #3D434A;
  text-decoration: none;
}
.page-wrapper {
  position: relative;
}
.page-wrapper .page-body-wrapper {
  background-color: #F4F7F9;
  background-color: #fff;
}
.card {
  box-shadow: none !important;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-header {
  margin-left: 150px;
  width: calc(100% - 150px);
  max-width: 100vw;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #2A3650;
  background: linear-gradient(90deg, #2a3650 0%, #0274be 90%);
  padding: 15px 30px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 1200px) {
  .page-header {
    margin-left: 252px;
    width: calc(100% - 252px);
  }
}
.page-header .header-title {
  display: flex;
}
.page-header .header-title .header-icon {
  margin-top: 0px;
  margin-right: 8px;
}
.page-header .header-title h4 {
  margin-bottom: 0;
}
.page-header .header-title .subheader {
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0.5px;
}
.page-header .header-wrapper {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.page-header .header-wrapper .header-logout {
  position: relative;
  padding-left: 20px;
}
.page-header .header-wrapper .header-logout .header-logout-icon {
  position: absolute;
  left: 0;
  top: -1px;
}
.page-subnavi {
  margin-bottom: 50px;
  border-top: 3px solid #F4F7F9;
  -webkit-box-shadow: 0px 4px 40px rgba(39, 32, 120, 0.1);
  box-shadow: 0px 4px 40px rgba(39, 32, 120, 0.1);
  background-color: #2A3650;
  background: #677cae;
  background: #8b9ec7;
  padding: 2px 0;
}
.page-subnavi .page-subnavi-items {
  margin-left: 45px;
  display: flex;
  min-height: 35px;
}
.page-subnavi .page-subnavi-items a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 11px;
  padding: 5px 20px;
  border-right: 2px solid #c7cee1;
}
.page-subnavi .page-subnavi-items a.active {
  background-color: #F4F7F9;
  background-color: #ccd5e8;
  color: #2A3650;
}
.page-subnavi .page-subnavi-items a:first-of-type {
  border-left: 2px solid #c7cee1;
}
.page-subnavi .page-subnavi-items a svg {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.page-body {
  min-height: calc(100vh - 80px);
  margin-top: 75px;
  margin-left: 150px;
}
@media only screen and (min-width: 1200px) {
  .page-body {
    margin-left: 252px;
  }
}
.page-body > .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.col-sm-6 .card {
  height: calc(100% - 30px);
}
.equal-card-height .card {
  height: calc(100% - 30px);
}
.card {
  margin-bottom: 30px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 17px;
  -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
}
.card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 12px 24px 6px 24px;
  border-bottom: 1px dashed rgba(106, 113, 133, 0.3);
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  position: relative;
}
.card .card-header.no-border {
  border-bottom: none;
  padding-bottom: 0px;
}
.card .card-header .card-header-title {
  display: flex;
  padding: 4px 0;
}
.card .card-header .card-header-title .card-header-title-icon {
  margin-right: 10px;
  color: #222;
}
.card .card-header .card-header-title .card-header-title-text h4 {
  margin-bottom: 0;
}
.card .card-header .card-header-title .card-header-title-text h4 span {
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
.card .card-header .card-header-title .card-header-title-text span {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.card .card-wrapper-border {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 14px;
}
.card .card-wrapper {
  border-radius: 8px;
  padding: 14px;
}
.card-body-scrollable {
  max-height: 500px;
  overflow: scroll;
  scroll-behavior: smooth;
}
.card.active {
  background-color: linen;
}
.card.active .card-header {
  background-color: linen;
}
.clickable-row,
.clickable-row-ajax {
  cursor: pointer;
  pointer-events: auto;
}
.clickable-row:hover td,
.clickable-row-ajax:hover td {
  background-color: #ececec;
}
.table tr th {
  padding: 15px;
}
.table tr td {
  font-size: 14px;
  color: #3D434A;
  padding: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 21px;
  border-style: dashed;
}
.table tr td p {
  margin-bottom: 0;
}
.table-small tr th {
  padding: 5px;
}
.table-small tr td {
  padding: 5px;
  font-size: 11px;
}
tr.has-background td {
  background-color: #e6e2d3;
}
.table-button-group {
  display: flex;
  border-radius: 4px;
  font-size: 11px;
}
.table-button-group div {
  padding: 2px 10px;
  background-color: #fff;
  color: #666;
  border-right: 1px solid #fff;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.table-button-group div.active,
.table-button-group div:hover {
  background-color: #2A3650;
  color: #fff;
}
.table-button-group div.active svg,
.table-button-group div:hover svg {
  color: #fff;
}
.table-button-group div.danger {
  background-color: #78011f;
  color: #fff;
}
.table-button-group div:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.table-button-group div:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: none;
}
.modal-xl {
  --bs-modal-width: 80%;
}
@media only screen and (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px dashed rgba(106, 113, 133, 0.3);
  position: relative;
}
.modal-header .modal-header-title {
  display: flex;
}
.modal-header .modal-header-title .modal-header-title-icon {
  margin-right: 10px;
  color: #222;
}
.modal-header .modal-header-title .modal-header-title-text h4 {
  margin-bottom: 0;
}
.modal-header .modal-header-title .modal-header-title-text h4 span {
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
}
.modal-header .modal-header-title .modal-header-title-text span {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 5px;
  display: block;
  letter-spacing: 1px;
}
.modal-wrapper {
  padding: 16px 16px 16px 25px;
}
.modal-content-title {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}
.modal-content-footer {
  border-top: 1px dashed rgba(106, 113, 133, 0.3);
  margin-top: 20px;
  padding: 20px 16px 5px 25px;
  display: flex;
  justify-content: space-between;
}
.modal-content-footer .modal-content-footer-right {
  display: flex;
}
.modal-content-footer .modal-content-footer-right a {
  margin-left: 20px;
}
.modal-content-footer .modal-content-footer-left {
  display: flex;
}
.eventlist-row {
  border-top: 2px solid darkslategrey;
  border-bottom: 2px solid darkslategrey;
}
.eventlist-row .eventlist-image {
  position: relative;
}
.eventlist-row .eventlist-image .eventlist-image-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.7;
  padding: 0px 7px;
  font-size: 11px;
}
.eventlist-row .eventdate {
  font-size: 16px;
  padding-top: 15px;
}
.eventlist-row h2 {
  font-size: 28px;
  padding-top: 10px;
}
.eventdetail p {
  font-size: 16px;
  line-height: 24px;
}
.eventdetail-facts {
  margin-top: 20px;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #000;
}
.show-pointer {
  cursor: pointer;
}
.btn-sm {
  line-height: 17px;
}
.btn-sm span {
  vertical-align: text-top;
}
.color-grey {
  color: #999 !important;
}
.text-tiny {
  font-size: 12px;
  line-height: 11px;
  font-family: 'Courier New', Courier, monospace;
}
.page-wrapper {
  position: relative;
}
.f-w-700 {
  font-weight: 700;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
hr {
  border-style: dashed;
  border-color: gray;
}
.bg-sand {
  background-color: rgba(194, 178, 128, 0.2) !important;
  background-color: rgba(42, 54, 80, 0.1) !important;
}
.bg-card-dark {
  background-color: #2c323f !important;
  background-color: #2A3650 !important;
  color: #fff;
}
.bg-card-dark .card-header {
  border-bottom-color: #5b6478;
}
.form-control {
  border: 1px dashed rgba(106, 113, 133, 0.3);
}
.theme-form input[type=text],
.theme-form input[type=email],
.theme-form input[type=search],
.theme-form input[type=password],
.theme-form input[type=number],
.theme-form input[type=tel],
.theme-form input[type=date],
.theme-form input[type=datetime-local],
.theme-form input[type=time],
.theme-form input[type=datetime-local],
.theme-form input[type=month],
.theme-form input[type=week],
.theme-form input[type=url],
.theme-form input[type=file],
.theme-form textarea,
.theme-form select {
  border-color: rgba(106, 113, 133, 0.3);
  border-style: dashed;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  padding: 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme-form .form-check {
  border-color: rgba(106, 113, 133, 0.3);
  border-width: 1px;
  border-style: dashed;
  background-color: #fff;
  font-size: 14px;
  color: #898989;
  padding: 12px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 30px;
}
.theme-form .form-check .form-check-label {
  color: #898989 !important;
}
.theme-form input[type=text]::placeholder {
  opacity: 0.4;
}
.form-label {
  z-index: 9;
  margin-bottom: -10px;
  font-size: 11px;
  position: absolute;
  top: -8px;
  background-color: #fff;
  left: 14px;
  padding-left: 5px;
  padding-right: 5px;
  color: #999;
}
.btn.btn-sm.btn-sx {
  font-size: 11px;
  padding: 4px 10px;
}
.table.category-table,
.table.zipregion-table {
  border-color: rgba(106, 113, 133, 0.3);
  border-width: 1px;
  border-style: dashed;
  font-size: 14px;
  color: #898989;
  border-radius: 5px;
  margin-bottom: 3px;
}
.table.category-table td,
.table.zipregion-table td {
  border-bottom: 1px dashed rgba(106, 113, 133, 0.3);
  padding: 5px 10px;
  color: #898989;
  cursor: pointer;
}
.table.category-table td .trash-icon,
.table.zipregion-table td .trash-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-trash' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z'/%3E%3Cpath d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3h11V2h-11z'/%3E%3C/svg%3E");
  width: 12px;
  height: 12px;
  display: block;
  color: #898989;
  background-size: contain;
  margin-top: 4px;
  cursor: pointer;
}
.eventcategory {
  cursor: pointer;
}
.eventcategory:hover {
  text-decoration: underline;
}
ul.typo3-messages {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.typo3-messages li {
  margin-bottom: 0;
  padding: 3px 10px;
  border-radius: 6px;
  opacity: 0.8;
  display: inline-block;
  margin-right: 10px;
}
ul.typo3-messages h4.alert-title {
  display: none;
}
ul.typo3-messages p {
  margin-bottom: 0;
}
.subnavi a > div {
  font-weight: 400;
  font-size: 14px;
  padding: 4px 8px 2px 8px;
  color: #666;
}
.subnavi a {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  padding-right: 20px;
  padding-left: 20px;
}
.subnavi a svg {
  margin-right: 5px;
}
.btn.btn-sm {
  font-weight: 400;
  font-size: 12px;
  color: #666;
  padding: 3px 10px;
}
.btn.btn-sm svg {
  margin-right: 5px;
}
.btn.btn-sm:hover {
  color: #fff;
  font-weight: 400;
}
.btn.btn-sm.btn-dark {
  color: #fff;
}
.subnavi a.btn-secondary,
.subnavi a:hover {
  color: #fff;
}
.nav.card-nav a.nav-link {
  color: #666;
}
.nav.card-nav a.nav-link.active,
.nav.card-nav a.nav-link:hover {
  color: #2A3650 !important;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-left: 1px solid #cccc;
  border-right: 1px solid #ccc;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.nav.submenu {
  padding-left: 45px;
  border-bottom: 1px solid #ddd;
  padding-top: 17px;
  padding-bottom: 10px;
  background-color: #fff;
}
.nav.submenu a.nav-link {
  color: #666;
  padding: 0;
  padding-bottom: 2px;
  margin-right: 30px;
  line-height: 1rem;
}
.nav.submenu a.nav-link.active,
.nav.submenu a.nav-link:hover {
  border-bottom: 2px solid #2A3650;
}
