.bold {
    font-weight: 600;
}

.hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}

#calendar {
    min-width: 50rem;
    white-space: nowrap;
}

.calendar_section {
    overflow-x: auto;
    overflow-y: hidden;
}

.calendar_container {
    background-color: white;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    overflow: hidden;
}

.calendar_container h4 {
    padding: 0 1.5rem;
}

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

.calendar_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar_direction {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.calendar_btn {
    background-color: #23689b;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    outline: 0;
    border: 1px solid #23689b;
    color: white;
    cursor: pointer;
    transition: all .1s ease-in-out;
}

.calendar_btn:hover {
    background-color: white;
    color: #23689b;
}

.calendar_btn:focus {
    outline: none;
}

.display_date {
    font-size: 1.2rem;
}

.calendar_mode {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.calendar_select {
    position: relative;
}

.calendar_select_list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 0.5rem #ccc;
    transition: all 0.1s ease-in-out;
}

.calendar_select_list button {
    background-color: unset;
    border: unset;
    color: black;
    padding: 1rem 3.5rem;
    position: relative;
}

.calendar_select_list button.active::before {
    content: "✓";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: green;
}

.calendar_mark {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
}

.calendar_schedule_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.calendar_schedule_type {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.calendar_schedule_type_mark.opito {
    background-color: #03A678;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}

.calendar_schedule_type_mark.gwo {
    background-color: #2280BF;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}

.calendar_schedule_type_mark.iwcf {
    background-color: #aa422f;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}

.calendar_schedule_type_mark.pvdt {
    background-color: #663399;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}

.calendar_schedule_type_mark.other {
    background-color: #9d8319;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}

.calendar_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.1s ease-in-out;
    z-index: 2000;
}

.calendar_modal_inner {
    width: 500px;
    background-color: white;
    border-radius: 0.25rem;
    padding: 1rem;
    overflow-y: auto;
    max-height: 600px;
}

.calendar_modal_inner.js-portal-booking {
    width: 70%;
    max-height: 650px;
}

.calendar_modal_header {
    text-align: center;
    text-transform: uppercase;
}

.calendar_modal_header h3 {
    margin: 0;
}

.calendar_modal_content p {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.calendar_modal_footer button {
    width: 100%;
}

#modal_register .form_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 2rem;
    gap: 0.5rem;
}

.calendar_register_mode {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.calendar_register_mode span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

#modal_register .form_group span {
    font-weight: 500;
    width: 10rem;
}

#modal_register .form_group input {
    flex: 1;
    padding: 0.5rem;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    outline: none;
    font-weight: 600;
}

#modal_register .calendar_modal_content {
    margin: 1rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

#modal_register .calendar_modal_content button {
    display: block;
    width: 100%;
}

/* #modal_register .calendar_modal_footer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
} */

.calendar_modal_inner {
    position: relative;
}

.calendar_modal_inner .btn_close_area {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.calendar_modal_footer .btn_close {
    background-color: red;
    border: 1px solid red;
}

.calendar_modal_footer .btn_close:hover {
    color: red;
    background-color: white;
}

.js-portal-booking .section {
    display: unset !important;
}

.js-portal-booking .filter-option-inner-inner {
    color: black;
}

.js-portal-booking ._logo_pvd {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.js-portal-booking ._wrap_bagde ._bagde {
    background-color: #23689b;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    color: white;
    text-shadow: 2px 2px 4px #333;
    display: unset;
    width: unset;
}