@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

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

.text-red {
    color: #c10026;
}

.text-green {
    color: #208600;
}

.text-orange {
    color: #df6e00;
}

.text-blue {
    color: #1846df;
}

.badge-warning {
    color: #73510d !important;
}

.badge-success {
    color: #0d6832 !important;
}

.pad-left-20p {
    padding-left: 20px;
}

.acta-hr {
    width: 37%;
    border-top: 2px solid #333;
}

.text-right {
    text-align: right;
}

.margin-bottom-20p {
    margin-bottom: 20px;
}

.text-left {
    text-align: left;
}

.w200p {
    width: 200px;
}

.mg-bt-50p {
    margin-bottom: 50px;
}

.borderless {
    border: none;
}

.mg-top-20p {
    margin-top: 20px;
}

.mg-top-40p {
    margin-top: 40px;
}

.w250p {
    width: 250px;
}

.long-acta-hr {
    width: 57%;
    border-top: 2px solid #333;
}

.font-20p {
    font-size: 20px;
}

.bg-light-brown {
    background-color: #ffe5d0;
}

.color-orage {
    color: #df6e00;
}

.font-14p {
    font-size: 14px;
}

.border-acta-bottom {
    border-bottom: 1px solid #982727;
}

.pad-5p {
    padding: 5px;
}

.full-width {
    width: 100%;
}

.font-15p {
    font-size: 15px;
}

.font-22p {
    font-size: 22px;
}

.font-28p {
    font-size: 28px;
}

.font-40p {
    font-size: 40px;
}

.text-gold {
    color: #73510d !important;
}

.text-light-gold {
    color: #ffc107 !important;
}

#loader {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #000000aa;
    display: none;
}

.overflow-auto {
    overflow: auto;
}

.pad-20p {
    padding: 20px;
}

.app-footer {
    background-color: #f0f0f0;
}

.header {
    background-color: #f8f8f8;
}

.body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    max-width: 600px;
    margin: auto;
}

.font-weight-600 {
    font-weight: 600;
}

.info-cookies {
    padding: 0.5rem 1.6rem;
    margin: 0.375rem;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.zi-999 {
    z-index: 999;
}

.margin-375rem {
    margin: 0.375rem;
}

.max-w-200p {
    max-width: 200px;
}

.word-break {
    word-break: break-all;
}

.alert-container {
    position: absolute;
    min-height: 150px;
    top: 15px;
    right: 15px;
    z-index: 9999;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.margin-left-10p {
    margin-left: 10px;
}

.toast-body {
    min-height: 52px;
    line-height: 26px;
}

.spinner-position {
    margin-left: -21px;
    margin-top: -21px;
    top: 50%;
    left: 50%;
    position: absolute;
}

.cookie-line-height {
    line-height: 150%;
}

.height-220p {
    height: 220px !important;
}

.height-260p {
    height: 260px !important;
}

.auto-width {
    width: auto !important;
}

.capitalize {
    text-transform: capitalize;
}

.width-100p {
    width: 100% !important;
}

.hidden {
    display: none;
}

.toast-body {
    min-height: 52px;
    line-height: 26px;
}
