@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


.breadcrumb__wrap-grid-play {

}
.breadcrumb__item-grid-play {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    color: #ff7f8c;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px
}

.breadcrumb__item-grid-play:after {
    content: ' > ';
    color: black;
}

.breadcrumb__item-grid-play:last-child:after {
    content: ''
}
.breadcrumb__item-grid-play:last-child {
    color: black;
}

.play-content-wrapper-latest {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0;
}
.play-content-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 20px 0;
}
.play-content .title {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0;
}
.play-content img {
    border-radius: 5px;
    width: 100%;
}
.play-content .play-content-image {
    height: 243px;
}
.play-content .play-content-image img {
    width: 100%;
    border-radius: 5px;
}
.play-content .description {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
}
.play-content .date {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 12px;
    color: gray;
}


.read__title-grid-play h1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 38px;
    margin: 10px 0;
}

.kuis-wrapper {
    border: 1px solid rgb(196, 195, 195);
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 40px;
}
.kuis-image{
  width: 100%;
}

.kuis-description {
    padding: 20px;
}
.kuis-description ol {
    list-style: decimal !important;
    padding: 0 16px;
}
.kuis-description ol li {
    margin-bottom: 5px !important;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 14px;
}
.kuis-description .kuis-agree {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 12px;
    color: gray;
    margin-top: 20px;
}

.kuis-description-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.kuis-description-wrapper h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
}
.kuis-description-wrapper button {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    padding: 5px 15px;
    border: none;
    background: #00bbf9;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
.kuis-description-wrapper button:hover {
    background: blue;
    color: white !important;
    transition: background 0.5s ease;
}
.kuis-description-wrapper button a:hover {
    color: white !important;
}

.question-kuis-wrapper {
    margin:60px 0 40px 0;
}
.question-kuis-wrapper h1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;
}

.question-kuis {
    margin-bottom: 20px;
}
.question-kuis h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.question-kuis ol {
    list-style: decimal !important;
    padding: 0 16px;
}
.question-kuis ol li {
    margin-bottom: 10px !important;
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 16px;
}


.tts__body {
    width: 100%;
    height: 100%; }
  
  .ecw-answerbox {
    padding: 25px 20px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #DFDFDF; }
  
  .ecw-box {
    border-style: solid;
    border-width: 1pt;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    text-align: center;
    min-width: 30px; }
  
  .ecw-boxcheated_sel {
    background-color: #FFF1D7;
    border-color: #C00000;
    color: #2080D0; }
  
  .ecw-boxcheated_unsel {
    background-color: #ffffff;
    border-color: #606060;
    color: #2080D0; }
  
  .ecw-boxerror_sel {
    background-color: #FFF1D7;
    border-color: #c5c5c5;
    color: #BF0000; }
  
  .ecw-boxerror_unsel {
    background-color: #FFF0F0;
    border-color: #c5c5c5;
    color: #BF0000; }
  
  .ecw-boxnormal_sel {
    background-color: #abd9ff;
    border-color: #c5c5c5;
    color: #000000; }
  
  .ecw-boxnormal_unsel {
    background-color: #ffffff;
    border-color: #c5c5c5;
    color: #000000;
    font-family: 'Poppins';
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  
  .ecw-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #fff;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3ca5dd;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .ecw-button[disabled="disabled"] {
      cursor: not-allowed;
      color: #b7b7b7; }
  
  .ecw-cluebox {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 16px; 
    font-family: 'Poppins';
}
.ecw-input.form__input {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #3CA5DD;
    font-size: 13px; }
    .ecw-input.form__input:focus {
      outline: 0;
      border: 2px solid #3CA5DD;
      -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
  
  
  .ecw-crosswordarea {
    position: relative;
    background-color: #c5c5c5;
    padding: 20px 10px 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  
  .ecw-copyright {
    margin-bottom: 1em;
    font-size: x-small; }
  
  .ecw-wordlabel {
    text-transform: uppercase;
    margin: 0; }
  
  .ecw-wordinfo {
    font-family: 'Poppins';
    font-size: 14px;
    color: #808080; 
}
  
  .ecw-worderror {
    color: #c00000;
    display: none;
    margin: 0 0 15px;
    font-size: 13px; }
  
  .ecw-row {
    position: relative;
    width: 85%;
    margin: 0 auto; }
  
  .ecw-right {
    text-align: right; }
  
  #wordentry {
    margin: 0 auto 10px; }
  
  #crossword {
    margin: 0 auto; }
  
  #answerbox {
    text-align: center; }
  
  #congratulations {
    text-align: center; }
    #congratulations h3 {
      font-size: 20px;
      font-weight: 700; }
    #congratulations a {
      margin-top: 10px; }
  
  #checkbutton {
    display: none;
    margin: 10px auto;
    text-transform: uppercase; }
  
  #okbutton {
    padding-left: 5px; }
  
  #sendanswers {
    margin-top: 10px;
    width: 100%;
    font-size: 14px; }
  
  #sendanswers .btn {
    margin-top: 10px;
    text-transform: uppercase; }
  
  .form__finish {
    top: 40%;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
    padding: 35px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    background: #fff;
    display: none; }
  
  .form__finish.show {
    display: block; }
  
  .form__finish form input {
    width: 85%; }
  
  .form__finish form input[type=submit] {
    background-color: #416635;
    padding: 10px;
    margin-top: 20px; }
  
  .form__finish .form__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    cursor: pointer; }
  
  .form__thanks,
  .form__close {
    display: none; }
  
  .form__thanks.show,
  .form__close.show {
    display: block; }
  
  .main__tts {
    background-image: url(../images/tts-bg.jpg);
    background-position: center 85px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; }
  
  .main__tts .backTo__wrap a,
  .main__tts .subtitle,
  .main__tts .btnShare,
  .main__tts .tts__title {
    color: #fff !important; }
  
  .main__tts .main__page__detail__gamification {
    margin-bottom: 30px; }
  
  .tts--leaderboard {
    max-width: 720px;
    margin: 0 auto; }
  
  .tts--leaderboard h3 {
    margin-bottom: 10px; }
  
  .tts--leaderboard table tr {
    background: #fff; }
  
  .tts--leaderboard table tr td:nth-child(1), .tts--leaderboard table tr th:nth-child(1) {
    width: 80%;
    text-align: inherit; }
  
  .tts--leaderboard table tr td:nth-child(2), .tts--leaderboard table tr th:nth-child(2) {
    text-align: right; }
  

    #checkanswer {
        display: none;
        font-size: 14px; }
      
      .tts__info {
          font-family: 'Poppins';
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        /* NEW, Spec - Firefox, Chrome, Opera */ }
        .tts__info > * {
          flex-grow: 0; }
      
      .tts__right {
        padding-left: 20px; }
      
      .tts__howto {
        flex-grow: 1; }
      
      .tts__discl {
        position: relative;
        padding-top: 20px;
        margin: 5px 0;
        color: #989898;
        font-size: 12px; }
      
      .tts__unstart {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.75); }
        .tts__unstart:after {
          content: attr(data-count);
          position: absolute;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          /* IE 9 */
          -webkit-transform: translate(-50%, -50%);
          /* Safari */
          transform: translate(-50%, -50%);
          font-size: 70px;
          font-weight: 700;
          line-height: 1;
          color: #fff; }
      
      .tts__timer {
        position: relative;
        display: none; }
        .tts__timer__wrap {
          position: absolute;
          right: 10px;
          bottom: 10px;
          z-index: 1;
          color: #000;
          background: #fff;
          padding: 10px;
          min-width: 125px; }
      
      .tts__table {
        position: relative;
        margin: 0 auto;
        width: auto; }
      
      .tts__row {
        position: relative;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        /* NEW, Spec - Firefox, Chrome, Opera */
        justify-content: center; }
        .tts__row > div {
          position: relative;
          width: 30px;
          height: 30px;
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6, BB7 */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
          display: flex;
          /* NEW, Spec - Firefox, Chrome, Opera */
          align-items: center;
          justify-content: center; }
        .tts__row .ecw-box:before {
          content: attr(data-num);
          position: absolute;
          top: 1px;
          left: 1px;
          pointer-events: none;
          font-size: .6em;
          color: #e40000; }
        .tts__row .ecw-box {
          border-left-width: 0px;
          border-top-width: 0px;
          border-right-width: 1px;
          border-bottom-width: 1px; }
      
      .ecw-crosswordarea table td {
        position: relative; }
        .ecw-crosswordarea table td span {
          position: absolute;
          font-size: .6em;
          left: 1px;
          top: 1px; }


          .read__content h2 {
            margin-bottom: 20px;
            font-family: 'Poppins';
        
        }
        .read__content h3 {
            margin-bottom: 10px;
            font-family: 'Poppins';
        
        }
        .read__content ol {
            list-style: decimal;
            font-family: 'Poppins';
            padding-left: 16px;
        }
        .read__content ol li {
            margin-bottom: 10px;
        }
        .read__content ol li:last-child {
            margin-bottom: 20px;
        }
        

        .info__button {
          display: inline-block;
          color: #fff !important;
          cursor: pointer;
          padding: 10px 15px;
          font-family: 'Poppins';
          font-weight: 600;
          font-size: 14px;
          line-height: 1.3;
          text-transform: uppercase;
          border-radius: 5px;
          background: #357DFD;
          border: 1px solid #357DFD; }
          .info__button:hover {
            background: #1c6dfd;
            border: 1px solid #1c6dfd; }


          .kuis-description-wrapper-radio {
              display: block;
              align-items: center;
              margin: 40px  auto;
              text-align: center;
              width: fit-content;
          }
          .kuis-description-wrapper-radio h3 {
              font-family: 'Poppins';
              font-weight: 600;
              font-size: 18px;
              width: fit-content;
              margin-bottom: 10px;
          }
          .kuis-description-wrapper-radio button {
              font-family: 'Poppins';
              font-weight: 500;
              font-size: 14px;
              padding: 5px 20px;
              border: none;
              background: #00bbf9;
              color: white;
              border-radius: 5px;
              text-transform: uppercase;
              cursor: pointer;
              width: fit-content;
          }
          .kuis-description-wrapper-radio button:hover {
              background: blue;
              color: white !important;
              transition: background 0.5s ease;
          }
          .kuis-description-wrapper-radio button a:hover {
              color: white !important;
          }
          .kuis-description-radio h5 {
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 20px;
            width: fit-content;
            margin-bottom: 10px;
          }
          .kuis-description-radio h5 {
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 20px;
            width: fit-content;
            margin-bottom: 10px;
          }
          .kuis-description-radio ol {
            list-style: decimal !important;
            padding: 0 16px;
        }
        .kuis-description-radio ol li {
            margin-bottom: 5px !important;
            font-family: 'Poppins';
            font-weight: normal;
            font-size: 16px;
        }
        .kuis-description-radio ol li span {
            font-weight: bold;
        }
        .kuis-description-radio .kuis-agree {
          margin-bottom: 5px !important;
          font-family: 'Poppins';
          font-weight: normal;
          font-size: 14px;
        }

        .photo__item {
          width: 100%;
          position: relative;
          margin-bottom: 40px;
        }

         .kuisForm {
          padding: 0;
          list-style: none;
        }
         .kuisForm li:first-child {
          margin-top: 0;
        }
         .kuisForm li {
          margin: 12px 0;
          padding: 5px 0;
          border: 0.5px solid #333;
          border-radius: 6px;
          list-style: none;
        }
         .kuisForm li.highlight {
           border:  0.5px solid #0075ff !important;
        }
        .kuisForm li label {
            color: #000;
            font-size: 16px;
            cursor: pointer;
            display: inline-block;
            width: 100%;
            font-family: 'Poppins';
            font-weight: 600;
        }
        .kuisForm li input {
          margin-right: 12px;
          margin-left: 12px;
          cursor: pointer;
        }
        .kuisButton {
          background-color: #ccc;
          color: #fff;
          border: none;
          border-radius: 6px;
          padding: 8px 24px;
          box-sizing: border-box;
          margin: 0 0 12px;
          cursor: pointer;
          line-height: normal;
          font-size: 14px;
          font-weight: bold;
          font-family: 'Poppins';
        }
        .kuisButton.highlight {
          background: #0075ff;
        }
        .kuisButton:hover {
          background-color: #ccc;
          color: #fff !important;
        }

        .artikel-petunjuk-wrapper {
          margin-top: 80px;
        }
        .artikel-petunjuk-wrapper .title-default {
          font-family: "Poppins";
          font-weight: 600;
          font-size: 24px;
          color: #ef3e6f;
        }
        .news-petunjuk {
          display: flex;
          font-family: 'Poppins';
          margin-top: 20px;
        }
        .img-wrapper {
          width: 220px;
          height: 140px;
          float: left;
          overflow: hidden;
          margin-right: 20px;
        }
        .img-wrapper img {
          width: 100%;
        }
        .petunjuk-details {
          display: block;
        }
        .petunjuk-details .category {
          color: #ef3e6f;
          font-size: 14px;
          cursor: pointer;
        }
        .petunjuk-details .title h3 {
          font-size: 18px;
          color: black;
          margin-bottom: 10px;
          cursor: pointer;
        }
        .petunjuk-details .date-petunjuk {
          font-size: 12px;
          color: gray;
        }
        .tags-kuis {
          position: relative;
          padding: 0px 0 0 50px;
          margin: 20px 0 0 5px;
          display: block;
          font-family: 'Rubik', sans-serif;
        }
        .tags-kuis::before {
          content: attr(data-tag);
          position: absolute;
          left: 0px;
          top: 20px;
          color: #777;
          font-size: 16px;
          font-weight: 500;
        }
        .tags-kuis li {
          background-color: #ef3e6f;
          display: inline-block;
          list-style: none;
          margin: 0 5px 5px 0;
          padding: 5px 10px;
          float: left;
          border-radius: 5px;

        }
        .tags-kuis li .tags__title {
          font-family: "Poppins";
          color: white ;
          font-weight: 600;
        }
        .kuisThanks {
          padding: 30px 0 40px;
          margin: 10px 0;
          text-align: center;
          font-family: 'Poppins';
        }
        .kuisThanks__img {
          margin-bottom: 10px;
        }
        .kuisAction {
          text-align: center;
          margin-bottom: 40px;
        }
        .kuisButtonOutline {
          display: inline-block;
          background-color: transparent;
          border: 1px solid #0075ff;
          color: #0075ff;
          font-weight: 700;
          line-height: unset;
          margin: 0 8px 12px;
          padding: 8px 15px;
          border-radius: 5px;
        }
        .kuisSkor__title {
          font-size: 18px;
          font-weight: 500;
          font-family: 'Poppins';
          text-align: center;
          margin-bottom: 20px;
        }
        .kuisSkor {
          width: 100%;
          text-align: left;
          counter-reset: a -1;
          font-size: 12px;
          font-family: Poppins,sans-serif;
          border-collapse: collapse;
          margin-bottom: 20px;
        }
        .kuisSkor tr:first-child {
          background-color: #f2f2f2;
          font-size: 12px;
          font-family: 'Poppins';
        }
        .kuisSkor tr th:first-child {
          width: 20%;
          text-align: right;
        }
        .kuisSkor tr {
          counter-increment: a;
          border-bottom: 2px solid #f2f2f2;
        }
        .kuisSkor tr td:first-child {
          padding-right: 5%;
        }
        .kuisSkor tr td:first-child:after {
          padding-left: 15px;
          content: counter(a) "";
          display: inline-block;
          width: 19px;
        }
        .kuisSkor tr td:nth-child(2), .kuisSkor tr th:nth-child(2) {
          padding-left: 12%;
          width: 60%;
        }
        .kuisSkor tr td:nth-child(3), .kuisSkor tr th:nth-child(3) {
          width: 18%;
        }
        .kuisSkor tr td, .kuisSkor tr th {
          padding: 10px;
        }
        .kuisActionSkor {
          display: flex;
          justify-content: space-between;
        }
        .kuisButtonOutlineSkor {
          display: inline-block;
          background-color: transparent;
          border: 1px solid #0075ff;
          color: #0075ff;
          font-weight: 700;
          line-height: unset;
          margin: 0 0px 18px;
          padding: 5px 15px;
          border-radius: 3px;
          font-size: 12px;
        }

        /* countdown view */
        .kuisWait {
          padding: 30px 0 40px;
          margin: 100px 0;
          text-align: center; 
        }.kuisWait p {
          font-family: 'Poppins';
          font-size: 16px;
          margin-bottom: 20px;
        }
        .kuisWait__hourglass {
          animation-duration: 8s;
          animation-iteration-count: infinite;
          animation-timing-function: ease-in-out;
          transform-origin: 50% 50%;
          animation-name: hourglass; 
        }
        @keyframes hourglass {
          0% {
            transform: rotate(0deg); }
          100% {
            transform: rotate(900deg); } 
        }

        .info__push {
          background: #ecf3ff;
          border: 1px solid #ecf3ff;
          border-radius: 5px;
          color: #000;
          font-family: 'Poppins';
        }
        .info__push__header {
          position: relative;
          padding: 12px 20px;
          margin: 0;
          position: relative;
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: center;
        }
        .info__push__img {
          position: relative;
          margin-right: 25px;
          flex-grow: 0;
        }
        .info__push__img img {
            width: 90px;
        }
        .info__push__content {
          position: relative;
          flex-grow: 1;
          margin-top: 15px;
        }
        .info__push h3 {
          font-size: 20px;
          font-weight: 700;
        }
        .info__push p {
            font-size: 16px;
            margin-top: 0;
        }
        .info__push .push-btn {
          float: right;
          padding: 0 5px;
          border: 1px solid;
          border-radius: 6px;
          padding: 4px 15px;
          margin-left: 5px;
      }
      .info__push a {
        color: #00bbf9;
        font-weight: 700;
      }

      .info__push__popup {
        display: none;
        animation: fadeEffect .5s;
        background-color: rgba(112, 112, 112, 0.6);
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 100;
        top: 0;
        left: 0;
        text-align: center;
        margin: auto;
        color: #000;
      }
      .info__push__popup_wrapper {
        position: relative;
        margin: 5% auto;
        width: 470px;
        padding: 12px;
        background-color: #fff;
        border-radius: 10px;
        font-family: 'Poppins';
      }
      .info__push__popup_header {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 5px;
      }
      .info__push__popupClose {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
      }
      .info__push__popup_headerIcon {
        width: 25%;
        float: left;
        box-sizing: border-box;
      }
      .info__push__popup_headerText {
        text-align: left;
        width: 75%;
        float: right;
        box-sizing: border-box;
        padding: 5px 20px;
      }
      .info__push__popup_headerText h4 {
        font-size: 23px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 0;
      }
      .info__push__popup_headerText p {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
      }
      .info__push__popup_content {
        float: left;
        width: 100%;
        margin: 10px 0;
        padding: 10px 20px;
        text-align: left;
      }
      .info__push__popup_footer {
        padding: 0 20px;
        text-align: left;
        width: 100%;
      }
      .info__push__popup_footer p {
        font-size: 15px;
      }



.survei {
  padding: 0 16%;
  margin-top: 40px;
}
.survei-description {
  padding: 50px 25px;
  font-family: 'Poppins';
}
.survei-description h1 {
  font-size: 20px;   
}
.survei-description p {
  font-size: 16px;
}
.survei-description hr {
  margin-bottom: 1.2em;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
.survei-description h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.survei-description ul {
  /* list-style: decimal !important; */
  padding: 0 16px;
  list-style: none;
}
.bold {
  font-weight: bold;
}
.survei-description .syarat-ketentuan {
  font-size: 16px;
  text-decoration: underline;
  margin: 10px 0;
  font-weight: 600;
}
.survei-description .survei-agree {
  font-size: 12px;
  margin: 0 ;
}
.survei-description ul li::before {
  content: "\2022";
  color: #00bbf9;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.button-survei-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.button-survei-wrapper .button-survei {
  background: #00bbf9;
  color: white;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.button-survei-wrapper .button-survei a:hover {
  color: white !important;
}