body {
  font-family: 'Poppins', sans-serif;
  background: #f7f7f7;
}
.order_boxes{
  word-break: break-word;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #00000047;
  }
  40% {
    box-shadow: 0 0 20px #00000047;
  }
  60% {
    box-shadow: 0 0 20px #00000047;
  }
  100% {
    box-shadow: 0 0 -10px #00000047;
  }
}

.form-control {
  border: none;
  border-bottom: 1px solid #98989873;
  border-radius: 0;
  padding: 10px 0;
  background-color: transparent;
}
.form-control:focus {
  box-shadow: none;
}
label.form-label {
  color: #878787;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
  will-change: transform;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.form-group {
  margin-bottom: .5rem;
  margin-top: 1rem;
  position: relative;
}
.form-control:not(:placeholder-shown) ~ .form-label,
.form-control:focus ~ .form-label {
  -webkit-transform: translateY(-10px) scale(.8);
  transform: translateY(-10px) scale(.8);
}

.shadow-glow {
  animation: glowing 2000ms infinite;
}

span.select2-selection__arrow {
  margin-top: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

span.close-mobile-city, .close-userdropdown, .close-service-description{
  top: 12px;
  right: 12px;
}
.city-div, .usermenusdrop {
  top: 200%;
  z-index: 9999;
  transition-duration: .5s;
}
.list-group-item{
  border: 1px solid rgb(197 197 197 / 13%);
}
.select2-container--default .select2-selection--multiple,
.form-select,
.form-control{
  border: 1px solid 1px solid #a2a2a247;
}
/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #0000007d;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #000;
}

.pre-loader {
  position: fixed;
  z-index: 99999;
  background: #00000059;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.pre-loader-img {
  position: relative;
  top: calc(50% - 100px);
}

.input-group-btn-show-password,
.input-group-btn-hide-password {
  position: absolute;
  right: 18px;
  margin-top: -34px;
}

.modal-content {
  border-radius: 15px;
}

@media (max-width: 1191px){
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1120px;
  }
}

/*Cart Css Start*/
.cart-sidebar {
  max-width: 400px;
  width: 100%;
  right: -400px;
  top: 0;
  bottom: 0;
  z-index: 9999;
  transition-duration: .5s;
}
.cart-sidebar .services-cart {
  max-height: calc(100% - 75px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 8px;
}
.quantity-increasing-button .qty .count {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  max-width: 40px;
  height: 30px;
  text-align: center;
  outline: none;
}

.quantity-increasing-button .qty .plus,
.quantity-increasing-button .qty .minus {
  cursor: pointer;
  color: white;
  height: 30px;
  font-size: 25px;
  background: #000;
  padding: 0 3px;
  line-height: 1.3;
}
.services-cart .service-price {
    font-size: 12px;
}
.services-cart h3 {
  font-size: 21px;
  font-weight: 700;
}

.services-cart p {
  font-size: 13px;
}

.services-cart h6 {
  font-size: 14px;
}

.services-cart h4 {
  font-size: 18px;
  font-weight: 600;
}

.services-cart span.total {
  font-size: 20px;
  font-weight: 700;
}

a.btn.btn-checkout {
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 20px;
  border-radius: 50px;
  font-size: 18px;
  text-transform: uppercase;
}
.quantity-increasing-button .qty {
  width: fit-content;
  width: -moz-fit-content;
}
.order-section {
    height: 100vh;
}
/*Cart Css End*/

@media (min-width:768px) {
  span.select2-selection {
    padding: 11px 10px;
  }
}
