.strong {
  font-weight: 600 !important;
  color: #3e4c59 !important;
}
.thin {
  font-weight: 400 !important;
  color: #3e4c59 !important;
}
.btn {
  font-size: 0.875em;
  font-weight: 600;
  outline: none;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  cursor: pointer;
}
.btn.btn_full-width {
  width: 100%;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn.btn_type_1 {
  color: #ffffff;
  background: #0967d2;
}
.btn.btn_type_1:disabled {
  background: #9dc2ed;
}
.btn.btn_type_1:not(:disabled):hover {
  background: #2186eb;
}
.btn.btn_type_2 {
  color: #52606d;
  background: #e4e7eb;
}
.btn.btn_type_2:disabled {
  color: #9aa5b1;
  background: #f5f7fa;
}
.btn.btn_type_2:not(:disabled):hover {
  color: #52606d;
  background: #cbd2d9;
}
.btn.btn_type_3 {
  background: transparent;
  color: #0967d2;
}
div.btn.btn_type_3 {
  display: inline;
}
.btn.btn_type_3:disabled {
  color: rgba(9, 103, 210, 0.502);
}
.btn.btn_type_3:not(:disabled):hover {
  color: #2186eb;
  text-decoration: underline;
}
.btn.btn_type_4 {
  background-color: #d64545;
  color: #ffffff;
}
.btn.btn_type_4:disabled {
  background-color: #E66A6A;
}
.btn.btn_type_4:hover {
  background-color: #E66A6A;
}
.btn.btn_type_5 {
  background-color: transparent;
  color: #0967d2;
  border: 1px solid #0967d2;
}
.btn.btn_type_5:disabled {
  color: #9dc2ed;
  border-color: #9dc2ed;
}
.btn.btn_type_5:not(:disabled):hover {
  color: #2186eb;
  border-color: #2186eb;
}
.btn.btn_type_6 {
  background: transparent;
  color: #486581;
  border: none;
}
.btn.btn_type_7 {
  background: #def0fc;
  color: #0967d2;
  border: none;
}
.information_block {
  position: relative;
  padding: 18px 36px 20px 48px !important;
  border-left-width: 4px;
  border-left-style: solid;
  font-size: 16px;
}
.information_block.information_block-clock {
  background: url("/img/inform_icon_clock.svg"), #fffcf4;
}
.information_block.information_block-error {
  background: url("/img/alert_red.svg"), #fbe7e7;
}
.information_block.information_block-info {
  background: url("/img/information_icon.svg"), #f7f9fb;
}
.information_block.information_block-warning {
  background: url("/img/alert_yellow.svg"), #fffcf4;
}
.information_block.information_block-clock,
.information_block.information_block-error,
.information_block.information_block-info,
.information_block.information_block-warning {
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, cover;
  background-position: 13px 18px, center;
}
.information_block.information_block-info {
  border-left-color: #bae3ff;
}
.information_block.information_block-clock,
.information_block.information_block-warning {
  border-left-color: #fae29f;
}
.information_block.information_block-error {
  border-left-color: #e25555;
}
.information_block .information_block__close {
  top: 13px;
  right: 13px;
  position: absolute;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.information_block .information_block__close img {
  width: 100%;
  height: 100%;
}
.information_block .information_block__heading {
  margin-bottom: 12px;
  font-weight: 600;
  color: #1f2933;
}
.information_block .information_block__text {
  font-size: 0.875em;
  line-height: 1.57142857em;
  color: #334e68;
}
.information_block .information_block__text a.btn {
  font-size: 1em;
}
.information_block .information_block__button_block {
  margin-top: 20px;
}
.loading_dots {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loading_dots div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1a5e7c;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading_dots div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loading_dots div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading_dots div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading_dots div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(19px, 0px);
    -moz-transform: translate(19px, 0px);
    -ms-transform: translate(19px, 0px);
    -o-transform: translate(19px, 0px);
    transform: translate(19px, 0px);
  }
}
.switcher {
  margin-left: auto;
  cursor: pointer;
  width: 26px;
  height: 10px;
  padding: 3px;
  background-color: #a1a9c3;
  position: relative;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  -webkit-border-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 13px;
  -moz-background-clip: padding;
  border-radius: 13px;
  background-clip: padding-box;
}
.switcher.checked {
  background: #3ebd93;
}
.switcher.checked .selector {
  left: 19px;
}
.switcher.disabled {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.switcher .selector {
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.input_label_custom {
  margin-bottom: 6px;
  display: block;
  font-weight: 600;
  color: #52606D;
  cursor: pointer;
  font-size: 0.75em;
}
.input_label_custom .important {
  color: #e12d39;
  font-weight: 400;
  font-size: 1em;
}
.input_custom {
  margin-bottom: 26px;
  width: auto;
  min-height: 17px;
  max-height: 17px;
  font-weight: 400;
  color: #1F2933;
  outline: none;
  background: #F5F7FA;
  border: 1px solid #CBD2D9;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 10.5px 4.02298851%;
  font-size: 0.875em;
}
.input_custom::-webkit-input-placeholder {
  color: #616e7c;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:-moz-placeholder {
  color: #616e7c;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom::-moz-placeholder {
  color: #616e7c;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:-ms-input-placeholder {
  color: #616e7c;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom.error {
  background: #ffffff;
  border-color: #E33C47 !important;
  -webkit-box-shadow: 0 0 0 2px #ffe3e3 !important;
  -moz-box-shadow: 0 0 0 2px #ffe3e3 !important;
  box-shadow: 0 0 0 2px #ffe3e3 !important;
}
.input_custom.error ~ .modal_wnd__input_block_error {
  display: block;
}
.input_custom:focus {
  background: #ffffff;
  border-color: #2186EB;
  -webkit-box-shadow: 0 0 0 2px #bae3ff;
  -moz-box-shadow: 0 0 0 2px #bae3ff;
  box-shadow: 0 0 0 2px #bae3ff;
}
.input_custom:disabled {
  color: #9AA5B1;
  background: #F7F8FA;
  border-color: #CFD6DC;
}
.input_custom:disabled::-webkit-input-placeholder {
  color: #9AA5B1;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:disabled:-moz-placeholder {
  color: #9AA5B1;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:disabled::-moz-placeholder {
  color: #9AA5B1;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:disabled:-ms-input-placeholder {
  color: #9AA5B1;
  font-style: normal;
  letter-spacing: normal;
}
.input_custom:disabled ~ .modal_wnd__input_label {
  color: #9AA5B1;
  cursor: initial;
}
.input_custom:disabled ~ .modal_wnd__input_block_tip {
  color: #7b8794;
}
.avatar {
  font-family: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 1.125em;
}
.avatar.type_0 {
  background-color: #f9e9f3;
  color: #e14c95;
}
.avatar.type_1 {
  background-color: #fae9e7;
  color: #eb5556;
}
.avatar.type_2 {
  background-color: #fbeedd;
  color: #f95d2e;
}
.avatar.type_3 {
  background-color: #fbeedd;
  color: #dea029;
}
.avatar.type_4 {
  background-color: #ddf8ee;
  color: #1a9f6f;
}
.avatar.type_5 {
  background-color: #ddf8ee;
  color: #1696a1;
}
.avatar.type_6 {
  color: #4088f6;
  background-color: #def0fc;
}
.avatar.type_7 {
  background-color: #e3eeff;
  color: #5758e8;
}
.avatar.type_8 {
  background-color: #ebecfe;
  color: #7b45f0;
}
.avatar.type_not_activated {
  color: #45556b;
  background-color: #eef6fa;
}
.custom_checkbox {
  background: #ffffff;
  border: 1px solid #2186EBFF;
  width: 14.33px;
  height: 14px;
  margin-bottom: auto;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 2px #bae3ff;
  -moz-box-shadow: 0 0 0 2px #bae3ff;
  box-shadow: 0 0 0 2px #bae3ff;
}
.custom_checkbox.checked {
  background-color: #2186EBFF;
  background-image: url('/img/tick.svg');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 75%;
  -moz-background-size: 75%;
  background-size: 75%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search-result-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search-result-header .search-result-text {
  font-size: 16px;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Driod Sans", Helvetica, Arial, sans-serif;
}
.search-result-header .search-result-text.is_for_company_search {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search-result-header .search-result-text.is_for_company_search .searched-comps-n-regs-count {
  margin-top: 0;
}
.search-result-header .search-result-text .searched-value {
  font-weight: bold;
  color: #0967d2;
  font-size: 1em;
}
.search-result-header .search-result-text .searched-comps-n-regs-count {
  margin-top: 10px;
  font-size: 0.831875em;
}
.search-result-header .new_search {
  padding: 10px 35px;
}
.found-contact-info {
  font-size: 16px;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Driod Sans", Helvetica, Arial, sans-serif;
  background-color: #f2f3f7;
  margin: 37px 0 13px 0;
  padding: 12px 21px;
  font-weight: 600;
  font-style: italic;
  color: #465568;
  line-height: 1.7;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  font-size: 0.75em;
}
.found-contact-info .contact {
  color: #0967d2;
}
.found-contact-info .deleted_date {
  font-weight: 400;
  color: #f1465d;
}
.found-contact-info .veriff_approved_sign_container {
  display: inline-block;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}
.found-contact-info .veriff_approved_sign_container [class^='tooltip_'] {
  left: -29%;
  top: -9px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.found-contact-info .veriff_approved_sign_container [class^='tooltip_'] [class^='tooltip_body_'] {
  padding: 3px 8px;
  position: relative;
  min-width: 30px;
  text-align: center;
  color: #2a3d4c;
  box-shadow: 0 0 10px -6px;
  background-color: #fff;
  line-height: normal;
  border-radius: 4px;
  width: max-content;
  max-width: 500px;
}
.found-contact-info .veriff_approved_sign_container [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.found-contact-info .veriff_approved_sign_container [class^='tooltip_'] div.tooltip_arrow_on_top {
  width: 0;
  height: 0;
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin: 0 auto;
}
.found-contact-info .veriff_approved_sign_container [class^='tooltip_'] div.tooltip_arrow_on_bottom {
  border-bottom-width: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.found-contact-info .veriff_approved_sign_container [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.found-contact-info .veriff_approved_sign_container:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.found-contact-info .veriff_approved_sign_container [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.found-contact-info .veriff_approved_sign_container .veriff_approved_sign {
  margin-left: 3px;
  margin-bottom: -4px;
}
.found-contact-info + .found_card {
  margin-top: 0;
}
.found-contact-info .veriff_approved_sign_container .veriff_approved_sign,
.found_card .veriff_approved_sign_container .veriff_approved_sign {
  width: 17px;
  height: 18px;
  margin-top: 1px;
}
.found_card {
  max-width: 893px;
  min-width: 893px;
  padding: 22px 23px 24px 19px;
  margin-top: 37px;
  background: #fff;
  font-size: 16px;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Driod Sans", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 0 6.44px 0.56px rgba(72, 101, 129, 0.27);
  -moz-box-shadow: 0 0 6.44px 0.56px rgba(72, 101, 129, 0.27);
  box-shadow: 0 0 6.44px 0.56px rgba(72, 101, 129, 0.27);
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.found_card .card_image_circle {
  width: 54px;
  height: 54px;
  background: #f4f6fc;
  margin-right: 14px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.found_card .card_image_circle .company {
  width: 20px;
  height: 19px;
}
.found_card .card_image_circle .organisation {
  width: 22px;
  height: 20px;
}
.found_card .card_image_circle .registration {
  width: 20px;
  height: 18px;
}
.found_card .found_info {
  width: 100%;
}
.found_card .found_info.empty_activity {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.found_card .found_info.empty_activity .found_info_header {
  width: 100%;
}
.found_card .found_info.empty_activity .found_info_header .veriff_approved_sign_container,
.found_card .found_info.empty_activity .found_info_header .country,
.found_card .found_info.empty_activity .found_info_header .rating,
.found_card .found_info.empty_activity .found_info_header .partner_status,
.found_card .found_info.empty_activity .found_info_header .company_status {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.found_card .found_info.empty_activity .company_status + div {
  margin-left: 15px;
}
.found_card .found_info.empty_activity .found_activity_n_detailed_btn .detailed_link_wrapper .detailed_btn {
  margin-top: 0;
  margin-left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.found_card .found_info.empty_activity .found_activity_n_detailed_btn .detailed_link_wrapper .detailed_btn img {
  margin-top: 3.5px;
}
.found_card .found_info .found_info_header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.found_card .found_info .found_info_header .veriff_approved_sign_container,
.found_card .found_info .found_info_header .country,
.found_card .found_info .found_info_header .rating,
.found_card .found_info .found_info_header .partner_status,
.found_card .found_info .found_info_header .company_status {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.found_card .found_info .found_info_header .found_type_with_name {
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: #01337d;
  font-size: 0.875em;
}
.found_card .found_info .found_info_header .found_type_with_name .found_name {
  font-weight: bold;
  text-transform: uppercase;
  color: #102a43;
  font-size: 1em;
}
.found_card .found_info .found_info_header .found_type_with_name .found_name.not_uppercase {
  text-transform: none;
}
.found_card .found_info .found_info_header .company_status + .company_status,
.found_card .found_info .found_info_header .registration_status {
  margin-right: auto;
}
.found_card .found_info .found_info_header .company_status + :not(.company_status) {
  margin-left: auto;
}
.found_card .found_info .found_info_header .company_status + :not(.company_status) > :first-child {
  margin-left: 15px;
}
.found_card .found_info .found_info_header .veriff_approved_sign_container {
  padding-right: 16px;
  margin-right: 15px;
  border-right: 1px solid #dcdde1;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}
.found_card .found_info .found_info_header .veriff_approved_sign_container [class^='tooltip_'] {
  left: -19%;
  top: -13px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.found_card .found_info .found_info_header .veriff_approved_sign_container [class^='tooltip_'] [class^='tooltip_body_'] {
  padding: 3px 8px;
  position: relative;
  min-width: 30px;
  text-align: center;
  color: #2a3d4c;
  box-shadow: 0 0 10px -6px;
  background-color: #fff;
  line-height: normal;
  border-radius: 4px;
  width: max-content;
  max-width: 500px;
}
.found_card .found_info .found_info_header .veriff_approved_sign_container [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.found_card .found_info .found_info_header .veriff_approved_sign_container [class^='tooltip_'] div.tooltip_arrow_on_top {
  width: 0;
  height: 0;
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin: 0 auto;
}
.found_card .found_info .found_info_header .veriff_approved_sign_container [class^='tooltip_'] div.tooltip_arrow_on_bottom {
  border-bottom-width: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.found_card .found_info .found_info_header .veriff_approved_sign_container [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.found_card .found_info .found_info_header .veriff_approved_sign_container:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.found_card .found_info .found_info_header .veriff_approved_sign_container [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.found_card .found_info .found_info_header .partner_status {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #dcdde1;
}
.found_card .found_info .found_info_header .partner_status .partner {
  width: 24px;
  height: 15px;
  margin-top: 3px;
}
.found_card .found_info .found_info_header .partner_status .blocked {
  width: 21px;
  height: 18px;
}
.found_card .found_info .found_info_header .rating {
  padding-left: 16px;
  margin-left: 15px;
  border-left: 1px solid #dcdde1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.found_card .found_info .found_info_header .rating .rating_star_container {
  height: 17px;
  margin: 0 4px 0 0;
  background-color: #efce4a;
}
.found_card .found_info .found_info_header .rating .rating_star_container .rating_star {
  width: 15px;
  height: 18px;
}
.found_card .found_info .found_info_header .country {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}
.found_card .found_info .found_info_header .country [class^='tooltip_'] {
  left: -37%;
  top: -14px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.found_card .found_info .found_info_header .country [class^='tooltip_'] [class^='tooltip_body_'] {
  padding: 3px 8px;
  position: relative;
  min-width: 30px;
  text-align: center;
  color: #2a3d4c;
  box-shadow: 0 0 10px -6px;
  background-color: #fff;
  line-height: normal;
  border-radius: 4px;
  width: max-content;
  max-width: 500px;
}
.found_card .found_info .found_info_header .country [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.found_card .found_info .found_info_header .country [class^='tooltip_'] div.tooltip_arrow_on_top {
  width: 0;
  height: 0;
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin: 0 auto;
}
.found_card .found_info .found_info_header .country [class^='tooltip_'] div.tooltip_arrow_on_bottom {
  border-bottom-width: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.found_card .found_info .found_info_header .country [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.found_card .found_info .found_info_header .country:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.found_card .found_info .found_info_header .country [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.found_card .found_info .found_info_header .country .country_flag {
  width: 22px;
  height: 19px;
  margin-right: 4px;
}
.found_card .found_info .found_info_header .country .country_abbr {
  text-transform: uppercase;
}
.found_card .found_info .found_info_header .rating_number,
.found_card .found_info .found_info_header .country_abbr {
  color: #01337d;
  font-weight: 600;
  font-size: 0.875em;
}
.found_card .found_info .found_activity_n_detailed_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.found_card .found_info .found_activity_n_detailed_btn .found_activity {
  margin-top: 12px;
  color: #01337d;
  text-align: left;
  padding-right: 15px;
  font-size: 0.941875em;
}
.found_card .found_info .found_activity_n_detailed_btn .detailed_link_wrapper {
  text-decoration: none;
  color: inherit;
  margin-left: auto;
}
.found_card .found_info .found_activity_n_detailed_btn .detailed_link_wrapper .detailed_btn {
  padding: 6px 22px;
  color: #01337d;
  margin-top: 21px;
  font-weight: 600;
  font-family: inherit;
  font-size: 0.875em;
}
.found_card .found_info .found_activity_n_detailed_btn .detailed_link_wrapper .detailed_btn img {
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
}
.found_card + .unknown-contact {
  margin-top: 37px;
}
.company_status,
.registration_status {
  padding: 3px 12px;
  margin: -1px 0 0 12px;
  font-weight: 600;
  white-space: nowrap;
  font-size: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Driod Sans", Helvetica, Arial, sans-serif;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Driod Sans", Helvetica, Arial, sans-serif;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  font-size: 0.75em;
}
.company_status [class^='tooltip_'],
.registration_status [class^='tooltip_'] {
  left: -2.1%;
  top: 7px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.company_status [class^='tooltip_'] [class^='tooltip_body_'],
.registration_status [class^='tooltip_'] [class^='tooltip_body_'] {
  padding: 3px 8px;
  position: relative;
  min-width: 30px;
  text-align: center;
  color: #2a3d4c;
  box-shadow: 0 0 10px -6px;
  background-color: #fff;
  line-height: normal;
  border-radius: 4px;
  width: max-content;
  max-width: 500px;
}
.company_status [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.registration_status [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.company_status [class^='tooltip_'] div.tooltip_arrow_on_top,
.registration_status [class^='tooltip_'] div.tooltip_arrow_on_top {
  width: 0;
  height: 0;
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin: 0 auto;
}
.company_status [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.registration_status [class^='tooltip_'] div.tooltip_arrow_on_bottom {
  border-bottom-width: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.company_status [class^='tooltip_'] div.tooltip_arrow_on_top,
.registration_status [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.company_status:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.registration_status:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.company_status [class^='tooltip_'].hovered,
.registration_status [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.company_status.deleted,
.registration_status.deleted {
  color: #475569;
  background-color: #f4f6fc;
}
.company_status.blocked,
.registration_status.blocked {
  color: #B81C1D;
  background-color: #FEE2E1;
}
.company_status.partially_blocked,
.registration_status.partially_blocked {
  color: #C3410D;
  background-color: #FFF6ED;
  white-space: normal;
}
.company_status.active,
.registration_status.active {
  color: #228466;
  background-color: #effcf6;
}
.company_status.volunteer,
.registration_status.volunteer {
  padding: 0;
  margin-top: 1px;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}
.company_status.volunteer [class^='tooltip_'],
.registration_status.volunteer [class^='tooltip_'] {
  left: -37%;
  top: -9px;
  background: none;
  opacity: 0;
  font-size: 0.9em;
  position: absolute;
  z-index: 1;
  display: none;
}
.company_status.volunteer [class^='tooltip_'] [class^='tooltip_body_'],
.registration_status.volunteer [class^='tooltip_'] [class^='tooltip_body_'] {
  padding: 3px 8px;
  position: relative;
  min-width: 30px;
  text-align: center;
  color: #2a3d4c;
  box-shadow: 0 0 10px -6px;
  background-color: #fff;
  line-height: normal;
  border-radius: 4px;
  width: max-content;
  max-width: 500px;
}
.company_status.volunteer [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.registration_status.volunteer [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.company_status.volunteer [class^='tooltip_'] div.tooltip_arrow_on_top,
.registration_status.volunteer [class^='tooltip_'] div.tooltip_arrow_on_top {
  width: 0;
  height: 0;
  position: relative;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin: 0 auto;
}
.company_status.volunteer [class^='tooltip_'] div.tooltip_arrow_on_bottom,
.registration_status.volunteer [class^='tooltip_'] div.tooltip_arrow_on_bottom {
  border-bottom-width: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.company_status.volunteer [class^='tooltip_'] div.tooltip_arrow_on_top,
.registration_status.volunteer [class^='tooltip_'] div.tooltip_arrow_on_top {
  border-bottom-width: 10px;
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
  }
}
.company_status.volunteer:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.registration_status.volunteer:hover [class^='tooltip_']:not(.tooltip_price_convert_select),
.company_status.volunteer [class^='tooltip_'].hovered,
.registration_status.volunteer [class^='tooltip_'].hovered {
  display: block;
  animation: tooltips-horz 300ms ease-out forwards;
}
.company_status.volunteer .volunteer_icon,
.registration_status.volunteer .volunteer_icon {
  width: 14px;
}
.company_status.moderating,
.registration_status.moderating {
  color: #a16107;
  background-color: #fefbea;
}
.company_status [class^="tooltip_"],
.registration_status [class^="tooltip_"] {
  white-space: normal;
}
.company_status [class^="tooltip_"] [class^="tooltip_body_"],
.registration_status [class^="tooltip_"] [class^="tooltip_body_"] {
  padding: 6px 16px;
}
.company_status [class^="tooltip_"] [class^="tooltip_body_"] .desc_header,
.registration_status [class^="tooltip_"] [class^="tooltip_body_"] .desc_header,
.company_status [class^="tooltip_"] [class^="tooltip_body_"] .desc_body,
.registration_status [class^="tooltip_"] [class^="tooltip_body_"] .desc_body {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.found_card + .security-using-request-view {
  margin-top: 36px;
}
