@font-face /*perintah untuk memanggil font eksternal*/ {
  font-family: 'Montserrat'; /*memberikan nama bebas untuk font*/
  src: url('../font/Montserrat-Medium.ttf');/*memanggil file font eksternalnya di folder nexa*/
}

.fab-toggle {
  border: 1px solid black;
  -webkit-appearance: none;
  position: absolute;
  border-radius: 50%;
  top: -30px;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 2;
  transition: box-shadow .2s ease-in-out;
}

.fab-toggle:checked ~ .fab-actions a {
  opacity: 1;
  visibility: visible;
}

.fab-toggle:checked ~ .fab-button i {
  transform: rotate(225deg);
}

.fab-button {
  height: 56px;
  width: 56px;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.fab-button i {
  width: 35px !important;
  font-size: 35px;
  transform: rotate(0deg);
  transition: all 0.4s;
}

.btn-add i {
  width: 40px !important;
  font-size: 40px !important;
  font-weight: 800;
}

.fab-actions {
  position: absolute;
  width: 100%;
  bottom: 150%;
  text-align: center;
}

.fab-actions a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-decoration: none;
  margin: 10px auto 0;
  line-height: 1.15;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.fab-actions a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fab-actions a:hover {
  transform: scale(1.05);
}

.fab-actions a:nth-child(1) {
  background-color: #ff5722;
  transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.fab-actions a:nth-child(2) {
  background-color: #03a9f4;
  transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}

.fab-actions a:nth-child(3) {
  background-color: #f44336;
  transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}

.fab-actions a:nth-child(4) {
  background-color: #4CAF50;
  transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}

/* The Modal (background) */
.ebcf_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.ebcf_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ebcf_close:hover,
.ebcf_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ebcf_close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ebcf_close1:hover,
.ebcf_close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ebcf_close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ebcf_close2:hover,
.ebcf_close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  border-radius: 0px !important;
  width: 90% !important;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: 90%;
}

.gradient {
  background: linear-gradient(to right, #88cc0e, #0f540b); /* Standard syntax */
  background: -webkit-linear-gradient(left, #88cc0e, #0f540b); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #88cc0e, #0f540b); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #88cc0e, #0f540b); /* For Firefox 3.6 to 15 */
}

.gradient1 {
  background: radial-gradient(circle, #88cc0e, #0f540b); /* Standard syntax */
  background: -webkit-radial-gradient(circle, #88cc0e, #0f540b); /* For Safari 5.1 to 6.0 */
  background: -o-radial-gradient(circle, #88cc0e, #0f540b); /* For Opera 11.1 to 12.0 */
  background: -moz-radial-gradient(circle, #88cc0e, #0f540b); /* For Firefox 3.6 to 15 */
}

.background-login {
  background-image: url('../img/background-image.png');
  background-size: cover;
  border-radius: 20px 0px 0px 20px;
}

.background-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-logo img {
  width: 250px;
  clear: both;
}

.form-input-login i {
  position: absolute;
  color: #605c58;
  padding: 7px 7px 7px 3px;
}

.form-input-login input {
  padding-left: 40px !important;
}

.form-group-login {
  font-family: 'Montserrat';
  margin-bottom: 0px !important;
}

.btn-login {
  font-family: 'Montserrat';
  padding: 5px 43px 5px 43px !important;
  background: linear-gradient(to right, #88cc0e, #0f540b); /* Standard syntax */
  background: -webkit-linear-gradient(left, #88cc0e, #0f540b); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #88cc0e, #0f540b); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #88cc0e, #0f540b); /* For Firefox 3.6 to 15 */
}

.custom-checkbox .custom-control-label::before {
  background: #007720;
}

.custom-control-label {
  font-size: 14px;
  color: #605c58;
}

.grid-size {
  height: 250px !important;
}

@media screen and (min-width: 420px) {
  .grid-size {
    height: 270px !important;
  }
}

@media screen and (min-width: 450px) {
  .grid-size {
    height: 280px !important;
  }
}

@media screen and (min-width: 470px) {
  .grid-size {
    height: 290px !important;
  }
}

@media screen and (min-width: 510px) {
  .grid-size {
    height: 300px !important;
  }
}

@media screen and (min-width: 545px) {
  .grid-size {
    height: 310px !important;
  }
}

@media screen and (min-width: 768px) {
  .grid-size {
    height: 290px !important;
  }
}

@media screen and (min-width: 1116px) {
  .grid-size {
    height: 250px !important;
  }
}

@media screen and (max-width: 450px) {

  .lbl-bottom-tlp {
    font-size: 10px !important;
    margin-top: -10px;
  }

  .address-footer1 {
    display: block !important;
  }

  .address-footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .background-login {
    border-radius: 20px 20px 0px 0px;
  }

  .background-logo img {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 45px;
    clear: both;
  }

  .login-input {
    margin-top: -22px !important;
    background: white;
    border-radius: 25px 25px 20px 20px;
  }

  .lbl-bottom {
    font-size: 10px !important;
  }
}

.address-footer1 {
  display: none;
}

.lbl-bottom {
  font-family: 'Montserrat';
  font-size: 14px;
  margin-bottom: 2px !important;
}

.lbl-bottom-tlp {
  font-family: 'Montserrat';
  margin-bottom: 2px !important;
}

.header-lg {
  margin: 0 auto !important;
}

.sosmed label {
  font-family: 'Montserrat';
  font-size: 12px !important;
}

.btn-wrapper {
  background: linear-gradient(to right, #a8d30b, #89af00);
  /*border-bottom: 10px solid #E3EAF1 !important;*/
  border: 5px solid #E3EAF1;
}

.footer-label {
  display: table-cell !important;
  margin-right: 5px;
  margin-left: 5px;
}

.footer-icon {
  font-size: 30px !important;
  width: 32px !important;
}

.home-branch button {
  right: 5px !important;
  bottom: 5px !important;
  background: linear-gradient(to right, #a8d30b, #89af00);
}

.home-branch {
  padding: 8px !important;
  box-shadow: 0 1px 8px rgb(45 120 0 / 0.4);
  border: 1px solid #a8d30b;
  border-radius: 10px;;
}

.home-branch a {
  padding-left: 5px !important;
}

.home-branch p {
  padding-left: 5px !important;
}

.home-branch h5 {
  padding-left: 5px !important;
}

.home-branch > .product-image img {
  border-radius: 10px;
}

.home-branch > .product-image {
  border-radius: 10px;
  height: auto !important;
  margin: 0px !important;
  max-width: 100% !important;
}

.float-stock {
  position: absolute;
  left: auto;
  bottom: 8px;
  z-index: 2;
}

.form-search {
  margin-top: 40px;
  box-shadow: 0 2px 10px rgb(45 120 0 / 0.4);
  /*box-shadow: 1px 1px 1px #2d7800;*/
  border-radius: 25px;
}

.btn-transaction {
  background: none !important;
}

.btn-transaction i {
  color: #2d7800 !important;
  font-size: 35px !important;
}

.background-header {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 118px;
}

.home-product {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.notification-dot {
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  /*border: 1px solid white;*/
  display: inline-block;
  position: relative;
  top: -6px;
  left: -9px;
}

.btnnotif{
  width: auto !important;
}
