.iti__country-name {
  color: #000;
}

.iti {
  width: 100%;
}

.vue-modal-resizer {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0px;
  bottom: 0px;
  z-index: 9999999;
  background: transparent;
  cursor: se-resize;
}

.vue-modal-resizer::after {
  display: block;
  position: absolute;
  content: "";
  background: transparent;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid rgb(221, 221, 221);
  border-left: 10px solid transparent;
}

.vue-modal-resizer.clicked::after {
  border-bottom: 10px solid rgb(54, 155, 233);
}

.v--modal-block-scroll {
  overflow: hidden;
  width: 100vw;
}

.v--modal-overlay {
  position: fixed;
  box-sizing: border-box;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 1;
}

.v--modal-overlay.scrollable {
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
}

.v--modal-overlay .v--modal-background-click {
  width: 100%;
  min-height: 100%;
  height: auto;
}

.v--modal-overlay .v--modal-box {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.v--modal-overlay.scrollable .v--modal-box {
  margin-bottom: 2px;
}

.v--modal {
  background-color: white;
  text-align: left;
  border-radius: 3px;
  box-shadow: rgba(27, 33, 58, 0.4) 0px 20px 60px -2px;
  padding: 0px;
}

.v--modal.v--modal-fullscreen {
  width: 100vw;
  height: 100vh;
  margin: 0px;
  left: 0px;
  top: 0px;
}

.v--modal-top-right {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
  transition: all 0.2s ease 0s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
  opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
  transition: all 0.4s ease 0s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
  opacity: 0;
  transform: translateY(-20px);
}

.vue-dialog div {
  box-sizing: border-box;
}

.vue-dialog .dialog-flex {
  width: 100%;
  height: 100%;
}

.vue-dialog .dialog-content {
  flex: 1 0 auto;
  width: 100%;
  padding: 15px;
  font-size: 14px;
}

.vue-dialog .dialog-c-title {
  font-weight: 600;
  padding-bottom: 15px;
}

.vue-dialog .dialog-c-text {
}

.vue-dialog .vue-dialog-buttons {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  border-top: 1px solid rgb(238, 238, 238);
}

.vue-dialog .vue-dialog-buttons-none {
  width: 100%;
  padding-bottom: 15px;
}

.vue-dialog-button {
  font-size: 12px !important;
  background: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
  box-sizing: border-box;
  height: 40px;
  color: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-optical-sizing: inherit;
  font-language-override: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  outline: none;
}

.vue-dialog-button:hover {
  background: rgba(0, 0, 0, 0.01);
}

.vue-dialog-button:active {
  background: rgba(0, 0, 0, 0.025);
}

.vue-dialog-button:not(:first-of-type) {
  border-left: 1px solid rgb(238, 238, 238);
}

.vti__flag {
  width: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .vti__flag {
    background-image: url("images/9.png");
  }
}

.vti__flag.np {
  background-color: transparent;
}

.vue-tel-input {
  border-radius: 3px;
  display: flex;
  border: 1px solid rgb(187, 187, 187);
  text-align: left;
}

.vue-tel-input.disabled .dropdown,
.vue-tel-input.disabled .selection,
.vue-tel-input.disabled input {
  cursor: no-drop;
}

.vue-tel-input:focus-within {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset,
    rgba(102, 175, 233, 0.6) 0px 0px 8px;
  border-color: rgb(102, 175, 233);
}

.vti__dropdown {
  display: flex;
  flex-direction: column;
  place-content: center;
  position: relative;
  padding: 7px;
  cursor: pointer;
}

.vti__dropdown.show {
  max-height: 300px;
  overflow: scroll;
}

.vti__dropdown.open {
  background-color: rgb(243, 243, 243);
}

.vti__dropdown:hover {
  background-color: rgb(243, 243, 243);
}

.vti__selection {
  font-size: 0.8em;
  display: flex;
  align-items: center;
}

.vti__selection .vti__country-code {
  color: rgb(102, 102, 102);
}

.vti__flag {
  margin-right: 5px;
  margin-left: 5px;
}

.vti__dropdown-list {
  z-index: 1;
  padding: 0px;
  margin: 0px;
  text-align: left;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  left: -1px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  width: 390px;
}

.vti__dropdown-list.below {
  top: 33px;
}

.vti__dropdown-list.above {
  top: auto;
  bottom: 100%;
}

.vti__dropdown-arrow {
  transform: scaleY(0.5);
  display: inline-block;
  color: rgb(102, 102, 102);
}

.vti__dropdown-item {
  cursor: pointer;
  padding: 4px 15px;
}

.vti__dropdown-item.highlighted {
  background-color: rgb(243, 243, 243);
}

.vti__dropdown-item.last-preferred {
  border-bottom: 1px solid rgb(202, 202, 202);
}

.vti__dropdown-item .vti__flag {
  display: inline-block;
  margin-right: 5px;
}

.vti__input {
  border: medium;
  border-radius: 0px 2px 2px 0px;
  width: 100%;
  outline: 0px;
  padding-left: 7px;
}
