.apptBody{
    background-color: aliceblue;
}
.singleApptContainer{
    background-color: aquamarine;
    min-height: 300px;
}

.apptLeftBox{
    min-height: 280px;
}
.storeInfoBox{
    min-height: 130px;
}
.apptStrImgContainer{
    height: fit-content;
}
.apptStrImg{
    height: 100px;
}
.apptStrAdrsContainer{
    max-width: 160px;
    overflow: hidden;
       
}
.apptSubimtBtnBox{
    height: 50px;
}
.submitBtnBook{
    font-size: x-large;
    margin: 5px 20px;
    padding: 3px 30px;
    border-radius: 10px;
    background-color: rgb(173, 157, 166);
}
.apptCorrectionTxt{
    background-color: lightpink;
    border: 1px solid red;
    min-height: 50px;
    max-width: 250px;
    padding: 5px 0px 0px 5px;
    font-size: larger;
    visibility: hidden;
}