.cursor-pointer:hover {
    cursor: pointer;
}
.hidden {
    display: none!important;
}
.d-block {
    display: block!important;
}
.color-red {
    color:red;
}
.is-invalid {
    color: red!important;
    border-color: red!important;
}
.invalid-feedback{
    display: block;
}
.spinner {
    float: unset;
    vertical-align: unset;
}
.animated-logo{
    animation: spin 3s infinite;
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type="submit"]:disabled {
    opacity: 0.4;
}
input[type="submit"]:disabled:hover {
    background-color: #35b8be;
    cursor:not-allowed;
}
#overlay, #custom-overlay {
    z-index:9999;
    position:fixed;
    background-color: rgba(0,0,0,0.5);
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:none;
}
.custom-logo {
    max-width: 320px;
    max-height: 90px;
}
.skip-link.screen-reader-text {
    display: none;
}
.post-type-participants span.subtitle {
    display: none;
}
.send-form-wrap {
    display: flex;
    margin:10px 4px 4px 0!important;
}
.send-btn {
    vertical-align: middle!important;
    margin: 10px!important;
}
.notification-alert label b {
    color: red;
}
@media (max-width: 480px) {
    .custom-logo {
        max-width: 220px;
        max-height: 65px;
    }
}
hr {
    width: 65%;
    border-color: #000!important;
    margin: 3rem 3rem 3rem 0!important;
    border-width: 0.15rem 0 0 0!important;
}
.noscroll {
    overflow: hidden;
}
#popup-terms{
    width: 60%;
    height: 80%;
    position: fixed;
    z-index: 10000;
    background-color: white;
    right: 0;
    left: 20%;
    top: 5%;
    border: 1px solid #EEE;
    overflow-y: scroll;
    display: none;
}
.terms-header {
    display: flex;
    justify-content: space-around;
    clear: both;
    margin-bottom: 40px;
}
.terms-logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.terms-header .terms-thetis img {
    width: 120px;
}
.terms-header .terms-corona img {
    width: auto;
    height: 75px;
}
.terms-header h5 {
    margin: 0;
}
.terms-body-title p{
    font-weight: bold;
    color: black;
}
#close{
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: center;
    float: right;
}
#close:hover {
    cursor: pointer;
}
.wrap-terms {
    padding: 35px;
}
.terms-body p, .terms-footer p, .terms-info p {
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}
.terms-footer {
    margin-bottom: 100px;
}
.terms-info {
    display: flex;
    justify-content: space-between;
}
.verivication-container {
    justify-content: start;
}
.get-in-touch-form {
    /*display: block;*/
}
.code_link_container {
    margin-top: 10px;
}
.code_link_container span {
    margin-right: 15px;
    color: #cd2653;
    opacity: 0.8;
    transition: all 0.15s linear;
}
.code_link_container span:hover {
    cursor: pointer;
    color: #191b22;
}

.arrival-icon {
    width: 25%;
}

@media (max-width: 1199.98px) {
    .arrival-icon {
        width: 10%;
    }
}

@media (max-width: 991px) {
    .terms-header {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .terms-logos {
        flex-direction: unset;
    }
    .terms-header img {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    #popup-terms{
        width: 90%;
        left: 5%;
    }
    .arrival-icon {
        width: 10%;
    }
}
@media (max-width: 575px) {
    .terms-footer {
        margin-bottom: 40px;
    }
    .terms-info {
        flex-direction: column;
    }

}
@media (max-width: 478px){
    .arrival-icon {
        width: 15%;
    }
}

td.highlight > a.ui-state-default {
    background: #30a838;
    color: #fff;
}

td.highlight > a.ui-state-default.ui-state-active, td.highlight.ui-datepicker-today >  a.ui-state-highlight.ui-state-active {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
td.highlight.ui-datepicker-today >  a.ui-state-highlight {
    background: #d818187a;
}

.lang-switcher {
    width:131px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.lang-switcher a {
    text-decoration: none;
}
