@font-face {
  font-family: Tajwal;
  src: url(../font/Tajawal-Regular.ttf);
}
.btn:focus, .btn:active:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
}

input:focus {
  outline: none;
}

body {
  font-family: Tajwal;
}

.special-navbar {
  background-color: #fff;
  border-color: transparent;
}

.navbar-collapse {
  border-bottom: 1px solid #e2e2e3 !important;
}

.navbar-nav .active a {
  background-color: #2185d0 !important;
  color: #fff !important;
}

.navbar-brand:hover {
  color: #2185d0 !important;
  background-color: transparent;
}

.navbar-brand:focus {
  color: #2185d0 !important;
  background-color: transparent;
}

.distance {
  margin-top: calc(100vh - 70vh);
}

.home-menu {
  background-color: #2185d0;
  border-radius: 10%;
}

.text-home {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  padding-top: 10%;
}

.img-home {
  width: 30%;
}

.home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.home-btn:hover {
  text-decoration: none;
}

.footer {
  background-color: #2185d0;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rounded-input {
  border-radius: 25px;
  border: 1px solid #dededf;
  width: 100%;
  height: 50px;
  padding: 0px 40px;
  margin-bottom: 15px;
}

.submit-btn {
  background: #2185d0;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 15px;
  color: #fff;
}

.change-password {
  padding-top: 12px;
}

.profile-link {
  color: #2185d0;
}

.text-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.text-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.link-footer {
  color: #fff;
}

.link-footer:hover {
  color: #fff;
}

.glyphicon {
  margin: 0px 2px;
}

.div-logo-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  height: 300px;
}

.logo-login {
  position: absolute;
  height: calc(100% - 100px);
  object-fit: cover;
}

.custom-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  flex-flow: row;
}

.thumbnail-image {
  display: flex;
  align-items: center;
  height: 150px;
  position: relative;
}

.image-view {
  position: absolute;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.th-variation {
  text-align: center;
}

.field_item_variation {
  margin: 0 5px;
}

input::-webkit-inner-spin-button {
  opacity: 1;
}

.kv-editable-close.close {
  padding: 0 7px;
}

.btn {
  padding: 6px 10px;
}

/* Small devices (tablets, 360px and up) */
@media (min-width: 360px) {
  .special-navbar {
    background-color: #222;
    border-color: #222;
  }

  .navbar-inverse .navbar-nav li a {
    color: #fff;
  }

  .navbar-toggle {
    float: left;
  }

  .navbar-collapse {
    border-bottom: 0px solid #e2e2e3 !important;
  }

  .navbar-inverse .navbar-nav li a:hover {
    color: #ccc !important;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav li a:focus {
    color: #ccc !important;
    background-color: transparent;
  }

  .distance {
    margin-top: 0;
  }

  .home-menu {
    margin: 15px 0;
  }

  .footer {
    min-height: 100px;
  }

  .text-end {
    justify-content: center;
  }

  .text-footer {
    justify-content: center;
  }

  .custom-footer {
    justify-content: center;
    flex-flow: column !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .distance {
    margin-top: calc(100vh - 95vh);
  }

  .footer {
    min-height: 75px;
  }

  .custom-footer {
    flex-flow: row !important;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .special-navbar {
    background-color: #fff;
    border-color: transparent;
  }

  .navbar-collapse {
    border-bottom: 1px solid #e2e2e3 !important;
  }

  .navbar-inverse .navbar-nav li a {
    color: #333;
  }

  .navbar-inverse .navbar-nav li a:hover {
    color: #2185d0 !important;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav li a:focus {
    color: #2185d0 !important;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .active a:hover {
    color: #fff !important;
  }

  .navbar-inverse .navbar-nav .active a:focus {
    color: #fff !important;
  }

  .distance {
    margin-top: calc(100vh - 70vh);
  }

  .home-menu {
    margin: 0;
  }

  .footer {
    min-height: 60px;
  }

  .text-end {
    justify-content: flex-end;
  }

  .text-footer {
    justify-content: flex-start;
  }
}
.custom-footer {
  justify-content: flex-end;
  flex-flow: row;
}
.custom-footer a {
  color: #fff;
}
.custom-footer p {
  margin: 0;
}

@media (min-width: 1536px) {
  .container {
    max-width: 1250px !important;
    width: 1250px !important;
  }
}
@media (min-width: 1720px) {
  .container {
    max-width: 1560px !important;
    width: 1560px !important;
  }
}
@media (min-width: 2400px) {
  .container {
    width: 1920px !important;
    max-width: 1920px !important;
  }
}

/*# sourceMappingURL=main.css.map */
