/*! Admin */
.bg-navbarg {
    background-color: #60D05E;
}

.rounded-nav {
    border: 2px;
    border-radius: 25px;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #60D05E;
    border: #60D05E;
}

.bg-dashboard {
    background-image: url("/assets/img/dashboard-header.png");
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 50px;
}

.dropdown-item.active, .dropdown-item:active {
    color: gray;
    text-decoration: none;
    background-color: #fff;
  }

.bg-dashboard h2 {
    margin: 15px;
    color: #fff;
    font-weight: bold;
}

.sidebar.toggled {
    overflow: hidden;
    width: 0rem !important;
}

.text-grocetaria {
    color: #60D05E;
}

.btn-gro {
    background-color: #60D05E;
    color:#fff;
}

/*! Utama */
.breadcrumb{
    background-image: url("/assets/img/breadcrumb.png");
    height: 500px;
    background-size: cover;
}

.breadcrumb .row{
    padding: 150px 0px 150px 200px;
}

.grotitle{
    margin: 100px 0px 10px 150px;
}

@media only screen and (max-width: 500px) {
    .breadcrumb .row{
        padding: 150px 0px 150px 100px;
    }

    .grotitle{
        margin: 150px 0px 10px 125px;
    }
}

.breadcrumb{
    background-image: url("/assets/img/beranda-3.png");
    height: 525px;
    background-size: cover;
}


/*! Upload File */
.box {
    position: relative;
    background: #ffffff;
    width: 100%;
  }
  .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
  }
  .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
  }
  .dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
  }
  .dropzone,
  .dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
  }
  .dropzone-wrapper:hover,
  .dropzone-wrapper.dragover {
    background: #ecf0f5;
  }
  .preview-zone {
    text-align: center;
  }
  .preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
  }