.is_country_glue_link {
  display: block;
  position: fixed;
  z-index: 9980;
  height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.is_country_glue_link a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
  border-left: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.is_country_glue_link a > span {
  display: block;
  position: relative;
  overflow: hidden;
}
.is_country_glue_link a .icon {
  width: 16px;
  height: 16px;
  background-image: url("earth.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.is_country_glue_link a .text {
  max-width: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.is_country_glue_link a .text_fix_wrap {
  display: block;
  width: auto;
  white-space: nowrap;
  color: #ea8443;
}
.is_country_glue_link a span:last-child {
  margin-right: 0px;
}
.is_country_glue_link a:hover .icon {
  margin-right: 5px;
}
.is_country_glue_link a:hover .text {
  max-width: 300px;
}
.if_country_flex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.if_country_flex .if_country_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9991;
  background-color: rgba(0, 0, 0, 0.7);
}
.if_country_flex .if_country_form_wrapp {
  position: relative;
  border-radius: 10px;
  background-color: white;
  padding: 20px;
  z-index: 9999;
}
.if_country_flex .if_country_form_wrapp .if_country_close_icon {
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url('close.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.if_country_flex .if_country_form_wrapp .if_country_close_icon:hover {
  cursor: pointer;
  opacity: 1;
}
.if_country_flex .if_country_form_wrapp .if_country_title {
  margin-bottom: 20px;
}
.if_country_flex .if_country_form_wrapp .if_country_title * {
  margin-bottom: 0px;
  text-align: center;
  font-size: 18px;
}
.if_country_flex .if_country_form_wrapp .if_country_actions {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.if_country_flex .if_country_form_wrapp .if_country_actions a,
.if_country_flex .if_country_form_wrapp .if_country_actions span {
  display: block;
  position: relative;
  margin-right: 30px;
  border-radius: 5px;
  line-height: 28px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.if_country_flex .if_country_form_wrapp .if_country_actions a {
  color: white;
  background-color: #ea8443;
  border: 1px solid #ea8443;
}
.if_country_flex .if_country_form_wrapp .if_country_actions a:hover {
  border: 1px solid #e16719;
  background-color: #e16719;
  text-decoration: none;
}
.if_country_flex .if_country_form_wrapp .if_country_actions span {
  color: black;
  border: 1px solid #DDDDDD;
  background-color: #DDDDDD;
}
.if_country_flex .if_country_form_wrapp .if_country_actions span:hover {
  border: 1px solid #c4c4c4;
  background-color: #c4c4c4;
}
.if_country_flex .if_country_form_wrapp .if_country_actions a:hover,
.if_country_flex .if_country_form_wrapp .if_country_actions span:hover {
  cursor: pointer;
}
.if_country_flex .if_country_form_wrapp .if_country_actions a:last-child,
.if_country_flex .if_country_form_wrapp .if_country_actions span:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
