.country-list-popup-mainsec .modal-user {
  max-width: 61.6rem;
  width: 61.6rem;
  margin: 3rem auto;
}

@media screen and (min-width: 320px) and (max-width:759px) {
  .country-list-popup-mainsec .modal-user {
      margin:.5rem 2.8rem
  }
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .country-list-popup-mainsec .modal-user {
    margin: 0 auto;
    width: calc(100% - 5.6rem);
  }
}
.country-list-popup-mainsec .modal-content {
  border-radius: 0.6rem;
  border: 0 !important;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.country-list-popup-mainsec .modal-content .jada-ce-logo-wrapper {
  margin-bottom: 1.6rem;
  text-align: center;
}
.country-list-popup-mainsec .modal-content .jada-ce-logo-wrapper img {
    height: 4rem;
}
.country-list-popup-mainsec .modal-user .modal-content .modal-header {
  padding: 0.8rem 2.4rem 4rem;
}
.country-list-popup-mainsec .modal-content .modal-header {
  display: block;
  border-bottom: 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 3.2rem 1.6rem;
}
.country-list-popup-mainsec .modal-content .modal-body {
  padding: 0;
}
.country-list-popup-mainsec.country-selector {
  background-size: cover;
  min-height: calc(100vh - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-admin .country-list-popup-mainsec form .error-message {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 759px) {
  .country-list-popup-mainsec.country-selector {
    background-position: -475px 0;
    height: auto;
    padding: 10rem 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 939px) and (orientation: landscape) {
  .country-list-popup-mainsec.country-selector {
    background-position: -475px 0;
    height: auto;
    padding: 10rem 0;
  }
}

.country-list-popup-mainsec.country-selector .modal-content {
  padding: 3.2rem 11rem;
}

@media screen and (min-width: 320px) and (max-width: 759px) {
  .country-list-popup-mainsec.country-selector .modal-content {
    padding: 3.2rem 1.6rem;
  }
}

.country-list-popup-mainsec.country-selector .modal-content .btn-top-margin {
  margin-top: 0.8rem;
}