.btn-special {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 100px;
  margin-right: 10px;
}

.btn-success {
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 100px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal-title {
  font-size: 18px;
  font-weight: 900;
  display: contents;
}

#mdlOpenHours .modal-body {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.openhours-day {
  display: block;
}

.openhours-day .openhours-lable {
  display: inline-block;
  width: 80px;
}

.openhours-day .openhours-dash {
  display: inline-block;
  margin: auto 20px;
}

/* .openhours-day  {
   display: inline-block;
   width: 120px;
}	  
*/
.openhours-day .openhours-open {
  display: inline-block;
  width: 120px;
}

.openhours-day .openhours-close {
  display: inline-block;
  width: 120px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.dealer-request-loader {
  position: absolute;
  bottom: 15px;
}

.stripe-request-loader {
  position: absolute;
  bottom: 125px;
}

@media (max-width: 767px) {
  .dealer-request-loader {
    position: absolute;
    bottom: 3px;
  }

  .stripe-request-loader {
    position: absolute;
    bottom: 110px;
  }
}
