body,
html {
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  position: relative;
  line-height: 20px;
}
body {
  /* &#Basketball {@primary:red;} */

  color: #1B1B1B;
  background: #f5f5f5;
}
body .popupBox-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
body .popupBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
}
body .popupBox--info {
  width: 300px;
  margin: 0 auto;
  background: #ffffff;
  padding-bottom: 5px;
  overflow: hidden;
  top: 200px;
  text-align: center;
  border-radius: 4px;
  z-index: 9;
  padding: 10px;
  position: relative;
}
body .popupBox--title {
  background: #EBEBEB;
  font-weight: 500;
  color: #595959;
  font-size: 16px;
  padding: 0 10px;
  line-height: 35px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
body .popupBox--body {
  font-size: 14px;
  line-height: 16px;
  padding: 4px;
  margin-bottom: 4px;
}
body .popupBox h2 {
  text-align: center;
  font-weight: 500;
  line-height: 50px;
}
body .popupBox .btn {
  padding: 3px 20px;
  margin: 0 10px;
  border: #cccccc 1px solid;
  border-radius: 2px;
  background: #EBEBEB;
}
body .popupBox .button {
  display: inline-block;
}
body .popup--title--offset .popupBox--body {
  margin-top: 40px;
}
body .popup--btn--single .popupBox--footer .button--mini {
  width: 100%;
  margin: 0px;
}
body .popup-bottom .popupBox--info {
  background: #ffffff;
}
body .popup-bottom .popupBox--info {
  position: absolute;
  bottom: 0px;
  top: auto;
  border-radius: 0;
  width: 100%;
  padding: 0px;
}
body .popup-bottom .popupBox--body {
  margin-bottom: 30px;
}
body .popup-bottom .popupBox--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-top: 1px solid #f5f5f5;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
body .popup-bottom .popupBox--footer .btn {
  width: 100%;
}
body .popup-bottom.popup--btn--single .popupBox--footer .button--mini--success {
  width: 100%;
  margin: 0px;
  padding: 3px 0px;
}
body .popup-bottom.popup--btn--single .popupBox--footer .btn {
  width: 100%;
  margin: 0px;
  padding: 10px 0px;
  border: none;
}
@media screen and (min-width: 640px) {
  body .popupBox {
    left: -webkit-calc((100% - 640px)/2);
    left: calc((100% - 640px)/2);
    max-width: 640px;
  }
}
body.dark {
  color: #D9D9D9;
  background: #232323;
}
body.dark .popupBox-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
body.dark .popupBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
}
body.dark .popupBox--info {
  width: 300px;
  margin: 0 auto;
  background: #1B1B1B;
  padding-bottom: 5px;
  overflow: hidden;
  top: 200px;
  text-align: center;
  border-radius: 4px;
  z-index: 9;
  padding: 10px;
  position: relative;
}
body.dark .popupBox--title {
  background: #262626;
  font-weight: 500;
  color: #8C8C8C;
  font-size: 16px;
  padding: 0 10px;
  line-height: 35px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
body.dark .popupBox--body {
  font-size: 14px;
  line-height: 16px;
  padding: 4px;
  margin-bottom: 4px;
}
body.dark .popupBox h2 {
  text-align: center;
  font-weight: 500;
  line-height: 50px;
}
body.dark .popupBox .btn {
  padding: 3px 20px;
  margin: 0 10px;
  border: #cccccc 1px solid;
  border-radius: 2px;
  background: #262626;
}
body.dark .popupBox .button {
  display: inline-block;
}
body.dark .popup--title--offset .popupBox--body {
  margin-top: 40px;
}
body.dark .popup--btn--single .popupBox--footer .button--mini {
  width: 100%;
  margin: 0px;
}
body.dark .popup-bottom .popupBox--info {
  background: #1B1B1B;
}
body.dark .popup-bottom .popupBox--info {
  position: absolute;
  bottom: 0px;
  top: auto;
  border-radius: 0;
  width: 100%;
  padding: 0px;
}
body.dark .popup-bottom .popupBox--body {
  margin-bottom: 30px;
}
body.dark .popup-bottom .popupBox--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #1B1B1B;
  border-top: 1px solid #262626;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
body.dark .popup-bottom .popupBox--footer .btn {
  width: 100%;
}
body.dark .popup-bottom.popup--btn--single .popupBox--footer .button--mini--success {
  width: 100%;
  margin: 0px;
  padding: 3px 0px;
}
body.dark .popup-bottom.popup--btn--single .popupBox--footer .btn {
  width: 100%;
  margin: 0px;
  padding: 10px 0px;
  border: none;
}
@media screen and (min-width: 640px) {
  body.dark .popupBox {
    left: -webkit-calc((100% - 640px)/2);
    left: calc((100% - 640px)/2);
    max-width: 640px;
  }
}
