@charset "utf-8";

.modal__container___YKj-W { position: absolute; top: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; justify-content: flex-end; }

.modal__modal___tYBpK { background-color: rgb(255, 255, 255); border-top-left-radius: 12px; border-top-right-radius: 12px; position: relative; }

.modal__body___XQSiE { padding: 20px; width: 100%; }

.modal__closeButton___ZLht4 { position: absolute; top: 10px; right: 10px; z-index: 100; color: rgb(113, 112, 112); }

html[dir="rtl"] .modal__closeButton___ZLht4 { right: initial; left: 10px; }