.input-dropdown {
  position: relative;
}
.input-dropdown input[type="number"],
.input-dropdown input[type="text"] {
  border: 1px solid rgb(87, 87, 87);
  color: rgb(87, 87, 87);
  font-family: Roboto, sans-serif;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
  margin: 0px 0px 1.25vw;
  padding: 0.313vw 0.625vw;
  box-sizing: border-box;
  width: 100%;
  background: none;
  outline: none;
  resize: none;
}
#country-selected {
  position: absolute;
  left: 5px;
  color: #575757;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 75px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#country-selected::after {
  font-size: 12px;
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 5px;
}
#country-selected img {
  width: 15px;
  height: auto;
  margin-right: 3px;
}
#counrty-flag-list {
  position: absolute;
  left: 0;
  z-index: 9;
}
.country-code-flat-list {
  max-height: 195px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 999999;
}

.country-code-flat-item {
  color: #575757;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.country-code-flat-item:hover {
  background-color: #ddd;
}

.country-code-flat-item img {
  width: 15px;
  height: auto;
  margin-right: 3px;
}

@media (min-width: 768px) {
  .input-dropdown input[type="number"],
  .input-dropdown input[type="text"] {
    padding-left: 5.5vw !important;
  }
  #country-selected {
    bottom: 23px;
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
  #counrty-flag-list {
    top: 50px;
  }

  .country-code-flat-item {
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
}

@media (max-width: 767px) {
  .input-dropdown input[type="number"],
  .input-dropdown input[type="text"] {
    padding-left: 85px !important;
  }
  #country-selected {
    bottom: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  #country-selected::after {
    top: 7px;
  }
  #counrty-flag-list {
    top: 70px;
  }

  .country-code-flat-item {
    font-size: 14px;
    line-height: 24px;
  }
}

#counrty-flag-list {
  display: none;
}

#myInput {
  padding-left: 7px !important;
  margin-bottom: 0 !important;
}

/* bcountry*/

#bcountry-selected {
  position: absolute;
  left: 5px;
  color: #575757;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 75px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#bcountry-selected::after {
  font-size: 12px;
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 5px;
}
#bcountry-selected img {
  width: 15px;
  height: auto;
  margin-right: 3px;
}
#bcounrty-flag-list {
  position: absolute;
  left: 0;
  z-index: 9;
}
.bcountry-code-flat-list {
  max-height: 195px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 999999;
}

.bcountry-code-flat-item {
  color: #575757;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.bcountry-code-flat-item:hover {
  background-color: #ddd;
}

.bcountry-code-flat-item img {
  width: 15px;
  height: auto;
  margin-right: 3px;
}

@media (min-width: 768px) {
  .input-dropdown input[type="number"],
  .input-dropdown input[type="text"] {
    padding-left: 5.5vw !important;
  }
  #bcountry-selected {
    bottom: 23px;
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
  #bcounrty-flag-list {
    top: 50px;
  }

  .bcountry-code-flat-item {
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
}

@media (max-width: 767px) {
  .input-dropdown input[type="number"],
  .input-dropdown input[type="text"] {
    padding-left: 85px !important;
  }
  #bcountry-selected {
    bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  #bcountry-selected::after {
    top: 7px;
  }
  #bcounrty-flag-list {
    top: 70px;
  }

  .bcountry-code-flat-item {
    font-size: 14px;
    line-height: 24px;
  }
}

#bcounrty-flag-list {
  display: none;
}

#bmyInput {
  padding-left: 7px !important;
  margin-bottom: 0 !important;
  background-color: #fff;
}

/* ccountry*/

#ccountry-selected {
  position: absolute;
  left: 5px;
  color: #575757;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 75px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#ccountry-selected::after {
  font-size: 12px;
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 5px;
}
#ccountry-selected img {
  width: 15px;
  height: auto;
  margin-right: 3px;
}
#ccounrty-flag-list {
  position: absolute;
  left: 0;
  z-index: 9;
}
.ccountry-code-flat-list {
  max-height: 195px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  z-index: 999999;
}

.country-code-flat-item {
  color: #575757;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.ccountry-code-flat-item:hover {
  background-color: #ddd;
}

.ccountry-code-flat-item img {
  width: 15px;
  height: auto;
  margin-right: 3px;
}

@media (min-width: 768px) {
  .input-dropdown input[type="number"],
  .input-dropdown input[type="text"] {
    padding-left: 5.5vw !important;
  }
  #ccountry-selected {
    bottom: 23px;
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
  #ccounrty-flag-list {
    top: 50px;
  }

  .ccountry-code-flat-item {
    font-size: 0.833vw;
    line-height: 1.25vw;
  }
}

@media (max-width: 767px) {
  .input-dropdown input[type="number"],
  .input-dropdown input[type="text"] {
    padding-left: 85px !important;
  }
  #ccountry-selected {
    bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  #ccountry-selected::after {
    top: 7px;
  }
  #ccounrty-flag-list {
    top: 70px;
  }

  .ccountry-code-flat-item {
    font-size: 14px;
    line-height: 24px;
  }
}

#ccounrty-flag-list {
  display: none;
}

#cmyInput {
  padding-left: 7px !important;
  margin-bottom: 0 !important;
  background: #fff;
}
