.dialog-card[data-v-04b3d45e]{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px;position:relative}.message-text[data-v-04b3d45e]{margin-top:16px;color:#333;font-size:16px;font-weight:500;text-align:center}.bookingList{padding-bottom:10px}.bookingList .options{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-top:20px}.bookingList .options .option{width:50%;cursor:pointer}.bookingList .options .option .optionTitle{font-size:16px;text-align:center}.bookingList .lines{height:3px;background:#ced2d4;margin:5px 20px;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex}.bookingList .lines .underline{width:50%;height:3px}.bookingList .mainContent{padding:10px 20px}.bookingList .mainContent .types{margin-top:30px;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.bookingList .mainContent .types .type{border:1px solid #000;border-radius:10px;padding:5px 20px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bookingList .mainContent .types .type img{margin-right:5px}.bookingList .mainContent .types .type.whiteText img{-webkit-filter:brightness(100);filter:brightness(100)}.bookingList .mainContent .date{font-size:16px;margin-bottom:20px}.bookingList .mainContent .lists .list{margin-bottom:20px}.bookingList .mainContent .lists .emptyConatiner{background:#fff;height:150px;border-radius:15px;-webkit-box-shadow:0 0 7px #a2a3a7;box-shadow:0 0 7px #a2a3a7;overflow:hidden;margin-bottom:20px}.bookingList .list-loader,.bookingList .mainContent .lists .emptyConatiner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bookingList .list-loader{height:55vh}.bookingList .loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.bookingList .lists.fully-transparent{opacity:0;overflow:hidden}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}