html, body {
    overscroll-behavior-y: none !important;
    overscroll-behavior-x: none !important;
}


@media screen and (orientation: landscape) {
    .side-by-side-input {
        display: flex; /* Makes child divs sit side by side */
        gap: 20px; /* Adds space between the items */
        width:100%;
    }
    .custom-tabs-container {
        border-bottom: 1px solid #d6d6d6;
        width:100%;
        background-color: #c4ffb2;
    }
}

@media screen and (orientation: portrait) {
    .side-by-side-input {
        gap: 20px; /* Adds space between the items */
        width:100%;
    }
    .custom-tabs-container {
        border-bottom: 1px solid #d6d6d6;
        width:100%;
        background-color: #c4ffb2;
    }
}

.side-by-side-dropdown-top {
    display: flex; 
    gap: 5px; /* Adds space between the items */
    width:70%;
    margin-left:20px;
    margin-bottom:20px;
    font-size:0.8rem;
        
}

.side-by-side-dropdown {
    display: flex; 
    gap: 5px; /* Adds space between the items */
    width:70%;
    margin-left:20px;
    margin-right:20px;
    margin-top:20px;
    font-size:0.8rem;
    margin-bottom:20px;
}

.side-by-side-dropdown-top p {
    font-size:0.8rem;
    margin-bottom:5px;
    margin-top:5px;
}

.side-by-side-dropdown p {
    font-size:0.8rem;
    margin-top:5px;


}


.width-20{
    margin-top:20px;
    width:100%;
}

.width-50{
    margin-top:20px;
    width:100%;
}







.custom-tabs {
    border-top-left-radius: 3px;
    background-color: #c4ffb2;
    border-bottom: 1px solid #d6d6d6;
}

.custom-tab {
    color:#586069;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 3px solid transparent !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    background-color: #c4ffb2;
    padding: 12px !important;
    font-family: "system-ui";
    font-size:11px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height:40px;
    width:100%;

}

.custom-tab--selected {
    color: black;
    box-shadow: 1px 1px 0px rgb(4, 122, 0);
    border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    border-top: 3px solid #0da100 !important;
}




/* .alert-box{
    margin-top:20px;
} */



.order-datatable{
    margin-top:20px;
    margin-bottom:20px;

}


.title-box{
    border-left: 1px solid green !important;
    border-right: 1px solid green !important;
    border-top: 3px solid green !important;
    border-bottom: 3px solid rgb(92, 168, 92) !important;
    height:30px;
    padding-left:20px;
    background-color:green;
    color:white;
}

.title-box h1{
    font-size:1.2rem;
}



.admin-box-content{
    width:50%;
    border-bottom: 1px solid green;
    border-top: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;
    padding-top:20px;
}



.admin-body{
    display: flex;
    justify-content: center; /* Centers horizontally */
     align-items: center;     /* Centers vertically */
    height: 100%;           /* Ensures the container takes the full viewport height */
    margin: 0;               /* Remove default body margin */
}


.input-parent-box{
    margin-left:20px;
    margin-top:20px;
    margin-right:20px;
    margin-bottom:20px;
}

.button-control-box{
    position: fixed;
    top: 50%;         /* Stick to the very top */
    left: 35%;        /* Stick to the very left */
    width: 100%;    /* Make it span the full width */
    z-index: 1000;  /* Ensure it stays above other content */
}



.box-tabel-rekening{
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
}



.btn-check:checked + .card {
    border: 2px solid blue !important;
    background-color: #e0f7fa !important;
}


.card-head-sidebyside {
    display: flex; /* Makes child divs sit side by side */
    gap: 5px; /* Adds space between the items */
    background-color: white;
}

.card-content-sidebyside {
    display: flex; /* Makes child divs sit side by side */
    gap: 5px; /* Adds space between the items */
    background-color: white;
    width:100%;
    /* border-bottom: 1px solid green;
    border-top: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green; */
}



.order-cards-body p {
    font-size:1rem;
    text-align: justify;
}


.card-head-icons{
    display: flex; 
    width:72%;
    /* border-bottom: 1px solid green !important;
    border-top: 1px solid green !important;
    border-left: 1px solid green !important;
    border-right: 1px solid green !important; */
}


.card-head-icons-child{
    margin-left:auto !important;
    display: flex; 
    gap:20px;
    /* border-bottom: 1px solid green !important;
    border-top: 1px solid green !important;
    border-left: 1px solid green !important;
    border-right: 1px solid green !important; */
}