.mobile-modal{position:fixed;top:0;bottom:0;left:0;right:0;z-index:100}.mobile-modal__backdrop{position:fixed;background-color:#333;top:0;left:0;right:0;bottom:0;opacity:.5}.mobile-modal__container{position:relative;z-index:100}.mobile-modal__content{overflow:auto}.mobile-modal.theme-full .mobile-modal__container{position:fixed;top:0;left:0;right:0;bottom:0}.mobile-modal.theme-full .mobile-modal__header{height:65px;background-color:#1973f3;color:#fff;text-align:center;position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;z-index:2}.mobile-modal.theme-full .btn-close-modal{background-image:url(/x-assets/img/icons/icon-chevron-white.svg);background-repeat:no-repeat;background-position:center;position:absolute;left:0;top:0;bottom:0;border:0;background-color:transparent;width:50px;transform:rotateZ(180deg);padding:0;background-size:8px}.mobile-modal.theme-full .mobile-modal__header-label{font-size:14px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:70%}.mobile-modal.theme-full .mobile-modal__content{position:fixed;top:65px;left:0;right:0;bottom:0;background-color:#fff;padding:15px}.mobile-modal.theme-popup .mobile-modal__container{position:absolute;bottom:0;left:0;right:0;top:auto;z-index:1;max-height:90vh;height:auto;overflow:auto;border-radius:20px 20px 0 0;background-color:#fff;min-height:100px}.mobile-modal.theme-popup .mobile-modal__header{padding:30px 50px 15px 30px;text-align:center;position:relative}.mobile-modal.theme-popup .btn-close-modal{background-image:url(/x-assets/img/icons/icon-close.svg);background-repeat:no-repeat;background-position:center;background-color:transparent;position:absolute;right:5px;top:5px;width:40px;height:40px;border:0}.mobile-modal.theme-popup .mobile-modal__header-label{margin-right:-25px;font-size:16px;font-weight:600}.mobile-modal.theme-popup .mobile-modal__content{padding:20px;font-size:14px}