/*html {*/
/*    zoom: 1.0;*/
/*}*/

/*.h-screen {*/
/*    height: auto !important;*/
/*}*/

/*.min-h-screen {*/
/*    min-height: 50vh !important;*/
/*}*/

html {
    zoom: 0.9;
}

.\32xl\:max-w-7xl {
    max-width: 120vw;
}

.\xl\:max-w-4xl {
    max-width: 70vw;
}

.opacity-75 {
    opacity: 0.75;
}

.bg-gray-500 {
    background: lightgray;
}

.\rtl\:right-auto {
    right: 7px;
    top: 7px;
}

.max-w-\[14rem\] {
    width: 14rem !important;
}

.filament-modal-close-button{
    /*position: relative !important;*/
    /*left: 26rem !important;*/
    display: none!important;
}

#sub_total{
    position: relative;
    left: -1.5rem;
    width: 16.5rem;
}

#total{
    position: relative;
    left: 3.5rem;
}


/*.text-gray-900 {*/
/*    background-color: red;*/
/*}*/

/*.bg-gray-500 {*/
/*    opacity: 0.1 !important;*/
/*}*/



@media (min-width: 640px) {

    .sm\:align-middle {
        vertical-align: middle;
    }

    .sm\:h-screen {
        height: 50vh;
    }

    .sm\:inline-block {
        display: inline-block !important;
    }

}



