/* --------------------------------------------------------------------------------------------- */
/* ########################################## LOADER ########################################### */
/* --------------------------------------------------------------------------------------------- */
/* #loader {
  z-index: 10100;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7); }

#loader .circles {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  animation: spin 2s linear infinite; }
#loader .circles:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  animation: spin 3s linear infinite; }
#loader .circles:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  animation: spin 1.5s linear infinite; 
}
@keyframes spin {
  0% { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}

#loader .text {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  font-family: 'Quicksand', sans-serif !important;
} */


/* #loader {
  z-index: 10100;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7); }
#loader .content { position: relative; margin-top: 50px; }
#loader .ship { z-index: 1; position: relative; }
#loader .ship > .part1 { 
  position: relative;
  width: 210px;
  height: 0px;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #02255b; }
#loader .ship > .part1:before {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ccc; }
#loader .ship > .part1:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  background: #fc5960;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
#loader .ship > .part2 { 
  position: absolute;
  top: -10px;
  left: -7px;
  width: 80px;
  height: 10px;
  background: #02255b;
  border-top-left-radius: 10px;
  transform: skew(55deg); }
#loader .ship > .part3 { 
  position: absolute;
  top: -10px;
  right: -6px;
  width: 40px;
  height: 10px;
  background: #02255b;
  border-top-right-radius: 10px;
  transform: skew(-50deg); }

#loader .containers {
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -99px; } 
#loader .containers > .block { display: flex; justify-content: center; }
#loader .containers > .block > div { position: relative; width: 60px; height: 33px; top: -500px; }

#loader .containers .cont1, #loader .containers .cont4 { 
  border-top: 4px solid #eca750;
  border-bottom: 4px solid #eca750;
  background-image: linear-gradient(90deg, #eca750 25%, #ebc334 25%, #ebc334 50%, #eca750 50%, #eca750 75%, #ebc334 75%, #ebc334 100%);
  background-size: 16px 16px; }
#loader .containers .cont2, #loader .containers .cont6 { 
  border-top: 4px solid #d02c43;
  border-bottom: 4px solid #d02c43;
  background-image: linear-gradient(90deg, #d02c43 25%, #eb363f 25%, #eb363f 50%, #d02c43 50%, #d02c43 75%, #eb363f 75%, #eb363f 100%);
  background-size: 16px 16px; }
#loader .containers .cont3, #loader .containers .cont5 { 
  border-top: 4px solid #2773aa;
  border-bottom: 4px solid #2773aa;
  background-image: linear-gradient(90deg, #2773aa 25%, #3189c0 25%, #3189c0 50%, #2773aa 50%, #2773aa 75%, #3189c0 75%, #3189c0 100%);
  background-size: 16px 16px; }

#loader .content > h5 {
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-top: 20px;
  font-family: 'Quicksand', sans-serif !important; }

@keyframes movecontainer1 { 0% { top: -500px; } 20% { top: 0; } 100% { top: 0; } }
@keyframes movecontainer2 { 0% { top: -500px; } 30% { top: 0; } 100% { top: 0; } }
@keyframes movecontainer3 { 0% { top: -500px; } 40% { top: 0; } 100% { top: 0; } }
@keyframes movecontainer4 { 0% { top: -500px; } 50% { top: 0; } 100% { top: 0; } }
@keyframes movecontainer5 { 0% { top: -500px; } 60% { top: 0; } 100% { top: 0; } }
@keyframes movecontainer6 { 0% { top: -500px; } 70% { top: 0; } 100% { top: 0; } }

#loader .containers .cont4 { animation: movecontainer1 2.5s linear infinite; }
#loader .containers .cont5 { animation: movecontainer2 2.5s linear infinite; }
#loader .containers .cont6 { animation: movecontainer3 2.5s linear infinite; }
#loader .containers .cont2 { animation: movecontainer4 2.5s linear infinite; }
#loader .containers .cont3 { animation: movecontainer5 2.5s linear infinite; }
#loader .containers .cont1 { animation: movecontainer6 2.5s linear infinite; } */

#loader_global {
  z-index: 10100;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7); }

#loader_global .content { position: relative; display: inline-block; width: 48px; height: 48px; }
#loader_global .content::after,
#loader_global .content::before {
  content: '';  
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 2px solid #FFF;
  box-sizing: border-box;
  animation: animloader 2s linear infinite; }
#loader_global .content::after { animation-delay: 1s; }

#loader_global .text {
  display: none;
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500; }

@keyframes animloader {
  0% { transform: scale(0); opacity: 1; }
  100% { transform: scale(1); opacity: 0; }
}