.default-modal .modal,.default-modal .modal-backdrop{z-index:var(--z-modal)}.default-modal .modal-dialog{width:100%}@media (max-width: 575px){.default-modal .modal-dialog{margin:0}}@media (min-width: 768px){.default-modal .modal-dialog{max-width:500px}}.default-modal .modal-content{border:1px solid #333940;border-radius:0 0 5px 5px;border-top-width:0;max-height:100%;max-height:100vh;max-height:100dvh;overflow-y:auto}@media (max-width: 575px){.default-modal .modal-content{border:none;border-radius:0;height:100%;height:calc(100vh - 56px);height:calc(100dvh - 56px)}}@media (min-width: 992px){.default-modal .modal-content{max-height:80vh}}.default-modal .modal-content::-webkit-scrollbar{width:4px}.default-modal .modal-content::-webkit-scrollbar-track{background-color:#fff}.default-modal .modal-content::-webkit-scrollbar-thumb{background-color:var(--theme-primary);border-radius:20px}.default-modal .modal-content::-webkit-scrollbar-track{border-bottom-right-radius:5px}.default-modal .modal-content .modal-body{padding-bottom:0;padding-top:0}@media (max-width: 575px){.default-modal .modal.no-header .modal-content{height:100%;height:100vh;height:100dvh}}.default-modal .modal-header{background-color:#ffb600;border:1px solid #333940;color:#333940;font-weight:700;height:56px;pointer-events:auto}@media (max-width: 575px){.default-modal .modal-header{border:none;border-bottom:1px solid #333940;border-radius:0;position:sticky;top:0}}.default-modal .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}
