.d-none{
  display: none!important;
  display: none;
}
.d-block{
  display: block!important;
  display: block;
}
.star-required {
  color: red;
  padding-left: 3px;
}
.invalid-feedback{
  color: red;
}
.invalid-feedback .star-required{
  display: none;
}
body .select2-container--default .select2-selection--single{
  height: 42px;
  border-color: #D6D5D5 !important;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-top: 6px;
  padding-bottom: 8px;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 30px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}

.input-icon{
  position: relative;
}
.input-icon .m-icon{
      top: 12px;
      position: absolute;
      right: 12px;
      font-size: 12px;
}
.input-icon .m-icon-search{
  top: 50%;
  right: unset;
}
.input-icon .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: 0;
}

body .input-time .select span{
  top: 20px;
}

.text-center{
  text-align: center;
}
body .swal2-modal {
  font-size: 1.5rem;
  max-width: 600px;
  width: 100%;
}
.form-step-max-width{
  max-width: 900px;
}

@media(min-width: 767px){
  .select-service .lds-rolling {
    display: flex;
    margin: auto;
  }
}
@media(max-width: 767px) {
  .select-service .lds-rolling {
    display: flex;
    margin: auto;
  }
}


.limit-char textarea.form-control {
    overflow: auto;
    padding-bottom: 35px;
}


#wrapper .member .tab-content .setting.text-right {
  margin-top: 61px;
  margin-bottom: 20px;
  width:30%;
  float: right;
}
.pagination-style{
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-style strong {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.pagination-style a, .pagination-style strong{
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #337ab7;
  min-width: 34px;
  height: 34px;
} 
.pagination-style a:last-child,
.pagination-style strong:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination-style a:first-child,
.pagination-style strong:first-child{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.full-preview{
  margin: auto;
  text-align: center;
}
.full-preview img{
  object-fit: contain;
}

#modal-quotation-preview-img .modal-dialog {
  width: auto;
  max-width: 90%;
}
.pointer{
  cursor: pointer;
}