/*!
 * 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
 */
.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}
