/*!
 * Copyright (c)  Hive A.S. - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by mehmet, 2022
 */
.ui.overlay{--background-color:#0a2c4380}.brightness-lightest .ui.overlay{--background-color:#2d445380}.brightness-dark .ui.overlay{--background-color:#0a0d10bf}.brightness-darkest .ui.overlay{--background-color:#040506bf}.ui.overlay{background:var(--background-color);opacity:1;z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ui.clickthrough.overlay{pointer-events:none}.ui.component.overlay{width:100%;height:100%;position:absolute;top:0;left:0}.ui.inherited.overlay{z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}.ui.fullscreen.overlay,.ui.content.overlay{position:fixed}.ui.fullscreen.overlay{width:100vw;height:100vh;inset:0}.ui.content.overlay{margin-top:var(--size-layout-app-header-height)}.ui.content.overlay.show-footer{margin-bottom:2rem}.ui.blurred.overlay:not(.tinted){-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ui.tinted.overlay:not(.blurred){-webkit-backdrop-filter:grayscale(.6);backdrop-filter:grayscale(.6)}.ui.blurred.tinted.overlay{-webkit-backdrop-filter:blur(3px)grayscale(.6);backdrop-filter:blur(3px)grayscale(.6)}.ui.card>.ui.overlay:not(.fullscreen){border-radius:3px}.atom-spinner,.atom-spinner *{box-sizing:border-box}.atom-spinner{width:86px;height:86px;overflow:hidden}.large.atom-spinner{width:100px;height:100px}.atom-spinner .spinner-inner{width:100%;height:100%;display:block;position:relative}.atom-spinner .spinner-circle{color:var(--brand-500);font-size:14.4px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.atom-spinner .spinner-line{border-top-width:2.4px;border-left-width:2.4px;border-left-color:var(--brand-500);border-top-style:solid;border-top-color:#0000;border-left-style:solid;border-radius:50%;width:100%;height:100%;animation-duration:1s;position:absolute}.atom-spinner .spinner-line:first-child{animation:1s linear infinite atom-spinner-animation-1;transform:rotate(120deg)rotateX(66deg)rotate(0)}.atom-spinner .spinner-line:nth-child(2){animation:1s linear infinite atom-spinner-animation-2;transform:rotate(240deg)rotateX(66deg)rotate(0)}.atom-spinner .spinner-line:nth-child(3){animation:1s linear infinite atom-spinner-animation-3;transform:rotate(360deg)rotateX(66deg)rotate(0)}@keyframes atom-spinner-animation-1{to{transform:rotate(120deg)rotateX(66deg)rotate(360deg)}}@keyframes atom-spinner-animation-2{to{transform:rotate(240deg)rotateX(66deg)rotate(360deg)}}@keyframes atom-spinner-animation-3{to{transform:rotate(360deg)rotateX(66deg)rotate(360deg)}}.loadingview{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;transform:translateY(-25%)}.loadingview>.content{z-index:11;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.loadingview>.content .ui.text{margin-top:.5rem}.loadingview>.content .ui.spinner{margin-top:1rem}
