﻿

.dropdown-button-with-checkboxes {
    background-color: #ffffff;
    color: #000;
    padding: 10px 18px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    display: inline-flex;
    align-items: center;
    border: 1px solid #d9d9d9 !important;
}
.arrow-down-in-dropdown-with-checkbox {
    margin-left: auto !important;
    border: solid #000;
    opacity: 0.6;
}
.dropdown-button-with-checkboxes .arrow-down-in-dropdown-with-checkbox {
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
}


.date-picker-box {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#start-date, #end-date {
    border: none;
    background: transparent;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.separator {
    padding: 10px;
    font-size: 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-sizing: border-box;
    background-color: #f9f9f9;
}

.custom-select-dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
}

    .custom-select-dropdown .dropdown-item label {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .custom-select-dropdown .dropdown-item input[type="checkbox"] {
        margin-right: 0.5rem;
    }


.dropdown-button-salesreport {
    color: #000;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 12px 30px 12px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sales-report-button {
    width: 50%;
    max-width: 150px;
    height: 45px;
    /* text-wrap: wrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

                           
.button-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container {
    display: grid;
    place-items: center;
    height: 80%;
}

.transaction-sales-per-dpu-modal {
    width: auto !important; 
    margin-right: -300px; 
    margin-left: -300px;
}

.transaction-sales-per-dpu-modal-container {
    padding: 0px 15px 0px 15px;
}

@media only screen and (min-width: 768px) {
    .show-on-large {
        display: block;
    }

    .show-on-small {
        display: none;
    }

    .sales-report-container {
        padding: 30px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .full-width-in-1200px {
        width: 100%;
    }

    .margin-top-20px-in-1200px {
        margin-top: 10px;
    }

    .transaction-sales-per-dpu-modal {
        margin-right: -120px;
        margin-left: -120px;
    }
}

@media only screen and (max-width: 767px) {

    .show-on-large {
        display: none;
    }

    .show-on-small {
        display: block;
    }

    .sales-report-container {
        padding: 10px;
    }

    .transaction-sales-per-dpu-modal-container {
        padding: unset;
    }

    .sales-report-button {
        width: 100% !important;
        max-width: 100% !important;
    }

    .margin-top-small {
        margin-top: 10px !important;
    }

    .date-picker-box {
        width: 100%;
    }

    .full-width-on-small {
        width: 100% !important;
    }

    .transaction-sales-per-dpu-modal {
        margin-right: unset;
        margin-left: unset;
    }
}

@media only screen and (max-width: 425px) {

    .dropdown-item-in-dropdown-with-checkboxes {
        text-wrap: wrap;
    }
}

@media only screen and (max-width: 375px) {

    #start-date, #end-date {
        width: 44% !important;
        text-align: left !important;
    }
}