:root {
  --selected-consultant-brand-color: rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); }

.change-consultant-search-result {
  margin-top: 1rem;
  min-height: 5rem; }

.change-consultant-selection-box {
  display: flex;
  align-items: center;
  line-height: 1.2;
  border: 1px solid #ededed;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.675rem;
  font-weight: 400;
  cursor: pointer;
  transition: 0.2s all ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .change-consultant-selection-box > div {
    flex: 1; }
  .change-consultant-selection-box img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 56px;
    height: 56px;
    margin: 2px 10px 2px 0;
    border-radius: 50%; }
  input:checked + .change-consultant-selection-box {
    border-color: #7ac143;
    background-color: #ededed;
    box-shadow: 0 0 0 2px rgba(122, 193, 67, 0.6); }
  .change-consultant-selection-box:hover {
    background-color: rgba(127, 127, 127, 0.1); }

.consultant-order-credit {
  padding: 1rem;
  background: #ededed;
  border-color: #dcdcdc;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 2px var(--selected-consultant-brand-color);
  margin-bottom: 1rem;
  display: none; }
  .consultant-order-credit-selected-box {
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-weight: 400;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0em; }
    .consultant-order-credit-selected-box > div {
      flex: 1; }
    .consultant-order-credit-selected-box img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 56px;
      height: 56px;
      margin: 2px 10px 2px 0;
      border-radius: 50%; }

/*# sourceMappingURL=change-consultant.css.map */
