.popup-see {
    display: none;
    position: fixed;
    padding: 10px;
    /* width: 280px; */
    left: 50%;
    margin-left: -160px;
    margin-right: 20px;
    /* height: 180px; */
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    z-index: 10000;
    border-radius: 12px;
    height: fit-content;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: bold;
  }

  .popup-see.popup-see-show {
    /* padding: 2px !important; */
    left: 34%;
    /* margin-left: -120px !important; */
    margin-left: -98px !important;
    /* margin-right: 20px !important; */
    /* top: 50% !important; */
    margin-top: -82px !important;
    /* border-radius: 12px !important; */
    /* margin-bottom: 0px !important; */
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* width: available !important; */
    /* width: -moz-available !important; */
  }

  /* .popup-see.popup-see-show .see-mobile{
    width: -moz-available !important;
    width: available !important;
  } */

  .popup-see.popup-see-show .see-mobile{
    /* left: 24% !important; */
    /* margin-left: -98px !important; */
  }


  .see-btn{
    position: absolute;
    /* right: 15px; */
    /* top: 11px; */
    top: 12px;
    left: 17px;
    padding-left: 6px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-top: 3px;
  }

  /* html, body .popup-see{
    overflow: hidden
  } */

  #see-popup1 {
    -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  }

  /* .popup-see-container {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: blur(2px);
    -o-filter: blur(2px);
    -moz-filter: blur(2px);
    -webkit-filter: blur(2px);
    backdrop-filter: blur(2px);
  } */
.popup-see-container:after {
    filter: blur(2px);
  }

  #see-popup-see-alert:after,
  #see-popup-see-show:after
   {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;

    backdrop-filter: blur(4px);
  }

  #see-popup-see-alert:before,
  #see-popup-see-show:before
   {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
    border-radius: 12px;
    border: 1px solid #ffc927;
  }

  .dark-mode #see-popup-see-alert:before,
  .dark-mode #see-popup-see-show:before
   {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: -1;
    border-radius: 12px;
    border: 1px solid #ffc927;
  }

  /* .popup-see a,
  .popup-see a:visited {
    color: #1abc9c;
  } */
