#main-privacy-page-view{box-sizing:border-box;background-color:#000;border:2px solid #ff4500;justify-content:center;align-items:center;width:100%;height:calc(100% - 100px);display:flex}@media only screen and (max-width:1000px){#main-privacy-page-view{height:calc(100% - 175px)}}@media only screen and (max-width:728px){#main-privacy-page-view{height:calc(100% - 75px)}}#main-privacy-page-view .privacy-page-loaded{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:10px;display:flex;overflow:auto}#main-privacy-page-view .privacy-page-loaded .privacy-page-title{box-sizing:border-box;color:#f0f8ff;text-align:center;justify-content:center;align-items:center;width:100%;display:flex}#main-privacy-page-view .privacy-page-loaded .privacy-page-content{box-sizing:border-box;color:#f0f8ff;text-align:left;grid-template-columns:100%;row-gap:15px;width:100%;display:grid}#main-privacy-page-view .privacy-page-loading{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#main-privacy-page-view .privacy-page-loading .loading-icon{border:5px solid #0000;border-top-color:#32cd32;border-radius:50%;width:50px;height:50px;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
#route-component-privacy-page{box-sizing:border-box;background-color:#000;border:2px solid #ff4500;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}
