@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #404040;
  line-height: 1.4;
  background: #F0F0F0;
  font-weight: normal;
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
}

a {
  color: #10393C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: #10393C;
}

:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
}

.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}

.slider img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100vh;
}

.slider .item::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  padding: 4px;
}

.logo img {
  width: 160px;
}

.logo .content {
  text-align: center;
}

.logo .content h1 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 27px;
  margin-top: 5px;
}

@media only screen and (max-width: 600px) {
  .logo .content h1 {
    font-size: 18px;
  }
}

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.login .box_login {
  background: #fff;
  padding: 20px;
  z-index: 2;
  position: relative;
  max-width: 420px;
  border-radius: 3px;
  color: #333;
  margin: 30px;
}

@media only screen and (max-width: 600px) {
  .login .box_login {
    margin: 16px;
  }
}

.login .box_login .btn {
  background: #004890;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2rem;
  overflow: hidden;
  position: relative;
}

.login .box_login .btn::after {
  background: #fff;
  content: "";
  height: 255px;
  left: -175px;
  opacity: 0.1;
  position: absolute;
  top: -150px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 120px;
  z-index: 10;
}

.login .box_login .btn:hover::after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header {
  background: #004890;
  position: fixed;
  width: 100%;
  color: #fff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header .logo h1 {
  margin-bottom: 0;
  font-size: 16px;
  margin: 0 0 0 14px;
}

.header .logo span {
  display: none;
}

.header .logo img {
  width: 150px;
}

@media only screen and (max-width: 910px) {
  .header .logo img {
    width: 120px;
    margin-right: 10px;
  }
  .header .logo h1 {
    display: none;
  }
  .header .logo p {
    display: block;
  }
  .header .logo span {
    font-size: 16px;
    font-weight: bold;
    display: block;
  }
}

.header .flag {
  margin-right: 1rem !important;
}

@media only screen and (max-width: 600px) {
  .header .flag {
    margin-right: 0 !important;
  }
}

.header .flag .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .flag .dropdown-item img {
  width: 22px;
  margin-right: 6px;
}

.header .flag .flag-image {
  width: 27px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.header .flag .flag-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.header .user {
  font-size: 15px;
}

.header .user .dropdown-menu {
  font-size: 15px;
  -webkit-box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
          box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
  border: none;
}

.header .user .dropdown-menu .dropdown-item {
  color: #707070;
  padding: .65rem 1.28rem;
}

.header .user .dropdown-menu .dropdown-item i {
  margin-right: 0.5rem;
}

.header .user .dropdown-toggle::after {
  display: none;
}

.header .user .dropdown-item.active,
.header .user .dropdown-item:active {
  background: #004890;
  color: #fff;
}

.header .user .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  background: none;
  border: none;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .header .user .icon {
    padding: 0 10px;
  }
}

.header .user .icon:hover {
  background: rgba(255, 255, 255, 0.1);
}

.header .user .icon .name {
  margin-right: 12px;
}

@media only screen and (max-width: 600px) {
  .header .user .icon .name {
    display: none;
  }
}

.header .user .icon .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .user .icon .avatar i {
  opacity: 0.8;
}

.shortlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  height: 100%;
  margin: auto;
}

@media only screen and (max-height: 668px) {
  .shortlink {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 900px) {
  .shortlink {
    margin: 0 16px;
  }
}

.shortlink::before {
  background: url("../images/bg_link.png") repeat;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

.shortlink .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .shortlink .content {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}

.shortlink .content .item {
  background: #fff;
  min-height: 165px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.shortlink .content .item:hover h3 {
  color: #fff;
}

.shortlink .content .item:hover h3::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.shortlink .content .item h3 {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
  z-index: 10;
  padding: 4px 14px 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.shortlink .content .item h3::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #004890;
  border-radius: 3px;
  z-index: -1;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
/*# sourceMappingURL=style.css.map */