@keyframes shake {
    0%,
    100% {
        transform: rotate(0deg);
    }
    20%,
    60% {
        transform: rotate(30deg);
    }
    40%,
    80% {
        transform: rotate(-30deg);
    }
}
body {
    font-family: 'Titillium Web', sans-serif;
}

div::first-letter {
    text-transform: capitalize;
}

#cookiebar {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-bg-light-odd > li:nth-child(odd) {
    background-color: #f4f5f7;
}

.main_nav_progress_bar {
    height: .2em;
    width: 100%;
    background: linear-gradient(to right, #a92f4a, #f7be16, #6fb83f, #129dc7);
}

/*MESSAGGI GROWL*/
.success {
    font-size: xx-large;
    color: #82BB31;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.error {
    font-size: xx-large;
    color: #d43f3a;
}

.warning {
    font-size: xx-large;
    color: #da9e16;
}

.border-warning {
    border-color: #da9e16 !important;
}

.success.border {
    border: 1px solid #82BB31 !important;
}

.error.border {
    border: 1px solid #d43f3a !important;
}

.warning.border {
    border: 1px solid #da9e16 !important;
}

.toast-header {
    font-size: 1.5rem;
    font-family: 'Titillium Web', sans-serif;
    color: #666;
    padding: .75rem;
    background-color: white;
    border-bottom: none !important;
}

.toast-body {
    white-space: pre-wrap;
    font-size: 1.2rem;
    padding: .75rem;
    padding-top: 0;
    font-family: 'Titillium Web', sans-serif;
    color: #495057;
    margin-left: 1rem;
}

.text-warning {
    color: #da9e16 !important;
}

.badge-warning, .bg-warning {
    background-color: #da9e16 !important;
}

.btn-warning {
    background-color: #da9e16 !important;
    border: #da9e16 !important;
    color: #101011;
}

.animateCustomBar {
    animation-name: reducetime;
    animation-duration: 1s;
}

.dummy-link {
    cursor: pointer
}

.ringing {
    animation-name: shake;
    animation-timing-function: ease-in-out;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-delay: .5s;
}

.chip-active-success {
    background-color: #82BB31;
    border-color: #82BB31;
    color: #fff;
}

.chip-active-warning {
    background-color: #da9e16;
    border-color: #da9e16;
    color: #fff;
}

.chip-active-success:hover {
    background-color: #82BB31;
    border-color: #82BB31;
    color: #fff;
    opacity: 0.7;
}

.chip-active-warning:hover {
    background-color: #da9e16;
    border-color: #da9e16;
    color: #fff;
    opacity: 0.7;
}

.readMoreText:hover {
    cursor: pointer;
}

.bg-default {
    background-color: #5c6f82 !important;
    color: #fff !important;
}

.datepicker.dropdown-menu {
    z-index: 10000 !important;
}

.privacy-div {
    font-size: 12pt;
    margin: 0 auto;
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    box-shadow: rgb(0 0 0 / 50%) 0px 5px 50px;
    display: none;
    left: 0px;
    font-weight: 300;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-family: inherit;
    bottom: 0px;
    position: fixed;
    display: block;
    opacity: 0.8;
}

.button-accept-privacy {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 5px;
    display: inline-block;
    padding: 10px 16px 10px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 0px;
    text-decoration: none;
}

.accept-privacy {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: fixed;
    font-family: inherit;
    width: auto;
    bottom: 0px;
    right: 100px;
    display: block;
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 2px 2px 5px 2px rgba(22 ,22 ,22, 0.2) ;
}

.fade {
    transition: opacity 0.15s linear;
}
