/*
 * Copyright (c) 2021. Teodor Brahadiru @ Digital Innovation Agency
 * Email digital.innovation.agency@pm.me
 */

.datetimepicker-input {
    background-color: #363636 !important;
    border-color: #363636 !important;
    color: #ffffff !important;
    padding: 0 !important;
}

.datetimepicker-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
    opacity: 1; /* Firefox */
}

.datetimepicker-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
}

.datetimepicker-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
}

#cookit {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: .6rem 2rem;
    display: flex;
    z-index: 999;
}

#cookit.hidden {
    display: none;
}

#cookit #cookit-container {
    margin: auto;
    width: 1200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#cookit #cookit-container > * {
    margin: .4rem;
}

#cookit #cookit-container p {
    line-height: 1.4rem;
}

#cookit #cookit-container a {
    text-decoration: none;
}

#cookit #cookit-container a:hover {
    opacity: .9;
}

#cookit #cookit-container #cookit-button {
    padding: .5rem 1rem;
    margin-left: auto;
}

.sidenav {
    width: 40px;
    position: absolute;
    z-index: 11;
    top: 135px;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    padding: 4px;
    border-radius: 10% 0 0 10%;
}

.custom-align-top {
    margin-top: -10px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 990px) {
    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .social-info2 {
        margin-top: 10px;
        margin-left: -25px !important;
    }

    .sidenav {
        top: 90px !important;
    }


}

.social-info2 {
    margin-left: -110px;
}

.social-info2 a {
    display: inline-block;
    margin-right: 6px;
    color: white;
}

#booking-form {
    margin-top: 20px;
}

#whatsapp-button {
    display: block !important;
    left: 20px;
    bottom: 20px;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    box-sizing: border-box;
    direction: ltr;
    position: fixed !important;
    z-index: 16000160 !important;
}

#whatsapp-button a {
    width: 50px;
    height: 50px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(77, 194, 71) !important;
}