.book-demo .booking-dialog .dialog-header[data-v-6c58ee3b]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 10px;border-bottom:1px solid #ebeef5}.book-demo .booking-dialog .dialog-header>img[data-v-6c58ee3b]{width:12px;height:12px;cursor:pointer}.book-demo .booking-dialog .dialog-content[data-v-6c58ee3b]{display:flex;flex-grow:1;height:100%}.book-demo .booking-dialog .dialog-content .side-content[data-v-6c58ee3b]{flex-shrink:0;display:flex;flex-direction:column;width:240px;padding:30px;gap:30px;border-right:1px solid #ebeef5;text-align:left;word-break:break-word;color:#606266}.book-demo .booking-dialog .dialog-content .side-content .logo-box[data-v-6c58ee3b]{display:flex;flex-direction:column;gap:15px}.book-demo .booking-dialog .dialog-content .side-content .logo-box img[data-v-6c58ee3b]{height:50px;width:50px}.book-demo .booking-dialog .dialog-content .side-content .logo-box p[data-v-6c58ee3b]{font-size:18px;font-weight:600;color:#262626}.book-demo .booking-dialog .dialog-content .side-content .select-timezone[data-v-6c58ee3b]{display:flex;flex-direction:column;gap:10px}.book-demo .booking-dialog .dialog-content .side-content .select-timezone>p[data-v-6c58ee3b]{display:flex;justify-content:flex-start;align-items:center;gap:8px;font-size:12px;font-weight:500}.book-demo .booking-dialog .dialog-content .side-content .select-timezone>p img[data-v-6c58ee3b]{height:18px;width:18px}.book-demo .booking-dialog .dialog-content .side-content .select-timezone>p .selected-date[data-v-6c58ee3b]{display:flex;flex-direction:column;gap:8px}.book-demo .booking-dialog .dialog-content .side-content .description[data-v-6c58ee3b]{font-size:12px;font-weight:500;line-height:135%}.booking-dialog .el-dialog{max-width:1000px;width:100%;height:680px;border-radius:15px;border:none}.booking-dialog .el-dialog__body{padding:0!important;height:637px}.booking-dialog .back-btn span{color:#1890ff!important}.booking-dialog .continue-btn span{color:#fff!important}.booking-dialog .el-dialog__header{border:none!important}.booking-dialog .el-select{width:100%}.booking-dialog .el-select .el-input__inner{border:none;font-size:12px;font-weight:400;cursor:pointer;padding-left:0;height:20px}.booking-dialog .el-select-dropdown__item.selected>span{color:#409eff!important}.booking-dialog .el-select-dropdown__item.selected:after{content:"\e6da";font-family:element-icons!important;font-size:14px;color:#409eff;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.booking-dialog .el-input__icon{line-height:20px}.booking-dialog .bubble-loader{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.4);z-index:9999;gap:8px}.booking-dialog .bubble-loader span{width:12px;height:12px;background:#fff;border-radius:50%;display:inline-block;animation:bounce .6s infinite alternate}.booking-dialog .bubble-loader span:nth-child(2){animation-delay:.2s}.booking-dialog .bubble-loader span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%{transform:translateY(0);opacity:.6}to{transform:translateY(-8px);opacity:1}}