.select-language{color:#000;background:linear-gradient(#faf2f9,#ebf5fe)}.dialog{position:fixed;height:100dvh;width:100vw;z-index:1200;flex-direction:column;align-items:center;justify-content:center}.dialog.visible{display:flex}.dialog .overlay{position:absolute;top:0;left:0;bottom:0;right:0;z-index:900}.dialog .dialog-content{z-index:900;max-height:calc(100% - 30px);max-width:1280px;display:flex;flex-direction:column;position:relative}.dialog .dialog-content .dialog-header-title{top:20px;height:40px}.dialog .dialog-content .dialog-head{border-bottom:1px solid #dfdfdf;padding:15px 20px}.dialog .dialog-content .header{position:relative}.dialog-children{display:flex;flex-direction:column;flex-grow:1;overflow-y:auto;padding:15px 20px;max-height:calc(100vh - 190px)}@media(min-width:1280px){.dialog-content{width:600px}.dialog-children{overflow-y:unset}}@media(max-width:1280px){.dialog .dialog-content{max-height:100%}}@media(max-width:600px){.dialog-children{padding:15px 20px}}@media(max-width:1280px){.dialog-children{max-height:unset}}