@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: #F5F9FF;
}

::-webkit-scrollbar {
  width: 0px;
}

a {
  color: #151616;
}

.container-page {
  max-width       : 100%;
  background-color: #c9acac;
  border-left: 1px solid #fffffd;
  border-right: 1px solid #fffffd;
}


.area-content {
  position  : relative;
  min-height: 100vh;
  overflow-x           : hidden;
}

.area-content .content {
  padding: 0px 10px 00px 10px;
}


/* ===== Modern Header Navigation ===== */
.nav-header {
  background-color: #ffffff;
  color: #000;
  padding: 0.6rem 1.2rem;
  position: sticky;
  top: 0;
  z-index: 500;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Helvetica, Arial, sans-serif;
}

/* Logo */
.navbar-brand img {
  height: 20px;
  transition: 0.2s ease;
}

@media (max-width: 576px) {
  .navbar-brand img {
    height: 15px;
    opacity: 1;
  }
  

}

/* Menu */
.menu-header {
  display: none !important;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
}

.menu-header li {
  list-style: none;
}

.menu-header li a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  transition: 0.2s ease;
  font-weight: 500;
}

/* Icon Modern */
.menu-header li a i {
  font-size: 18px;
  color: #000;
  transition: 0.2s ease;
}

/* Hover clean */
.menu-header li a:hover i {
  opacity: 0.6;
}

@media (max-width: 576px) {
  .menu-header li a i {
    font-size: 16px;
  }
}



.img-event {
  margin-left: -10px;
  margin-right: -10px;
}

.area-content .content .box-manten {
  text-align: center;
  background-color: #000000;       /* hitam pekat */
  color: #ffffff;                  /* teks putih */
  border: 1px solid #333333;       /* border subtle */
  border-radius: 16px;             /* rounded modern */
  box-shadow: 0 8px 20px rgba(0,0,0,0.25); /* shadow halus */
  margin-top: -50px;
  min-width: 400px;
  display: inline-block;
  padding: 20px 25px;
  font-family: 'Helvetica', sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,1),      /* FULL HITAM pekat di atas */
    rgba(0,0,0,5),   /* hitam gelap */
    rgba(0,0,0,9),   /* hitam gelap */
    rgba(50,50,50,1),   /* hitam sedang */
    rgba(50,50,50,0.70),   /* hitam sangat tipis */
    rgba(50,50,50,0.40)       /* transparan */
) !important;


}

.area-content .content .box-manten.box-dua {
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #333333;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 400px;
  display: inline-block;
  padding: 20px 25px;
  font-family: 'Helvetica', Arial, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect ringan */
.area-content .content .box-manten:hover,
.area-content .content .box-manten.box-dua:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

.area-content .content .box-manten p#wed {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.area-content .content .box-manten p#dt {
  margin: 0px;
  font-size: 12px !important;
}

.area-content .content .box-manten h2 {
  font-size: 34px !important;
  font-weight: 700;
  letter-spacing: 0.3px !important;
  margin-top: 10px;
  background: linear-gradient(130deg, #C9A227, #F1D488);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

@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: #6d2323; */
  padding: 5px 10px;
  border-radius: 0.8rem;
}

.menu-box .menu {
  display: block;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  border-radius: 0.6rem;
  border: 1.4px dashed #ccc !important;
  margin-bottom: 0px;
  /* box-shadow: 0px 0px 5px 5px #604b4389 inset; */
  text-decoration: none;
  transition: 0.5s;
}

.menu-box .menu.nonaktif,
.menu-box .menu.nonaktif:hover {
  background-color: #ffffff;
  cursor: no-drop;
}

.menu-box .menu.nonaktif .icon-menu i,
.menu-box .menu.nonaktif p {
  color: #c5c5c5;
}

.menu-box .menu.nonaktif:hover .icon-menu i,
.menu-box .menu.nonaktif:hover p {
  color: #c5c5c5;
}

.menu-box .menu:hover {
  background-color: #e4e4e4;
  /* box-shadow: 0px 0px 5px 5px #604b4389 inset; */
  color: #6d2323;
}

.menu-box .menu:hover .icon-menu i,.menu-box .menu:hover p {
  color: #6d2323;
}

.menu-box .menu .icon-menu {
  margin-bottom: 10px;
  display: block;
}

.menu-box .menu .icon-menu i {
  font-size: 30px;
  color: #6d2323;
}

.menu-box .menu p {
  text-transform: uppercase;
  color: #6d2323;
  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 !important;
  background-color: transparent !important;
  border-bottom   : 1px solid rgba(0, 0, 0, .125);
  border-radius: 1rem;
}

.card-footer {
  padding         : 0.5rem 1rem;
  margin-bottom   : 50px;
  background-color: transparent !important;
  border-top   : 1px solid rgba(0, 0, 0, .125);
}

/* ===============================
   OVERRIDE: Pagination Model Baru
   =============================== */

.pagination-custom ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px!important;
  padding: 30px;
  background: none;
  box-shadow: none;
}


/* Prev & Next */
.pagination-custom ul li.pagina-left,
.pagination-custom ul li.pagina-right {
    width: auto;
    height: auto;
    padding: 6px 16px;
    border-radius: 8px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.pagination-custom ul li.pagina-left.disabled,
.pagination-custom ul li.pagina-right.disabled {
    background: #c8d3d4 !important;
    color: #7d8b8c !important;
}

/* Number 1 / 2 */
.pagination-custom ul li.pagina-number {
    width: auto !important;
    height: auto !important;
    padding: 6px 16px;
    background: #e9ecef;
    color: #2f3b3d;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    position: flex;
}

/* angka tetap ANGKA saja, “/ totalPage” ditambah oleh CSS */
.pagination-custom ul li.pagina-number::after {
    font-weight: 600;
    margin-left: 2px;
}

.pagination-custom ul li {
  list-style: none;
  padding: 8px 16px;
  background: #5d8f92;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s;
}

.pagination-custom ul li:hover {
  opacity: 0.85;
}

.pagination-custom ul li.disabled {
  opacity: 0.35;
  cursor: default;
}



/* Breakpoint HP */
@media (max-width: 576px) {
  .pagination-custom ul {
    padding: 6px 10px;
    gap: 4px;
  }
  .pagination-custom ul li {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}



.count-guest span {
  font-family: "Helvetica", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.count-guest span#jml {
  font-weight: 500;
}

.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      : 7px;
  font-family: "Helvetica", sans-serif !important;
  float              : right;
  padding            : 5px 10px;
  font-size          : 14px;
  background-color   : #000; 
  color              : #fff;
  cursor             : pointer;
  font-weight: 500;
}

.badge.tbl:hover {
  background-color   : #fff;
  color              : #000;
  border             : 1px solid #000;
}


.badge.tblKode {
  border-radius      : 1rem;
  float              : right;
  padding            : 5px 10px;
  font-size          : 14px;
  /* background-color: #C93D21; */
  border             : 1px solid #6d2323;
  color              : #6d2323;
  cursor             : pointer;
  font-weight: 500;
}

.fa-check-circle.active {
  background-color: #6d2323;
  color           : #ffffff !important;
}

.badge.tblKode:hover {
  background-color: #6d2323;
  color           : #ffffff;
}


@media (max-width: 576px) {
  .content-title {
    font-size: 17px;
  }

  .badge.tblKode {
    font-size: 12px;
  }

  .badge.tbl {
    font-size: 9px;
  }

}


.list-table .search input {
  font-family: "Helvetica", sans-serif !important;
  width        : calc(100% - 5px);
  border       : 1px solid #ccc9c9;
  padding: 14px 45px 14px 20px;
  font-size: 15px;
  transition: all .3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  border-radius: 10px;
  font-size    : 14px;
  margin-bottom: 6px;
}

.list-table .search input:focus {
  outline      : 0px;
  border-bottom: 1px solid #6d2323;
}

.list-table .search i {
  width      : 20px;
  margin-left: -40px;
}



.list-table ul {
  list-style: none;
  padding   : 0px;
}

.list-table ul li {
  border-bottom: 1px solid #ebebeb;
  padding      : 20px 15px;
  transition   : .35s;
  border-radius: 14px;
  border: 1.4px dashed #ccc !important;
  margin-top: 6px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid #f2f2f2;
}

.list-table ul li.active {
  color           : #6d2323;
  border-color    : #6d2323;
  background-color: #cacaca48;
  padding-left    : 15px;
  transition      : .35s;
}

.list-table ul li:hover {
  border-color    : #6d23237e;
  background-color: #cacaca15;
  padding-left    : 15px;
  transition      : .35s;
}

.list-table ul li .sub-title {
  display    : block;
  margin-left: 25px;
  color      : #000;
  font-weight: 500;
  font-family: "Helvetica", sans-serif !important;
  font-size  : 14px;
  cursor: pointer;
}

.list-table ul li .tgl {
  float: right;
  display: block;
  font-size: 13px;
  color: #8d8989;
}

.list-table ul li .jml {
  float: right !important;
  display: block !important;     /* biar jadi baris baru */
  color: #000 !important;
  margin-bottom: 3px; /* jarak antara jml dan waktu */
  font-weight: 500;
  font-family: "Helvetica", sans-serif !important;
  font-size  : 13px !important;
}


.list-table ul li .option {
  float       : right;
  font-size   : 13px;
  margin-right: 10px;
  margin-left: 6px;
}

.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     : 14px;
  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  : 13px;
  }

}






.box-count-comment {
  display: flex;
  padding: 5px;
  margin: 2px;
  background-color: #6d232398;
  border-radius: 0.6rem;
}

.count-comment {
  background-color: #6d2323;
  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;
  color: #f5c378;
}

.count-comment .lbl {
  font-size: calc(0.4em + 1vw);
  font-weight: 500;
}

.count-comment .count-2 {
  font-size: calc(1em + 1vw);
  font-weight: 700;
  color: #f5c378;
}

.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           : #6d2323;
  border-color    : #6d2323;
  background-color: #cacaca48;
  padding-left    : 15px;
  transition      : .35s;
}

.list-comment ul li:hover {
  border-color    : #6d23237e;
  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 #6d2323;
  float: left;
  padding: 3px;
}

.list-comment .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #6d2323;
  float: left;
  padding: 3px;
  background-color: #6d2323;
  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: #000 !important;
  color: #fff !important;
}

.modal-header .modal-title {
  font-size: 18px;
}

/* Wrapper checkbox */
.checkbox-modern {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  user-select: none;
}

/* Hilangkan default checkbox */
.checkbox-modern input[type="checkbox"] {
  display: none;
}

/* Kotak custom */
.checkbox-modern .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #6d2323;
  display: inline-block;
  transition: 0.25s ease;
  position: relative;
}

/* Efek hover */
.checkbox-modern:hover .checkmark {
  border-color: #4c1717;
}

/* Saat dicentang */
.checkbox-modern input:checked + .checkmark {
  background-color: #6d2323;
  border-color: #6d2323;
}

/* Icon centang */
.checkbox-modern input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.btnIconOption {
  padding: 6px 18px;
  border-radius: 18px;
  border: 1.4px solid #000;
  background: #ffffff;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 11px;

  display: inline-flex;
  align-items: center;
  gap: 5px;

  transition: all 0.25s ease;
  cursor: pointer;
}

.btnIconOption:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.btnIconOption:hover i {
  color: #fff;
}

.btnIconOption:active {
  transform: scale(0.97);
}





/* Hilangkan tanda panah (caret) Bootstrap */
.dropdown-toggle::after {
    display: none !important;
}

/* Font Helvetica */
.dropdown-menu,
.dropdown-menu * {
    font-family: "Helvetica", "Arial", sans-serif;
}

/* Dropdown Container */
.dropdown-menu {
    border: none;
    margin-top: 12px;
    padding: 10px 0;
    border-radius: 12px;
    background: #ffffff;

    /* Aksen merah */
    border-top: 3px solid #000;

    /* Shadow soft profesional */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);

    animation: dropdownFade 0.2s ease-out;
}

/* Item Dropdown */
.dropdown-menu .dropdown-item {
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #000; /* hitam pekat */
    transition: 0.25s ease;
    border-radius: 8px;
    margin: 2px 6px;
}

/* Hover */
.dropdown-menu .dropdown-item:hover {
    background: #f0f0f0; /* abu tone hitam */
    color: #6d2323;
}

/* Active */
.dropdown-menu .dropdown-item.active {
    background: #000;
    color: #fff;
    border-radius: 8px;
}

/* Animation */
@keyframes dropdownFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




a {
  text-decoration: none;
}

ul {
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
}

.bg-custom {
  background-color: #6d2323;
}

.form-control {
  border-color: #6d2323;
  border-radius: 1rem;
}

.form-control:focus {
  border-color: #6d2323;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #6d232369;
}

#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: #000;
  border: 1px solid #ffffff;
}

.btn-custom:hover {
  color: #fff;
  background-color: #6d2323;
  border: 1px solid #ffffff;
}

.btn-custom:focus {
  color: #fff;
  background-color: #6d2323;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0.2rem #6d232356;
}


.btn-outline-custom {
  color: #6d2323;
  background-color: #fff;
  border: 1px solid #6d2323;
}

.btn-outline-custom:hover {
  color: #fff;
  background-color: #6d2323;
  border: 1px solid #ffffff;
}

.btn-custom:focus {
  color: #fff;
  background-color: #6d2323;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 0.2rem #6d232356;
}

.badge-custom {
  float    : right;
  color: #fff !important;
  background-color: #000;
  border-radius: 10rem;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 2px;
}

.menu-btn-page {
  display: flex;
}
.menu-btn-page li {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 5px 10px;
  padding: 4px;
  display: block;
}
.menu-btn-page li:hover {
  background-color: #000;
}
.menu-btn-page li.active {
  background-color: #000;
}
.menu-btn-page li.active a{
  color: #fff;
}

.menu-btn-page li:hover a {
  color: #fff;
}

.menu-btn-page li a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 15px;
  
  padding: 6px 16px;
}

@media (max-width: 576px) {
  .menu-btn-page li a {
    font-size: 12px;
  }
}




.text-custom {
  color: #6d2323;
}

.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 #000;
  border-radius: 1rem;
}

/* MODAL WRAPPER */
.modal .modal-content {
    background-color: #ffffff;
    border: 1.5px solid #000;
    border-radius: 1rem;
    box-shadow: 0 10px 35px rgba(0,0,0,0.15);
    overflow: hidden;
    margin-top: 30px;
}

/* MODAL HEADER */
.modal .modal-header {
    background-color: #000 !important;
    color: #000 !important;
    border-bottom: 1px solid #e8dada;
    padding: 18px 24px;
    
}

.modal .modal-title {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.modal .close {
    font-size: 28px;
    opacity: 0.6;
    transition: 0.3s;
}

.modal .close:hover {
    opacity: 1;
}

/* MODAL BODY */
.modal .modal-body {
    padding: 26px 28px 16px 28px;
}

/* INPUT STYLING */
.modal .modal-body .form-control {
    font-family: "Helvetica", sans-serif !important;

    border-radius: 10px;
    border: 1px solid #dcdcdc;
    background: #fafafa;
    transition: 0.3s ease;
}

.modal .modal-body .form-control:focus {
    font-family: "Helvetica", sans-serif !important;
    background: #fff;
    border-color: #6d2323;
    box-shadow: 0 0 0 3px rgba(109,35,35,0.15);
}

/* LABEL */
.modal .modal-body label {
    font-family: "Helvetica", sans-serif !important;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* RADIO BUTTON */
.modal .custom-control-input:checked ~ .custom-control-label::before {
    font-family: "Helvetica", sans-serif !important;
    background-color: #000;
    border-color: #000;
}

.modal .custom-control-label {
    font-family: "Helvetica", sans-serif !important;
    font-weight: 500;
    color: #444;
}

/* BUTTON SAVE */
.modal .btnSubmit {
    font-family: "Helvetica", sans-serif !important;
    border-radius: 50px;
    padding: 11px 0;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #000;
    color: #fff;
    background: #000;
    transition: 0.3s;
}

.modal .btnSubmit:hover {
    font-family: "Helvetica", sans-serif !important;
    border: 2px solid #6d2323;
    color: #000;
    background: #ffffff;
}


/* FOOTER */
.modal .modal-footer {
    border-top: none;
    padding: 14px 24px 22px 24px;
}

.modal .modal-footer .btn-secondary {
    display: none;
    font-family: "Helvetica", sans-serif !important;
    background: #e8e8e8;
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    color: #333;
    transition: 0.3s;
}

.modal .modal-footer .btn-secondary:hover {
    background: #d5d5d5;
}


#areaDownloadQr {
  padding-bottom: 20px;
  border: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

#areaDownloadQr .qrEvent {
text-align: left;
padding-left: 20px !important;
}

#areaDownloadQr .qrEvent div {
  color: #6d2323;
  font-family: Helvetica, sans-serif;
  font-family: Helvetica, sans-serif;
  letter-spacing: 0.2px !important;
}

#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: 10px;
  }

  #areaDownloadQr .qrEvent .qrManten {
    font-size: 18px;
  }

  #areaDownloadQr .qrEvent .qrTgl {
    font-size: 10px;
  }
}


#areaDownloadQr .qrTamu {
  text-align: left;
  margin-top: 20px;
  }

#areaDownloadQr .qrTamu div {
  color: #000 !important;
  font-size: 15px;
    }

#areaDownloadQr .qrTamu #qrTamuNama {
  color: #000 !important;
  font-size: 19px;
  font-weight: 600;
  
  }

#areaDownloadQr .qrTamu #qrTamuAlamat {
display: none;
}




  @media (max-width: 576px) {
    #areaDownloadQr .qrTamu div {
    font-size: 12px;
    color: #000 !important;
    }

    
    #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  : 16px !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: 11px;
  }

  #list-event span.title {
    font-size  : 12px !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    : #000;
}

#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: #6d2323;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 1rem;
}

.box-count span {
  color: #fff;
  font-size: 16px;
}
.box-count .jml {
  color: #f5c378;
  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;
  }
}