/* Selector código de país + número (portal cuenta / cliente). */
.cargo-consig-phone {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  background: #f3f4f6;
}

.cargo-consig-phone__dial {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.cargo-consig-phone .select2-container {
  min-width: 5.25rem !important;
  max-width: 6.25rem !important;
  width: 6.25rem !important;
  flex: 0 0 6.25rem;
  align-self: stretch;
}

.cargo-consig-phone .select2-container .select2-selection--single {
  height: 100%;
  min-height: 38px;
  border: none !important;
  border-radius: 0 !important;
  background: #e5e7eb !important;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  box-shadow: none !important;
  border-right: 1px solid #d1d5db !important;
}

.cargo-consig-phone .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 2px;
}

.cargo-consig-phone .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding-left: 0.15rem;
  padding-right: 1.15rem;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  font-size: 0.75rem;
}

.cargo-consig-phone__input {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 38px;
}

.cargo-consig-phone__input:focus {
  background: #fff !important;
}

.cargo-consig-dial-opt {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.cargo-consig-dial-flag {
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
  object-fit: cover;
  flex-shrink: 0;
  width: 18px;
  height: 13px;
}

.cargo-consig-dial-code {
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
}

.select2-container.cargo-consig-dial-s2-dropdown {
  z-index: 2000;
}
