@media (max-width: 991px) {
  .modal-show-detail {
    max-width: 100%;
  }
  .modal-show-detail button.close {
    position: absolute;
    right: 10px !important;
    top: 30px;
    font-size: 50px;
    color: #fff;
    opacity: 1;
  }
  .modal-open .modal {
    overflow: hidden;
  }
}
#order-modal {
  overflow: hidden;
}
#customerInfo-modal {
  overflow: hidden;
}
.modal-show-detail {
  margin: auto;
  width: 100%;
  max-width: unset;
}

.modal-show-detail .container {
  position: unset;
  left: unset;
  bottom: unset;
  z-index: unset;
  display: block;
  padding: 0;
}

.modal-show-detail button.close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 50px;
  color: #fff;
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 1;
  background: #bbbbbb96;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#order-modal .modal-content {
  background: transparent;
  border: none;
}

#order-modal .modal-content iframe {
  border: none;
  width: 100%;
  overflow: hidden;
}

#customerInfo-modal .modal-content {
  background: transparent;
  border: none;
}

#customerInfo-modal .modal-content iframe {
  border: none;
  width: 100%;
  overflow: hidden;
}

#customerInfoBtn {
  display: none;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 1000; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgb(126, 243, 204); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#customerInfoBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 1000; /* Make sure it does not overlap */
}

.btn:hover {
  background-color: RoyalBlue;
}

.float-icon-hotline {
  display: none;
  width: 40px;
  position: fixed;
  bottom: 125px;
  right: 20px;
  z-index: 999999;
}
.float-icon-hotline ul {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.float-icon-hotline ul li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.float-icon-hotline ul li .fa {
  background: linear-gradient(to top, #be3733, #be3733);
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}
.float-icon-hotline ul li .fa-phoneX {
  background: url(/logo/phone.png) center center no-repeat;
  background-size: 40px 40px;
}
.float-icon-hotline ul li .fa-zalo {
  background: url(/logo/zalo.png) center center no-repeat;
  background-size: 40px 40px;
}
.float-icon-hotline ul li .fa-fb {
  background: url(/img/frontend/float-menu/messenger.png) center center
    no-repeat;
  background-size: 40px 40px;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.tada {
  animation-name: tada;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.float-icon-hotline ul li span {
  display: inline-block;
  padding: 0;
  background: linear-gradient(to top, #be3733, #be3733);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: linear-gradient(to top, #009FFF, #009FFF);
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
}

@media only screen and (min-width: 960px) {
  .float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1;
  }
}

@media only screen and (max-width: 959px) {
  .float-icon-hotline ul {
    display: flex !important ;
  }
  .float-icon-hotline ul li ~ li {
    margin-left: 10px;
  }
  .float-icon-hotline {
    bottom: 70px !important ;
    right: 10px !important;
  }

  .float-icon-hotline ul li span {
    width: 215px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1;
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
