.drts-search-form .drts-row
{
	gap: 20px;
}

.drts-search-form .drts-search-form-field .drts-bs-btn-group .drts-search-form-submit
{
	border-radius: 57px !important;
    background-color: var(--e-global-color-primary);
    border: none;

}

.drts-search-form .drts-row .drts-search-form-field .drts-form-type-textfield input[type=text], .drts-search-form-field .select2-container .select2-selection--single
{
	border: 1px solid var(--e-global-color-76ec895) !important;
    box-shadow: none !important;
    border-radius: 77px !important;
	background-color: transparent !important;
}


.drts-form-field > span.select2-container .select2-dropdown 
{
	margin-top: -20px;
    z-index: 1;
    padding-top: 20px; 
  	border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.drts-form-field-main
{
	z-index: 2; 
}

/*
.drts-form-field > span.select2-container
{
  left: 25px !important;
}
*/.drts .drts-bs-btn-primary,
.drts .drts-bs-btn-primary.drts-bs-disabled,.drts  .drts-bs-btn-primary:disabled {
  color: #fff;
  background-color: #CD3B44;
  border-color: #CD3B44;
}
.drts .drts-bs-btn-primary:hover {
  color: #fff;
  background-color: #b52e36;
  border-color: #ad2c34;
}
.drts .drts-bs-btn-primary:focus,.drts  .drts-bs-btn-primary.drts-bs-focus {
  color: #fff;
  background-color: #b52e36;
  border-color: #ad2c34;
  box-shadow: 0 0 0 0.2rem rgba(212, 87, 95, 0.5);
}
.drts .drts-bs-btn-primary:not(:disabled):not(.drts-bs-disabled):active,.drts  .drts-bs-btn-primary:not(:disabled):not(.drts-bs-disabled).drts-bs-active,.drts
.drts-bs-show > .drts-bs-btn-primary.drts-bs-dropdown-toggle {
  color: #fff;
  background-color: #ad2c34;
  border-color: #d96b72;
}
.drts .drts-bs-btn-primary:not(:disabled):not(.drts-bs-disabled):active:focus,.drts  .drts-bs-btn-primary:not(:disabled):not(.drts-bs-disabled).drts-bs-active:focus,.drts
.drts-bs-show > .drts-bs-btn-primary.drts-bs-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 87, 95, 0.5);
}
.drts .drts-bs-btn-outline-primary {
  color: #CD3B44;
  border-color: #CD3B44;
}
.drts .drts-bs-btn-outline-primary:hover,
.drts .drts-bs-btn-outline-primary:not(:disabled):not(.drts-bs-disabled):active,.drts  .drts-bs-btn-outline-primary:not(:disabled):not(.drts-bs-disabled).drts-bs-active,.drts
.drts-bs-show > .drts-bs-btn-outline-primary.drts-bs-dropdown-toggle {
  color: #fff;
  background-color: #CD3B44;
  border-color: #CD3B44;
}
.drts .drts-bs-btn-outline-primary:focus,.drts  .drts-bs-btn-outline-primary.drts-bs-focus,
.drts .drts-bs-btn-outline-primary:not(:disabled):not(.drts-bs-disabled):active:focus,.drts  .drts-bs-btn-outline-primary:not(:disabled):not(.drts-bs-disabled).drts-bs-active:focus,.drts
.drts-bs-show > .drts-bs-btn-outline-primary.drts-bs-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(205, 59, 68, 0.5);
}
.drts .drts-bs-btn-outline-primary.drts-bs-disabled,.drts  .drts-bs-btn-outline-primary:disabled {
  color: #CD3B44;
}
.drts .drts-bs-btn-link {
  color: #CD3B44;
}
.drts .drts-bs-btn-link:hover {
  color: #95262c;
}
.drts .drts-bs-list-group-item.drts-bs-active,
.drts .drts-bs-custom-control-input:checked~.drts-bs-custom-control-label::before {
  color: #fff;
  background-color: #CD3B44;
  border-color: #CD3B44    }
    .drts .irs-from::before,.drts .irs-single::before,.drts .irs-to::before,
    .drts .irs-from::after,.drts .irs-single::after,.drts .irs-to::after {
    border-top-color: #CD3B44    }
    .drts .irs--flat .irs-from,.drts .irs--flat .irs-single,.drts .irs--flat .irs-to,
    .drts .irs--flat .irs-bar,.drts .irs--flat .irs-handle > i:first-child {
    background-color: #CD3B44;
}
.drts .drts-bs-dropdown-item.drts-bs-active, .drts .drts-bs-dropdown-item:active {
  color: #fff;
  background-color: #CD3B44;
}
.drts .drts-bs-form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e6a0a4;
  box-shadow: 0 0 0 0.2rem rgb(205 59 68 / 25%);
}
.drts .drts-bs-btn-primary.drts-bs-focus, .drts .drts-bs-btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(205 59 68 / 25%);
}
.drts .drts-bs-bg-primary {
background-color: #CD3B44 !important;
}
.drts a.drts-bs-bg-primary:hover,.drts  a.drts-bs-bg-primary:focus,.drts
  button.drts-bs-bg-primary:hover,.drts
  button.drts-bs-bg-primary:focus {
  background-color: #ad2c34 !important;
}
