html {
  font-size: 16px;
}
html,
body {
  font-size: 1rem;
  font-family: 'Proxima Nova', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

*,
::before,
::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

html,
body {
  min-height: 100%;
}
body, html{
  overflow: hidden;
  overflow-y: auto;
}
body {
  font-family: 'Proxima Nova', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
  mix-blend-mode: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;

}

/* Hide autocomplete dropdown in a more robust way */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #000;
}

/*{# input {*/
/*  -webkit-autocomplete: none;*/
/*  -moz-autocomplete: none;*/
/*  -ms-autocomplete: none;*/
/*  -o-autocomplete: none;*/
/*  autocomplete: none;*/
/*} #}*/

.contain .wave {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%) scale(1.2);
  z-index: -1;
}
.inner_faq {
  padding-top: 64px;
  box-sizing: border-box;
}
.faq-title {
  line-height: 120%;
}
@media(max-width: 950px) {
  .contain .wave {
    transform: translateY(-50%) scale(2);
  }
}
a {
  transition: 0.3s;
}
.isMenuOpened {
  position: relative;
  min-height: 100vh;
}

.font-20 {
  font-size: 1.25rem !important;
  line-height: 150% !important;
}
.wrapper {
  max-width: 1200px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}
.wrapper_flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.wrapper_wide {
  max-width: 78rem;
}
.wrapper_wide-l {
  max-width: 85rem;
}
.wrapper_wide_2 {
  /* max-width: 72rem; */
}
.inner {
  /* padding-top: 11.25rem; */
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.ticket-search {
  margin: auto;
  max-width: 740px;
}
.inner_faq .search {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.inner_faq .category-list-item-head .text{
  align-items: center;
}
#faq-back_button {
  margin-bottom: 2rem;
}
.inner__title {
  font-size: 2.5rem;
}
.icon-back {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #C0C8D2;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-back svg {
  width: 16px;
  height: 16px;
}
.back-bt:hover .icon-back {
  background-color: #F6F8F9;
}
.back-bt {
  color: #2C393F;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.hidden,
.hide {
  display: none;
}
.a-center {
  text-align: center;
}
#show{
  padding-top: 0;
}
#show .body-content a{
  color: #03A9F4;
}
@media(max-width: 1268px) {
  html {
    font-size: 14px;
  }
  /*.faq_category{*/
  /*  min-height: calc(114px + 64px - 25px) !important;*/
  /*}*/
}
@media(max-width: 823px) {
  .footer .wrapper {
    padding: 0;
  }
}
@media(max-width: 767px) {
  html {
    font-size: 14px;
  }
  /* .inner.legal_document {
      padding-top: 8.3rem;
  } */
  .inner__title {
    font-size: 1.5rem;
  }

  .inner_faq {
    padding-top: 32px;
  }

  .inner_faq .search {
    margin-top: 0;
    padding: 0;
  }

  .faq-title{
    font-size: 28px !important;
    line-height: 36px !important;
  }
  #faq-back_button{
    margin-bottom: 16px;
  }
  .inner_faq .search{
    margin-bottom: 32px;
  }
}
@media(max-width: 767px) {
  .isMenuOpened {
    overflow: hidden;
  }
  .wrapper {
    padding: 0 1rem;
  }
}
@media(max-width: 375px) {
  .inner_faq {
    padding-left: 0;
    padding-right: 0;
  }
  .inner_faq .wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }
  .faq-title {
    font-size: 28px !important;
  }
  #faq-back_button {
    margin-bottom: 16px;
  }
  .inner_faq .search {
    margin-bottom: 36px;
  }
  .inner_faq {
    padding-top: 6.7rem;
  }
  .inner_faq{
    padding-top: 32px;
  }
}

#toggleAuth {
  position: fixed;
  padding: 2rem;
  background-color: #000;
  border-radius: 1rem;
  color: #FFF;
  text-transform: uppercase;
  right: 1rem;
  bottom: 1rem;
  text-decoration: none;
}

/* custom search input | sidebar, news */
.custom-search {
  position: relative;
  width: 100%;
  height: 2.5rem;
}
.custom-search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  pointer-events: none;
  user-select: none;
  width: 1rem;
  height: 1rem;
}
.custom-search input {
  width: 100%;
  height: 100%;
  background: #F6F8F9;
  border-radius: 6rem;
  border: none;
  outline: none;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 1rem;
  padding-left: 2.8rem;
  box-sizing: border-box;
}

.custom-search input + *,
.custom-search input + *,
.custom-search input + * {
  color: #898A8D;
}
.custom-search input:hover + *,
.custom-search input:active + *,
.custom-search input:focus + * {
  color: #03A9F4;
}

form .error.error-text
{
  display: none;
  color: red;
  margin-top: 15px;
  position: relative;
  left: 1px;
}

/* ----------------------- */
.circle-fill, .circle-outline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.circle-fill::before, .circle-outline::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  margin-right: 0.5rem;
}
.circle-fill::before {
  background-color: #000;
  margin-top: 10px;
}
.circle-outline::before {
  border: 1px solid #000;
  margin-top: 9px;
}
.offset-xy {
  margin-left: 1rem !important;
  margin-top: 1rem !important;
}
.offset-y {
  margin-top: 1rem !important;
}
.static__table {
  border-collapse: collapse;
}
.static__table tbody > :first-child td {
  border-top: none;
}
.static__table tr, .static__table td {
  padding: 1rem;
}
.static__table td {
  border-top: 1px solid #000;
}
.static__table td:last-child {
  border-left: 1px solid #000;
}
.static__table td:first-child {
  word-break: break-all;
}
@media (max-width: 767px) {
  .static__table td:first-child {
    width: 100px;
  }
}

.d-none {
  display: none !important;
}

.text-center {
  text-align: center;
}
.text-bold {
  font-weight: bold;
}

.rtl {
  direction: rtl;
  unicode-bidi: plaintext;
}