/*
-webkit-animation: $slide_animation_in_left .6s linear 0s 1 normal both;
animation: $slide_animation_in_left .6s linear 0s 1 normal both;
obstojece animacije:
fadeIn
fadeOut
slideInLeft
slideInRight
slideOutLeft
slideOutRight
slideInUp
slideInDown
slideOutUp
bounceInDown
bounceOutDown

*/
@font-face {
  font-family: "Admin-icons";
  src: url("../fonts/admin-icons/admin-icons.eot");
  src: url("../fonts/admin-icons/admin-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/admin-icons/admin-icons.woff2") format("woff2"), url("../fonts/admin-icons/admin-icons.woff") format("woff"), url("../fonts/admin-icons/admin-icons.svg#Playfair Display") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
body {
  font-family: "SourceSansPro-Regular";
}

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.image {
  width: 100%;
}

.hide {
  display: none;
}

.container {
  max-width: 1440px;
}

.loader_parent {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}

.loader_parent.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #009a3b;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 10;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.customer-points {
  text-align: center;
}
.customer-points label {
  margin-bottom: 0;
  border: solid 1px #009a3b;
  padding: 10px;
  font-size: 25px;
  background-color: #009a3b;
  color: white;
}
.customer-points label span {
  font-weight: 600;
}

.dataTables_wrapper .dataTables_processing {
  background: linear-gradient(to right,  rgba(56, 193, 114, 0) 0%,  rgba(56, 193, 114, 0.9) 25%,  rgba(56, 193, 114, 0.9) 75%,  rgba(56, 193, 114, 0) 100%) !important;
  padding-bottom: 0px !important;
  height: 50px;
  padding-top: 0px !important;
  color: white;
  font-weight: 500;
  font-size: 30px;
}

.promo-banner .promo_image_mobile {
  display: block;
  width: -webkit-fill-available;
}
.promo-banner .promo_image_web {
  display: none;
  width: -webkit-fill-available;
}
@media only screen and (min-width: 425px) {
  .promo-banner .promo_image_mobile {
    display: none;
  }
  .promo-banner .promo_image_web {
    display: block;
  }
}

/*
.bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;

    .bubble-content {
        display: none;
        position: absolute;
        bottom: 50px;
        right: -150px;
        width: 300px;
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    }

    .bubble-toggle {
        width: 60px;
        height: 60px;
        background-color: #333;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        font-size: 30px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bubble:hover .bubble-content {
        display: block;
        animation: slide-in 0.5s forwards;
    }
}

@keyframes slide-in {
    from {
        right: -150px;
    }
    to {
        right: 20px;
    }
}*/
.bubble {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.bubble-toggle {
  width: 120px;
  height: 120px;
  background-color: #009a3b;
  color: #fff;
  border-radius: 200px 0 200px 200px;
  text-align: center;
  /*font-size: 30px;*/
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bubble-toggle span {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.bubble-content {
  display: none;
  position: absolute;
  bottom: 80px;
  right: 20px;
  width: 300px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.bubble.active .bubble-content {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: "FontAwesome";
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.dropdown-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#navbarContent .navbar-nav .nav-item a {
  font-size: 17px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
#navbarContent .navbar-nav .nav-item a:hover {
  color: #009a3b;
}

.btn-success {
  background-color: #009a3b;
  border-color: #009a3b;
  border-radius: 8px;
  border-top-right-radius: 0;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}

.btn-default, .btn-link {
  color: #009a3b;
}

.btn-secondary {
  padding: 10px 20px;
}

.card .card-header {
  font-size: 18px;
  font-family: "Merriweather-Regular";
}

#artikel-image {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}