html {background-size: cover;}
  
}
.header-logo-slogan {
    color: #000001;
    font-size: 15px;
    line-height: 35px;
    margin-top: 10px;}

.modal-alert-content{
    text-align:center;
}

.modal-alert-buttons{
    display:flex;
    justify-content:center;
}

.modal-alert-button{
    background:#164698;
    color:#fff;
    font-family:Muli, Arial, sans-serif;
    font-size:17px;
    border-radius:8px;

    padding: 8px 60px;

    flex:0 0 auto;      /* ← toto zabrání natažení */
    text-align:center;
    cursor:pointer;
}

.modal-alert-button:hover{
    background:#133d84;
}

.header-search-form-tab-text-ellipsis {
    color: #000000 !important;
}