/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {

z-index: 11000;
}
#overlay {
 position: fixed;
 display: none;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0,0,0,0.5);
 z-index: 9999;
 cursor: pointer;
}

#text{
 position: absolute;
 top: 50%;
 left: 50%;
 font-size: 50px;
 color: white;
 transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
}

/* Let's get this party started */
::-webkit-scrollbar {
   width: 9px;
   height: 9px;
}

/* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px;
   border-radius: 10px;
   background: rgba(0, 89, 141, 0.8);
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0, 89, 141, 0.8);
}

.lds-grid {
 display: inline-block;
 position: relative;
 width: 80px;
 height: 80px;
}
.lds-grid div {
 position: absolute;
 width: 16px;
 height: 16px;
 border-radius: 50%;
 background: #00598d;
 animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
 top: 8px;
 left: 8px;
 animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
 top: 8px;
 left: 32px;
 animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
 top: 8px;
 left: 56px;
 animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
 top: 32px;
 left: 8px;
 animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
 top: 32px;
 left: 32px;
 animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
 top: 32px;
 left: 56px;
 animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
 top: 56px;
 left: 8px;
 animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
 top: 56px;
 left: 32px;
 animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
 top: 56px;
 left: 56px;
 animation-delay: -1.6s;
}
@keyframes lds-grid {
 0%, 100% {
 }
 50% {

   background: #2d2d2d;

 }
}
