@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: #DCDCDC;
}

::-webkit-scrollbar {
    width: 0px;
}

a {
    color: #B68B8E;
    text-decoration: none;
}

a.link {
    color: #B68B8E;
    text-decoration: none;
}

a.link:hover {
    color: #6C4C44;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #6C4C44;
}

.container-page {
    max-width: 500px;
    background-color: #E7E7E7;
    padding: 0px;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}



.area-content {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

.area-content .content {
    padding: 0px 10px 40px 10px;
}


.nav-header {
    background-color: #916C69;
    color: #563A2F;
    padding: 0.2rem 1.2rem;
    position: sticky;
    top: 0;
    z-index: 500;
    border-bottom: 2px solid #563A2F;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15) !important;
}

.navbar-brand img {
    height: 40px;
}



@media (max-width: 576px) {
    .navbar-brand img {
        height: 35px;
    }
}

.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: #4E352B;
    font-size: 18px;
    font-weight: 600;
}


@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: #563A2Fa2;
    color: #ffffff;
    border: 2px solid #563A2F;
    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: #563A2F;
    color: #ffffff;
    border: 2px solid #FFCAD7;
    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: #563A2F; */
    padding: 5px 10px;
    border-radius: 0.8rem;
}

.menu-box .menu {
    display: block;
    padding: 15px;
    text-align: center;
    background-color: #563A2F;
    cursor: pointer;
    border-radius: 0.6rem;
    margin-bottom: 0px;
    box-shadow: 0px 0px 5px 5px #6C4C44 inset;
    text-decoration: none;
}

.menu-box .menu:hover {
    background-color: rgba(255, 255, 255, 0.815);
    box-shadow: 0px 0px 5px 5px #563A2F inset;
    color: #563A2F;
}

.menu-box .menu:hover .icon-menu i,
.menu-box .menu:hover p {
    color: #563A2F;
}

.menu-box .menu .icon-menu {
    margin-bottom: 10px;
    display: block;
}

.menu-box .menu .icon-menu i {
    font-size: 27px;
    color: #ffffff;
}

.menu-box .menu p {
    /* text-transform: lowercase; */
    color: #ffffff;
    margin: 0px;
    font-size: 13px;
}

.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,
.menu-box .col-4 {
    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 #bfbfbf;
    border-radius: 1rem;
}

.card-footer {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent !important;
    border-top: 1px solid #bfbfbf;
}

.pagination-custom {
    display: block;
    text-align: center;
}

.pagination-custom ul {
    display: flex;
    width: 105px;
    height: 30px;
    margin: auto;
    text-align: center;
    background-color: #563A2F;
    border-radius: 12rem;
}

.pagination-custom ul li {
    margin: auto;
    color: #FFCAD7;
}

.pagination-custom ul li {
    /* background-color: #563A2F; */
    width: 35px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.pagination-custom ul li:hover {
    background-color: #563A2F;
    color: #fff;
}

.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: #563A2F; */
    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: rgb(255, 98, 0);
}

@media (max-width: 576px) {
    .count-guest span {
        font-size: 11px;
    }
}


.content-title {
    font-size: 19px;
    font-weight: 600;
}


.badge.tbl {
    border-radius: 1rem;
    float: right;
    padding: 5px 10px;
    font-size: 13px;
    background-color: #563A2F;
    border: 1px solid #563A2F;
    color: #FFCAD7;
    cursor: pointer;
    font-weight: 500;
}

.badge.tbl:hover {
    background-color: #563A2F;
    color: #ffffff;
}


.badge.tblKode {
    border-radius: 1rem;
    float: right;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #563A2F;
    border: 1px solid #563A2F;
    color: #FFCAD7;
    cursor: pointer;
    font-weight: 500;
}


.badge.tblKode:hover {
    background-color: #6C4C44;
    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 #563A2F;
}

.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: #563A2F;
    border-color: #eeeeee;
    background-color: #cacaca48;
    padding-left: 15px;
    transition: .35s;
}

.list-table ul li:hover {
    border-color: #6C4C44;
    background-color: #ebebeb;
    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: #563A2F;
}

.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: #563A2F;
    border-radius: 0.6rem;
}

.count-comment {
    background-color: #323232;
    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: #563A2F;
    border-color: #563A2F;
    background-color: #cacaca48;
    padding-left: 15px;
    transition: .35s;
}

.list-comment ul li:hover {
    border-color: #563A2F7e;
    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 #7f7f7f;
    float: left;
    padding: 3px;
}

.list-comment .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4d4d4d;
    float: left;
    padding: 3px;
    background-color: #a8a8a8;
    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: #563A2F;
    color: #fff;
}

.modal-header .modal-title {
    font-size: 18px;
}




.btnIconOption {
    padding: 2px 15px;
    border-radius: 16px;
    border: 1px solid #563A2F;
    background-color: #ffffff;
}

.btnIconOption i {
    font-size: 15px;
    color: #563A2F;
}




.dropdown-menu {
    border: none;
    margin-top: 15px;
    border-top: 3px solid #563A2F;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.548);
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #563A2F;
}

.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: #563A2F;
}

.form-control {
    border-color: #563A2F;
    border-radius: 1rem;
    color: #563A2F;
}

.form-control:focus {
    border-color: #563A2F;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #563A2F69;
    color: #563A2F;
}

.form-control::placeholder {
    color: #9e9e9e;
}

#LoadingPage {
    margin: 0;
    position: fixed;
    /* transform: translate(-50%, -50%); */
    z-index: 99999;
    background-color: #ffffff7a;
    width: 100vw;
    height: 100vh;
    text-align: center;
    padding-top: 40vh;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}


.btn-custom {
    color: #FFCAD7;
    background-color: #563A2F;
    border: 1px solid #6C4C44;
    font-weight: 600;
}

.btn-custom:hover {
    color: #563A2F;
    background-color: #FFCAD7;
    border: 1px solid #6C4C44;
}

.btn-custom:focus {
    color: #563A2F;
    background-color: #FFCAD7;
    border: 1px solid #6C4C44;
    box-shadow: 0 0 0 0.2rem #563A2F56;
}


.btn-outline-custom {
    color: #563A2F;
    background-color: #fff;
    border: 1px solid #563A2F;
}

.btn-outline-custom:hover {
    color: #fff;
    background-color: #77594e;
    border: 1px solid #6C4C44;
}

.btn-custom:focus {
    color: #fff;
    background-color: #634a40;
    border: 1px solid #6C4C44;
    box-shadow: 0 0 0 0.2rem #563A2F56;
}

.badge-custom {
    color: #FFCAD7;
    background-color: #563A2F;
    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 #563A2F;
    border-radius: 1rem;
    margin: 5px 10px;
    padding: 4px;
    display: block;
}

.menu-btn-page li:hover {
    background-color: #563A2F;
}

.menu-btn-page li.active {
    background-color: #563A2F;
}

.menu-btn-page li.active a {
    color: #fff;
}

.menu-btn-page li:hover a {
    color: #fff;
}

.menu-btn-page li a {
    color: #563A2F;
    text-decoration: none;
    display: block;
    font-size: 15px;
}

@media (max-width: 576px) {
    .menu-btn-page li a {
        font-size: 12px;
    }
}




.text-custom {
    color: #563A2F;
}

.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 #563A2F;
    border-radius: 1rem;
}

#areaDownloadQr {
    padding-bottom: 20px;
    border: 1px solid #563A2F;
    border-bottom: 4px solid #4E352B;
    margin-bottom: 20px;
}

#areaDownloadQr .qrEvent {
    text-align: left;
}

#areaDownloadQr .qrEvent div {
    color: #563A2F;
}

#areaDownloadQr .qrEvent .qrWeding {
    font-size: 12px;
}

#areaDownloadQr .qrEvent .qrManten {
    font-size: 16px;
    font-weight: bolder;
}

#areaDownloadQr .qrEvent .qrTgl {
    font-size: 13px;
}

@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: 13px;
}

#areaDownloadQr .qrTamu #qrTamuNama {
    font-size: 16px;
    font-weight: 600;
}

#areaDownloadQr .qrTamu #qrTamuAlamat {
    color: #0a0a0a;
    font-size: 14px;
}




@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: 17px !important;
    font-weight: 700;
}

#list-event img {
    max-width: 190px;
    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: #0D0D0D;
    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: 210px;
    top: 15px;
}

#list-event .detail span#user {
    font-size: 14px;
    display: block;
}

#list-event .detail span#user.link a {
    font-size: 10px;
    color: #6C4C44;
}

#list-event .boxBtn {
    position: absolute;
    right: 20px;
    top: 20px;
}

#list-event .boxBtn .dropdown-toggle i {
    color: #4E352B;
}

.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: #563A2F;
    padding: 15px;
    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: #6C4C44;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid rgb(196, 196, 196);
}


.modal button.close {
    color: #fff;
}


.head-form {
    text-align: center;
    padding-top: 40px;
}

.head-form .logo img {
    display: inline-block;
    width: 95px;
    height: auto;
    margin-bottom: 20px;
}

.head-form h3 {
    font-size: 14px;
}

.head-form h2 {
    font-size: 15px;
    margin: 0px;
}

.head-form h1 {
    font-size: 17px;
}

.area-form {
    padding: 20px;
}

.area-form .form-group {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


.area-sukses {
    padding: 20px;
}

.area-sukses .form-group {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.modal#modalQr .modal-dialog {
    max-width: 350px;
}