
#countryCode{
  width: 300px;
}

.mainsearchtag{
  position: relative;
  padding: 0px 0px 0px 0px !important;
  display: block !important;
}
.ddltitle {
  font-family: OpenSansBold;
  font-size: 14px;
  color: #333333;
  display: block !important;
}
div#ddlcountymain {
  padding: 10px 0px;
  height: 387px;
  overflow: scroll;
}
.listcontname {
  font-family: OpenSansRegular;
  font-size: 14px;
  border-bottom: 1px solid #e6e7e8;
    color: var(--primary-text-color);
    padding: 15px 15px;
    cursor: pointer;
}
#myInput {
  box-sizing: border-box;
  /* background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat; */
  font-size: 16px;
  padding: 14px 20px 12px 14px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

#myInput:focus {
  outline: 3px solid #ddd;
}

.mainsearchtag img{
  position: absolute;
  top: 15px;
  right: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  background-color: #f6f6f6;
  min-width: 230px;
  /* overflow: hidden; */
  border: 1px solid #ddd;
  z-index: 1;
  padding: 0px !important;
  width: 100%;
  float: left;
  /* overflow-y: scroll; */
  min-height: 490px;
  height: 200px;
}

.clsCountyCode {
  display: flex;
  width: 100%;
  flex-direction: row;
}


.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.dropdown-content {
  color: #1a1a1a;
  padding: 20px;
}

.dropdown-content>div {
  padding: 15px;
}

#txtCountyCode
{
  background-image: url(https://cdn2.onference.in/images/cutouts/dropdown.png);
    background-size: 12px 7px;
    background-repeat: no-repeat;
    background-position: bottom 8px right 10px;
    cursor: pointer;
    /* border: 0px solid rgb(118, 118, 118); */
}
/* .dropdown-content > div {
  padding: 20px 25px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
  color: #1a1a1a;
} */

.edit-prof-text1{
  width: 80px;
  border: 0;
  outline: none;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 5px;
  margin: 0px 15px 0px 0px;
}