@font-face {
  font-family: 'Anfisa';
  src: url("/assets/fonts/anfisa_grotesk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Cuprum';
  src: url("/assets/fonts/cuprum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CuprumB';
  src: url("/assets/fonts/cuprum-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Katherine';
  src: url("/assets/fonts/katherine-plus.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.input-group .input-group-addon {
  min-width: 55px;
  border-radius: 0;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #6c757d;
  text-align: center;
  background-color: #f9f9ff;
  border: 1px solid #ccc; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #eb6b55;
  color: #000000; }

.form-control {
  border-radius: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: 40px;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  color: #000000;
  font-weight: 600; }

.form-control .with-icon {
  border-left: none; }

*::placeholder {
  color: #cccccc;
  font-size: 1rem;
  font-weight: normal;
  opacity: 1; }

.sc-select2-dd {
  border: 1px solid #eb6b55;
  border-radius: 0; }

.s2my {
  border: 1px solid #eb6b55 !important;
  border-radius: 0 !important;
  min-height: 60px !important;
  padding: 0.784rem 0.75rem !important;
  line-height: 1.5 !important;
  color: #000000; }
  .s2my .select2-selection__arrow {
    font-size: 48px;
    top: 14px !important; }
    .s2my .select2-selection__arrow b {
      left: 0 !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #eb6b55; }

.select2-selection--single {
  border-radius: 0 !important;
  background-color: #f9f9ff !important;
  padding: 4px 12px;
  font-size: 1rem;
  height: 40px !important;
  color: #000000;
  font-weight: 600; }
  .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute;
    top: 7px !important;
    right: 5px !important;
    width: 20px; }

.select2-results ul li {
  padding: 8px 20px !important;
  color: #000000;
  font-weight: 600; }

.select2-selection--single:focus {
  border: 1px solid #eb6b55 !important; }

.reg-image {
  min-height: 150px; }
  .reg-image input {
    display: none; }
  .reg-image .upload-btn {
    width: 100%;
    text-align: center; }
  .reg-image .red-tmb {
    text-align: center;
    font-size: small;
    min-height: 170px; }
    .reg-image .red-tmb .pholder {
      color: #ff3500 !important;
      text-align: center;
      width: 100%;
      display: inline-block;
      margin-top: 2rem; }
