@media only screen and (max-width: 415px) {
    html {
        height: 100%;
    }

    .logo {
        padding-left: 15px !important;
        padding-right: 15px;
        padding-top: 30px;
        width: 100%;
    }

    body {

        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-y: scroll !important;
        background: #f0f8ff!important;
        background-color: #f0f8ff!important;
    }

    .header-container {
        /* width: 345px; */
        height: 50px;
        position: absolute !important;

    }

    .back__button {
        position: fixed;
        top: 0;
        left: 0;
    }

    .back__1 {
        width: 100%;
    }

    .footer-container {
        padding: 0;
    }

    .logo {
        position: absolute;
    }

    .date-header {
        width: 345px;
        height: 85px;
    }

    .next-button, .zakazi {
        width: 100px;
        padding: 16px 16px;
        line-height: 1.25;
        border: 2px solid transparent;
        text-decoration: none;
        color: white;
        font-size: 11px;
        letter-spacing: .08em;
        text-transform: uppercase;
        transition: background-color .6s ease;
        overflow: hidden;
        margin: 10px;
        margin-top: 25px;
        box-shadow: none;
        text-align: center;
    }

    .back-button {
        background: white;
        border: 2px solid #0B7F44;
        color: #0B7F44;
    }

    #datepicker,
    .table-condensed {
        width: 300px;
        height: 350px;
    }

    .time-container {
        width: 100%;
    }

    .time-show {
        width: 98%;
        overflow-y: scroll !important;
        box-shadow: none;
        height: 425px;
        margin-bottom: 110px;
    }

    .time_header {
        width: 98%;
        background: white;
        color: black;
        border-bottom: 2px solid #0B7F44;
        font-size: 18px;
    }

    .disable {
        background: lightgrey;
    }

    .disable, .vrijeme {
        width: 100%;
        height: 70px !important;
        margin: 0;
        font-size: 20px;
    }

    .vrijeme {
        border-bottom: 1px solid grey;
    }

    .final-container {
        margin-top: 100px;
    }

    .name-container {
        background: #f0f8ff;
        border: none;
        width: 100%;
        height: auto !important;
        font-size: 13px;
        box-shadow: none;
    }

    .input-container {
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0px;
        border-radius: 30px;
    }

    input#last {
        margin-left: 10px !important;
    }

    .button-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .input-container span {
        font-size: 10px;
    }

    .input_validation {
        padding: 0px !important;
    }


    .button-container-first {
        display: flex;
        justify-content: center;
    }

    .name-container input {
        width: 200px;
        border: 1px solid transparent;
    }

    .name-container h1 {
        font-size: 20px;
        font-weight: bold;
        padding: 0px;
        padding-left: 10px;
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .span_input {
        font-size: 11px;
        padding-left: 70px !important;
    }

    .helper {
        margin-top: 100px;
        width: 300px;
    }

    .footer-container {
        display: none;
    }

    .form__input {
        font-size: 15px;
    }

    .button-container, .button-container-first {
        background: #f0f8ff;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .helper {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: white;
    }

    .no__button {
        font-size: 18px;
    }

    .message-show {
        width: 352px !important;
        box-shadow: none;
    }

    .radio-container {
        flex-direction: column !important;
        font-size: 15px !important;
    }
    input#tip_zakazivanja_online, input#tip_zakazivanja_live{
        width: 15px;
    }
    .navbar-brand img {
        width: 80%;
    }
}

@media only screen and (min-width: 415px) and (max-width: 825px) {

    h1 {
        padding: 5px;

    }

    .input_validation {
        padding: 0px !important;
    }

    html {
        height: 100%;
    }

    .logo {
        height: 65px;
        position: absolute;
    }

    body {
        background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.897)), url(../img/img.jpg);
        background-attachment: fixed;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 100% !important;
        overflow-x: scroll !important;
    }

    .header-container {
        width: 100%;
        height: 70px;
        background: white;
        opacity: 0.7;
        position: absolute;
        top: 0;
    }

    .navbar-brand img {
        width: 80%;
    }

    .date-header {
        margin-top: 30px;
        width: 445px;
    }

    #datepicker,
    .table-condensed {
        width: 400px;
        height: 250px;
        margin: 10px;
        padding: 10px;
    }

    .footer-container {
        display: none;
        padding: 0;
    }

    .name-container {
        margin-top: 50px;
        width: 550px;
        height: 400px;
    }

    .name-container h1 {
        font-size: 20px;
    }

    .input-container span {
        font-size: 10px;
    }

    .input-container {
        width: 220px;
        height: 50px;
        margin: 0;
    }

    .time_header {
        width: 550px;
    }

    .time-show, .message-container {
        margin-top: 5px;
        width: 550px;
        height: 275px;
    }

    .disable, .vrijeme {
        width: 118px !important;
        height: 70px !important;
        font-size: 16px;
    }

    .helper {
        width: 550px !important;
        margin-top: 185px;
    }

    input[type='radio']:after {
        background-color: transparent!important;
        border: none!important;
    }


}

@media only screen and (max-width: 825px) {
    .navbar-main .navbar-toggler-icon{
        width: 30px;
        height: 30px;
    }
}