.ui-mobile {
  display: none;
}

/* ------------------------------ */
/* RESPONSIVE */
/* ------------------------------ */
@media (max-width: 991px) {
  body {
    font-family: poppins;
    background-color: #ddd;
  }

  ::-webkit-scrollbar-track {
    background-color: #d4d4d4;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #1a9b0057;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 10px;
  }

  /* TOP BAR */
  .top-bar {
    background-color: #fff;
    width: 100%;
    padding: 5px 10px 5px 10px;
  }

  .top-bar table {
    width: 100%;
  }

  .top-bar input {
    border: none;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #eaeaea;
    border: 1px solid #298a15;
    border-left: 0px;
    font-size: 14px;
    outline: none;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-left: -2px;
  }

  .top-bar button {
    border: none;
    padding: 8px;
    outline: none;
    margin-left: -8px;
    width: 100%;
    background-color: transparent;
  }

  .top-bar .td-search {
    width: 10px;
    color: #888;
  }

  .top-bar .bi-search {
    background-color: #eaeaea;
    border-bottom-left-radius: 5px;
    border: 1px solid #298a15;
    border-right: 0px;
    border-top-left-radius: 5px;
    float: left;
    padding: 6.5px;
  }

  .top-bar .bi-bag {
    font-size: 20px;
    color: #104006;
    float: right;
  }

  .top-bar span {
    font-size: 8px !important;
  }

  .search-top-bar {
    display: block;
    background-color: #eaeaea;
  }

  /* TOP BAR SEARCH*/
  .top-bar-search {
    background-color: #fff;
    width: 100%;
    padding: 5px 10px 5px 10px;
  }

  .top-bar-search table {
    width: 100%;
  }

  .top-bar-search input {
    border: none;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    border: 1px solid #104006;
    font-size: 14px;
    outline: none;
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    margin-left: -2px;
  }

  .top-bar-search button {
    border: none;
    padding: 8px;
    font-size: 15.5px;
    color: #fff;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #104006;
    margin-left: -8px;
    width: 100%;
  }

  .top-bar-search .td-back {
    width: 30px;
  }

  .top-bar-search .td-button {
    width: 50px;
  }

  .bi-arrow-left {
    font-size: 22px;
    margin-right: 10px;
    color: #104006;
    cursor: pointer;
  }

  /* list data search mobile */
  .list-data-search-mobile {
    background-color: #fff;
    max-height: 200px;
    overflow: auto;
  }

  .list-data-search-mobile a {
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }

  .data-search {
    margin-top: -30px;
  }

  /* Recomendation Searching */
  .recomendation-searching .col-6 {
    border: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .recomendation-searching a {
    text-decoration: none;
  }

  .recomendation-searching a:hover {
    background-color: #eee;
  }

  .recomendation-searching .col-6 img {
    width: 60px;
    float: left;
    margin-right: 10px;
  }


  /* CONTAINER */
  .container {
    margin-bottom: 100px;
    margin-top: 40px;
    padding: 10px !important;
  }

  .container .hero {
    margin-top: -40px;
  }

  /* Account */
  .account {
    margin: 15px;
    margin-top: -40px;
  }

  .account h5 {
    color: #bbb;
    margin-left: -10px;
    font-size: 11px;
  }

  .account h6 {
    color: #00292e;
    font-size: 13px;
    text-align: center;
  }

  .account .row {
    box-shadow: 1px 1px 10px #00292e;
    background-color: #003c44;
    border-radius: 5px;
    font-size: 14px;
    border-bottom: 0px;
    margin-bottom: 20px;
  }

  .account .row a {
    color: #00c0da;
    text-decoration: none;
    border-bottom: 1px solid #003238;
    padding: 10px;
  }

  .account .row a:hover {
    background-color: #003238;

  }

  .account .btn-logout {
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
  }

  .account .btn-logout a {
    background-color: #104006;
    border-radius: 5px;
    font-weight: bold;
    color: #003c44;
    text-transform: uppercase;
  }

  .account .btn-logout a:hover {
    background-color: #02d1ec;
  }

  .account .btn-logout i {
    float: none !important;
    display: inline-block;
    padding-left: 5px;
  }

  .account .row i {
    float: right;
  }

  /* header profile */
  .header-profile {
    color: #fff;
    padding: 30px 10px 40px 10px;
    background-color: #003c44;
  }

  .header-profile img {
    float: left;
    margin-right: 15px;
    width: 60px;
  }

  .header-profile h4 {
    font-size: 18px;
    text-transform: uppercase;
  }

  .header-profile span {
    margin-top: -10px;
    font-size: 14px;
    display: block;
  }

  /* Header */
  .header {
    z-index: 99;
    background-color: #eaeaea;
    box-shadow: 1px 1px 5px #aaa;
    box-sizing: border-box;
    top: 0;
    margin: auto;
    position: fixed;
    width: 600px;
    height: 50px;
    padding: 10px;
  }

  .header h5 {
    text-align: center;
    color: #fff;
    font-size: 16px;
  }

  .header img {
    width: 60px;
  }

  /* Previous */
  .previous {
    float: left;
  }

  .previous li {
    list-style: none;
  }

  .previous li a {
    font-size: 22px;
    cursor: pointer;
    color: #fff !important;
  }

  /* page title */
  .page-title {
    text-align: center;
    color: #fff;
  }


  /* Container Mobile */
  .container-mobile {
    max-width: 600px;
    height: 100%;
    position: fixed;
    background-color: #fff;
    margin: auto;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  /* card hero */
  .hero .card-body {
    background-color: transparent;
    padding: 0px;
  }

  .hero .card {
    background-color: #ddd !important;
    height: 100%;
  }

  .card-hero {
    color: #fff;
    border: none;
    height: 240px;
  }

  .card-hero .card-text {
    margin-top: 30px;
    font-size: 22px;
  }

  .card-hero small {
    display: block;
    margin-top: -15px;
  }

  .card-hero img {
    width: 100%;
    border-radius: 10px;
    height: 170px;
    object-fit: cover;
  }

  /* Card 2 */
  .card-menu2 {
    text-align: center;
    justify-content: center;
    margin: 20px auto;
  }

  .card-menu2 .col-md-3 {
    width: 100px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 5px 5px 5px;
    color: #fff;
    border-radius: 5px;
    background-color: #104006;
  }

  .card-menu2 .col-md-3:hover {
    background: linear-gradient(90deg, #02c7b7 0%, rgb(0, 156, 187) 100%);

  }

  /* QRCode */
  .qrcode-modul {
    text-align: center;
    justify-content: center;
  }

  .qrcode-modul h4 {
    margin-bottom: 10px;
    color: #fff;
  }

  .qrcode-modul img {
    width: 120px;

  }

  .qrcode-modul a {
    text-decoration: none;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
  }

  .qrcode-modul a:hover {
    color: #00e7d4;
  }


  /* Category product*/
  .category-product {
    padding-bottom: 50px;
  }

  .category-product h4 {
    color: #002f35;
    font-size: 18px;
  }

  .wrapper-category {
    max-height: 130px;
    display: flex;
    overflow-x: auto;
  }

  .wrapper-category::-webkit-scrollbar-track {
    background-color: #d4d4d4;
  }

  .wrapper-category::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
  }

  .wrapper-category::-webkit-scrollbar-thumb:hover {
    background: #1a9b0057;
  }

  .wrapper-category::-webkit-scrollbar {
    width: auto;
    height: 10px;
  }

  /* Wrapper-category */
  .wrapper-category .item-category {
    text-decoration: none;
    min-width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 1px #aaa;
    border-bottom: 3px solid #104006;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
    color: #134e07;
    align-items: center;
  }

  .wrapper-category .item-category h6 {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    color: #00c0b0;
    display: block;
    align-items: center;
  }

  .wrapper-category .item-category i {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    color: #104006;
  }

  .wrapper-category .item-category:hover {
    background-color: #eee;
    color: #104006;
  }


  /* Product */
  .product {
    padding-bottom: 20px;
  }

  .product table {
    margin-bottom: 5px;
    width: 100%;
  }

  .product table a {
    float: right;
    text-decoration: none;
  }

  .product table a:hover {
    background-color: #10400657;
    border-radius: 5px;
    color: #104006;
  }

  .product h4 {
    color: #104006;
    font-size: 18px;
  }

  .wrapper-product {
    height: 370px;
    display: flex;
    overflow-x: auto;
  }

  .wrapper-product img {
    height: 190px;
    object-fit: cover;
  }

  .wrapper-product::-webkit-scrollbar-track {
    background-color: #002f35;
  }

  .wrapper-product::-webkit-scrollbar-thumb {
    background: #007786;
    border-radius: 20px;
  }

  .wrapper-product::-webkit-scrollbar-thumb:hover {
    background: #016c7a;
  }

  .wrapper-product::-webkit-scrollbar {
    width: auto;
    height: 10px;
  }

  /* Wrapper-product */
  .wrapper-product .item-product {
    text-decoration: none;
    min-width: 170px;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    align-items: center;
  }

  .wrapper-product .item-product h6 {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    color: #00c0b0;
    display: block;
    align-items: center;
  }

  .wrapper-product .item-product a {
    text-align: left;
    text-decoration: none;
  }

  .wrapper-product .item-product i {
    font-size: 28px;
    display: block;
    margin-top: 15px;
    color: #00c0b0;
  }

  .wrapper-product .item-product .best-seller {
    background-color: #10400641;
    color: #104006;
    float: right;
    margin-right: -16px !important;
    text-align: center;
    width: 50%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: auto;
    display: block;
  }

  .wrapper-product .item-product .footer-card {
    margin-top: 10px;
    display: block;
  }

  .wrapper-product .item-product .card-body {
    min-height: 150px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .discount-price {
    color: #888;
    text-decoration: line-through;
  }

  .product .row .item-product-grid {
    margin-bottom: 20px;
  }

  .product .row .item-product-grid .card-body {
    min-height: 140px;
  }

  .product .row img {
    height: 270px;
    object-fit: cover;
  }

  .product .row a {
    text-decoration: none;
  }

  /* Show All */

  .show-all-product .card-body {
    max-width: 150px;
    min-width: 150px;
    height: 340px;
    text-align: center;
    color: #104006;
  }

  .show-all-product .card-body:hover {
    background-color: #eaeaea;
  }

  .show-all-product .card-body span {
    width: 100%;
    margin-top: 140px;
    display: inline-block;
  }

  .show-all-product .card-body .bi-chevron-right {
    border: 1px solid #104006;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }

  /* Searching */
  .search {
    text-align: center;
    color: #fff;
  }

  .search h4 {
    font-size: 16px;
  }

  .search table {
    width: 100%;
  }

  .search form input {
    width: 100%;
    outline: none;
    border: none;
    padding: 8px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .search form button {
    width: 100%;
    outline: none;
    background-color: #fff;
    color: #002f35;
    border: none;
    margin-left: -4px;
    padding: 8px;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  /* Count Searching */
  .count-search {
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
  }

  /* Empty Search */
  .empty-search {
    text-align: center;
    color: #fff;
    margin-top: 30px;
  }

  /* Result Searching */
  .result-searching {
    margin-top: 20px;
  }

  .result-searching li {
    list-style: none;
  }

  .result-searching li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    background-color: #007786;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
  }

  .result-searching li a:hover {
    background-color: rgb(0, 132, 150);
  }

  /* Videos */
  .videos {
    margin-bottom: 50px;
  }

  .videos iframe {
    background-color: #00292e;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .wrapper-videos {
    max-height: 200px;
    display: flex;
    overflow-x: auto;
  }

  .wrapper-videos iframe {
    margin-right: 10px;
    background-color: #00292e;
    border-radius: 10px;
  }

  /* More Section */
  .offcanvas {
    background-color: #eaeaea;
    max-width: 600px;
    border: none;
    margin: auto;
    height: 100% !important;
  }

  .materi {
    width: 100%;
    border-radius: 10px;
    margin: auto;
    background-color: #00292e;
  }

  .materi embed {
    height: 550px;
    width: 100%;
  }

  /* Quiz */
  .subjects a {
    background-color: #003c44;
    border: 1px solid #00c0b0;
    color: #00c0b0;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    width: 100%;
  }

  .subjects a:hover {
    background-color: #00363d;
  }

  .subjects span {
    float: right;
    font-size: 14px;
  }

  /* Soal */
  .data-siswa {
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
    color: #002f35;
    padding: 10px;
    font-size: 13px;
    background-color: #eaeaea;
  }

  .data-siswa table {
    width: 100%;
  }

  .data-siswa .label-data {
    width: 180px;
  }

  .soal {
    margin-bottom: 100px;
    font-size: 13px !important;
    color: #fff;
  }

  .soal img {
    width: 100px;
  }

  .soal table {
    width: 100%;
    display: block;
  }

  .soal table thead {
    width: 100%;
    display: block;
    border-radius: 5px;
    background-color: #003b42;
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 10px;
  }

  .soal table thead img {
    margin-left: 15px;
  }

  .soal table tbody {
    width: 92%;
    margin: auto;
    background-color: #003f47;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .soal table tbody tr {
    margin-bottom: 10px;
    display: block;
  }

  .soal table tbody label {
    min-width: 100px;
  }

  .soal table tbody span {
    font-size: 13px !important;
    float: left;
  }

  .soal table tbody td {
    font-size: 12px !important;
  }

  /* Jawaban */
  .jawaban {
    text-align: center;
  }

  .delete-jawaban {
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
  }

  .delete-jawaban a:hover {
    background-color: white;
    color: red;
    border: 1px solid red;
  }


  .btn-outline-light {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2px;
    border: none;
  }


  .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.918) !important;
    color: #000 !important;
  }

  /* .form-check-input:checked {
  border-color: rgb(8, 228, 45) !important;
  background-color: rgb(228, 8, 74) !important;
} */

  .soal table input {
    margin-right: 10px !important;
  }

  .button-soal {
    margin-top: 20px;
  }

  .button-soal button {
    border: none;
    background-color: #00c2b2;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
  }

  .button-soal button:hover {
    background-color: #00aa9c;
  }


  .baris-soal {
    background-color: #003c44;
    padding: 10px;
    box-sizing: border-box;
  }

  /* Bottom Bar */
  .bottom-bar {
    background-color: #fff;
    z-index: 99999;
    border-radius: 5px;
    box-sizing: border-box;
    bottom: 5px;
    position: fixed;
    width: 580px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .bottom-bar i {
    color: #104006;
  }

  .bottom-bar a {
    display: inline-block;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    color: #104006;
    text-decoration: none;
  }

  .bottom-bar a:hover {
    border-radius: 5px;
    background-color: #ddd;
  }

  /* Active Menu Bottom Bar */
  .active-bottom-bar {
    border-radius: 5px;
    background-color: #104006;
  }

  /* RESPONSIVE */
  @media (max-width: 991px) {

    /* Header */
    .header {
      width: 100%;
    }

    .bottom-bar {
      width: 100%;
      margin: 0;
      bottom: 0;
      border-radius: 0px;
    }

    .list-group-item.active {
      border-radius: 0px;
      background-color: #fff;
    }

    /* Card 2 */
    .card-menu2 .col-md-3 {
      width: 75px;
      padding: 8px;
      font-size: 12px;
    }

    /* Wrapper */
    .wrapper::-webkit-scrollbar {
      width: 0px;
    }

    .wrapper::-webkit-scrollbar-track {
      background-color: transparent;
    }

    .wrapper::-webkit-scrollbar-thumb {
      background-color: transparent;
      border: none;
    }

    .wrapper .item {
      text-decoration: none;
      min-width: 250px;

    }

    ::-webkit-scrollbar-track {
      background-color: transparent !important;
    }

    ::-webkit-scrollbar-thumb {
      background: transparent !important;
      border-radius: 0px !important;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: transparent !important;
    }

    ::-webkit-scrollbar {
      width: 0px !important;
      height: 0px !important;
    }

    /* Soal */
    .data-siswa {
      font-size: 12px;
    }

    .data-siswa .label-data {
      width: 0px;
    }

    .soal,
    .soal table label {
      font-size: 12px !important;
    }
  }

  .ui-desktop {
    display: none;
  }

  .ui-mobile {
    display: block;
  }
}