/*   TAGs    */
html {
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    overflow-x: hidden;
}

/*   IDs   */
#kassenbonErrorText, #kassenbonText {display: none;}

/*   CLASSES   */
.absolute-top {position: absolute;top:0;}
.clicker, *[data-bs-toggle="modal"] {cursor: pointer !important;}
.float-left {float: left;}
.float-right {float: right;}
.pr-3 {padding-right: 1rem;}
.pabsolute {position: absolute !important;}
.prelative {position: relative !important;}
.rotate180 {transform: rotate(180deg);}
.text-center {text-align: center !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}
.z100 {z-index: 100;}