html,
body {
    /*background: url(../img/background.jpg) no-repeat center center/cover;*/
    background-color: #44585a;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    text-rendering: geometricPrecision;
    overflow-x: auto;
    text-rendering: optimizeLegibility;
}

.modal-dialog {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0!important;
}

.modal-login {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0; 
    background: rgba(0,0,0,0.3);
}

.modal-content {
    background: #44585a!important;
    padding: 50px 0!important;
    border-radius: 3rem!important;
}

#logo {
    width: 100%;
    max-width: 100px;
}

label {
    color: #fff;
    margin-bottom: .2rem;
}

.hp {
    width: 30rem;
    max-width: 80vw;
}

.errore {
    color: #FE6C6C;
    font-weight: 400;
    margin-top: 1rem;
}

#modal-title-error, #modal-title-error-login, #form-registrazione, #button-login {
    display: none;
}

a, a:hover, a:focus, a:active, a:visited {
  color: #fff;
  text-decoration: none;
}

.blacklink, .blacklink:hover, .blacklink:focus, .blacklink:active, .blacklink:visited, .blacklink:active {
  color: #000;
}


h4 {
    color: #90C944;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #90C944!important;
}

.text-red {
    color: #FF0000!important;
}

.durata {
    font-size: 1rem;
    color: #FE6C6C;
}

#img-result {
    width: 512px;
    max-width: 80vw;
}

@media screen and (max-width: 575px) {
    #img-result {
        width: 256px;
        max-width: 80vw;
    }    
}

#result {
    max-height: 25rem;
    overflow-y: auto;
}

.btn-outline-primary {
    color: #90C944;
    border-color: #90C944;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #90C944;
    border-color: #90C944;
}

.domanda-chat {
    background-color: rgba(244,244,244,0.8);
    border-radius: 1.5rem;
    padding: 5px 15px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 5px;
}

.img-wait {
    max-width: 50px;
}

#fixedmenu {
    right: 15px;
}

.fblogin-dav {
    max-width: 300px
}

.btn {
    border-radius: 0.5rem;
}

.btn-primary {
  color: #fff;
  background-color: rgba(0, 98, 204, 1);
  border-color: #0062CC;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgba(0, 98, 204, 0.7);
  border-color: #0062CC;
  transition: all 0.3s ease;
}

.btn-attention {
  color: #fff;
  background-color: rgba(255, 0, 0, 1);
  border-color: #FF0000;
}

.btn-attention:hover {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.7);
  border-color: #FF0000;
  transition: all 0.3s ease;
}

.btn-registration {
    color: #fff;
    background-color: rgba(144, 201, 68, 1);
    border-color: #90C944;
}

.btn-registration:hover {
    color: #fff;
    background-color: rgba(144, 201, 68, 0.7);
    border-color: #90C944;
    transition: all 0.3s ease;    
}

.btn-logout {
  color: #fff!important;
  background-color: rgba(255, 0, 0, 1);
  border-color: #FF0000;
  position: absolute;
  right: 25px;
}

.btn-logout:hover {
  color: #000!important;
  background-color: rgba(255, 0, 0, 0.7);
  border-color: #FF0000;
  transition: all 0.3s ease;
}

#button-registrati {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 1rem;
}

#button-login {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 1rem;
}

.svg-inline--fa {
  display: var(--fa-display,inline-block);
  height: 1em;
  overflow: visible;
}

.anteprima {
    width: 100%;
    max-width: 50px;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.post-recap {
    font-size: 1.1rem;
    line-height: 1.5;
}

.my-hr {
  border: 1px solid #ccc; /* Colore grigio chiaro */
  margin-top: 10px; /* Aggiungi margine sopra la linea (opzionale) */
}

.pre-line {
    white-space: pre-line;
}

.col-table {
    border: 2px solid #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.scontrino-preview {
    max-width: 750px;
}

.bg-green {
    background-color: green;
}

.bg-red {
    background-color: red;
}

.bg-yellow {
    background-color: #FFB27F;
}

.text-black {
    color: #000;
}

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