﻿.sb-startupSpinner.active-container {
   position: absolute;
   z-index: 2147483645;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   width: fit-content;
   height: fit-content;
   margin-top: 50px;
   align-items: center;
}

.sb-startupSpinner.active {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   border-width: 5px;
   border-style: solid;
   border-color: rgba(0, 0, 0, 0);
   animation-delay: 0s;
   animation-direction: normal;
   animation-fill-mode: none;
   text-align: center;
   transition: transform 0.33s linear;
   z-index: 2147483647;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   width: fit-content;
   height: fit-content;
}

.sb-startupSpinner.label-container {
   position: absolute;
   z-index: 2147483646;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   width: fit-content;
   height: fit-content;
   margin-top: 120px;
   align-items: center;
}

.sb-startupSpinner.label-text {
   padding-left: 6px;
   padding-right: 6px;
   text-align: center;
   font-family: "Poppins", sans-serif;
   color: #52565E;
   font-size: 18px;
   font-weight: 500;
   background-color: rgba(255, 255, 255, 0.55);
   box-shadow: 0px 0px 6px rgb(255, 255, 255);
   z-index: 2147483647;
}

.sb-startupSpinner.logo-container {
   height: 50px;
   width: 50px;
   text-align: center;
   vertical-align: middle;
   z-index: 2147483647;
   animation-delay: 0s;
   animation-direction: normal;
   animation-fill-mode: none;
   transition: transform 0.33s linear;
}

.sb-startupSpinner.logo {
   height: 30px;
   width: 30px;
   vertical-align: middle;
   z-index: 2147483647;
   animation-delay: 0s;
   animation-direction: normal;
   animation-fill-mode: none;
   margin-top: 7px;
   transition: transform 0.33s linear;
}
