.w3-theme-l5 {color:#000 !important; background-color:#f2f7fd !important}
.w3-theme-l4 {color:#000 !important; background-color:#d5e5f9 !important}
.w3-theme-l3 {color:#000 !important; background-color:#abcbf3 !important}
.w3-theme-l2 {color:#000 !important; background-color:#81b2ed !important}
.w3-theme-l1 {color:#fff !important; background-color:#5798e7 !important}
.w3-theme-d1 {color:#fff !important; background-color:#1e71d5 !important}
.w3-theme-d2 {color:#fff !important; background-color:#1b64bd !important}
.w3-theme-d3 {color:#fff !important; background-color:#1858a6 !important}
.w3-theme-d4 {color:#fff !important; background-color:#144b8e !important}
.w3-theme-d5 {color:#fff !important; background-color:#113f76 !important}

.w3-theme-light {color:#000 !important; background-color:#f2f7fd !important}
.w3-theme-dark {color:#fff !important; background-color:#113f76!important}
.w3-theme-action {color:#fff !important; background-color:#113f76 !important}

.w3-theme {color:#fff !important; background-color:#2d7ee1 !important}
.w3-text-theme {color:#2d7ee1 !important}
.w3-text-theme-dark {color:#113f76 !important}
.w3-border-theme {border-color:#2d7ee1 !important}

.w3-theme-40 {color:#fff !important; background-color:#2d7ee166 !important}
.w3-theme-50 {color:#fff !important; background-color:#2d7ee180 !important}
.w3-theme-60 {color:#fff !important; background-color:#2d7ee199 !important}

.w3-theme-gradient {
  color: #000 !important;
  background-color:#2d7ee1 !important;
  background: linear-gradient(to top, #5798e7 25%, #2d7ee1 75%) !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#2d7ee1 !important}
.w3-hover-text-theme:hover {color:#2d7ee1 !important}
.w3-hover-border-theme:hover {border-color:#2d7ee1 !important}

.w3-hover-theme-dark:hover {color:#fff !important; background-color:#113f76 !important}

hr {
    height: 0px;
    border: none;
    border-top: 1px solid #2d7ee1;
  }