.modal{z-index:999;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center}.modal__overlay{z-index:999;background:#fff;overflow:auto;-webkit-overflow-scrolling:touch;outline:none;height:100%;width:100%}@media (min-width:480px){.modal__overlay{max-width:500px;border-radius:8px;height:auto;width:auto}}.modal__actions{display:flex;justify-content:space-between;border-top:1px solid #fafafa;padding:12px}.modal__title{padding:12px;font-weight:700;background-color:#142046;color:#fff}.modal__content{padding:12px}.modal__content-hidden{display:none}.modal__form{display:flex;flex-direction:column;justify-content:space-between;height:calc(100vh - 46px)}@media (min-width:480px){.modal__form{height:auto}}.modal__loading{padding:12px}.modal__error{color:#d8000c;background-color:#ffbaba;padding:16px;margin-bottom:16px;border-radius:8px}.modal__overlay-booking{background:transparent;display:flex;align-items:center;justify-content:center}.modal__overlay-booking .modal__loading{padding:150px}.modal__overlay-booking .modal__loading>div{width:30px;height:60px}