body {
  /*font-family: "Poppins", sans-serif;*/
}
ul#mCountryCodeNew {
  position: absolute;
  top: 0;
  height: 350px;
  overflow: auto;
  width: 700px;
  left: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdownlisting {
  height: 260px;
  overflow: auto;
  cursor: pointer;
  width: 390px;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border: none;
  top: 34px;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  line-height: 27px;
  display: none;
  padding: 10px 0px 10px 0px;
}
.dropdownlisting img {
  width: 6%;
}
/* ul li {
  cursor: pointer;
} */
/*.dropdown {
  width: 133px; 
}*/
.dropdown-togglee {
  position: absolute;
  right: 0;
  background: url("https://uws.tlc.in/img/arrow_contactus.svg") no-repeat right
    14px;
  /* background-size: 13%; */
}
#flag {
  width: 20%;
}
.col-4.col-md-2.dropdown-width {
  padding: 0;
  margin-top: -6px;
}
button.country-code.dropdown-togglee {
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  /*	padding: 10px;*/
  text-align: left;
  padding: 4px 0px 3px 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #313131;
  background-image: url(../../images/dropdownicon.svg);
    background-position: right center;
    background-size: 14px;
    background-repeat: no-repeat;
}
label.cm-input-label.input-number.member-signup input[type="tel"] {
  margin-left: calc(-1% - 0px);
  height: 36px;
}
label.cm-input-label.input-number.member-signup {
  width: 100%;
  margin: 0 0 0 2px;
}
.cm-input {
  border: 0;
  /*border-bottom: 1px solid #999;*/
  padding-bottom: 11px;
  color: #afafaf;
  outline: 0;
  font-size: 16px;
  width: 100%;
  font-weight: 300;
  cursor: text;
  background: transparent;
}
.cm-input-group {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#countryisdlist li:hover {
  background-color: #f5f5f5; /* Hover color */
  cursor: pointer;
}

#countryisdlist li.highlighted {
  background-color: #f5f5f5; /* Light blue background */
}

@media screen and (max-width: 768px) {
  button.country-code.dropdown-togglee {
    font-size: 16px;
    padding: 6px 0px 2px 0px;
    background-size: auto;
  }
  .dropdownlisting {
    width: 253px;
    font-size: 14px;
  }
  #flag {
    width: 15%;
  }
}
@media (max-width: 650px) {
  .dropdown-togglee {
    position: relative;
    margin-bottom: 25px;
  }

  .dropdownlisting {
    width: 300px;
  }
}
@media (max-width: 650px) {  
  #flag {
  width: 24%;
} 
}