.blured-bg {
  z-index: 200;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); }

.terms-popup {
  width: 92vw;
  max-width: 700px;
  height: 530px;
  border-radius: 16px;
  background-color: #0C0C0E;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 35px 10px 30px 30px;
  position: fixed;
  z-index: 201;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 768px) {
    .terms-popup {
      height: 90vh;
      top: unset;
      bottom: 0;
      transform: translate(-50%, 0);
      border-radius: 16px 16px 0 0; } }
  .terms-popup .title {
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    letter-spacing: 0.9px;
    text-align: center;
    margin-bottom: 30px; }
  .terms-popup .close-btn {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #18181A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer; }
    .terms-popup .close-btn .icon {
      height: 8px; }
  .terms-popup .text-content {
    overflow-y: scroll;
    font-size: 12px;
    line-height: 1.5;
    padding-right: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400; }
  .terms-popup ::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px; }
  .terms-popup ::-webkit-scrollbar-track {
    background: #18181A; }
  .terms-popup ::-webkit-scrollbar-thumb {
    background: #B5B5BA;
    border-radius: 3px; }

.terms-conditions {
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

.terms-conditions::-webkit-scrollbar {
  display: none; }

.terms-conditions p {
  font-size: initial;
  margin-bottom: 16px !important; }

.terms-conditions a {
  text-decoration: underline;
  color: #ffffff; }

.terms-conditions table {
  width: auto !important;
  max-width: 100% !important; }

.terms-conditions table th,
.terms-conditions table td {
  text-align: left;
  border: unset;
  padding: 10px; }

.terms-conditions table th,
.terms-conditions table td {
  width: auto !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important; }

.terms-conditions table th span,
.terms-conditions table td span {
  color: #ffffff !important; }

.terms-conditions table tbody tr,
.terms-conditions table tbody td {
  width: auto !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: transparent !important; }

.terms-conditions table tbody tr span,
.terms-conditions table tbody td span {
  color: #ffffff !important; }

/*# sourceMappingURL=terms-modal-v1.css.map */
