@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,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --font-family-sans-serif: "Poppins", sans-serif;
    --primary: #008F9F;
    --dark-neutral: #495057;
    --light-neutral: #ced4da;
    --neutral: #a4a7ab;
}

html{
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

.p-0175rem{
    padding-top: 0.175rem;
    padding-bottom: 0.175rem;
}

.navbar{
    filter: drop-shadow(0 0.15rem 0.175rem gray);
}

.color-neutral{
    color: #a4a7ab!important;
}

.color-darkneutral{
    color: var(--dark-neutral)!important;
}

.fill-darkneutral{
    fill: var(--dark-neutral);
}

.color-lightneutral{
    color: #ced4da;
}

.ul-nostyle{
    list-style-type: none;
    align-items: center;
}

.ul-nostyle li{
    margin-right: 0.9rem;
    height: fit-content;
}

.ul-nostyle li.active{
    border-bottom: 4px solid var(--primary);
    margin-top: 4px;
}

.ul-nostyle li a{
    color: var(--dark-neutral);
}

.ul-nostyle li a:hover{
    color: var(--primary);
    text-decoration: none;
}

.mycard{
    padding: 0.8rem;
}

.mycard .card{
    min-height: 7em;
    filter: drop-shadow(0 0 0.5rem var(--light-neutral));
    border: none;
}

.imgs-container{
    overflow: hidden;
    position: relative;
    padding-top: 55%;
    margin: 0 20px;
    margin-top: 1rem;
    filter: drop-shadow(0 0 0.5rem var(--light-neutral));
}

.imgs-sub-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.imgs-item{
    flex: 1 0 50%;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--neutral);
    background-color: var(--neutral);
}

.img-4x3{
    overflow: hidden;
    position: relative;
    padding-top: 55%;
    margin: 0 20px;
    margin-top: 1rem;
    filter: drop-shadow(0 0 0.5rem var(--light-neutral));
}

.img-4x3-row{
    overflow: hidden;
    position: relative;
    min-width: 200px;
    margin-right: 1rem;
    height: 130px;
    filter: drop-shadow(0 0 0.5rem var(--light-neutral));
}

.img-4x3-row img{
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
    height: 120%;
}

.img-4x3 img, .img-1x1 img{
    position: absolute;
    height: 100%;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}

.imgs-item img{
    position: absolute;
    width: 200%;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}

.section-carousel-scroll-container{
    width: fit-content; 
    overflow-x: scroll; padding-left: 32px;
}

.section-carousel-scroll-container::-webkit-scrollbar{
    display: none;
}

.card-title-text{
    font-size: 16px;
    font-weight: 600;
}

.pesan-btn{
    border-radius: 23px;
    font-size: 12px;
}

.navbar{
    padding: 0.7rem 2rem;
    z-index: 3;
}

.ico-oncard{
    font-size: 1.3rem;
    color: var(--neutral);
}

.table-thead{
    background-color: var(--primary);
    color: #fff;
}

.fw-table{
    width: 100%
}

.container-w-sidebar{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: block;
    height: calc(100% - 62.594px);
    overflow: hidden;
}

.sidebar a{
    font-size: 1rem;
    border: none;
    color: var(--neutral);
}

.sidebar a:last-child{
    color: #fff;
    background-color: #008F9F;
    border-color: #008F9F;
}

.sidebar a[active] {
    color: #212529;
    background-color: #e9ecef;
}

.sidebar{
    width: 300px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-right: 1pt solid var(--neutral);
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.content-f-sidebar{
    /* margin-left: 300px; */
    /* width: calc(100% - 300px); */
    width: 100%;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    position: relative;
    display: block!important;
}

.content-f-sidebar.collapse{
    left: 0;
}

.content-f-sidebar.collapse.show{
    left: 300px;
}


.bc-admin{
    border: 1pt solid var(--neutral);
    background-color: var(--light-neutral);
    padding: 0.15rem 0.7rem;
    background-color: #ffffff;
    border-radius: 0;
    width: fit-content;
    font-size: 0.75rem;
}

.font-uc{
    text-transform: uppercase;
}

.uk-btn-large{
    border-radius: 0;
    min-height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 0.8rem;
}

.input-te{
    height: 40px;
    padding: 8px 0;
    font-size: 16px;
    vertical-align: middle;
    border: none;
    padding-left: 30px !important;
}

.ab-ico{
    position: absolute;
    top: 50%;
    width: 30px;
    margin-top: -7px;
    font-size: 14px;
    color: #6d6f79;
    text-align: center;
    pointer-events: none;
}

.w-500px{
    width: 500px;
}

.modalSide-container{
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    top: 0;
    z-index: 3;
    overflow-y: auto;
}

.modalSide-upbelownavbar{
    height: calc(100% + 115.375px);
    z-index: 5;
}

.modalSide{
    background-color: #fff;
}

/* li.nav-item.active{
    display: flex;
    flex-direction: column;
} */

li.nav-item.active  > .nav-link::after{
    content: "";
    padding-right: 10px;
    margin: 0 4px;
    border-bottom: 4px solid var(--primary);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

li.nav-item.active > .nav-link{
    /* margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: auto; */
    display: flex;
    flex-direction: column;
    position: relative;
}

.img-1x1{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50%;
    /* margin: 0 20px; */
    filter: drop-shadow(0 0 0.5rem var(--light-neutral));
}

.h-w-100px{
    height: 100px;
    min-width: 100px;
}

.h-w-80px{
    height: 80px;
    min-width: 80px;
}

.card-pesan{
    max-width: 290px;
    margin-left: auto;
    filter: drop-shadow(0 2px 0.3rem var(--light-neutral));
}

.bd-radius-12px{
    border-radius: 12px;
}

.bd-radius-10px{
    border-radius: 10px;
}

.card-pesan-input{
    padding: 3px;
    display: flex;
}

.card-pesan-input > i{
    font-size: 2.2em;
}

.mini-btn{
    padding: 0;
    width: 20px;
    height: 20px;
}

.mini-btn:only-child{
    font-size: 1rem;
}

.detil-container{
    background-color: white;
    /* height: calc(100% - 70px);
    margin-top: 70px; */
    width: 100%;
    display: flex;
    flex-direction: row;
    top: 0;
    z-index: 3;
}

.container-center{
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.sub-nav{
    z-index: 4;
    padding: 1rem;
    padding-bottom: 0;
}

.mdi-custom{
    font-size: 22px;
    line-height: 0;
    top: 5px;
}

.mdi-custom-16{
    font-size: 16px;
    line-height: 0;
    top: 3px;
}

.grouped{
    margin-bottom: 5rem;
}

.grouped[expanded-container] [expanded]{
    max-height: 54.6rem;
    overflow-y: hidden;
}

.grouped[expanded-container] [expanded=true]{
    max-height: none;
}
/* 
.grouped[expanded-container] .loadmore[expanded=true]{
    display: none;
} */

.sidebar-custom{
    width: 380px;
    max-width: 100%;
    padding: 1.5rem;;
    padding-left: 2rem;;
    background-color: white;
    height: calc(100% - 4px);
    filter: drop-shadow(2px 0 0.175rem gray);
}

.content-f-sidebar-custom{
    margin-left: 380px;
    width: calc(100% - 380px);
}

.sub-nav-child{
    padding: 0.7rem 2rem;
}

.btn-close-absolute{
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}

.fill-dark-neutral{
    fill: var(--neutral);
}

.mdi-custom-room-meeting{
    position: absolute;

}

.room-meeting-container{
    left: -48px;
    top: -8px;
}

.pl--60px{
    padding-left: 60px;
}

@media only screen and (min-width: 768px){
    .card-list{
        margin-left: calc( -0.8rem - 15px );
        margin-right: calc( -0.8rem - 15px );
    }
}

.scrollable-y{
    outline-offset: -2px;
}

.drop-shadow-1{
    filter: drop-shadow(0 2px 0.3rem var(--light-neutral));
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-paket{
    padding: 1.3em 0.7em 0.7em 1em;
    margin-bottom: 1.2em;
}

image{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.check-out-table td:not(:first-child){
    line-height: 2;
    color: var(--dark-neutral);
    text-align: right;
}

.check-out-table tfoot td{
    border-top: 1px solid var(--light-neutral);
}

.check-out-table tfoot td:last-child{
    font-weight: 600;
}

.check-out-table .sub-header-table{
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.check-out-table tr:first-child  .sub-header-table{
    padding-top: 0;
}

.loadmore-gradient{
    height: 300px;
    top: -300px;
    background-image: linear-gradient(#ffffff00, #ffffffdb, #ffffff);
}

.loadmore-gradient-container{
    margin-left: calc( -0.8rem - 15px );
    width: calc(100% + 1.6rem + 30px);
}

.loadmore-gradient{
    height: 300px;
    top: -300px;
    background-image: linear-gradient(#ffffff00, #ffffffdb, #ffffff);
}

@media (hover: hover){
    .scrollable-x::-webkit-scrollbar, .scrollable-y::-webkit-scrollbar {
        width: 6px;
    }
    .scrollable-x::-webkit-scrollbar-thumb, .scrollable-y::-webkit-scrollbar-thumb {
        background-color: #888;
    }
    .scrollable-x::-webkit-scrollbar-track, .scrollable-y::-webkit-scrollbar-track {
        background-color: #f0f0f0;
    }
}

@media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - .5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - .5em);
    }
}

.filepond--drop-label{
    min-height: calc(1.6em + 0.75rem + 2px)!important;
}

.filepond--panel-root {
    background-color: transparent;
    display: block;
    width: 100%;
    height: calc(2.475em / 2);
    padding: 1px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.filepond--image-preview{
    background: var(--primary);
}

.sidebar-closed{
    left: -380px;
}

.sidebar-open-button{
    width: 35px;
    height: 35px;
    background-color: white;
    top: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    font-size: 1.3rem;
    text-align: center;
}

.loading-bars{
    width: 45px;
    height: 45px;
}

.loading-bars::before{
    content: url(../svg/Bars-1.3s-220px.svg);
    display: block;
    height: 100%;
    width: 100%;
}

.top-0{
    top: 0;
}

.bottom-0{
    bottom: 0;
}
    

.backdrop{
    background-color: rgba(0,0,0,0.5);
}

.hr-light{
    border-top: 1px solid var(--light-neutral);
}

.container-order-detail{
    max-width: 720px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ticket-ico::before{
    font-size: 0.05rem;
    content: url(../img/tabler-ticket.png);    
    display: block;
}

.navbar-slide{
    z-index: 1041;
    max-width: 100%;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
}

.navbar-slide.right{
    right: 0;
    left:auto;
}

.navbar-slide.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.navbar-slide > .nav{
    height: 100%;
    background-color: white;
    position: relative;
    top: 0;
    transition: all 0.5s ease;
}

.navbar-slide.collapse:not(.show) > .nav{
    right: -100%;
}

.navbar-slide.collapse.show > .nav{
    right: 0%;
}

.modal-backdrop.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.modal-backdrop {
    opacity: 0.5;
}

.nav-hamburger .nav-link{
    border-bottom: 1px solid var(--light-neutral);
}

.sidebar-container{
    width: 300px;
    display: block!important;
}

.sidebar-container.collapsing, .content-f-sidebar.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.sidebar-container.collapse{
    left: -265px;
}

@media (max-width: 300px) {
    .sidebar-container.collapse {
        left: calc(-100% + 35px);
    }

    .content-f-sidebar.collapse{
        left: 0;
    }
    
    .content-f-sidebar.collapse.show{
        left: calc(100% - 35px);
    }
    
}

.sidebar-container.collapse.show{
    left: 0;
}

@media only screen and (min-width: 992px){   
    .content-f-sidebar.collapse.show{
        width: calc(100% - 300px);
    }
}

.myresponsive-table{
    overflow-x: scroll;
    left: -48px;
    position: relative;
    margin-right: -96px;
    display: flex;
    margin-bottom: 56px;
}

.myresponsive-table::before{
    margin-left: 48px;
    content: "";
}

.myresponsive-table::after{
    padding-left: 48px;
    content: "";
}

.myresponsive-table::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */   
}

.neutral-bg{
    background-color: white;
    color: black;
}

.z-1040{
    z-index: 1041;
}

.profile-container{
    width: 375px;
    max-width: 100%;
    min-height: 450px!important;
    background-color: white;
    border-radius: 0px 0 8px 8px;
    padding: 0 16px;
    opacity: 0;
    position: relative;
    top: -30px;
    transition: all 0.7s ease;
}

.profile-container.show{
    opacity: 1;
    top: 0;
}

.container-std{
    visibility: hidden;
    transition: all 0.7s;
}

.container-std.show{
    visibility: visible;
}

.opacity-std{
    opacity: 0;
    transition: all 0.7s;
}

.opacity-std.show{
    opacity: 1;
}


.profile-col{
    padding-left: 12px;
    position: relative;
}

.profile-col > label{
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.profile-col::before{
    content: "";
    left: 0;
    height: 76%;
    top: 5px;
    position: absolute;
    border-left: 3px solid var(--primary);
}

.ubah-link{
    float: right;
    font-size: 12px;
    text-decoration-line: underline;
}