@charset "UTF-8";
/* $theme:#14a286; */
/* #348fe2→#14a286
#00acac→#348fe2
 */
:root {
  --app-theme:#14a286;
  --bs-body-font-size:0.82rem;
}

@media (max-width: 430px) {
  .row {
    --bs-gutter-x:10px;
  }
}
.app-content a {
  text-decoration: none;
  word-break: break-word;
}
.app-content a[target=_blank]::after {
  content: "\f2d2";
  font-weight: normal;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  padding-left: 0.3em;
}
.app-content img {
  max-width: 100%;
  height: auto;
}
.app-content .event-body h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  /* color: var(--app-theme); */
}
.app-content .event-body h4::before {
  content: "";
  width: 8px;
  height: 1.1em;
  background-color: var(--app-theme);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.app-content .event-body h4:first-child {
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .app-header .navbar-nav .navbar-item.dropdown.dropdown-lg .dropdown-menu {
    top: 50px !important;
    max-height: calc(100vh - 50px);
  }
}
@media (max-width: 767.98px) {
  .app-content-full-height .app-content {
    min-height: calc(100vh - 50px);
  }
  .app-header {
    display: flex;
  }
  .app-header .navbar-header {
    flex-direction: row-reverse;
    padding-right: 0;
  }
  .app-header .navbar-nav {
    border-top: none;
    padding-left: 0;
    padding-right: 10px;
  }
  .app-header-fixed {
    padding-top: 50px;
  }
  .mailbox {
    min-height: calc(100vh - 50px);
  }
  .pace .pace-progress {
    top: 50px;
  }
}
.pace .pace-activity {
  display: none;
}

.app-header .navbar-brand img {
  max-height: 25px;
}
.app-header .navbar-nav .btn {
  margin-left: 15px;
}
.app-header .navbar-nav .navbar-user.navbar-item:last-child .btn {
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .app-header .navbar-nav .navbar-user.navbar-item:last-child .btn {
    margin-right: 10px;
  }
}
.app-header .navbar-nav .navbar-user.navbar-item:last-child .navbar-link {
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  input[type=text] .form-control, input[type=password] .form-control {
    font-size: 16px;
  }
  select.form-select {
    font-size: 16px;
  }
}
.btn-premium {
  background-color: #8e7800;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.btn-premium:hover {
  background-color: #655600;
  color: #fff;
}
.btn-premium::before {
  content: "\f521";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.app-header .btn-premium {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
  margin-right: 10px;
  font-size: 0.9em;
}
.app-header .btn-premium::before {
  margin-top: -8px;
}
@media (max-width: 575.98px) {
  .app-header .btn-premium {
    display: none;
  }
}

.btn-outline-premium {
  background-color: #fff;
  color: #8e7800;
  position: relative;
  padding-left: 30px;
  border: 1px solid #8e7800;
}
.btn-outline-premium:hover {
  background-color: #8e7800;
  color: #fff;
}
.btn-outline-premium::before {
  content: "\f521";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.app-header .btn-outline-premium {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
  margin-right: 10px;
  font-size: 0.9em;
}
.app-header .btn-outline-premium::before {
  margin-top: -8px;
}
@media (max-width: 575.98px) {
  .app-header .btn-outline-premium {
    display: none;
  }
}

.menu .btn {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu .btn + .menu-header {
  padding-top: 5px;
}
.app-sidebar-minified:not(.app-without-sidebar) .app-sidebar:not(.app-sidebar-end) .menu .btn {
  display: none;
}

@media (max-width: 767.98px) {
  .app-sidebar {
    z-index: 2010;
  }
}
.app-sidebar-content {
  overflow-x: auto !important;
}
.app-sidebar-content.ps--active-y {
  overflow-y: auto !important;
}

.card {
  height: 100%;
}
.card a:first-child:last-child {
  height: 100%;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card a:first-child:last-child img {
  transition: all 0.2s linear;
}
.card a:first-child:last-child:hover img {
  opacity: 0.8;
}
.card a:first-child:last-child .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card a:first-child:last-child .card-body > .d-flex:last-child {
  margin-top: auto;
}
.card a:first-child:last-child .card-body .card-title, .card a:first-child:last-child .card-body .card-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cut-gallery .card a:first-child:last-child .card-body .card-title, .cut-gallery .card a:first-child:last-child .card-body .card-text {
  -webkit-line-clamp: 1;
}
.card a:first-child:last-child .card-body .card-title {
  max-height: 3em;
}
.card a:first-child:last-child .card-body .card-text {
  max-height: 3em;
}

.profile-header {
  overflow: inherit;
}
.profile-header .profile-header-cover-wrap {
  overflow: hidden;
  height: 180px;
  position: relative;
}
@media (max-width: 767.98px) {
  .profile-header .profile-header-cover-wrap {
    height: 120px;
  }
}
.profile-header .profile-header-cover-wrap .profile-header-bg-img {
  position: absolute;
  max-width: 100%;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.profile-header .profile-header-cover-wrap .profile-header-cover {
  -ms-filter: blur(6px);
  filter: blur(6px);
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.profile-header .profile-header-cover-wrap .profile-header-cover:before {
  background: none;
}
.profile-header .profile-header-cover-wrap .profile-header-content {
  z-index: 1;
}
.profile-header .profile-header-info .h4,
.profile-header .profile-header-info h4 {
  color: inherit;
  font-weight: bold;
}
.profile-header .profile-header-content {
  color: inherit;
  padding-bottom: 0;
}
.profile-header .profile-header-content .profile-header-img {
  margin-top: -90px;
  min-width: 120px;
  border-radius: 100px;
}
@media (max-width: 767.98px) {
  .profile-header .profile-header-content .profile-header-img {
    margin-top: -60px;
    min-width: 80px;
  }
}
.profile-header .profile-header-content .profile-header-img img {
  width: 100%;
  height: 100%;
  min-width: 114px;
  border-radius: 100px;
}
@media (max-width: 767.98px) {
  .profile-header .profile-header-content .profile-header-img img {
    min-width: 74px;
  }
}

@media (max-width: 767.98px) {
  .profile-content {
    padding: 20px;
  }
}
.wide-eyecatch {
  overflow: hidden;
}
.app-content .wide-eyecatch {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -20px;
}
@media (max-width: 767.98px) {
  .app-content .wide-eyecatch {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.wide-eyecatch .wide-eyecatch-cover-wrap {
  overflow: hidden;
  height: 340px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .wide-eyecatch .wide-eyecatch-cover-wrap {
    height: 180px;
  }
}
.wide-eyecatch .wide-eyecatch-cover-wrap .wide-eyecatch-bg-img {
  position: absolute;
  max-width: 100%;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 340px;
  max-width: inherit;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 767.98px) {
  .wide-eyecatch .wide-eyecatch-cover-wrap .wide-eyecatch-bg-img {
    height: 180px;
  }
}
.wide-eyecatch .wide-eyecatch-cover-wrap .wide-eyecatch-cover {
  position: absolute;
  -ms-filter: blur(6px);
  filter: blur(6px);
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-size: cover;
}
.wide-eyecatch .wide-eyecatch-cover-wrap .wide-eyecatch-cover:before {
  background: none;
}

.user-gallery {
  display: flex;
  flex-wrap: wrap;
}
.user-gallery .image {
  display: flex;
  width: 200px;
}
.user-gallery .image a {
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.user-gallery .image a .img {
  transition: 0.2s;
}
.user-gallery .image a:hover {
  opacity: 1;
}
.user-gallery .image a:hover .img {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .profile-content .user-gallery .image {
    width: 50%;
  }
  .user-gallery .image .img, .user-gallery .image img {
    height: 140px;
  }
}
.user-gallery .image a[target=_blank]::after {
  display: none;
}
.user-gallery .image .image-info .title {
  font-size: 1.125rem;
  line-height: 1.5;
}
.user-gallery .image .image-info .desc {
  font-size: var(--bs-body-font-size);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  line-height: 1.4;
}

.registered-users-list {
  margin-left: 0;
  margin-right: 0;
}
.registered-users-list > li {
  width: 180px;
}
@media (max-width: 767.98px) {
  .registered-users-list > li {
    width: 50%;
    max-width: 180px;
  }
}
.registered-users-list > li a {
  border: 1px solid var(--app-theme);
  /* background-color: lighten($color: $theme, $amount: 50); */
  /* border: 1px solid #000; */
  border-radius: 6px;
  padding: 15px 10px;
  text-align: center;
  transition: 0.2s;
}
.registered-users-list > li a[target=_blank]::after {
  display: none;
}
.registered-users-list > li a:hover {
  box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.2);
}
.registered-users-list > li .username {
  display: block;
}

.btn-xl {
  padding: 1rem 1.7rem;
  font-size: 1rem;
  border-radius: 6px;
}

.self-table.table > :not(:first-child) {
  border-top: 1px solid var(--app-component-table-border-color);
}

.cut-gallery {
  width: 200px;
  margin-bottom: 30px;
}
@media (max-width: 430px) {
  .cut-gallery {
    width: 50%;
  }
}
.cut-gallery a[target=_blank] .card-body, .cut-gallery a[data-lightbox] .card-body {
  position: relative;
}
.cut-gallery a[target=_blank] .card-body::before, .cut-gallery a[data-lightbox] .card-body::before {
  content: "\f00e";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  position: absolute;
  font-size: 1rem;
  line-height: 30px;
  top: -35px;
  right: 5px;
  color: var(--app-theme);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
  font-weight: 900;
}
.cut-gallery a[target=_blank]::after {
  display: none;
}
.cut-gallery a[target=_blank] .card-body::before {
  content: "\f2d2";
  font-weight: normal;
}
.cut-gallery .card-img-top {
  max-height: 180px;
  min-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 430px) {
  .cut-gallery .card-img-top {
    max-height: calc(50vw - 25px);
    min-height: calc(50vw - 25px);
  }
}
.cut-gallery .card-title {
  margin-bottom: 0;
}
.cut-gallery .card-body {
  padding: 12px;
}
.cut-gallery .card a:first-child:last-child .card-body .card-text {
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-line-clamp: 2;
  max-height: 3em;
}
.cut-gallery .badge {
  white-space: inherit;
}

.sns-wrap {
  text-align: right;
  margin-bottom: -30px;
}
@media (max-width: 767.98px) {
  .sns-wrap {
    margin-bottom: 0px;
  }
}
.app-content .event-body .sns-wrap + h4 {
  margin-top: 0px;
}

.more-area-wrap .event-info {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
}
.more-area-wrap .more-text {
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%, rgba(255, 255, 255, 0.75) 85%, transparent);
  padding: 1.5em 0;
  transform: translateY(-100%);
  margin-bottom: -5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .more-area-wrap .more-text {
    text-align: center;
  }
}
.more-area-wrap .more-text span:last-child {
  display: none;
}
.more-area-wrap[data-more-toggle=open] .event-info {
  overflow: inherit;
  display: block;
  text-overflow: inherit;
}
.more-area-wrap[data-more-toggle=open] .more-text {
  margin-bottom: 0;
  transform: none;
  background: none;
}
.more-area-wrap[data-more-toggle=open] .more-text span:first-child {
  display: none;
}
.more-area-wrap[data-more-toggle=open] .more-text span:last-child {
  display: inline;
}/*# sourceMappingURL=virtual_fes.css.map */