.blank-layout{background-color:#fff;width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.blank-layout .layout-wrapper{display:flex;flex-direction:column;width:100%;padding:16px 0;max-width:1330px;margin:0 auto;height:100vh;align-items:stretch}@media (max-width: 1023px){.blank-layout .layout-wrapper{padding:0}}.blank-layout .layout-content{width:100%;display:flex;flex-direction:column;height:100%;position:relative}@media (max-width: 1023px){.blank-layout .layout-content{width:100%}}.blank-layout .layout-content .header{padding:32px;background:inherit;position:sticky;top:0;z-index:10;display:flex;justify-content:flex-start;width:100%}.blank-layout .layout-content .header .logo{display:flex;align-items:center}.blank-layout .layout-content .content{height:100%;overflow-y:auto;overflow-x:hidden;padding:0 32px;flex:1;-ms-overflow-style:none;scrollbar-width:none}@media (max-width: 1023px){.blank-layout .layout-content .content{padding:0 4px}}.blank-layout .layout-content .content::-webkit-scrollbar{display:none}.body--dark .blank-layout,.body--dark .blank-layout .header-container{background:#141c33}
