.w3-theme-l5 {color:#000 !important; background-color:#e9f5ff !important}
.w3-theme-l4 {color:#000 !important; background-color:#b5dffd !important}
.w3-theme-l3 {color:#000 !important; background-color:#6bc0fc !important}
.w3-theme-l2 {color:#fff !important; background-color:#21a0fa !important}
.w3-theme-l1 {color:#fff !important; background-color:#0479cc !important}
.w3-theme-d1 {color:#fff !important; background-color:#024575 !important}
.w3-theme-d2 {color:#fff !important; background-color:#023e68 !important}
.w3-theme-d3 {color:#fff !important; background-color:#02365b !important}
.w3-theme-d4 {color:#fff !important; background-color:#022e4e !important}
.w3-theme-d5 {color:#fff !important; background-color:#012641 !important}

.w3-theme-light {color:#000 !important; background-color:#e9f5ff !important}
.w3-theme-dark {color:#fff !important; background-color:#012641 !important}
.w3-theme-action {color:#fff !important; background-color:#012641 !important}

.w3-theme {color:#fff !important; background-color:#034f84 !important}
.w3-text-theme {color:#034f84 !important}
.w3-border-theme {border-color:#034f84 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#034f84 !important}
.w3-hover-text-theme:hover {color:#034f84 !important}
.w3-hover-border-theme:hover {border-color:#034f84 !important}

/*text color*/

.w3-theme-l5-text {color:#0f3272 !important; }
.w3-theme-l4-text {color:#000 !important; }
.w3-theme-l3-text {color:#000 !important; }
.w3-theme-l2-text {color:#fff !important; }
.w3-theme-l1-text {color:#fff !important; }
.w3-theme-d1-text {color:#fff !important; }
.w3-theme-d2-text {color:#fff !important; }
.w3-theme-d3-text {color:#fff !important; }
.w3-theme-d4-text {color:#fff !important; }
.w3-theme-d5-text {color:#fff !important; }

.w3-theme-light-text {color:#000 !important; }
.w3-theme-dark-text {color:#fff !important; }
.w3-theme-action-text {color:#fff !important; }

.w3-theme-text {color:#fff !important; }
.w3-text-theme-text {color:#034f84 !important}
.w3-border-theme-text {border-color:#034f84 !important}

.w3-hover-theme-text:hover {color:#fff !important; }
.w3-hover-text-theme-text:hover {color:#034f84 !important}
.w3-hover-border-theme-text:hover {border-color:#034f84 !important}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #012641;
  border-color: #012641 transparent #012641 transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
