.mask_26O1b {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.content-container_28Xkh {
  box-sizing: border-box;
  position: absolute;
  top: 57px;
  z-index: 8889;
  width: 100vw;
  height: calc(100% - 57px);
  background: #121c3c;
  border-radius: 12px 12px 0 0;
  overflow: hidden; }
  .content-container_28Xkh ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .content-container_28Xkh ::-webkit-scrollbar-track-piece {
    border-radius: 2px; }
  .content-container_28Xkh ::-webkit-scrollbar-thumb {
    background-color: #2c3665;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }
  .content-container_28Xkh ::-webkit-scrollbar-corner {
    background-color: #2c3665; }

.title-box_3NtsZ {
  background: #101732;
  display: flex;
  justify-content: space-between;
  padding: 20px; }
  .title-box_3NtsZ .pop-logo_3t8gT {
    background: url("https://cdn.midasbuy.com/oversea_web/static/images/pc-logo.png");
    background-size: contain;
    height: 16px;
    width: 80px;
    background-repeat: no-repeat; }
  .title-box_3NtsZ .close-btn_2g087 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAG1BMVEVHcEz///////////////////////////////8W/R0OAAAACXRSTlMAh2gKfA1vR1aDq0KLAAAAcklEQVQoz2NgIAeYB8BYrMVgqlEZJhAkASLZRYSgSlgVHQsgFFSJEVQKRsNlYAwjuF4IC6EVykQogLCRFECUICsAK0FWAFaCogCkBEUBpgCGFnRDMaxFdxiG09E9h+F99ADCCEKMQGZGRIORBPaIIhUAAPsHHCqMg+mMAAAAAElFTkSuQmCC);
    background-size: contain;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    cursor: pointer; }

.tab-nav-box_3HXlk {
  background: #101732;
  display: flex;
  height: 64px; }
  .tab-nav-box_3HXlk .nav-item_3jGab {
    flex: 1;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .tab-nav-box_3HXlk .nav-item_3jGab:first-child.active_17Yja {
      background: #121c3c;
      border-radius: 0 12px 0 0; }
    .tab-nav-box_3HXlk .nav-item_3jGab:last-child.active_17Yja {
      background: #121c3c;
      border-radius: 12px 0 0; }
    .tab-nav-box_3HXlk .nav-item_3jGab .nav-lable_3LOoX {
      font-size: 14px;
      font-family: dinm;
      line-height: 22px;
      letter-spacing: 1px; }
    .tab-nav-box_3HXlk .nav-item_3jGab .nav-desc_1oV_I {
      color: #38c9f8;
      font-size: 12px;
      text-align: center;
      line-height: 18px;
      padding-bottom: 0; }
  .tab-nav-box_3HXlk .nav-item_3jGab:nth-of-type(1) {
    padding-left: 20px; }
  .tab-nav-box_3HXlk .nav-item_3jGab:nth-of-type(2) {
    padding-right: 20px; }

.country-list_1otrN {
  margin: 0;
  padding: 10px 0px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr); }
  .country-list_1otrN .country-item_29C9X {
    padding: 1px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 52px;
    font-size: 12px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent; }
    .country-list_1otrN .country-item_29C9X .item-details_K2xIK {
      align-items: center;
      background: #19244c;
      border-radius: 6px;
      display: flex;
      height: 100%;
      padding: 0 16px;
      width: 100%; }
      .country-list_1otrN .country-item_29C9X .item-details_K2xIK img {
        width: 24px;
        height: 16px;
        margin-right: 12px; }

.country-container_27HIp {
  padding: 0 20px;
  color: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 201px); }
  .country-container_27HIp p {
    font-weight: 400;
    margin: 16px 0px;
    font-size: 14px;
    letter-spacing: 1px; }

.btn-box_1eWZ4 {
  padding: 16px 20px;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #141b3d; }
  .btn-box_1eWZ4 .submit-btn_3f0KQ {
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #3a7bfc;
    cursor: pointer;
    width: 100%; }

@media (min-width: 768px) {
  .content-container_28Xkh {
    position: absolute;
    z-index: 100001;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 824px;
    height: fit-content; }
    .content-container_28Xkh .title-box_3NtsZ {
      padding: 40px 60px 24px; }
    .content-container_28Xkh .tab-nav-box_3HXlk .nav-item_3jGab:nth-of-type(1) {
      padding-left: 60px; }
    .content-container_28Xkh .tab-nav-box_3HXlk .nav-item_3jGab:nth-of-type(2) {
      padding-right: 60px; }
    .content-container_28Xkh .country-container_27HIp {
      padding: 0 60px;
      color: #fff;
      overflow: scroll;
      height: 443px; }
    .content-container_28Xkh .country-list_1otrN {
      grid-template-columns: repeat(3, 1fr); }
    .content-container_28Xkh .btn-box_1eWZ4 .submit-btn_3f0KQ {
      width: 222px; } }

