:root{--color-black: $color-black;--color-white: $color-white;--color-grey: $color-grey;--color-grey-light: $color-grey-light;--color-grey-surface: $color-grey-surface;--color-pink: $color-pink;--color-green: $color-green;--color-red: $color-red;--color-blue: $color-blue}div#root{display:flex;flex-direction:column;height:-webkit-fill-available}.container{max-width:100%;margin:0 auto;padding:0 10px}@media screen and (min-width: 768px){.container{max-width:768px}}@media screen and (min-width: 992px){.container{max-width:992px}}@media screen and (min-width: 1200px){.container{max-width:1200px}}.mobile-modal .ant-modal-content{border-radius:25px;margin:0 45px}.mobile-modal .lang{display:flex;align-items:center;justify-content:flex-start;font-size:20px;color:#000}.mobile-modal .lang span{width:20px;height:20px;border-radius:5px;border:2px solid #e95fbf;display:inline-flex;margin-right:18px}.mobile-modal .lang.active span{background:#e95fbf}
