::-webkit-scrollbar {
  height: 5px !important;
}
::-webkit-scrollbar-thumb {
  background-color: #767676;
  border-radius: 6px;
}
/* Mobile (991px and down) */
@media only screen and (max-width: 991.9px) {
  .ex-page-bg {
    width: 100%;
    min-width: 320px !important;
    padding: 2rem 0.625rem;
    box-sizing: border-box;
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 64px,
      var(--primary-color) 800px
    );
  }
  .ex-container-content {
    padding-bottom: 2rem !important;
  }
  .ex-container-content {
    background-color: #fff;
    padding: 2rem 0.5rem;
    border-radius: 1rem;
    box-shadow: 0 -0.5rem 1.25rem #808b9933;
  }
  .lr-line {
    display: flex;
    flex-direction: column;
  }
  .out-line {
    padding: 1rem;
    border: 1px solid var(--text-color-supportingText);
    border-radius: 8px;
    position: relative;
  }
  .out-line > .title-wrap {
    width: 100%;
    display: flex;
  }
  .out-line > .title-wrap > .green-icon {
    width: 24px;
    height: 10px;
    flex-shrink: 0;
    background-color: var(--primary-color);
    border-radius: 5px;
    margin: 10px 10px 0 0;
  }
  .out-line > .title-wrap > .text {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    flex: 1;
  }
  .top-header-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .top-header-wrap > .switch-lang {
    text-align: right;
    margin-bottom: 1rem;
  }
}

/* Desktop (992px and up) */
@media only screen and (min-width: 992px) {
  .ex-page-bg {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 1rem;
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 64px,
      var(--primary-color) 800px
    );
  }
  .ex-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 60px;
    box-sizing: border-box;
  }
  /* .ex-container-content {
        padding-bottom: 200px;
    } */
  .ex-container-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0px -8px 20px 0px rgba(128, 139, 153, 0.2);
  }
  .lr-line {
    display: flex;
  }
  .lr-line > span:nth-child(2) {
    flex: 1;
    margin-left: 10px;
  }
  .out-line {
    padding: 2rem;
    border: 1px solid var(--text-color-supportingText);
    border-radius: 8px;
    position: relative;
  }
  .out-line > .title-wrap {
    width: 100%;
    display: flex;
  }
  .out-line > .title-wrap > .green-icon {
    width: 24px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 5px;
    margin: 10px 16px 0 0;
  }
  .out-line > .title-wrap > .text {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    flex: 1;
  }
  .top-header-wrap {
    display: flex;
    align-items: center;
  }
  .top-header-wrap > .header-text {
    flex: 1;
  }
}

.logo-img {
  display: block;
  margin: 0 auto;
}
.lang-active {
  color: var(--primary-color);
  text-decoration: none !important;
}
.blue-link {
  color: -webkit-link;
}
/* .screen-min-width {
    min-width: calc(320px - 70px);
} */
.break-all {
  word-break: break-all;
}

.color-005500 {
  color: #005500;
}

.link-highlight:hover {
  cursor: pointer;
  color: #ff6600;
  text-decoration: underline;
}

.disableLink {
  pointer-events: none;
  cursor: default;
  color: #636470;
}
