﻿.modal-background {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
}

.modal-content {
    padding: 20px 20px 40px 20px;
    background-color: rgba(0, 129, 0, 0.9);
    color: #ffffff;
    position: fixed;
    z-index: 1003;
    max-height: 90%;
    width: 90%;
    max-width: 600px;
    overflow-y: auto;
    font-size: 12px;
    border-radius: 5px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px #333;
}

.modal-content-booking {
    padding: 20px 20px 40px 20px;
    background-color: rgba(0, 129, 0, 0.9);
    color: #ffffff;
    position: fixed;
    z-index: 1003;
    max-height: 90%;
    width: 90%;
    max-width: 600px;
    overflow-y: auto;
    font-size: 12px;
    border-radius: 5px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px #333;
}

.modal-content-sharing {
    padding: 20px 20px 0 20px;
    background-color: rgba(0, 129, 0, 0.9);
    color: #ffffff;
    position: fixed;
    z-index: 1003;
    max-height: 90%;
    width: 90%;
    max-width: 600px;
    overflow-y: auto;
    font-size: 12px;
    border-radius: 5px 5px;
    box-shadow: 0 0 5px #333;
}

/* width */
.modal-content::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.modal-content::-webkit-scrollbar-track {
    background: #781e3c;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Handle */
.modal-content::-webkit-scrollbar-thumb {
    background: #be0028;
    border-radius: 4px;
}

    /* Handle on hover */
    .modal-content::-webkit-scrollbar-thumb:hover {
        background: #be0028;
    }

.modal-content p.no-bottom-margin {
    margin-bottom: 0 !important;
}
