*,
*:after,
*:before {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.country-select-container_04033 {
  position: relative;
  z-index: 2;
}

.country-select {
  display: flex;
}

.selected-country-flag {
  margin-right: 10px;
}

.country-select-button_d21f7 {
  display: flex;
  align-items: center;
  padding: 1px 17px 0 15px;
  width: 100%;
  height: 52px;
  border: 1px solid #dadada;
  border-radius: 4px;
  font-size: 14px;
}

.country-select-button_d21f7.active {
  border-color: #42a4ff;
}

.country-select-button_d21f7.active.arrow-icon {
  transform: rotate(-180deg);
}

.country-select-button_d21f7:hover:not([disabled]) {
  border-color: #42a4ff;
}

.country-select-button_d21f7:hover:not([disabled]) .selected-phone-code {
  color: #42a4ff;
}

.arrow-icon {
  margin-left: auto;
  width: 12px;
  height: auto;
  transition: all 0.2s;
}

.selected-country-name {
  margin-left: 10px;
  transition: all 0.2s;
}

.country-select-modal_255b0 {
  position: absolute;
  top: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  margin-top: 4px;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  max-height: 244px;
}

.country-select-modal_255b0:global .rcs-custom-scroll {
  display: flex !important;
}

.country-select-modal_255b0:global .rcs-outer-container {
  height: auto !important;
  width: 100%;
}

.country-select-modal_255b0:global .rcs-inner-container {
  height: 100%;
}

.country-select-list {
  background: #ffffff;
}

.country-select-item {
  position: relative;
  border-bottom: 1px solid rgba(186, 186, 186, 0.2);
  transition: all 0.2s;
}

.country-select-item.active {
  box-shadow: inset 3px 0 0 0 #42a4ff;
}

.country-select-item:last-child {
  border-bottom: none;
}

.country-select-item:after,
.country-select-item:before {
  position: absolute;
  bottom: -1px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.country-select-item:after {
  left: 0;
}

.country-select-item:before {
  right: 0;
}

.country-select-item.active {
  box-shadow: inset 3px 0 0 0 #42a4ff;
}

.country-select-item:hover {
  background-color: #f3f3f3;
}

.country-select-item-button_5d861 {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 14px;
}

.flag {
  margin-right: 8px;
}

.search-input_b13d2 {
  position: sticky;
  background: #fff;
}

.search-input_b13d2 input {
  height: 40px !important;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 4px 4px 0 0 !important;
}

.search-input_b13d2 input:not(:hover):not(:focus) {
  --default-color: rgba(186, 186, 186, 0.2);
}

.search-input_b13d2:after,
.search-input_b13d2:before {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 15px;
  height: 1px;
  background-color: #fff;
  content: "";
}

.search-input_b13d2:after {
  left: 0;
}

.search-input_b13d2:before {
  right: 0;
}

.no-results {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 40px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  background: #fff;
  font-size: 13px;
}

.front-dn {
  display: none !important;
}

.country-select-modal_255b0 .rcs-custom-scroll {
  display: flex !important;
}

.country-select-modal_255b0 .rcs-outer-container {
  height: auto !important;
  width: 100%;
}

.rcs-custom-scroll .rcs-outer-container {
  position: relative;
  overflow: hidden;
}

.country-select-modal_255b0 .rcs-inner-container {
  height: 100%;
}

.rcs-custom-scroll .rcs-inner-container {
  overflow-x: hidden;
}

.modal-input {
  display: block;
  padding: 0 17px;
  width: 100%;
  height: 52px;
  border: 1px solid var(--default-color);
  border-radius: 4px;
  font-size: 14px;
}

button,
input {
  padding: 0;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  font: inherit;
  transition: all 0.2s;
  appearance: none;
}

button {
  cursor: pointer;
}

.rcs-custom-scroll {
  min-width: 0;
  min-height: 0;
}

.modal-input-wrapper {
  position: relative;
}

.modal-input-container {
  display: block;
  --default-color: #dadada;
  --active-color: #42a4ff;
  --active-color-focused: #42a4ff;
}

.modal-input-container:hover,
.modal-input-container:focus-within {
  --default-color: #42a4ff;
}

.dib {
  display: inline-block;
}
