@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:80%;
        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:70%;
        background-color: #c4ffb2;
    }
}

.side-by-side-dropdown {
        display: flex; /* Makes child divs sit side by side */
        gap: 20px; /* Adds space between the items */
        width:100%;
        margin-left:20px;
        margin-top:20px;
    }

.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:13px;
    display: flex !important;
    align-items: center;
    justify-content: center;

}

.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:100px;
    margin-bottom:10px;
    padding-top:20px;
    padding-left:20px;
    background-color:green;
    color:white;

}



.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;
}




.box-tabel-rekening{
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
}