﻿@font-face {
    font-family: 'PPRightGrotesk-WideMedium';
    src: url('/fonts/PPRightGrotesk-WideMedium.ttf') format('truetype'), 
         url('/fonts/PPRightGrotesk-WideMedium.woff') format('woff'), 
         url('/fonts/PPRightGrotesk-WideMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'PPRightGrotesk-WideBlack';
    src: url('/fonts/PPRightGrotesk-WideBlack.ttf') format('truetype'), 
         url('/fonts/PPRightGrotesk-WideBlack.woff') format('woff'), 
         url('/fonts/PPRightGrotesk-WideBlack.ttf') format('truetype');
}

@font-face {
    font-family: 'PPEiko-BlackItalic';
    src: url('/fonts/PPEiko-BlackItalic.ttf') format('truetype'), 
         url('/fonts/PPEiko-BlackItalic.woff') format('woff'), 
         url('/fonts/PPEiko-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/fonts/Roboto-Bold.ttf') format('truetype'), 
         url('/fonts/Roboto-Bold.woff') format('woff'), 
         url('/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('/fonts/Roboto-Medium.ttf') format('truetype'), 
         url('/fonts/Roboto-Medium.woff') format('woff'), 
         url('/fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto-Regular.ttf') format('truetype'), 
         url('/fonts/Roboto-Regular.woff') format('woff'), 
         url('/fonts/Roboto-Regular.ttf') format('truetype');
}

body {
    background-color: #000;
    color: #000;
    font-family: 'Roboto-Regular',Noto Sans,sans-serif
}

body, html {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto-Bold',Noto Sans,sans-serif
}

h3 {
    color: #FFF;
}

.navbar {
    padding: 0;
    margin: 0 !important;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #000;
    background-color: #FFF;
    border-color: #000;
    font-size: 1.2rem;
    border-radius: 15px;
}

/*.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
    font-weight: 800;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.bg-black {
    background-color: #000 !important;
    color: #FFF;
}

.wu-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    font-size: 0;
    max-width: 260px;
}

.navbar .container {
    padding: 0 5px 0 30px;
}

a.navbar-brand {
    padding: 0.5rem 0;
}

.bg-yellow {
    background-color: #fd0;
}

.wrapper {
    margin: 0 auto 60px;
    width: 100%;
    padding: 0 30px;
}

    .wrapper .content {
        border-top: 1px solid #b8b8b8;
        border-radius: 9px;
        min-height: 100px;
        padding: 30px 5px 5px;
    }

.wu-logo {
    height: 100% !important;
    width: 100%;
}

.img {
    max-width: 100%;
}

#languageSelect {
    list-style-type: none;
    padding: 0;
}

#languageSelect li {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.img-flag {
    height: 18px;
    position: relative;
    top: 8px;
}

    #countrySelect, #kindSelect, #timeslotSelect, #branchSelect, #dateSelect {
        width: 100%;
        float: right;
    }

.select2-container {
    margin-bottom: 30px !important;
}

#select2-countrySelect-container, #select2-kindSelect-container,
#select2-timeslotSelect-container, #select2-branchSelect-container,
#select2-dateSelect-container{
    padding: 10px;
}

    #select2-countrySelect-container img.img-flag {
        border-radius: 50%;
        height: 32px;
        width: 32px;
        position: relative;
        top: -15px;
        margin-right: 15px;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 12px;
}
#countrySelect + .select2-container--default .select2-selection--single,
#kindSelect + .select2-container--default .select2-selection--single,
#branchSelect + .select2-container--default .select2-selection--single,
#timeslotSelect + .select2-container--default .select2-selection--single,
#dateSelect + .select2-container--default .select2-selection--single {
    border: 1px solid #b8b8b8 !important;
    border-radius: 15px !important;
    background-color: #FFF !important;
}
#countrySelect + .select2-container .select2-selection__arrow,
#kindSelect + .select2-container .select2-selection__arrow,
#branchSelect + .select2-container .select2-selection__arrow,
#timeslotSelect + .select2-container .select2-selection__arrow,
#dateSelect + .select2-container .select2-selection__arrow {
    width: 45px; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
}

    #countrySelect + .select2-container .select2-selection__arrow b,
    #kindSelect + .select2-container .select2-selection__arrow b,
    #branchSelect + .select2-container .select2-selection__arrow b,
    #timeslotSelect + .select2-container .select2-selection__arrow b,
    #dateSelect + .select2-container .select2-selection__arrow b {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid black;
    }

#countrySelect + .select2-container--open .select2-selection__arrow b,
#kindSelect + .select2-container--open .select2-selection__arrow b,
#branchSelect + .select2-container--open .select2-selection__arrow b,
#timeslotSelect + .select2-container--open .select2-selection__arrow b,
#dateSelect + .select2-container--open .select2-selection__arrow b {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 0px;
    border-bottom: 10px solid black;
}

.select-country-label {
    position: relative;
    left: 50px;
    top: 0px;
    line-height: 15px;
    color: #aaa;
}

.select-kind-label {
    position: relative;
    left: 20px;
    top: 0px;
    line-height: 15px;
    color: #aaa;
}

span.kind-label {
    position: relative;
    left: 20px;
    font-size: 20px;
}

span.kind-label-option {
    position: relative;
    left: 20px;
}

element.style {
    width: 300px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    left: 10px !important;
    width: 280px;
    border-radius: 10px;
}

.select2-dropdown {
    border: none !important;
}
ul#select2-kindSelect-results {
    border-radius: 5px;
    margin: 0;
}
    ul#select2-kindSelect-results li {
        background-color: #FFF;
        color: #000;
        height: 48px;
        padding: 12px 0 0 10px;
        font-size: 16px;
        border-bottom: 1px solid #b8b8b8;
    }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #eee !important;
    color: #000 !important;
}

.select2-results__option .img-flag{
    border-radius: 15px;
    margin-right: 15px;
    top: -1px;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 65% !important;
    }

    .select2-container--default .select2-selection--single {
        background-color: #000 !important;
        border: 1px solid transparent !important;
        border-radius: 4px !important;
        height: 60px !important;
    }


.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.title {
    line-height: 1.2;
    font-weight: 800 !important;
    font-size: 3.5em;
}

p.sub-title {
    font-size: 1.5em;
}

.input {
    background: #fff;
    height: 65px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.input p {
    position: relative;
    left: 20px;
    top: 10px;
    line-height: 15px;
    color: #aaa;
}

.form-input {
    position: relative;
    left: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #b8b8b8;
    font-size: 20px;
    margin-left: 10px;
    padding-left: 15px;
    width: calc(100% - 15px);
}

.btn-reserve, .btn-reserve:hover {
    background-color: #000;
    color: #FFF;
    border-radius: 15px;
    font-size: 1.5em;
    margin: 0;
    cursor: pointer;
    height: 60px;
    width: 100%;
    padding-top: 13px;
}

.btn-reserve:hover {
    font-weight: 800;
}


    .form-input:focus {
        outline: none;
    }

.bottom {
    background-color: #000;
    padding: 30px 20px 20px 20px;
}

    .bottom h3 {
        font-size: 1em;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .bottom p {
        color: #FFF;
        font-size: 0.8rem;
    }

.bottom img {
    max-height: 50px;
    float: right;
    margin-right: 15px;
}

.copyright {
    color: #FFF;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 60px;
    font-size: 12px;
}

footer {
    background-color: #000;
    padding: 20px;
    text-align: center;
}

footer .container {
    text-align: center;
    color: #FFF;
}

.reservation {
    padding-left: 5px;
    margin-top: 15px;
}

.reservation li {
    list-style: none;
}

.reservation li span {
    margin-right: 35px;
    position: relative;
    top: 5px;
}

.bx-home-circle:before, .bx-calendar:before, .bx-time:before {
    font-size: 2em;
}


/*----------------------------------------------------*/
        /* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
        @media (min-width: 1600px) {
            .wu-logo {
                max-width: 260px;
            }
        }

        @media screen and (min-width: 1441px) {
            .wu-logo {
                max-width: 216px;
            }
        }

        @media screen and (min-width:1025px) {
            .container {
                width: 100%;
                max-width: 100%;
                padding: 0;
            }
        }

        @media screen and (max-width: 1440px) {
        }

        @media screen and (max-width: 1280px) {
        }

        @media screen and (max-width: 1199px) {
        }

        @media screen and (min-width: 991px) {
        }

        @media screen and (max-width: 991px) {
        }

        @media screen and (min-width: 581px) {
            .wu-logo {
                max-width: 216px;
            }
            .wrapper {
                min-height: 640px;
            }
        }

        @media screen and (max-width: 580px) {
            .mt-2-phone {
                margin-top: 20px;
            }

            .mt-5 {
                margin-top: 1em !important;
            }
            .wu-logo {
                max-width: 88px;
            }

            .navbar .container {
                padding: 0 5px;
            }

            .container {
                padding-left: 0;
                padding-right: 0;
            }

            .wrapper {
                padding: 15px 10px;
                margin: 0 auto;
            }

            h1.title {
                font-size: 3em;
            }

            p.sub-title {
                padding: 0 5px;
                font-size: 1.5em;
            }

            .input {
                margin-bottom: 15px;
            }

            .select2-container {
                margin-bottom: 15px !important;
            }

            .image-column {
                min-height: 250px !important;
            }
            .bottom {
                background-color: #000;
                padding: 30px 20px 5px 20px;
            }
            .bottom img {
                margin: 30px 0;
                text-align: center;
                float: none !important;
            }

            .copyright {
                text-align: center;
                right: 0;
                left: 0;
                bottom: 0 !important;
                top: inherit;
            }
        }

        @media screen and (max-width: 460px) {
        }
        
        html {
        font-size: 14px;
    }

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

.image-column {
    padding: 0; /* Remove padding */
    background-image: url('/img/reservation.png');
    background-size: cover;
    background-position: center;
    min-height: 400px; /* Set a minimum height */
}


