.page-header-custom{
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; */
    margin: 1.5rem 0rem;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    min-height: 50px;
    padding: 20px;
    background: rgb(var(--volgh-white-rgb));
 
    border: 1px solid transparent;
    border-radius: 5px;
}

.page-header{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: relative !important;
    gap: 20px;
    padding: 15px 0;
}

.page-header .title-section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 15px;
    margin-left: 10px;
}

.page-header .page-title{
    margin: 0;
    flex-shrink: 0;
}

.page-header .btn-add{
    flex-shrink: 0;
}

.page-header .search-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}

@media screen and (max-width: 992px) {
    .page-header {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }
    
    .page-header .search-container {
        justify-content: center;
        min-width: auto;
    }
}

@media screen and (max-width: 576px) {
    .page-header .title-section {
        justify-content: center;
        margin-left: 0;
    }
    .page-header .search-container {
        margin-right: 0;
    }
    .page-header .search-container .row {
        margin: 0;
    }
    
    .page-header .search-container .col {
        padding: 0 5px;
    }
    
    .page-header .search-container .form-inline {
        width: 100%;
    }
}

.required::after {
    content: " *";
    color: red;
}

.rent-custom-form{
    border: 1px solid rgb(101, 116, 205);
    text-align: right
}

#form-rent-store input.error{

    border: 1px solid red;
}

#form-rent-store label.error{
    color: red;
}

#balance, #sub_total{
    font-weight: bold !important;
    font-size: 18px !important;
}
