.overlay-container .popup#phone-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45.625rem;
}

.overlay-container .popup#phone-popup .close {
  margin-top: -0.9375rem;
  margin-right: -0.625rem;
}

.overlay-container .popup#phone-popup .top-section {
  position: relative;
  width: 45.625rem;
  background-color: #4c28ff;
  padding: 2.5rem 1.875rem 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background-image: url("/assets/images/download-wave.svg");
  background-position-y: center;
  background-size: cover;
}

.overlay-container .popup#phone-popup .top-section .fish-icon {
  height: 3.75rem;
  width: 3.75rem;
  margin-right: 1.3125rem;
  background-image: url("/assets/icons/fish-icon-2.svg");
  background-size: cover;
  flex-shrink: 0;
}

.overlay-container .popup#phone-popup .top-section .title-block {
  text-align: left;
  margin-right: 14rem;
}

.overlay-container .popup#phone-popup .top-section .title-block .download-title {
  font-size: 1.875rem ;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 0.75rem;
  font-style: italic;
}

.overlay-container .popup#phone-popup .top-section .title-block .message {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.38px;
  color: #00fff5;
}

.overlay-container .popup#phone-popup .top-section .download-phone {
  position: absolute;
  right: 1rem;
  width: 15.25rem;
  top: 1rem;
  transform: scale(0.88);
}

.overlay-container .popup#phone-popup .middle-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45.625rem;
  height: 3.75rem;
  padding: 0 2.8125rem 0 6.25rem;
  margin-top: -1px;
  position: relative;
  box-shadow: 0 -12px 40px 0 rgb(51 60 140 / 63%);
  background-color: #4c28ff;
  color: white;
  font-size: 0.75rem;
  z-index: 1;
}

.overlay-container .popup#phone-popup .middle-section p {
  margin: 0;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: -0.33px;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.overlay-container .popup#phone-popup .bottom-section {
  display: flex;
  width: 45.625rem;
  background-color: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: -6px 35px 24px 0 #1b0b6b4d;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper {
  margin: 1.25rem 0 0.9375rem;
  padding: 0 1.25rem 0;
  border-right: 2px solid #f3f4f8;
  max-width: 26.375rem;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input {
  display: flex;
  text-align: center;
  margin: auto;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-select-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  width: 5.9375rem;
  height: calc(3.5rem + 1px);
  border: none;
  border-radius: 0.625rem 0 0 0.625rem;
  border-right: 2px solid #cdcde5;
  color: #544e5d;
  background-color: #f3f4f8;
  font-size: 1.125rem;
  line-height: 2.875rem;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-select-wrapper .country-code-select {
  margin-right: 1rem;
  line-height: 2.875rem;
  color: #544e5d;
  background-color: #f3f4f8;
  background: none;
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-select-wrapper .country-code-select:disabled {
  opacity: 1;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-select-wrapper .country-code-select-arrow {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/icons/arrow-up-purple.svg);
  transform: rotate(-180deg);
  margin-top: 0.2rem;
  margin-right: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #0000008a;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code {
  height: calc(3.5rem + 1px);
  line-height: 2.875rem;
  padding: 0 0 0 0.3125rem;
  color: #544e5d;
  background-color: #f3f4f8;
  background: none;
  font-size: 1.25rem;
  font-weight: 500;
  border-right: none;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-field {
  margin-bottom: 0;
  background: #f3f4f8;
  color: #544e5d;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  transition: padding .2s ease-in;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .overlay-container .popup#phone-popup .bottom-section .form-wrapper .country-telephone-input .js-download-phone-form .buttons .country-code-field {
    flex: 1 0 auto;
  }
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .country-telephone-input .js-download-phone-form .buttons .country-code-field.translated {
  padding-top: 1rem;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .form-floating {
  position: relative;
  margin-bottom: 0;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .form-floating .phone-input {
  display: block;
  height: calc(3.5rem + 1px);
  padding: 1rem 1.375rem;
  min-width: 0;
  flex: 1;
  color: #544e5d;
  border: 0;
  border-left: none;
  border-radius: 0.625rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: -0.0625rem;
  width: auto;
  max-width: 13.5rem;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f3f4f8;
  background-clip: padding-box;
  transition: border-color .15s ease-in;
  appearance: none;
  -moz-appearance: textfield;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .form-floating .phone-input:focus::placeholder {
  color: transparent;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .form-floating>label {
  margin-bottom: 0;
  color: #9d94ab;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1.1rem 1.344rem;
  pointer-events: none;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .form-floating .phone-input:focus~label,
.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .form-floating .phone-input:not(:placeholder-shown)~label {
  opacity: .65;
  transform: scale(.72) translateY(-1.7rem) translateX(-14%);
}

@media not all and (min-resolution: .001dpcm) {
  .phone-input {
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .phone-input {
    padding: 0.25rem;
    flex: 1 1 330px;
  }
}

.phone-input::-webkit-inner-spin-button,
.phone-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .error {
  color: #ff006e;
  margin: 15px 0 30px 0;
  font-weight: 500;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .sms-sent {
  margin: 15px 0 30px 0;
  font-weight: 500;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .send-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.9375rem;
  height: 3.125rem;
  line-height: 100%;
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.625rem;
  background-color: #4c28ff;
  color: #fff;
  border: 2px solid #0000;
  padding: 0 40px;
  cursor: pointer;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .send-link-btn:hover {
  background: #fff;
  color: #4c28ff;
  border-color: #4c28ff;
}

.overlay-container .popup#phone-popup .bottom-section .phone-terms-wrapper {
  font-size: .75rem;
  display: block;
  font-weight: 600;
  max-width: 225px;
  margin: 1.25rem 0 0;
  text-align: left;
  color: #544e5d;
}

.overlay-container .popup#phone-popup .bottom-section .phone-terms-wrapper p {
  margin: 0.625rem 0;
}

.overlay-container .popup#phone-popup .bottom-section .qr-wrapper {
  padding: 0.625rem 1rem;
  margin: 0 auto;
}

.overlay-container .popup#phone-popup .bottom-section .qr-wrapper .qr-download {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-select-wrapper .country-code-select-dropdown {
  background: #fff;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 256px;
  max-width: 280px;
  overflow: auto;
  box-shadow: 0 2px 4px -1px #0003, 0 4px 5px 0 #00000024, 0 1px 10px 0 #0000001f;
  opacity: 1;
  transform-origin: 50% 127.5px 0;
  position: fixed;
  z-index: 1000;
  min-width: 82.625px;
  font-size: 18px;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-select-wrapper .country-code-select-dropdown .country-code-div-option {
  font-size: inherit;
  line-height: 3em;
  height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  letter-spacing: normal;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-select-wrapper .country-code-select-dropdown .country-code-div-option.selected {
  background: #0000001f !important;
}

.overlay-container .popup#phone-popup .bottom-section .form-wrapper .js-download-phone-form .country-telephone-input .country-code-select-wrapper .country-code-select-dropdown .country-code-div-option:hover {
  background: #0000000a;
}

.phone-terms-wrapper {
  font-size: 12px;
  display: block;
  max-width: 225px;
  margin: 20px auto 40px;
  text-align: center;
  color: #544E5D;
  color: var(--text-gray, #544E5D);
}
