.block-scroll jdiv {
  opacity: 0 !important;
  visibility: hidden !important;
}

.country-list {
  margin: 6px 0 6px -1px !important;
  border-radius: 5px !important;
  background: #fff !important;
  -webkit-box-shadow: 0 2px 16px 0 rgba(88, 93, 136, 0.19) !important;
  box-shadow: 0 2px 16px 0 rgba(88, 93, 136, 0.19) !important;
  border: none !important;
  overflow: hidden;
  padding: 6px 0 !important;
  width: 385px !important;
  white-space: normal !important;
}

.country-list .country.active,
.country-list .country.highlight {
  background: #f5f8fe !important;
  opacity: 1 !important;
  color: #0f1d35 !important;
}

.country-list .country {
  color: var(--shades-1, #0f1d35);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 16px !important;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: flex;
  align-items: center;
}

.dial-code {
  margin-left: auto;
  font-size: 13px;
}

.intl-tel-input .country-list .divider {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(195, 204, 219, 0.8) !important;
}

.country-list::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(195, 204, 219, 0.2);
}

.country-list::-webkit-scrollbar-thumb {
  background: #c3ccdb;
  border-radius: 2px;
}

.country-list::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background: #f5f8fe !important;
}

.intl-tel-input .flag-container .selected-flag {
  border-radius: 5px 0 0 5px !important;
}

.intl-tel-input .country-list .flag-box {
  flex-shrink: 0;
  margin-right: 12px !important;
}

.intl-tel-input .country-list .country-name {
  flex: 1;
}

@media only screen and (max-width: 1024px) {
  .country-list {
    width: 307px !important;
  }

  .country-list .country {
    padding: 8px 10px !important;
    font-size: 13px;
  }

  .dial-code {
    font-size: 12px;
  }

  .country-list::-webkit-scrollbar {
    width: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .country-list {
    width: 513px !important;
  }
}

@media only screen and (max-width: 592px) {
  .country-list {
    width: calc(100vw - 80px) !important;
  }
}

@media only screen and (max-width: 375px) {
  .country-list {
    width: 296px !important;
  }
}
