body {
    background-image: url("../img/index/backgound.jpg");
    background-repeat: repeat;
    background-position: center;
    padding: 0 1rem;
    box-sizing: border-box;
}
.h6, h6,.form-control,body,.form-select,.fs-6 {
    font-size: 0.875rem !important;
}
.form-floating .custom-form-select {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.form-floating .bed-number {
    padding-top: 0.75rem !important;
}

.logo {
    margin: 0 auto;
    width: 50%;
}
.container {
    max-width: 50rem;
}
#floatingTextareaSuggestion {
    height: 10rem;
}
.form-check:hover {
    cursor: pointer;
    background-color: #f9f9f9;
}
.form-check {
    padding: 0.5rem 0.625rem 0.5rem 2.25rem;
    box-sizing: border-box;
}
.form-check:last-child {
    border-bottom: none;
}

.schedule-title {
    color: #2059A4 !important;
    font-weight: 600;
    font-size: 1.5rem !important;
}
.schedule-text {
    /*font-size: 0.9375rem !important;*/
    font-size: 0.875rem !important;
    text-align: justify;
}
.form-check-input {
    border: 1px solid #6c757d !important;
    cursor: pointer;
}
.season-other-txt, .source-other-txt {
    display: inline-block;
    width: 75%;
    margin-left: 20px;
    padding: 1px 0.75rem;
}
.hide {
    display: none;
}

@media screen and (max-width: 46.875rem) {
    .m-px-none {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .logo {
        width: 90%;
    }
    .form-check {
        border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;
    }
    .form-check:last-child {
        border-bottom: none !important;
    }
    .mobile-col-left {
        width: 0 !important;
    }
    .mobile-col-right {
        width: 100% !important;
    }
    .fs-15 {
        font-size: 13px !important;
        padding: 0 !important;
        white-space: nowrap;
    }
    .mobile-header {
        background: #f5f5f5;
        font-size: 1.25rem;
        color: #444;
        height: 3.125rem;
        /*line-height: 3.125rem;*/
        margin: 0 !important;
        padding: 1rem 0;
        box-sizing: border-box;
        white-space: nowrap;
    }
    .mobile-header:last-child {
        box-sizing: border-box;
        padding-right: 5px !important;
    }
    .mobile-header-en {
        background: #f5f5f5;
        font-size: 1.25rem;
        color: #444;
        height: 3.125rem;
        line-height: 3.125rem;
        margin: 0 !important;
    }
    .mobile-header-en:last-child {
        box-sizing: border-box;
    }
    .common-border {
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
    }
    .w100 {
        width: 100% !important;
    }
    .margin-bottom-5 {
        margin-bottom: 5px !important;
    }
    .margin-left-10 {
        margin-left: 10px;
    }
    .display-block {
        display: block !important;
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
        margin: 0;
    }
    .display-block .col {
        text-align: left !important;
        padding: 0.5rem 0 0.5rem 1.25rem;
        box-sizing: border-box;
        border-bottom: var(--bs-border-width) solid var(--bs-border-color) !important;
    }
    .display-block .col:last-child {
        border-bottom: none !important;
    }
    .m-fs-14 {
        font-size: 0.875rem !important;
    }
    .en-schedule-title {
        font-size: 1.25rem !important;
    }

    .m-col2-l {
        float: left;
        width: 32%;
    }
    .m-col2-r {
        float: right;
        width: 66%;
    }

    .m-half-l {
        float: left;
        width: 49%;
    }
    .m-half-r {
        float: right;
        width: 49%;
    }
    .m-fs-10 {
        font-size: 0.625rem !important;
    }
    .m-hide {
        display: none; !important;
    }
}
