* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }

    /* Dropdown styles */

    .dropdown {
    max-width: 13em;
    position: relative;
    width: 100%;
    z-index: 9999;
    float:left; 
    margin-right: 20px;
    }
    .dropdown-btn {
        background: rgb(0,89,79);
    font-size: 13px;
    width: 100%;
    border: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4em 0.4em;
    border-radius: 0.5em;
    cursor: pointer;
    }
    .arroww {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: transform ease-in-out 0.3s;
    }
    .dropdown-content {
    list-style: none;
    /*position: absolute;*/
    height: 0px;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-1em);
    transition: transform ease 0.3s;
    }
    .dropdown-content li {
    background: rgb(0,89,79);
    border-radius: 0.5em;
    }
    .dropdown-content li:hover {
    background: #1d1f24;
    }
    .dropdown-content li a {
    display: block;
    padding: 0.4em 0.3em;
    color: #fff;
    margin: 0.1em 0;
    text-decoration: none;
    }
    input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    }
    input[type="checkbox"]:focus + label {
    box-shadow: 0 0 20px rgb(83, 83, 83);
    }
    input[type="checkbox"]:checked ~ .dropdown-content {
    visibility: visible;
    transform: translateY(0);
    height: auto;
    }
    input[type="checkbox"]:checked + label > .arrow {
    transform: rotate(180deg);
    }
    .dropdown2 {
        max-width: 13em;
        position: relative;
        width: 100%;
        z-index: 9999;
        float:left; margin-right: 20px;
        }
        .dropdown2-btn {
            background: rgb(0,89,79);
        font-size: 13px;
        width: 100%;
        border: none;
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.4em 0.4em;
        border-radius: 0.5em;
        cursor: pointer;
        }
        .arroww {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #fff;
        transition: transform ease-in-out 0.3s;
        }
        .dropdown2-content {
        list-style: none;
           /*position: absolute;*/
        height: 0px;
        width: 100%;
        visibility: hidden;
        overflow: hidden;
        transform: translateY(-1em);
        transition: transform ease 0.3s;
        }
        .dropdown2-content li {
        background: rgb(0,89,79);
        border-radius: 0.5em;
        }
        .dropdown2-content li:hover {
        background: #1d1f24;
        }
        .dropdown2-content li a {
        display: block;
        padding: 0.4em 0.3em;
        color: #fff;
        margin: 0.1em 0;
        text-decoration: none;
        }
        input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        }
        input[type="checkbox"]:focus + label {
        box-shadow: 0 0 20px rgb(83, 83, 83);
        }
        input[type="checkbox"]:checked ~ .dropdown2-content {
        visibility: visible;
        transform: translateY(0);
        height: auto;
        }
        input[type="checkbox"]:checked + label > .arrow {
        transform: rotate(180deg);
        }
        .dropdown3 {
            max-width: 13em;
            position: relative;
            width: 100%;
            z-index: 9999;
            float:left; margin-right: 20px;
            }
            .dropdown3-btn {
                background: rgb(0,89,79);
            font-size: 13px;
            width: 100%;
            border: none;
            color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.4em 0.4em;
            border-radius: 0.5em;
            cursor: pointer;
            }
            .arroww {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 6px solid #fff;
            transition: transform ease-in-out 0.3s;
            }
            .dropdown3-content {
            list-style: none;
               /*position: absolute;*/
            height: 0px;
            width: 100%;
            visibility: hidden;
            overflow: hidden;
            transform: translateY(-1em);
            transition: transform ease 0.3s;
            }
            .dropdown3-content li {
            background: rgb(0,89,79);
            border-radius: 0.5em;
            }
            .dropdown3-content li:hover {
            background: #1d1f24;
            }
            .dropdown3-content li a {
            display: block;
            padding: 0.4em 0.3em;
            color: #fff;
            margin: 0.1em 0;
            text-decoration: none;
            }
            input[type="checkbox"] {
            opacity: 0;
            position: absolute;
            }
            input[type="checkbox"]:focus + label {
            box-shadow: 0 0 20px rgb(83, 83, 83);
            }
            input[type="checkbox"]:checked ~ .dropdown3-content {
            visibility: visible;
            transform: translateY(0);
            height: auto;
            }
            input[type="checkbox"]:checked + label > .arrow {
            transform: rotate(180deg);
    
            }
            .dot_dostupno {
                height: 10px;
                width: 10px;
                background-color: #1ba300;
                border-radius: 50%;
                display: inline-block;
              }
              .dot_rezervisano {
                height: 10px;
                width: 10px;
                background-color: #f7bd00;
                border-radius: 50%;
                display: inline-block;
              }
              .dot_prodato {
                height: 10px;
                width: 10px;
                background-color: #a00000;
                border-radius: 50%;
                display: inline-block;
              }