.minimize-card{
    color: #8a93a2;
}

.c-dark-theme .minimize-card{
    color: #7267d3;
}

.c-card-header{
    border-bottom: none;
    padding: 25px 32px 25px;
}

.c-card-body{
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.breadcrumb {
    background-color: transparent !important;
}

.c-sidebar-nav-link, .c-sidebar-nav-dropdown-toggle {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.custom-file-label {
    color: #73818f;
    opacity: 1;
}

.card-header-action{
    cursor: pointer;
    pointer-events: auto;
}

.rm-flex{
    display: unset;
}

.c-dark-theme .c-header-nav .c-header-nav-btn {
    color: rgba(255,255,255,.9);
}

.smallalert{
    color:#fe5d70;
    font-weight:bold;
}


.alert-message{
    position: relative;
    color:#fe5d70;
    font-weight:600;
    margin-bottom: 1rem;
}


/* jalan jalan  */

@media (min-width: 1441px) {
    .browse-category .container {
      width: 1390px; } }
  
  @media (max-width: 991px) {
    .browse-category .container {
      width: 100%;
      padding: 0; } }
  
  .browse-category .browse-images {
    padding-bottom: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden; }
    .browse-category .browse-images li {
      margin: 0;
      padding: 0; }
    .browse-category .browse-images li {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 991px) {
        .browse-category .browse-images li {
          -webkit-box-flex: 0;
             -moz-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; }
          .browse-category .browse-images li:last-child {
            margin-top: -20%;
            -webkit-box-align: start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; }
            .browse-category .browse-images li:last-child > div {
              -webkit-transform: translateX(15vw);
                      transform: translateX(15vw); }
            .browse-category .browse-images li:last-child p {
              padding: 0 30px;
              margin-bottom: 30px; }
              .browse-category .browse-images li:last-child p img {
                right: 25px; } }
      .browse-category .browse-images li > div {
        width: 100%; }
      .browse-category .browse-images li p {
        font-family: "Requila";
        font-size: 50px;
        color: #000000;
        margin: 0;
        line-height: 0.9;
        margin-top: -25px;
        position: relative; }
        .browse-category .browse-images li p span {
          color: #b53030; }
        .browse-category .browse-images li p > img {
          position: absolute;
          right: 0;
          top: 45px; }
  
  .browse-category .category-lists {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 100px 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .browse-category .category-lists li {
      margin: 0;
      padding: 0; }
    @media (max-width: 991px) {
      .browse-category .category-lists {
        padding: 30px; } }
    @media (max-width: 767px) {
      .browse-category .category-lists li {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    .browse-category .category-lists li a {
      color: #000000;
      font-family: "Requila";
      font-size: 100px;
      line-height: 100px;
      text-decoration: none; }
      @media (min-width: 1441px) {
        .browse-category .category-lists li a {
          font-size: 120px;
          line-height: 120px; } }
      @media (max-width: 767px) {
        .browse-category .category-lists li a {
          font-size: 80px;
          line-height: 80px; } }
      @media (max-width: 320px) {
        .browse-category .category-lists li a {
          font-size: 70px; } }
      .browse-category .category-lists li a:hover {
        color: #b53030; }
    .browse-category .category-lists li:nth-child(even) {
      margin-top: 100px; }
      @media (min-width: 1441px) {
        .browse-category .category-lists li:nth-child(even) {
          margin-top: 120px; } }
      @media (max-width: 767px) {
        .browse-category .category-lists li:nth-child(even) {
          margin-top: 80px; } }
  
  .browse-category .text-divinder {
    padding: 0 30px;
    font-family: "Requila";
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center; }
    @media (max-width: 991px) {
      .browse-category .text-divinder {
        margin-bottom: 60px; } }
  
  .browse-category .browse-by-area {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .browse-category .browse-by-area li {
      margin: 0;
      padding: 0; }
    .browse-category .browse-by-area li {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
      @media (max-width: 1199px) {
        .browse-category .browse-by-area li {
          -webkit-box-flex: 0;
             -moz-box-flex: 0;
              -ms-flex: 0 0 33.333%;
                  flex: 0 0 33.333%;
          max-width: 33.333%; } }
      @media (max-width: 767px) {
        .browse-category .browse-by-area li {
          -webkit-box-flex: 0;
             -moz-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .browse-category .browse-by-area li a {
        display: block;
        position: relative;
        color: #ffd6c0;
        overflow: hidden; }
        .browse-category .browse-by-area li a img {
          -webkit-transition: 0.3s ease-in;
          transition: 0.3s ease-in; }
        .browse-category .browse-by-area li a:hover {
          color: #b53030; }
          .browse-category .browse-by-area li a:hover img {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
        .browse-category .browse-by-area li a h3 {
          position: absolute;
          font-family: "Requila";
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          margin: 0;
          font-size: 60px;
          padding: 15px;
          text-align: center;
          line-height: 0.9;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          @media (max-width: 767px) {
            .browse-category .browse-by-area li a h3 {
              font-size: 50px; } }
  