/*appointment-container*/
.appointment-container {
    margin: 0.48rem 0.67rem;
    padding: 1rem 0;
    background-color: #ffffff;
    box-shadow: 0rem 0.07rem 0.167rem 0.013rem rgba(42, 88, 89, 0.33);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.appointment-title-en {
    font-family: NotoSansHans-Regular;
    font-size: 0.55rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.8;
}

.appointment-title {
    font-family: NotoSansHans-Regular;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.7;
    margin-top: 0.32rem;
}

.appointment-form {
    width: calc(100% - 2.6rem);
    margin-top: 0.7rem;
}

.appointment-group {
    height: 0.85rem;
    background-color: #ffffff;
    border-radius: 0.15rem;
    border: solid 0.02rem #58697a;
    line-height: 0.85rem;
    padding: 0 0.29rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.appointment-input {
    width: 100%;
    font-family: NotoSansHans-Light;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #58697a;
}

input::-webkit-input-placeholder {
    font-family: NotoSansHans-Light;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.5;
}
.hospital_compound-icon,.appointment_time-icon{
    width: 0.6rem;
    position: absolute;
    right: 0.35rem;
    top: 0.125rem;
}
.appointment-btn{
    padding: 0.55rem 0.7rem 0;
}
.appointment-btn button{
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(67deg, #06beb6 0%, #48b1bf 100%);
    border-radius: 0.5rem;
    opacity: 0.8;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #ffffff;
}