.reg_form span.error {
    color: #740909;
    font-size: 111%;
    margin-left: 17px;
    line-height: 24px;
}
.reg-from-in li.has-error .form-control {
  border: 2px solid #a8370b;
  color: #80462f;
}

.form-group input:-webkit-autofill, .form-group  input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-text-fill-color: unset;
}
.d-flex {
  display: flex;
}

.modal-header .close {
    margin-top: -24px;
}
.add-margin-bottom-10 {
  margin-bottom: 10px;
}
.add-margin-bottom-20 {
  margin-bottom: 20px;
}
.inner-menus li a {
  display: block;
}
.btn-x {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.btn-orange {
  background-color: #ff4200;
}
.btn-orange:hover, .btn-orange:focus,
.btn-orange-blank:hover, .btn-orange-blank:focus,
.btn-custom.blank:hover, .btn-custom.blank:focus
{
    background: #ff9300;
    color: #ffffff;
    border: 1px solid #ff9300;
}
.btn-orange-blank, .btn-custom.blank {
  background: transparent;
  border: 1px solid #ff4200;
  color: #ff4200;
}

ul.pagination a,
.list-unstyled a {
  cursor: pointer;
}
.form-label {
  top: 17px!important;
}
select.ng-valid.ng-touched {
    box-shadow: 0 2px 0 0 #ff9403;
}

agm-map .agm-info-window-content p {
  font-size: 12px;
  line-height: 9px;
  margin-bottom: 8px;
}
agm-map .agm-info-window-content strong {
  margin-bottom: 8px;
}
.form-label {
    text-transform: capitalize;
}

/* Can remove it */
app-single-job-row > div {
 background: #f5f5f5;
 border-radius: 5px;
 border: 1px solid #e5e5e5;
 display: flex;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

body.swal2-toast-shown .swal2-container.swal2-top-end {
  top: 123px;
}


.icn-find-user {
    background-image: url('/assets/front-end/img/icon-find-user.png');
}
/* Select 2 custom */
.form-group.form-select2 {
    padding-top: 10px;
}
.select2-search__field {
    min-width: 167px;
}

.ml-mid-left p {
  font-size: 13px;
  padding-left: 3px;
  padding-right: 4px;
}
.ml-mid-left, .ml-mid-right {
  padding-left: 10px;
  padding-right: 10px;
}

.m-l-mid.clearfix {
    align-items: inherit;
}
.rgt-dis h3 {
    text-transform: capitalize;
}
