@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');


body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
}

::-webkit-scrollbar {
  width: 0px;
}

a {
  color: #0094ae;
}

.container-page {
  max-width: 550px;
  background-color: #98c4cc;
  padding: 0px;
  border-left: 1px solid #ede6df;
  border-right: 1px solid #ede6df;
}


.area-content {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

.area-content .content {
  padding: 0px 10px 40px 10px;
}


.nav-header {
  background-color: #1f1f1f;
  color: #ffffff;
  padding: 0.2rem 1.2rem;
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 2px solid #ffffff;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15) !important;
}

.navbar-brand img {
  height: 45px;
}



@media (max-width: 576px) {
  .navbar-brand img {
    height: 30px;
  }
}

.menu-header {
  padding: 11px 0px 0px 0px;
  height: 100%;
}

.menu-header li {
  display: inline;
  margin-left: 20px;
}

.menu-header li a {
  text-decoration: none;
}

.menu-header li a i {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}


@media (max-width: 576px) {
  .menu-header li a i {
    font-size: 14px;
  }
}


.img-event {
  margin-left: -10px;
  margin-right: -10px;
}


.area-content .content .box-manten {
  text-align: center;
  background-color: #0094aea2;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 1rem;
  margin-top: -50px;
  min-width: 400px;
  display: inline-block;
  padding: 15px 20px;
}


.area-content .content .box-manten.box-dua {
  text-align: center;
  background-color: #0094aea2;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 1rem;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 400px;
  display: inline-block;
  padding: 15px 20px;
}

.area-content .content .box-manten p#wed {
  margin: 0;
  text-transform: uppercase;
}

.area-content .content .box-manten p#dt {
  margin: 0px;
  font-size: 12px;
}

.area-content .content .box-manten h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 576px) {
  .area-content .content .box-manten h2 {
    font-size: 1rem;
  }

  .area-content .content .box-manten p {
    font-size: 11px;
  }

  .area-content .content .box-manten {
    min-width: 90%;
  }

  .area-content .content .box-manten.box-dua {
    min-width: 95%;
  }
}



.menu-box {
  display: block;
  margin: 30px 0px;
  /* background-color: #0094ae; */
  padding: 5px 10px;
  border-radius: 0.8rem;
}

.menu-box .menu {
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #0094ae;
  cursor: pointer;
  border-radius: 0.6rem;
  margin-bottom: 0px;
  box-shadow: 0px 0px 5px 5px #604b4389 inset;
  text-decoration: none;
}

.menu-box .menu:hover {
  background-color: rgba(255, 255, 255, 0.815);
  box-shadow: 0px 0px 5px 5px #604b4389 inset;
  color: #0094ae;
}

.menu-box .menu:hover .icon-menu i,
.menu-box .menu:hover p {
  color: #0094ae;
}

.menu-box .menu .icon-menu {
  margin-bottom: 10px;
  display: block;
}

.menu-box .menu .icon-menu i {
  font-size: 30px;
  color: #ffffff;
}

.menu-box .menu p {
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px;
  font-size: 14px;
}

.menu-box .row {
  margin-left: -5px;
  margin-right: -5px;
}

.menu-box .col,
.menu-box .col-3,
.menu-box .col-6,
.menu-box .col-sm-3 {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  padding: 5px;
}



.card {
  border: 0px !important;
  border-radius: .8rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  border-radius: 1rem;
}

.card-footer {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: transparent !important;
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.pagination-custom {
  display: block;
  text-align: center;
}

.pagination-custom ul {
  display: flex;
  width: 105px;
  height: 30px;
  margin: auto;
  text-align: center;
  background-color: #0094ae;
  border-radius: 12rem;
}

.pagination-custom ul li {
  margin: auto;
  color: #fff;
}

.pagination-custom ul li {
  /* background-color: #0094ae; */
  width: 35px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.pagination-custom ul li:hover {
  background-color: #0094ae;
}

.pagination-custom ul li i {
  font-weight: 600;
}

.pagination-custom ul li.disabled i {
  color: #9696968f;
}

.pagination-custom ul li.pagina-left {
  cursor: pointer;
  border-bottom-left-radius: 12rem;
  border-top-left-radius: 12rem;
}

.pagination-custom ul li.pagina-right {
  cursor: pointer;
  border-bottom-right-radius: 12rem;
  border-top-right-radius: 12rem;
}

.pagination-custom ul li.pagina-number {
  /* background-color: #0094ae; */
  min-width: fit-content;
  padding: 0px 3px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .pagination-custom ul li i {
    font-size: 13px;
  }

  .pagination-custom ul li i.pagina-number {
    font-size: 12px;
  }
}


.count-guest span {
  font-size: 13px;
}

.count-guest span#jml {
  font-weight: 700;
}

.count-guest .tidak-hadir {
  display: none;
  color: red;
}

@media (max-width: 576px) {
  .count-guest span {
    font-size: 11px;
  }
}


.content-title {
  font-size: 20px;
  font-weight: 600;
}


.badge.tbl {
  border-radius: 1rem;
  float: right;
  padding: 5px 10px;
  font-size: 14px;
  /* background-color: #C93D21; */
  border: 1px solid #0094ae;
  color: #0094ae;
  cursor: pointer;
  font-weight: 500;
}

.badge.tbl:hover {
  background-color: #0094ae;
  color: #ffffff;
}


.badge.tblKode {
  border-radius: 1rem;
  float: right;
  padding: 5px 10px;
  font-size: 14px;
  /* background-color: #C93D21; */
  border: 1px solid #0094ae;
  color: #0094ae;
  cursor: pointer;
  font-weight: 500;
}


.badge.tblKode:hover {
  background-color: #0094ae;
  color: #ffffff;
}


@media (max-width: 576px) {
  .content-title {
    font-size: 17px;
  }

  .badge.tblKode {
    font-size: 12px;
  }

  .badge.tbl {
    font-size: 12px;
  }

}


.list-table .search input {
  width: calc(100% - 5px);
  border: none;
  border-bottom: 1px solid #ccc9c9;
  padding: 5px;
  font-size: 14px;
}

.list-table .search input:focus {
  outline: 0px;
  border-bottom: 1px solid #0094ae;
}

.list-table .search i {
  width: 20px;
  margin-left: -30px;
}



.list-table ul {
  list-style: none;
  padding: 0px;
}

.list-table ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 2px;
  transition: .35s;
}

.list-table ul li.active {
  color: #0094ae;
  border-color: #0094ae;
  background-color: #cacaca48;
  padding-left: 15px;
  transition: .35s;
}

.list-table ul li:hover {
  border-color: #0094ae7e;
  background-color: #cacaca15;
  padding-left: 15px;
  transition: .35s;
}

.list-table ul li .sub-title {
  display: block;
  margin-left: 33px;
  color: #636161;
  font-size: 14px;
  cursor: pointer;
}

.list-table ul li .tgl {
  float: right;
  font-size: 13px;
  color: #8d8989;
}

.list-table ul li .option {
  float: right;
  font-size: 13px;
  margin-right: 15px;
}

.list-table ul li .option .dropdown a i {
  font-size: 13px;
  color: #636161;
}

.list-table ul li .title {
  /* margin-left: 15px; */
  font-size: 15px;
  font-weight: 600;
  display: block;
  cursor: pointer;
}



.list-table ul li .nomor {
  float: left;
  font-size: 15px;
  font-weight: 600;
  min-width: 30px;
  /* display    : inline-block; */
}

@media (max-width: 576px) {

  .list-table ul li .nomor,
  .list-table ul li .title {
    font-size: 12px;
  }

  .list-table ul li .nomor {
    min-width: 20px;
  }

  .list-table ul li .tgl {
    font-size: 9px;
  }


  .list-table ul li .sub-title {
    margin-left: 22px;
    font-size: 10px;
  }

}






.box-count-comment {
  display: flex;
  padding: 5px;
  margin: 2px;
  background-color: #0094ae;
  border-radius: 0.6rem;
}

.count-comment {
  background-color: #435962;
  width: 100%;
  text-align: center;
  margin: 3px;
  padding: 5px;
  border-radius: 0.6rem;
}

.count-comment span {
  display: block;
  color: #fff;
}

.count-comment .count {
  font-size: calc(1em + 1vw);
  font-weight: 700;
}

.count-comment .lbl {
  font-size: calc(0.4em + 1vw);
  font-weight: 500;
}

.count-comment .count-2 {
  font-size: calc(1em + 1vw);
  font-weight: 700;
}

.count-comment .lbl-2 {
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 1200px) {

  .count-comment .lbl-2 {
    font-size: calc(0.1em + 1vw);
  }

  .count-comment .lbl {
    font-size: calc(0.1em + 1vw);
  }
}


@media (max-width: 576px) {
  .count-comment .lbl-2 {
    font-size: 14px;
  }

  .count-comment .count-2 {
    font-size: 25px;
  }
}

.list-comment ul {
  list-style: none;
  padding: 0px;
}

.list-comment ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 2px;
  transition: .35s;
}

.list-comment ul li.active {
  color: #0094ae;
  border-color: #0094ae;
  background-color: #cacaca48;
  padding-left: 15px;
  transition: .35s;
}

.list-comment ul li:hover {
  border-color: #0094ae7e;
  background-color: #cacaca15;
  /* padding-left    : 15px;
  transition      : .35s; */
}


.list-comment ul li .sub-title {
  display: block;
  margin-left: 46px;
  color: #636161;
  font-size: 14px;
  cursor: pointer;
}

.list-comment ul li .tgl {
  float: right;
  font-size: 13px;
  color: #8d8989;
}

.list-comment ul li .tgl a {
  text-decoration: none;
}

.list-comment ul li .tgl a i {
  color: #ff2a00;
  font-size: 15px;
  margin-left: 5px;
}

.list-comment ul li .title {
  margin-left: 46px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  cursor: pointer;
}

.list-comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0094ae;
  float: left;
  padding: 3px;
}

.list-comment .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0094ae;
  float: left;
  padding: 3px;
  background-color: #0094ae;
  text-align: center;
  line-height: 34px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}





.modal .modal-body #kodeAkses {
  letter-spacing: 8px;
}

.modal-header {
  border-top-left-radius: .9rem;
  border-top-right-radius: .9rem;
  padding: 5px 15px 5px 15px;
  background-color: #0094ae;
  color: #fff;
}

.modal-header .modal-title {
  font-size: 18px;
}




.btnIconOption {
  padding: 2px 15px;
  border-radius: 16px;
  border: 1px solid #0094ae;
}

.btnIconOption i {
  font-size: 15px;
  color: #0094ae;
}




.dropdown-menu {
  border: none;
  margin-top: 15px;
  border-top: 3px solid #0094ae;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.61);
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0094ae;
}

.dropdown-item {
  font-size: 15px;
}

@media (max-width: 576px) {
  .dropdown-item {
    font-size: 12px;
  }
}



a {
  text-decoration: none;
}

ul {
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
}

.bg-custom {
  background-color: #0094ae;
}

.form-control {
  border-color: #0094ae;
  border-radius: 1rem;
}

.form-control:focus {
  border-color: #0094ae;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #0094ae69;
}

#LoadingPage {
  margin: 0;
  position: fixed;
  /* transform: translate(-50%, -50%); */
  z-index: 99999;
  background-color: #63616185;
  width: 100vw;
  height: 100vh;
  text-align: center;
  padding-top: 40vh;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}


.btn-custom {
  color: #fff;
  background-color: #0094ae;
  border: 1px solid #ffffff;
}

.btn-custom:hover {
  color: #fff;
  background-color: #0094ae;
  border: 1px solid #ffffff;
}

.btn-custom:focus {
  color: #fff;
  background-color: #0094ae;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0.2rem #0094ae56;
}


.btn-outline-custom {
  color: #0094ae;
  background-color: #fff;
  border: 1px solid #0094ae;
}

.btn-outline-custom:hover {
  color: #fff;
  background-color: #0094ae;
  border: 1px solid #ffffff;
}

.btn-custom:focus {
  color: #fff;
  background-color: #0094ae;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0.2rem #0094ae56;
}

.badge-custom {
  color: #fff;
  background-color: #0094ae;
  border-radius: 10rem;
  padding-left: 10px;
  padding-right: 10px;
}


.menu-btn-page {
  display: flex;
}

.menu-btn-page li {
  width: 100%;
  text-align: center;
  border: 1px solid #0094ae;
  border-radius: 1rem;
  margin: 5px 10px;
  padding: 4px;
  display: block;
}

.menu-btn-page li:hover {
  background-color: #0094ae;
}

.menu-btn-page li.active {
  background-color: #0094ae;
}

.menu-btn-page li.active a {
  color: #fff;
}

.menu-btn-page li:hover a {
  color: #fff;
}

.menu-btn-page li a {
  color: #0094ae;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

@media (max-width: 576px) {
  .menu-btn-page li a {
    font-size: 12px;
  }
}




.text-custom {
  color: #0094ae;
}

.text-bold {
  font-weight: bold;
}

.text-bolder {
  font-weight: 600;
}

.text-9 {
  font-size: 9px;
}

.text-8 {
  font-size: 8px;
}

.text-10 {
  font-size: 10px;
}

.text-11 {
  font-size: 11px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-17 {
  font-size: 17px;
}

.text-18 {
  font-size: 18px;
}

.text-19 {
  font-size: 19px;
}

.text-20 {
  font-size: 20px;
}

.text-21 {
  font-size: 21px;
}



.modal .modal-content {
  background-color: #fff;
  border: 2px solid #0094ae;
  border-radius: 1rem;
}

#areaDownloadQr {
  padding-bottom: 20px;
  border: 1px solid #0094ae;
  border-bottom: 4px solid #0094ae;
  margin-bottom: 20px;
}

#areaDownloadQr .qrEvent {
  text-align: left;
}

#areaDownloadQr .qrEvent div {
  color: #0094ae;
}

#areaDownloadQr .qrEvent .qrWeding {
  font-size: 13px;
}

#areaDownloadQr .qrEvent .qrManten {
  font-size: 20px;
  font-weight: bolder;
}

#areaDownloadQr .qrEvent .qrTgl {
  font-size: 15px;
}

@media (max-width: 576px) {
  #areaDownloadQr .qrEvent .qrWeding {
    font-size: 11px;
  }

  #areaDownloadQr .qrEvent .qrManten {
    font-size: 15px;
  }

  #areaDownloadQr .qrEvent .qrTgl {
    font-size: 12px;
  }
}


#areaDownloadQr .qrTamu {
  text-align: left;
  margin-top: 20px;
}

#areaDownloadQr .qrTamu div {
  color: #202020;
  font-size: 15px;
}

#areaDownloadQr .qrTamu #qrTamuNama {
  font-size: 19px;
  font-weight: 600;
}

#areaDownloadQr .qrTamu #qrTamuAlamat {
  color: #0a0a0a;
  font-size: 16px;
}




@media (max-width: 576px) {
  #areaDownloadQr .qrTamu div {
    font-size: 12px;
  }


  #areaDownloadQr .qrTamu #qrTamuNama {
    font-size: 15px;
  }

  #areaDownloadQr .qrTamu #qrTamuAlamat {
    font-size: 13px;
  }
}



#list-event {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  border: 1px dotted #dad9d9;
}

#list-event .title {
  display: block;
  font-size: 18px !important;
  font-weight: 700;
}

#list-event img {
  max-width: 250px;
  border-radius: 0.7rem;
}

#list-event img:hover~span {
  opacity: 1;
}


#list-event .figura {
  position: relative;
}

#list-event .figura span {
  position: absolute;
  left: 110px;
  top: 30%;
  background-color: #8e1902d8;
  color: #fff;
  box-shadow: 1px 1px 2px #fff;
  padding: 3px 5px;
  border-radius: 5px;
  opacity: 0;
}

#list-event .figura span:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  #list-event img {
    max-width: 100px;
  }

  #list-event .figura span {
    position: absolute;
    left: 40px;
    top: 30%;
    font-size: 12px;
  }

  #list-event span.title {
    font-size: 13px !important;
    font-weight: 600;
  }

  #list-event .detail {
    top: 10px !important;
    left: 120px !important;
  }

  #list-event .detail span#user {
    font-size: 10px !important;
  }

  #list-event .detail span#user.link {
    font-size: 8px;
  }

  #list-event .boxBtn {
    right: 10px !important;
    top: 10px !important;
  }
}

#list-event .detail {
  position: absolute;
  left: 270px;
  top: 20px;
}

#list-event .detail span#user {
  font-size: 14px;
  display: block;
}

#list-event .detail span#user.link a {
  font-size: 10px;
  color: #0094ae;
}

#list-event .boxBtn {
  position: absolute;
  right: 20px;
  top: 20px;
}

#list-event .boxBtn .dropdown-toggle i {
  color: #8E1A02;
}

.sweet-alert .btn-lg {
  padding: 0.3rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 1rem;
}

.sweet-alert h2 {
  font-size: 1.3rem;
}

.sweet-alert .lead {
  font-size: 0.9rem;
}

.prieview-welcome {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
}

.prieview-welcome img {
  max-width: 100%;
  display: inline-block;
}

.prieview-welcome .textnya {
  z-index: 2;
}

.prieview-welcome .view-welcome {
  font-size: 30px;
}

.prieview-welcome .view-nama {
  font-size: 40px;
}

.prieview-welcome .view-alamat {
  font-size: 20px;
}


@media (max-width: 576px) {
  .prieview-welcome {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .prieview-welcome .view-welcome {
    font-size: 20px;
  }
}


.box-count {
  display: block;
  background-color: #0094ae;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 1rem;
}

.box-count span {
  color: #fff;
  font-size: 16px;
}

.box-count .jml {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
}



@media (max-width: 576px) {
  .box-count span {
    font-size: 10px;
  }

  .box-count .jml {
    font-size: 20px;
  }

  .box-count {
    padding: 10px;
  }
}


.tidakKehadiran {
  display: none;
}

input[type='radio'] {
  margin-right: 2px;
}

input[type='radio']:nth-child(1) {
  margin-left: 1px;
}

input[type='radio']:nth-child(2) {
  margin-left: 10px;
}

input[type='radio']:nth-child(3) {
  margin-left: 10px;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #a5a5a5;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid rgb(196, 196, 196);
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #000f99;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid rgb(196, 196, 196);
}


.modal button.close {
  color: #fff;
}



.modal .menu-pencarian {
  display: block;
}

.modal .menu-pencarian.hide {
  display: none;
}


.modal .menu-pencarian .list-menu-pencarian {
  border-bottom: 1px solid #e5e0e0;
  margin-bottom: 6px;
  cursor: pointer;
  padding: 2px 5px;
}

.modal .menu-pencarian .list-menu-pencarian:hover {
  background-color: #e4e4e4;
  cursor: pointer;
}

.modal .menu-pencarian span.nama-tamu {
  display: block;
  font-size: 14px;
  font-weight: bolder;
}

.modal .menu-pencarian span.alamat-tamu {
  display: block;
  font-size: 12px;
}


@media (max-width: 576px) {
  .modal .menu-pencarian span.nama-tamu {
    font-size: 12px;
  }

  .modal .menu-pencarian span.alamat-tamu {
    font-size: 9px;
  }
}