.select2-container--where-are-you-moving-from {
   background-color: #fff;
   border: 1px solid #d9d9d9;
   border-radius: 5px;
   max-width: 100%;
}
.first-screen .select2-container--where-are-you-moving-from {
   width: 100% !important;
}
.get-matched__blockWrapForm .select2-container--where-are-you-moving-from {
   width: 322px !important;
}
.select2-container--where-are-you-moving-from .select2-selection__rendered {
   padding-right: 40px !important;
}
.select2-container--where-are-you-moving-from .selection {
   height: 46px;
   line-height: 46px;
   padding-left: 30px;
   position: relative;

   overflow: hidden;
   text-overflow: ellipsis;
   display: -moz-box;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.select2-container--where-are-you-moving-from .selection::before {
   content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 13V13C10.343 13 9 11.657 9 10V10C9 8.343 10.343 7 12 7V7C13.657 7 15 8.343 15 10V10C15 11.657 13.657 13 12 13Z' stroke='%230064D9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21C12 21 5 15.25 5 10C5 6.134 8.134 3 12 3C15.866 3 19 6.134 19 10C19 15.25 12 21 12 21Z' stroke='%230064D9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
   left: 9px;
   position: absolute;
   top: 5px;
}
.select2-container--where-are-you-moving-from .selection::after {
   content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8 10L12 14L16 10' stroke='%230064D9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
   right: 9px;
   height: 24px;
   position: absolute;
   top: 6px;
   width: 24px;
}
.first-screen__formWrapSelect.select.size .select2-container--where-are-you-moving-from .selection::before,
.first-screen__formWrapField.select.size .select2-container--where-are-you-moving-from .selection::before {
   content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 14H6V11.5C6 10.672 5.328 10 4.5 10H3.5C2.672 10 2 10.672 2 11.5V16C2 17.105 2.895 18 4 18H20C21.105 18 22 17.105 22 16V11.5C22 10.672 21.328 10 20.5 10H19.5C18.672 10 18 10.672 18 11.5V14Z' stroke='%230064D9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5 18V20' stroke='%230064D9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M19 18V20' stroke='%230064D9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M4 10V8C4 6.343 5.343 5 7 5H17C18.657 5 20 6.343 20 8V10' stroke='%230064D9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
}
.select2-container--where-are-you-moving-from.select2-container--open .selection::after {
   top: 16px;
   transform: scale(1, -1);
}
.select2-container--where-are-you-moving-from .select2-search--dropdown .select2-search__field,
.select2-container--where-are-you-moving-from .select2-results__option,
.select2-container--where-are-you-moving-from .select2-selection__rendered,
.select2-container--where-are-you-moving-from .select2-selection__placeholder {
   font-size: 16px;
   font-weight: 400;
   /*line-height: 25px;*/
   text-align: left;
}
.select2-container--where-are-you-moving-from .select2-selection__placeholder {
   color: #696969;
}

/*.select2-selection__arrow {
   display: none;
   opacity: 0;
}*/

.select2-container--where-are-you-moving-from .select2-dropdown.select2-dropdown--above {
   transform: translate(-1px, -7px);
}
.select2-container--where-are-you-moving-from .select2-dropdown.select2-dropdown--below {
   transform: translate(-1px, 5px);
}
.select2-container--where-are-you-moving-from .select2-dropdown {
   border: 1px solid #D9D9D9;
   box-shadow: 0 8px 37px 0 #1A1A1A12;
   border-radius: 5px;
   max-height: 370px;
   overflow-x: auto;
}

.select2-container--where-are-you-moving-from .select2-search--dropdown {
   background-color: #fff;
   left: 0;
   padding: 12px 8px 8px 12px;
   position: sticky;
   right: 0;
   top: 0;
   z-index: 1;
}

.select2-container--where-are-you-moving-from .select2-search--dropdown .select2-search__field {
   border: 1px solid #d9d9d9;
   border-radius: 5px;
   height: 41px;
   line-height: 41px;
   outline: none;
   padding: 1px 14px 0;
}
.select2-container--where-are-you-moving-from .select2-dropdown::-webkit-scrollbar {
   width: 7px;
}
.select2-container--where-are-you-moving-from .select2-dropdown::-webkit-scrollbar-track {
   background-color: #fff;
   border-radius: 20px;
}
.select2-container--where-are-you-moving-from .select2-dropdown::-webkit-scrollbar-thumb {
   background-color: #D9D9D9;
   border-radius: 20px;
   border: 2px solid #fff;
}
.select2-container--where-are-you-moving-from .select2-results__option {
   background-color: transparent;
   line-height: 25px;
   padding: 10px 15px 10px 39px;
   position: relative;
   transition: 0.3s ease 0s;
}
.select2-container--where-are-you-moving-from .select2-results__option::before {
   border: 1px solid #D9D9D9;
   border-radius: 100px;
   content: '';
   height: 20px;
   left: 9px;
   display: block;
   position: absolute;
   top: 12px;
   width: 20px;
}
.select2-container--where-are-you-moving-from .select2-results__option::after {
   background-color: transparent;
   border-radius: 100px;
   content: '';
   height: 12px;
   left: 13px;
   display: block;
   position: absolute;
   top: 16px;
   width: 12px;
}
.select2-container--where-are-you-moving-from .select2-results__option--selected::before,
.select2-container--where-are-you-moving-from .select2-results__option:hover::before {
   border-color: #6BCB77;
}
.select2-container--where-are-you-moving-from .select2-results__option--selected::after,
.select2-container--where-are-you-moving-from .select2-results__option:hover::after {
   background-color: #6BCB77;
}
/*
.select2-container--where-are-you-moving-from .select2-results__option.select2-results__option--selected,
.select2-container--where-are-you-moving-from .select2-results__option:hover {
   background-color: #efefef;
}
*/

@media (max-width: 575.98px) {

   .get-matched__blockWrapForm .select2-container--where-are-you-moving-from {
      width: 500px !important;
   }

   .select2-container--where-are-you-moving-from .selection::after {
      right: 6px;
      top: 7px;
   }
   .select2-container--where-are-you-moving-from.select2-container--open .selection::after {
      top: 13px;
   }
   .select2-container--where-are-you-moving-from .select2-selection__rendered {
      padding-right: 35px !important;
   }
   
   .select2-container--where-are-you-moving-from .selection {
      height: 44px;
      line-height: 44px;
   }
   .select2-container--where-are-you-moving-from .selection::before {
      top: 6px;
   }
}