.form-card {
    max-width: 565px;
    padding-top: 1.5rem;
}
.form-card-body {
    display: flex;
    padding-bottom: 20px;
}
.form-card-img {
    padding-right: 32px;
}
.card-right-block ._doctor_name {
    margin: 0 0 10px !important;
    line-height: normal;
    font-size: 19px;
}
.fjg499e {
    width: auto;
    font-size: 20px;
    margin: auto;
    font-weight: 700;
    text-align: center;
}
.fj4ggktr4 {
    font-size: 18px;
    width: auto;
    margin: 20px auto;
}
.jgi955kg {
    margin-bottom: 23px;
    line-height: 20px;
    font-size: 23px;
    font-weight: 700;
}
.close-window {
    text-align: center;
    display: none;
}
.form-card-note-main {
    padding-bottom: 1rem;
}
.slot-row {
    display: none;
}
.slot-row._active {
    display: block;
}
.form-card-note-main ._row {
    padding-bottom: 15px;
}
.form-card-note-main ._row > ._label {
    color: rgb(100 116 139);
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.375rem;
}
.form-card-note-main ._row > ._text input {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    --tw-border-opacity: 1;
    border-width: 1px;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
    border-radius: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    cursor: pointer;
    outline: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
    width: 100%;
}

.form-card-note-main ._desc-row {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0.75rem;
}
.form-card-note-main ._desc-row .sns-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-radius: 0.75rem;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(226 232 240);
    text-align: center;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}
.popup-slot-time {
    min-width: 200px;
    padding: 10px;
    border: 1px solid rgb(226 232 240 / var(--tw-border-opacity, 1));
    border-radius: 0.75rem;
    cursor: pointer;
    display: flex;
}
.popup-slot-time-calendar {
    padding-right: 15px;
}
.popup-slot-time-calendar > svg {
    width: 27px;
}
.popup-slot-time-desc {
    display: flex;
    flex-flow: row wrap;
    font-size: 15px;
}
.popup-slot-time .popup-slot-time-desc > div {
    padding-bottom: 2px;
}
.popup-slot-time .popup-slot-time-desc span {
    font-weight: 400;
    padding-right: 10px;
    color: rgb(100 116 139);
}
.popup-slot-time .popup-slot-time-desc i {
    font-style: normal;
}
.popup-slot-time ._week {
    padding: 0px 25px;
}
.popup-slot-time ._null {
    flex: 1 100%;
    text-align: center;
    color: red;
}
._error-required {
    background-color: rgb(255 0 0 / 22%) !important;
}
@media (max-width: 480px) {
    .form-card-body {
        flex-flow: row wrap;
        justify-content: center;
    }
    .form-card-img {
        padding-right: 0px;
        padding-bottom: 20px;
    }
}
@media (max-width: 300px) {
    .popup-slot-time-calendar {
        display: none;
    }
}
