@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&family=Sora:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.react-datepicker-popper {
  z-index: 3 !important;
}

body {
  padding: 0;
  margin: 0;
  background-color: #202020;
  font-family: "Atkinson Hyperlegible", sans-serif;
  overflow-y: scroll;
  --scrollbar-width: calc(100vw - 100%);
}

body.no-scroll {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

/* Child Spacing (Gap) Modifiers */

.vgap-1>* {
  margin-bottom: 1px;
}

.vgap-1:last-child {
  margin-bottom: 0;
}


.vgap-2>* {
  margin-bottom: 2px;
}

.vgap-2>*:last-child {
  margin-bottom: 0;
}

.vgap-3>* {
  margin-bottom: 3px;
}

.vgap-3>*:last-child {
  margin-bottom: 0;
}

.vgap-5>* {
  margin-bottom: 5px;
}

.vgap-5>*:last-child {
  margin-bottom: 0;
}

.vgap-8>* {
  margin-bottom: 8px;
}

.vgap-8>*:last-child {
  margin-bottom: 0;
}

.vgap-10>* {
  margin-bottom: 10px;
}

.vgap-10>*:last-child {
  margin-bottom: 0;
}

.vgap-15>* {
  margin-bottom: 15px;
}

.vgap-15>*:last-child {
  margin-bottom: 0;
}

.vgap-20>* {
  margin-bottom: 20px;
}

.vgap-20>*:last-child {
  margin-bottom: 0;
}

.vgap-25>* {
  margin-bottom: 25px;
}

.vgap-25>*:last-child {
  margin-bottom: 0;
}

.vgap-30>* {
  margin-bottom: 30px;
}

.vgap-30>*:last-child {
  margin-bottom: 0;
}

.hgap-1>* {
  margin-right: 1px;
}

.hgap-1>*:last-child {
  margin-right: 0;
}

.hgap-2>* {
  margin-right: 2px;
}

.hgap-2>*:last-child {
  margin-right: 0;
}

.hgap-3>* {
  margin-right: 3px;
}

.hgap-3>*:last-child {
  margin-right: 0;
}

.hgap-5>* {
  margin-right: 5px;
}

.hgap-5>*:last-child {
  margin-right: 0;
}

.hgap-8>* {
  margin-right: 8px;
}

.hgap-8>*:last-child {
  margin-right: 0;
}

.hgap-10>* {
  margin-right: 10px;
}

.hgap-10>*:last-child {
  margin-right: 0;
}

.hgap-15>* {
  margin-right: 15px;
}

.hgap-15>*:last-child {
  margin-right: 0;
}

.hgap-20>* {
  margin-right: 20px !important;
}

/* Flex */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-grow,
.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

/* Text */
.m-text-align-center {
  text-align: center;
}

/* Links */

a.g-textlink {
  color: #4f96ff;
  text-decoration: none;
  cursor: pointer;
}

a.g-textlink:hover {
  text-decoration: underline;
}

.m-disabled {
  user-select: none;
  pointer-events: none;
  opacity: 0.75;
  transition: opacity 500ms;
}

/* Column Sizing */
body {
  --full-width: 950px;
  --col-width-4: 230px;
  /* width of single column when there are 4 columns (not including gaps) */
  --gap: 10px;
}

@media (min-width: 1050px) {
  body {
    --full-width: 1010px;
    --col-width-4: 245px;
  }
}

@media (min-width: 1110px) {
  body {
    --full-width: 1070px;
    --col-width-4: 260px;
  }
}

@media (min-width: 1170px) {
  body {
    --full-width: 1130px;
    --col-width-4: 275px;
  }
}

@media (min-width: 1230px) {
  body {
    --full-width: 1190px;
    --col-width-4: 290px;
  }
}

@media (min-width: 1430px) {
  body {
    --full-width: 1390px;
    --col-width-4: 340px;
  }
}

@media (max-width: 400px) {
  body>div:nth-child(9)>iframe:nth-child(2) {
    /* margin-right: 285px !important; */
    /* margin-bottom: -5px !important; */
  }

  body>div:nth-child(11)>iframe:nth-child(3) {
    margin-right: 285px !important;
    margin-bottom: -5px !important;
  }
}

/* switch pay */

.switchPayNFTVoucher-wrapper {
  color: #000;
}

/* .switchpay-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.47);
  z-index: 1003;
}

.switchpay-modal-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  color: #5A5B5D !important;
  margin: 0 20px;
  box-shadow: 0px 8px 24px rgba(9, 10, 11, 0.32157);
  z-index: 1004;
}

.switchpay-modal-close-button {
  position: absolute;
  top: 21px;
  right: 21px;
  padding: 0;
  line-height: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 100;
}

.switchpay-modal-back-button {
  position: absolute;
  top: 21px;
  left: 21px;
  padding: 0;
  line-height: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 100;
}

.switchpay-icon {
  width: 14px;
}

.switchPayLogo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 767px) {
  .switchpay-modal-wrapper {
    width: 100%;
    height: 100%;
    justify-content: center;
    border-radius: 0px;
    overflow-y: scroll;
    margin: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: static;
  }

  .switchpay-partial-screen {
    height: auto;
    width: calc(100vw - 32px);
    border-radius: 5px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.switchPayDivider {
  border-bottom: 1px solid #E4E4E8;
}

.CreditCardOptionsContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.icon-container {
  border-radius: 50%;
  cursor: pointer;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  transition-duration: 0.3s;
}

.icon-container:hover {
  background-color: #E1E1EA;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.icon-container:focus {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-container:active {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

#switchpayStatusContainer {
  padding: 35px;
}

#switchpayStatusIcon {
  text-align: center;
}

#switchpayStatusTitle {
  color: #000 !important;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  margin: 20px 0px;
}

#switchpayStatusDescription {
  color: #000 !important;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0px;
}

#switchpayStatusButton {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
}

.switchpayCardFormContainer {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.switchpayInputContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  gap: 10px;
}

.switchpayInputGroup {
  flex: 1;
  margin-bottom: 15px;
}

.switchpayInput {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
}

.switchpayFormHeader {
  text-align: center;
  margin-bottom: 20px;
}

.switchpayLabel {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.timerContainer {
  align-items: center;
  text-align: center;
  padding: 5px;
  margin: 10px 0 0 0;
}

.timerText {
  margin: 5px 0;
}

@media (max-width: 768px) {
  .switchpayInputGroup {
    flex: 0 0 100%;
  }
}

.ibaneraHeader {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000 !important;
  font-weight: 600;
}

.ibaneraBackButton {
  width: auto;
}

.ibaneraDisclaimerText {
  margin: 25px 20px;
  color: #ACACB2 !important;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}

.ibaneraFundDisclaimerText {
  color: #ACACB2 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 25px 20px;
}

.ibaneraFundDisclaimerTextBold {
  font-weight: 700;
}

.Btn {
  background-color: #4e8cca !important;
  border: none !important;
}

.Btn {
  color: white !important;
  border-radius: 5px;
  cursor: pointer;
}

.Btn:hover {
  background-color: #3c82c9;
}

.SlidingIcon {
  background-color: #4e8cca !important;
}

#Layer_1 {
  fill: #4e8cca !important;
}

.slider {
  border-color: #4e8cca !important;
}

a {
  color: #4e8cca !important;
}

@media (max-width: 767px) {
  .QuickCoinWidget .QuickCoinForm .SideBySide {
    display: inline !important;
  }
}

ol.progtrckr {
  display: table;
  list-style-type: none;
  float: right;
  margin-top: 30px;
  padding: 19px 0px 60px 20%;
  table-layout: fixed;
  width: 100%;
}

ol.progtrckr li {
  display: table-cell;
  text-align: center;
  line-height: 3em;
}

ol.progtrckr li.progtrckr-done {
  color: black !important;
  border-bottom: 5px solid #4e8dcb;
}

ol.progtrckr li.progtrckr-working {
  color: silver !important;
  border-bottom: 5px solid #d0e0f0;
}

ol.progtrckr li.progtrckr-todo {
  color: silver !important;
  border-bottom: 5px solid #d0e0f0;
}

ol.progtrckr li:last-child {
  border-bottom: none;
}

ol.progtrckr li:after {
  content: "  ";
}

ol.progtrckr li:before {
  position: relative;
  bottom: -2.25em;
  float: left;
  left: 0%;
  line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
  content: "";
  color: white !important;
  background-color: #4e8dcb;
  width: 30px;
  height: 30px;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-working:before {
  content: "";
  color: white !important;
  background-color: #4e8dcb;
  width: 30px;
  height: 30px;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:before {
  content: "";
  color: white !important;
  background-color: white;
  width: 24px;
  height: 24px;
  line-height: 1.2em;
  border: 4px solid #d0e0f0;
  border-radius: 1.2em;
}

.cardProcessingHeader {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #000000 !important;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
}

.cardProcessingDescription {
  width: 400px;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.cardProcessingContainer {
  border-radius: 10px;
}

@media (max-width: 550px) {

  .cardProcessingHeader,
  .cardProcessingDescription {
    width: 75%;
  }
}

.blockChainText {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #4E8DCB !important;
  display: flex;
  justify-content: center;
  text-decoration: none;
  margin: 30px;
  font-weight: 700;
}

.blockChainDurationText {
  width: 400px;
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  margin: 20px auto;
  text-align: center;
  display: flex;
}

.backButton {
  background-color: #4d8cca;
  color: #ffffff !important;
  padding: 10px 35px;
  margin: 15px;
  border-radius: 5px;
  border: 2px solid #d3dce2;
}

.forwardButtonContainer {
  display: flex;
  gap: 5px;
  text-align: center;
  margin: 20px auto;
  width: 65%;
}

.forwardPurchaseCryptoFormButton {
  padding: 15px !important;
}

.forwardPurchaseCryptoFormButton {
  width: 100%;
}

.switchpayCalculationTotal {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #000000 !important;
}

.switchpayCalculationTotalValue {
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
  color: #4E8DCB !important;
}

.switchpayCalculationsContainer,
.switchpayCalculationsContainerTotal {
  width: 65%;
  margin: 20px auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #CECED7;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.switchpayCalculationsContainerTotal {
  border-bottom: hidden;
}

.switchpayCalculationsGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.switchpayCalculationFeeAmount {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #5A5B5D !important;
}

.switchpayCalculationBorder {
  width: 100%;
  color: #ACACB2 !important;
}

.purchaseContainer {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}

.cryptoInputAmountContainer {
  margin-top: 10px;
  font-size: 46px;
  display: flex;
  justify-content: center;
}

.purchaseCryptoFormContainer {
  border-radius: 10px;
}

.switchpayCurrencyInput {
  border: 1px solid #ACACB2;
  border-radius: 6px;
  color: #4e8dcb !important;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 65%;
  height: 59px;
}

.switchpayDisclaimerText {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ACACB2 !important;
  width: 75%;
  margin: 16px auto 0px auto;
}

.switchpayDisclaimerTextFooter {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .switchpayDisclaimerTextFooter {
    width: 100%;
  }

  .forwardButtonContainer {
    display: block;
    width: 100%;
  }

  .forwardPurchaseCryptoFormButton {
    margin: 10px 0 !important;
  }

  .forwardPurchaseCryptoFormButton {
    width: 100%;
  }

  .switchpayCurrencyInput {
    width: 100%;
  }
}

.paymentMethodItemActive {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 5px 15px 15px;
  margin: 15px auto;
  gap: 15px;
  width: 450px;
  height: 80px;
  border: 1px solid #e1e1ea;
  border-radius: 15px;
  cursor: pointer;
}

.paymentMethodItemActive:hover {
  background-color: rgb(240, 240, 240);
}

.paymentMethodItemDisabled {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 5px 15px 15px;
  gap: 15px;
  width: 450px;
  height: 80px;
  border: 1px solid #e1e1ea;
  border-radius: 15px;
  margin: 15px auto;
  opacity: 0.4;
  cursor: not-allowed;
}

@media (max-width: 650px) {

  .paymentMethodItemActive,
  .paymentMethodItemDisabled {
    width: auto;
  }
}

.paymentOptionContainer {
  margin: 0 auto;
  padding-bottom: 25px;
  height: 100%;
  border-radius: 8px;
}

.paymentOptionsHeader {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #000000 !important;
  border-radius: 10px;
  margin: 20px 0;
}

.paymentOptionImage {
  width: 27.4285678864px;
  height: 20.5714302063px;
}

.switchPayModal,
.switchPayConfirmationModal {
  min-height: 575px;
  max-height: 700px;
  width: 640px;
  left: 0px;
  top: 0px;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
  overflow-y: scroll;
  padding: 30px;
  margin-bottom: 60px;
}

.switchPayModal * {
  box-sizing: border-box;
}

.switchPayConfirmationModal {
  width: 480px;
  min-height: 200px;
}

.switchPayContext {
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .switchPayModal {
    height: 100%;
    width: 100%;
    border-radius: 0;
    min-height: 0px;
  }

  .switchPayContext {
    margin-top: 40px;
  }
}

@media (max-height: 858px) {
  .switchPayModal {
    overflow-y: scroll;
    border-radius: 10px;
    max-height: 600px;
  }
}

/*@font-face {
  font-family: "Roboto";
  src: url(fc2b5060f7accec5cf74.ttf);
}*/

/*:root,
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Poppins";
  font-style: normal;
  position: relative;
  overscroll-behavior: none;
}

.switchpay-spinner {
  margin: 20px 0;
  justify-content: center;
}

.switchpay-error-container {
  border: 1px solid #f55a5a;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  align-items: center;
  margin: 20px auto 20px auto;
  width: 75%;
}

.switchpay-error-text {
  color: #f55a5a !important;
}

.switchPayButtonPrimary,
.switchPayButtonSecondary {
  border-radius: 6px;
  border: none;
  margin: 10px;
  cursor: pointer;
  padding: 10px 25px;
}

.switchPayButtonPrimary {
  background-color: #4e8cca;
  color: white !important;
}

.switchPayButtonPrimary:disabled {
  background-color: #acacb2;
  cursor: not-allowed;
}

.switchPayButtonPrimary:hover:enabled {
  background-color: #3c82c9;
}

.switchPayButtonSecondary {
  background-color: white;
  color: #4E8DCB !important;
  border: 1px solid #4E8DCB;
}

.switchPayButtonSecondary:hover:enabled {
  background-color: #F9F9FF;
}

.switchPayButtonSecondary:disabled {
  cursor: not-allowed;
}

.switchPayButtonRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.switchPayHeader {
  text-align: center;
  margin: 30px 0px 30px 0px;
  font-size: 22px;
}

.switchPaySubHeader {
  text-align: center;
  margin: 30px 0px 0px 0px;
}

.width-100 {
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.requiredAsterisks {
  color: red !important;
}

@media (max-width: 320px) {
  .switchPayButtonRow {
    flex-direction: column;
  }
}

/* Switch KYC */

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: initial;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker-popper {
  z-index: 1;
  line-height: 0;
}

.react-datepicker-popper .react-datepicker__triangle {
  stroke: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  fill: #f0f0f0;
  color: #f0f0f0;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  fill: #fff;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 2px;
}

.react-datepicker__navigation--next {
  right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
}

.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}

.react-datepicker__navigation-icon--next {
  left: -2px;
}

.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}

.react-datepicker__navigation-icon--previous {
  right: -2px;
}

.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
  .react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}

.react-datepicker__day--holidays .overlay,
.react-datepicker__month-text--holidays .overlay,
.react-datepicker__quarter-text--holidays .overlay,
.react-datepicker__year-text--holidays .overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}

.react-datepicker__day--holidays:hover .overlay,
.react-datepicker__month-text--holidays:hover .overlay,
.react-datepicker__quarter-text--holidays:hover .overlay,
.react-datepicker__year-text--holidays:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
  .react-datepicker__month-text--in-range,
  .react-datepicker__quarter-text--in-range,
  .react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__quarter-text--in-selecting-range,
  .react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__day--disabled .overlay,
.react-datepicker__month-text--disabled .overlay,
.react-datepicker__quarter-text--disabled .overlay,
.react-datepicker__year-text--disabled .overlay {
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__close-icon--disabled {
  cursor: default;
}

.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px),
(max-height: 550px) {

  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

/* CSS variables. */
:root {
  --PhoneInput-color--focus: #03b2cb;
  --PhoneInputInternationalIconPhone-opacity: 0.8;
  --PhoneInputInternationalIconGlobe-opacity: 0.65;
  --PhoneInputCountrySelect-marginRight: 0.35em;
  --PhoneInputCountrySelectArrow-width: 0.3em;
  --PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
  --PhoneInputCountrySelectArrow-borderWidth: 1px;
  --PhoneInputCountrySelectArrow-opacity: 0.45;
  --PhoneInputCountrySelectArrow-color: currentColor;
  --PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountrySelectArrow-transform: rotate(45deg);
  --PhoneInputCountryFlag-aspectRatio: 1.5;
  --PhoneInputCountryFlag-height: 1em;
  --PhoneInputCountryFlag-borderWidth: 1px;
  --PhoneInputCountryFlag-borderColor: rgba(0, 0, 0, 0.5);
  --PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
  --PhoneInputCountryFlag-backgroundColor--loading: rgba(0, 0, 0, 0.1);
}

.PhoneInput {
  /* This is done to stretch the contents of this component. */
  display: flex;
  align-items: center;
}

.PhoneInputInput {
  /* The phone number input stretches to fill all empty space */
  flex: 1;
  /* The phone number input should shrink
	   to make room for the extension input */
  min-width: 0;
}

.PhoneInputCountryIcon {
  width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
  height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
  width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
  /* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  /* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
  /* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
    inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
  /* Fixes weird vertical space above the flag icon. */
  /* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
  display: block;
  /* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
  width: 100%;
  height: 100%;
}

.PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
  cursor: default;
}

.PhoneInputCountrySelectArrow {
  display: block;
  content: '';
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
    inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

/*@font-face {
  font-family: 'PlusJakartaSans';
  src: url(ae47e4d01757abf8ad63.ttf);
}*/

:root,
html,
body {
  /*font-family: 'PlusJakartaSans';*/
  font-style: normal;
}

.react-datepicker-popper {
  z-index: 3 !important;
}