@font-face {
  font-family: "Weston Free";
  src: url("../fonts/WestonFree-Regular.woff2") format("woff2"),
    url("../fonts/WestonFree-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blogger Sans";
  src: url("../fonts/BloggerSans.woff2") format("woff2"),
    url("../fonts/BloggerSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blogger Sans Light";
  src: url("../fonts/BloggerSans-Light.woff2") format("woff2"),
    url("../fonts/BloggerSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  background: #edf2f7 url(../images/phone.png) no-repeat top right;
  font-family: "Blogger Sans Light";
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.intro {
  background-image: linear-gradient(35deg, #69d6cd, #1abccb 29%, #079999);
  border-radius: 0.125rem;
  color: #fff;
  padding: 25px;
}

#msg_widget {
  bottom: 100px;
  width: 300px;
}

.darker {
  background-color: #a6b0a9;
}

.main-content {
  flex: 1;
}

.weston {
  font-family: "Weston Free";
}

#menu-toggle:checked + #menu {
  display: block;
}

.theme-gradient {
  background: linear-gradient(
    to left bottom,
    #0a3080,
    #005fa9,
    #008ab2,
    #00b1a5,
    #68d391
  ) !important;
}

.light-gradient {
  background: linear-gradient(
    to left bottom,
    #f4f7ff,
    #cbeeff,
    #8fe8f7,
    #5fe0d0,
    #68d391
  ) !important;
}

.legals {
  background: #edf2f7 url(../images/legals.jpg) no-repeat;
  background-size: cover;
}

#footer {
  background: #003f5a;
  color: #fff;
}

.dark-bg {
  background-color: #202124;
}

.bronze {
  background-color: #40cdcc;
}

.diamond {
  background-color: #b9f2ff;
}

.platinum {
  background-color: #f15f5f;
}

.flex-sub {
  background-color: #dfc3c4;
}

.uoll {
  color: #fff;
  text-shadow: 2px 1px 1px #000;
}

.subscription li {
  list-style-image: url("../icons/tick.svg");
}

.ug-flag {
  width: 16px;
  height: 16px;
  background: no-repeat center url("../icons/uganda.png");
}

ol#latest-cases {
  list-style-type: decimal;
}

:root {
  --link-color-1: #f15f5f;
}

a.effect-1 {
  background: linear-gradient(
    to right,
    var(--link-color-1) 0%,
    var(--link-color-1) 5px,
    transparent 5px
  );
  background-repeat: repeat-x;
  background-size: 100%;
  color: #000;
  padding-left: 10px;
  text-decoration: none;
  word-wrap: break-word;
}

a.effect-1:hover {
  background: linear-gradient(
    to right,
    var(--link-color-1) 0%,
    var(--link-color-1) 5px,
    transparent
  );
}

.jinja {
  background: #079999;
}

.jinja a {
  color: #fff;
}

.login-mountains {
  background: no-repeat url("../images/login-mountains.jpg");
  background-size: cover;
  height: 98vh;
}

.lost-dog {
  background-image: url("../images/lost-dog.jpg");
}

.error-message {
  margin-bottom: 1em;
  color: hsl(0deg, 100%, 15%);
}

.judgment-link::after {
  content: "";
  display: inline-block;
  background: url("../images/gavel.svg") no-repeat top right;
  height: 18px;
  width: 24px;
}

.doc-regulation::after {
  content: "";
  display: inline-block;
  background: url("../images/doc.svg") no-repeat top right;
  height: 24px;
  width: 24px;
}

.doc-judgment::after {
  content: "";
  display: inline-block;
  background: url("../images/form.svg") no-repeat top right;
  height: 24px;
  width: 24px;
}

.doc-act::after {
  content: "";
  display: inline-block;
  background: url("../images/act.svg") no-repeat top right;
  height: 24px;
  width: 24px;
}

/* 404 */

.mainbox {
  margin: auto;
  height: 600px;
  width: 600px;
  position: relative;
  padding-top: 100px;
}

.msg {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.6rem;
}

/* end of 404 */

ol.listings {
  list-style: decimal;
  margin-left: 10px;
}

.iti__flag {
  background-image: url("../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}

.required:after {
  content: " *";
  color: red;
}

.ztoaster-full-top {
  z-index: 6000 !important;
}

.tingle-flexbox {
  display: flex;
  align-items: center;
  margin: auto;
  img {
    margin: 10px;
    padding: 10px;
    transition: margin 300ms;
  }

  &:hover {
    img {
      margin-left: 15px;
    }
  }
}

#subscribe-form {
  position: relative;
}

#subscribe-overlay {
  background: #003f5a;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2019;
}

h1.sub-loader {
  margin-top: 200px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-size: 3.6875em;
  color: transparent;
  letter-spacing: 0.01em;
}

.sub-loader span {
  text-shadow: 0 0 2px rgba(204, 208, 212, 0.9), 0 15px 25px rgba(0, 0, 0, 0.3),
    0 -2px 3px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(255, 255, 255, 0.5),
    0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 255, 255, 0.45);

  animation: sub-loading 0.85s ease-in-out infinite alternate;
}

@keyframes sub-loading {
  to {
    text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02),
      0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0),
      0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0),
      0 0 0 rgba(255, 255, 255, 0);
  }
}

.sub-loader span:nth-child(2) {
  animation-delay: 0.15s;
}

.sub-loader span:nth-child(3) {
  animation-delay: 0.3s;
}

.sub-loader span:nth-child(4) {
  animation-delay: 0.45s;
}

.sub-loader span:nth-child(5) {
  animation-delay: 0.6s;
}

.sub-loader span:nth-child(6) {
  animation-delay: 0.75s;
}

.sub-loader span:nth-child(7) {
  animation-delay: 0.9s;
}
