.calendar {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.yobi__sunday {
    color: red;
}

.yobi__saturday {
    color: blue;
}

.form-calender__top {
    margin-top: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form-calender__title {
    font-size: 15px;
    width: 110px;
    text-align: right;
}

.form-calender__description {
    flex: 1;
    font-size: 1.6rem;
    margin-left: 10px;
    margin-block-start: 5px;
    font-weight: 500;
}

.calendarButtons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.calendar-button {
    background-color: #f2f3f4;
    border-radius: 999em;
    border: #e2e2e2 2px solid;
    color: #e2e2e2;
    padding: 1px 12px;
    font-size: 1.6rem;
    cursor: pointer;
}
.calendar-button--active {
    border: #005ba9 2px solid;
    color: #fff;
    background-color: #005ba9;
}

.calendar th,
td {
    width: calc(100% / 8);
    text-align: center;
}

.calendar th {
    line-height: 14px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.calendar label {
    display: block;
    width: 90%;
    border: 2px solid #005ba9;
    background-color: #fff;
    line-height: 30px;
    color: #005ba9;
    font-weight: 600;
    margin: 3px auto;
    font-size: 15px;
    border-radius: 5px;
    font-size: 1.2rem;
    width: 80%;
    padding: 0;
}
.calendar .datetime-selected label {
    border: 2px solid #f35d21;
    background-color: #f35d21;
    color: #fff;
}

.calendar-cell {
    font-size: 16px;
}

#latterHalf {
    display: none;
}

/*.datetime-selected {
  background-color: #0077e4;
  color: #fff;
}*/

input[type='radio'].hide-radiobtn {
    display: none;
}

.form-calender {
    margin-top: 14px;
    width: 100%;
}

#selectedDay {
    display: inline;
}

#selectedDay span {
    /* display: inline-block; */
}

.request-confirm {
    margin-top: 30px;
    font-size: 1.6rem;
    width: 100%;
    margin-right: auto;
    background-color: #fff;
    border: 3px solid #f35d21;
    position: relative;
    border-radius: 16px;
    box-sizing: border-box;
}
.request-confirm::after {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 18px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 2;
}
.request-confirm::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 18px solid #f35d21;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    z-index: 1;
}

.request-confirm input[type='text'] {
    background-color: transparent;
    border: none;
    outline: none;
}

#interview-request {
    font-size: 14px;
    height: 70px;
    color: #454545;
    background-color: #fff;
    border: none;
    width: 93%;
    resize: none;
    margin-left: 2%;
    margin-top: 10px;
}

.datetime-disabled {
    background-color: #ccc;
}

.request-confirm__title {
    padding-top: 10px;
    width: 95%;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    color: #f35d21;
}

.request-confirm__content {
    display: block;
    margin-top: 10px;
    width: 96%;
    margin-right: 2%;
    margin-left: auto;
    font-size: 14px;
}
