html {
    height: auto;
    min-height: 100%;
}


body {
    background: white;
    min-height: 100%;
    background-color: #0A2943;
}


.bg-darkblue {
    background-color: #0A2943;
}

p, label {
    color: #F1F1F2;
    font-family: 'Montserrat', sans-serif;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
}

.date-today {
    margin-top: 20px;
}

.date-today p {
    font-size: 20px;
}

.main-logo {
    margin-top: 5%;
}

.barber-btn {
    background-color: #F1F1F2;
    width: 40%;
    font-size: 18px;
    color: #D42327;
}

.barber-upload {
    background-color: #F1F1F2;
    font-size: 18px;
    color: #D42327;
}

.barber-submit {
    background-color: #F1F1F2;
    color: #D42327;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
}

.container-body {
    height: 100%;
    padding-top: 10px;
}

footer {
    color: #F1F1F2;
    margin-bottom: 5%;
}

.booking-header p {
    color: #F1F1F2;
    font-weight: 700 !important;
}

label {
    color: #F1F1F2;
    font-weight: 700 !important;
}

.button-container {
    margin-top: 10%;
}

.booking-header {
    display: flex;
    align-items: center;
}

.booking-header p {
    margin-bottom: 0px;
    margin-left: 20px;
}

.form-group {
    margin-top: 25px;
}

input {
    font-size: 12px;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check label {
    margin-left: 10px;
}

.form-cash {
    display: none;
}

.form-transfer {
    display: none;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    background-color: #F1F1F2;
    color: #D42327;
    width: 100%;
    font-size: 15px;
}

.img-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#img-upload {
    margin-top: 5%;
    width: 50%;
    height: auto;
    object-fit: cover;
    display: none;
}

.booking-list-card {
    display: grid;
    grid-template-columns: 30% 20% 50%;
    align-items: center;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    background-color: #F1F1F2;
    border-radius: 10px;
    padding: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60%;
}

.time-list {
    text-align: right;
}

.booking-list-card p {
    color: #0A2943;
    margin-bottom: 0px;

}

.card-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.time-list {
    font-weight: 800;
    font-size: 20px;
}

.btn-submit {
    background-color: #F1F1F2;
    color: #D42327;
}

.input-group-text {
    background-color: #fff;
    /* border: 1px solid #fff; */
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #D42327;
}

.booking-header {
    cursor: pointer;
}

input {
    text-align: center;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    text-align: center;
}

#cashPayment {
    text-align: right;
    color: #D42327;
    font-weight: 700;
    font-size: 20px;
}

input[type=radio] {
    width: 20px;
    height: 20px;
}

#currencyInput {
    font-weight: 700;
    font-size: 20px;
    margin: auto;
    position: absolute;
    margin-left: 20px;
}

.form-select {
    font-weight: 700;
    color: #D42327;
    font-size: 20px;
}

.form-select option {
    font-weight: 700;
    color: #D42327;
}

#listDate {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    background-color: #F1F1F2;
    color: #F1F1F2;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 1px solid transparent;
    font-size: 20px;
    width: 100%;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    outline: none;
    border: none;
}


#listDate:before {
    content: attr(data-date);
    color: #D42327;
    width: 100%;
    font-size: 1rem;
}

#listDate:not(.has-value):before {
    content: attr(data-date);
    color: #D42327;
    width: 100%;
    font-size: 1rem;
}


.list-date {
    background-color: transparent !important;
    color: transparent !important;
}

.list-date:before {
    color: #F1F1F2 !important;
}

/* .list-date:after {
    content: url('assets/chevron_down.svg');
    filter: invert(1);
} */


.input-wrapper {
    display: flex;
    align-items: center;
}

.input-wrapper p {
    margin-bottom: 0;
}

.input-span-wrapper {
    margin-left: 10px;
}

.img-rekening {
    margin-top: 5%;
    width: 50%;
    height: auto;
    object-fit: cover;
}

.image-rekening {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

#listDate::-webkit-calendar-picker-indicator {
    /* background: transparent; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

.total-booking {
    font-size: 20px;
    margin-top: 20px;
}

.input-span-booking {
    width: 100%;
}

#listDate::-webkit-datetime-edit, #listDate::-webkit-inner-spin-button, #listDate::-webkit-clear-button {
    display: none;
}

.list-date-booking {
    width: 100% !important;
    margin: 0px;
}

.form-input-name {
    margin-left: 10px;
    margin-bottom: 15px;
}

.form-check {
    margin-left: 20px;
    margin-bottom: 10px;
}

.weight-600 {
    font-weight: 600 !important;
}

.price-info {
    background-color: #F1F1F2;
    border-radius: 5px;
    padding: 15px;
}

.price-info p {
    color: #D42327;
    margin-bottom: 0px;
}

.title {
    margin-top: 0px;
}

.title-detail {
    margin-top: 15px !important;
}

.mt_barber{
    margin-top: 125px !important;
}

.mb_barber{
    /* margin-bottom: 50px !important; */
    padding-bottom: 50px !important;
}

input[type=date]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-datetime-edit-month-field {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
}

/* only appear for mozilla */
/* @-moz-document url-prefix() { */
.label-transparent {
    background-color: #0A2943 !important;
    color: #F1F1F2 !important;
    justify-content: left !important;
    /* width: 50% !important; */
}

.list-date {
    width: 50% !important;
}

.date-picker-label {
    background-color: #F1F1F2;
    color: #D42327;
    position: absolute;
    pointer-events: none;
    display: flex;
    justify-content:center;
    align-items:center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.input-wrapper {
    display: flex;
    margin-right: 40px;
    align-items: center;
}

.input-span-wrapper {
    position: relative;
    margin-left: 5px;
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

#listDate {
    width: 100%;
    height: 2.4rem;
    margin: 0px !important;
    /* margin-left: 10px; */
    background-color: #fff;
    color: #fff;
    position: relative;
    box-sizing: border-box;

    outline: none;
    border: none;
    /* border: solid teal; */
    /* border: solid red; */
}

.input-span-wrapper-moz:after {
    content: url('assets/chevron_down.svg');
    filter: invert(1);
}

/* } */

@media screen and (max-width: 800px) {

    .list-date {
        width: 100% !important;
    }

    .booking-list-card {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .list-date-booking {
        width: 100% !important;
    }

    .input-span-wrapper {
        width: auto;
    }

    .input-wrapper p {
        font-size: 15px;
        width: auto;
    }

    .total-booking p {
        font-size: 15px;
    }

    #listDate {
        font-size: 15px;
    }

    .barber-btn {
        background-color: #F1F1F2;
        width: 200px;
        height: 35px;
        font-size: 15px;
    }

    .barber-submit {
        font-size: 15px;
    }

    .button-container {
        margin-top: 40%;
    }

    .booking-list-card {
        width: 70%;
    }

    .container-body {
        padding: 30px;
    }

    .booking-list-card {
        width: 100%;
    }


}

@media screen and (max-width: 400px) {
    .booking-list-card {
        width: 100%;
    }
}