html {
    scroll-behavior: smooth;
}

.logo-box {
    max-width: 150px;
}
.header-style-two .logo-box {
    padding: 0!important;
}
.event-detail h4 {
    font-size: 20px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.table th, td {
    border: 2px solid #dee2e6;
}

.conf-text_noBold {
    font-weight: initial!important;
}

.text-black {
    color: #000!important;
}

.font-ubuntu {
    font-family: 'Ubuntu', sans-serif!important;
}

.box-preturi {
    border: 1px solid #aaaaaa;
    padding: 10px 20px;
}

select option:disabled {
    background-color: #dcdcdc;
}

.line-h-1-4 {
    line-height: 1.4rem;
}

@media only screen and (max-width: 1299px) {
    .logo {
        max-width: 90px;
        margin-top: 10px;
    }
    .conf-table_overflow {
        overflow: scroll;
    }

    .table .invisible {
        display: none;
    }
    .m-list-style-two li {
        position: relative;
        font-size: 16px;
        line-height: 30px;
        color: black;
        font-weight: 400;
        padding-left: 25px;
    }
    .m-list-style-two li:before {
        position: absolute;
        left: 20px;
        top: 18px;
        height: 6px;
        width: 6px;
        background-color: #0195c5;
        content: "";
    }
}
@media only screen and (min-width: 1300px) {
    .schedule-tabs .tab-buttons {
        left: 10rem;
    }
    .col-sm-5 {
        margin-left: 3rem!important;
    }
    .text-sm-right {
        text-align: right!important;
    }
    .justify-content-sm-end {
        justify-content: flex-end!important;
    }
}

@media only screen and (min-width: 768px) {
    .text-sm-justify {
        text-align: justify!important;
    }
    .nou {
        position: absolute;
        bottom: 0;
        right: 1.5vw;
        z-index: 99;
        max-width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .nou {
        position: absolute;
        bottom: -10vw;
        right: 0.8vw;
        z-index: 99;
        max-width: 100px;
    }
}

label:has( > input[type="checkbox"], > input[type="radio"]) {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.special-background-info {
    background-color: #ec167f91;
    color: white;
    padding: 0 5px;
    border-radius: 1px;
}
[list]::-webkit-calendar-picker-indicator,
[list]::-webkit-list-button {
    display: none!important;
}
.pos-relative {
    position: relative;
}
.no-list__circle {
    position: absolute;
    left: -10px;
    top: 8px;
    height: 6px;
    width: 6px;
    background-color: #0195c5;
    content: "";
}


.pulse-button {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    background: red;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgb(212 90 90 / 50%);
    -webkit-animation: pulsed 1.5s infinite;
}

@media only screen and (max-width: 768px) {
    .pulse-button {
        padding: 5px 25px;
    }
}
@media only screen and (min-width: 768px) {
    .pulse-button {
        padding: 15px 45px;
    }
}

.pulse-button:hover {
    color: white;
}

@-webkit-keyframes pulsed {
    0% {

    }
    70% {

        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {

        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}