.popup {
    position: fixed;
    max-height: 90vh;
    height: min-content;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 35%;
    min-width: 615px;
    -webkit-font-smoothing: antialiased;
    padding: 56px 0;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 19px 38px 0 rgba(0, 0, 0, 0.16);
}

.filter-popup {
    position: fixed;
    max-height: 90vh;
    height: min-content;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 40%;
    min-width: 400px;
    -webkit-font-smoothing: antialiased;
    padding: 56px 0;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 19px 38px 0 rgba(0, 0, 0, 0.16);
}

.popupNotification {
    position: fixed;
    max-height: 90vh;
    height: min-content;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 30%;
    min-width: 400px;
    -webkit-font-smoothing: antialiased;
    padding: 20px 0;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 19px 38px 0 rgba(0, 0, 0, 0.16);
}

@-moz-document url-prefix() {
    .popup {
        top: 50%;
        display: table;
        transform: translateY(-50%);
    }
}

.popup-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 9999;
}

.popup > .content {
    height: auto;
    max-height: 60vh;
    overflow-y: auto;
    padding: 12px 24px;
}

.filter-popup > .content {
    height: auto;
    max-height: 60vh;
    overflow-y: auto;
    padding: 12px 24px;
}

.popup .form-view > .main-title {
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 8px 24px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
}

.popup > .actions {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 8px 24px;
    border-radius: 0 0 8px 8px;
}

.filter-popup > .actions {
    display: flex;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 8px 24px;
    border-radius: 0 0 8px 8px;
    flex-flow: row-reverse;
    justify-content: center;
}

.popup .divcenter{
    text-align: center;
}

.popup > .actions paper-button {
    float: right;
}

.popup > .actions paper-button.primary-button.onlybutton {
    float: inherit;
    margin-bottom: 16px;
}

.popup > .title {
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 8px 24px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    color: var(--ba-font-opactity);
    font-family: "Quicksand";
    font-size: 24px;
}

.filter-popup > .title{
    top: 0;
    position: absolute;
    width: 85%;
    background-color: white;
    padding: 8px 24px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    color: var(--ba-font-opactity);
    font-family: "Quicksand";
    font-size: 24px;
}

.popup .container {
    min-height: 250px;
    max-height: 60vh;
    height: fit-content;
    overflow-y: auto;
}

.popup .container-description {
    padding-top:40px;
    min-height: 200px;
    max-height: 60vh;
    height: fit-content;
    overflow-y: auto;
    text-align:-webkit-center;
    font-size: 18px;
    width: 60%;
}

.popup .buttons-div{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.filter-popup .container {
    min-height: 250px;
    max-height: 60vh;
    height: fit-content;
    overflow-y: auto;
}

.popup .text {
    display: block;
    font-size: 14px;
    color: var(--ba-primary-opacity);
}

.filter-popup .text {
    display: block;
    font-size: 14px;
    color: var(--ba-primary-opacity);
}

.popup .modbar {
    position: relative;
    padding: 20px 16px;
}

.popup .modbar .counter {
    height: 24px;
    margin-left: 0;
}

.popup .modbar .list-item {
    padding: 0;
}

.popup .modbar .list-item:first-child,
.popup .modbar .list-item:last-child {
    height: initial;
}

.popup .branch-office {
    height: 72px;
    padding: 16px;
    min-width: 300px;
    margin: 8px 0;
}

.popup .branch-office:hover {
    cursor: pointer;
    background-color: var(--ba-lower-opacity);
}

.popup .form-container {
    padding: 0;
}

.delete-dialog .popup {
    min-height: unset;
}

.pos-selector-description {
    margin-left: 24px;
    padding-bottom: 12px;
}

.filter-popup paper-checkbox {
    bottom: 50%;
    position: relative;
    margin-right: 1%;
}

.filter-popup-products {
    width: 30%;
}

div.product-filter-popup div.actions {
    padding: 5% 0%;
}

div.product-filter-popup div.content {
    margin-bottom: 5%;
}

.popup .title-center{
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background-color: white;
    padding: 20px 24px;
    z-index: 1;
    border-radius: 8px 8px 0 0;
    color: var(--ba-font-opactity);
    font-family: "Quicksand";
    font-size: 26px;
    text-align: center;
    font-width: 500;
}