.modal{font-family:Karla,sans-serif;position:fixed;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10451;pointer-events:auto}.modal--hollow .modal__wrapper{border-left:none;padding:12px}.modal--hollow .modal__close{right:18px}.modal--hollow .modal__content{padding:0;margin:0;border:none}.modal--filters .modal__wrapper{max-width:288px}@media only screen and (min-width: 640px){.modal--filters .modal__wrapper{max-width:382px}}.modal--hidden{display:none}.modal--datepicker .modal__wrapper{max-width:fit-content}.modal--dark-overlay .modal__overlay{background-color:#0c111db3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal__wrapper{position:relative;background-color:#fff;padding:24px 12px 24px 8px;z-index:10451;box-shadow:0 4px 8px #00000047;text-align:center;border-left:8px solid #454343;border-radius:6px;width:92vw;height:auto;max-width:490px;max-height:92vh;overflow-y:auto}@media only screen and (min-width: 640px){.modal__wrapper{padding:16px 24px}}.modal__wrapper--success{border-color:var(--color-success)}.modal__wrapper--warning{border-color:var(--color-warning)}.modal__wrapper--alert{border-color:var(--color-error)}.modal__wrapper--wide{border:none;max-width:1000px;padding:16px;border-radius:16px;text-align:left}@media only screen and (min-width: 1024px){.modal__wrapper--wide{padding:26px 37px 34px;border-radius:24px}}.modal__wrapper--medium{border:none;max-width:400px;padding:0;border-radius:12px;text-align:left}.modal__close{color:#1d1d1d;position:absolute;top:16px;right:16px;cursor:pointer;transition:transform .4s;background:none}.modal__close:hover{transform:scale(1.2)}.modal__content{margin-top:16px;border:1px solid #888888;border-radius:8px;padding:12px}@media only screen and (min-width: 640px){.modal__content{padding:24px}}.modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#45434340;z-index:10400}.loader{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.loader__icon{width:90px;height:90px;border-radius:50%;display:inline-block;border-top:8px solid var(--color-white);border-right:8px solid transparent;box-sizing:border-box;animation:rotation 1s linear infinite}.loader__icon:after{content:"";box-sizing:border-box;position:absolute;left:0;top:0;width:90px;height:90px;border-radius:50%;border-left:8px solid var(--color-brand-secondary);border-bottom:8px solid transparent;animation:rotation .5s linear infinite reverse}.loader--bottom{height:auto;padding-top:30px}.loader--bottom .loader__icon{width:50px;height:50px;border-top:6px solid var(--brand-200);border-right:6px solid transparent}.loader--bottom .loader__icon:after{width:50px;height:50px;border-left:6px solid var(--color-brand-secondary);border-bottom:6px solid transparent}.loader--small{height:auto}.loader--small .loader__icon{width:50px;height:50px;border-top-width:6px;border-right-width:6px}.loader--small .loader__icon:after{width:50px;height:50px;border-left-width:6px;border-bottom:6px}.loader--light .loader__icon{border-top-color:var(--brand-200)}.loader--light .loader__icon:after{border-left-color:var(--color-brand-secondary)}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-processing{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#45434340;z-index:10452}
