/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */
body {
  font-family: "Poppins" !important;
  letter-spacing: 0.01em;
  max-width: 1400px;
  margin: auto !important;
}

.main-sidebar {
  left: auto !important;
}

.badge-custom {
  background-color: #a4c617;
  color: #fff !important;
  vertical-align: middle;
  padding: 10px 18px;
  font-weight: 300;
  letter-spacing: 0.3px;
  border-radius: 30px !important;
  font-size: 14px;
  white-space: nowrap;
}

.badge-custom:hover {
  background-color: #a4c617 !important;
  cursor: pointer;
}

.btn-custom {
  background-color: #a4c617;
  color: black;
  vertical-align: middle;
  padding: 10px 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  /* border-radius: 30px; */
  font-size: 12px;
  white-space: nowrap;
}

.button-no {
  width: 80px !important;
  font-size: 14px;
  border-radius: 50px !important;
  padding: 0.5rem 2rem;
}

.button-yes {
  width: 80px !important;
  font-size: 14px;
  color: white;
  border-radius: 50px !important;
}

button.btn-custom.button-yes:hover {
  background-color: #a4c617 !important;
}

.status-active {
  margin-left: auto;
  border-radius: 30px;
  background-color: #eff5da;
  color: #a4c617;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-weight: 800;
}

.status-nonactive {
  margin-left: auto;
  border-radius: 30px;
  background-color: rgb(245, 218, 218);
  color: red;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-weight: 800;
}

.status-light {
  margin-left: auto;
  border-radius: 30px;
  background-color: #f0f0f0;
  color: #707070;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-weight: 800;
}

.status-process {
  margin-left: auto;
  border-radius: 30px;
  background-color: #FEF1E9;
  color: #F5762A;
  border: 1px solid transparent;
  padding: 5px 15px;
  font-weight: 800;
}

.status-active:hover,
.status-nonactive:hover,
.status-light:hover,
.status-process:hover {
  cursor: pointer;
}

.searchbar {
  /* margin-top: 2%; */
  height: 40px;
  background-color: white;
  border-radius: 30px;
  padding: 10px;
}

.searchbar:hover {
  background-color: #f5f9e6;
}

.search_input {
  /* color: white; */
  color: black;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  /* line-height: 40px; */
  transition: width 0.4s linear;
}

.searchbar:hover>.search_input {
  padding: 0px 10px;
  width: 200px;
  transition: width 0.4s linear;
  color: black;
}

.searchbar:hover>.search_icon {
  /* background: white; */
  color: #a4c617;
}

.search_input:not(:placeholder-shown) {
  width: 200px;
}

.search_icon {
  height: 20px;
  width: 25px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #a4c617 !important;
}

label.error {
  color: red !important;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}

input.error {
  border: 1px solid red;
  font-weight: 300;
  color: red;
}

label {
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

label span {
  font-size: 1rem;
}

.ellipsis-custom {
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  padding: 5px;
  color: black;
}

.color-theme {
  color: #A4C617;
}

#circle {
  background: #A4C617;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px
}

.select2-results ul {
  display: grid;
}

/* BUTTON PERSETUJUAN */
.persetujuan-button-yes,
.persetujuan-button-no {
  font-size: 14px;
  border-radius: 50px;
  padding: 0.5rem 2rem;
}

button.btn-custom.persetujuan-button-yes {
  color: white;
}

button.btn-custom.persetujuan-button-yes:hover {
  background-color: #a4c617 !important;
}

button.btn-custom.persetujuan-button-yes:active,
button.btn-custom.persetujuan-button-yes:focus {
  background-color: #a4c617 !important;
}

button.btn-outline-dark.persetujuan-button-no {
  color: #707070 !important;
  border-color: #707070 !important;
}

button.btn.btn-outline-dark.persetujuan-button-no:hover {
  border-color: #707070 !important;
  background-color: inherit !important;
  color: #707070 !important;
}

button.btn.btn-outline-dark.persetujuan-button-no:active,
button.btn.btn-outline-dark.persetujuan-button-no:focus {
  background-color: inherit !important;
  color: #707070 !important;
  border-color: #707070 !important;
}

/* .btn:not(.btn-social):not(.btn-social-icon):active, .btn:not(.btn-social):not(.btn-social-icon):focus{
  background-color: inherit !important;
} */
/* BUTTON PERSETUJUAN */

/* delete */
.swal-title {
  text-align: left;
  padding: 10px 25px;
  font-size: 18px;
}

.swal-text {
  text-align: left !important;
  font-size: 14px;
  display: block;
  padding: 0px 25px;
}

.swal-footer {
  text-align: right !important;
  padding: 10px 25px;
}

.swal-button.swal-button--confirm {
  background-color: #e64942 !important;
}

.swal-button.swal-button--cancel {
  background-color: transparent;
  border: 1px solid #ADAFAC;
  color: #ADAFAC;
}

/* delete */

.section {
  margin-top: 0px;
}

.main-content .section .section-header {
  padding: 10px;
}

.section>.section-header>h1 {
  color: #707070 !important;
  font-size: 32px !important;
}

.section-header,
.section-body>.card {
  box-shadow: none !important;
}

/* DATATABLE */
.dataTable>thead>tr>th[class*="sort"]:after,
.dataTable>thead>tr>th[class*="sort"]:before {
  content: "" !important;
}

td {
  border-bottom: 1px solid #EFEFEE !important;
}

.dataTable tr th {
  background-color: white !important;
  color: #707070 !important;
  font-weight: 300;
}

table td {
  vertical-align: middle !important;
}

/* DATATABLE */



/* BERANDA SUPERADMIN*/
.main-content {
  padding: 0px 0px 0px 280px !important;
  width: 98% !important;
}

.main-footer {
  margin-top: 0px !important;
}

.card-welcome-child {
  background-color: #F1F7DC;
  padding: 25px;
  position: relative;
  z-index: -1;
  margin-bottom: 50px;
  border-radius: 10px;
}

.card-welcome-parent {
  padding-top: 25px;
  background-image: url("/assets/img/agrico/Group 10187.png");
  background-repeat: no-repeat;
  background-position: bottom 0px right 0px;
  z-index: 1;
}

.card-welcome-message {
  letter-spacing: 2px;
  font-size: 16px;
}

.col-sm-3.line-right,
.col-sm-4.line-right {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-right-color: #ced6d1;
}

.beranda-count b {
  font-size: 16px;
}

.col-sm-3.beranda-count {
  padding-left: 50px;
}

.beranda-count-angka {
  margin-top: 10px;
}

.col-sm-3.beranda-count:nth-child(1) {
  padding-left: 40px;
}

.col-12.beranda-link-title {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 19px;
}

.beranda-link-item i {
  font-size: 22px;
  margin-right: 10px;
  color: #6DAB28;
}

.beranda-link-item b {
  font-size: 16px;
  color: #707070;
}

.beranda-link-item {
  border-radius: 20px;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.beranda-link-item:hover {
  background-color: #EFF5DA;
}

.col-md-4.beranda-right-side {
  margin: 20px 0px 30px 0px;
}

.card.card-list-right-side {
  background-color: #FAFBF7;
  padding: 10px 20px;
  margin-top: 30px;
}

.card.card-list-right-side-failed {
  background-color: #FFF5F5;
}

.right-side-detail {
  margin-top: 5px;
}

.right-side-top-left-child {
  margin: 0px 10px;
  color: #90918F;
}

.right-side-list-top-left,
.right-side-secondline {
  padding: 0px 20px;
}

.right-side-secondline label {
  font-weight: 500;
}

.right-side-secondline .status-light,
.list-pickup-secondline .status-nonactive {
  padding: 5px 15px;
  position: absolute;
  margin-top: 5px;
  right: 10px;
  cursor: default;
}

.right-side-success-theme {
  color: #6DAB28;
}

.right-side-failed-theme {
  color: #F52221;
}

/* BERANDA SUPERADMIN*/

/* BERANDA MARKETING */
.chart-canvas {
  margin-top: 30px;
}

.col-sm-4.beranda-count.line-right {
  padding-left: 40px;
}

/* BERANDA MARKETING */

/* BERANDA SPV */
.col-12.beranda-title {
  padding-left: 40px;
  margin-bottom: 20px;
}

.card-custom {
  padding: 20px;
  border-radius: 10px;
}

.card-list-produk {
  background-color: #FAFBF7;
  padding: 10px;
  margin-top: 30px;
}

.card-list-produk img,
.pengajuan-diskon-list img {
  width: 40px;
  height: 40px;
  margin-top: 7px;
}

.col-sm-9.list-produk-detail {
  margin-top: 5px;
}

.col-8.list-produk-nama {
  padding: 0px;
}

.list-produk-harga {
  margin: 5px 0px;
  color: #90918F;
  font-weight: 500;
}

#pengajuan-diskon-nama {
  margin: 5px 0px 0px 0px;
}

#pengajuan-diskon-potongan {
  margin: 5px 0px;
  color: #ADAFAC;
}

.pengajuan-diskon-total {
  color: #6DAB28;
  text-align: center;
}

.card.card-pengajuan-diskon-total {
  border-radius: 50px;
  background-color: #FAFBF7;
  padding: 10px;
  margin: 10px !important;
}

.pengajuan-diskon-list-detail {
  padding: 0px;
}

.pengajuan-diskon-list-detail:nth-child(3) {
  text-align: right;
}

.row.order-history div p {
  margin-bottom: 0px;
}

/* BERANDA SPV */

/* MODAL BERANDA MANAGER */
.form-group.persetujuan {
  margin-bottom: 0px;
}

.form-group.persetujuan label {
  margin-top: 0px;
  font-size: 14px;
}

.col-form-label {
  margin-top: 0px;
}

.modal-body {
  margin-top: 10px;
}

.persetujuan label:nth-child(3) {
  margin-left: 35px;
}

label.persetujuan-label {
  color: #ADAFAC !important;
}

.persetujuan input {
  text-align: right;
  font-weight: bold;
}

.persetujuan input#totalHarga {
  color: #8DBD58;
}

.persetujuan img {
  width: 40px;
  height: 40px;
}

.modal-footer {
  padding: 0px;
}

/* MODAL BERANDA MANAGER */

/* BERANDA WAREHOUSE */
.card.card-custom.card-list-pickup {
  background-color: #FAFBF7;
  padding: 10px;
  margin-top: 30px;
}

.card-list-pickup img,
.pengajuan-diskon-list img {
  width: 40px;
  height: 40px;
  margin-top: 7px;
}

.list-pickup-detail {
  margin-top: 5px;
}

.list-pickup-nopol {
  margin: 10px;
  color: #90918F;
}

.list-pickup-nodo,
.list-pickup-secondline {
  padding: 0px 20px;
}

.list-pickup-secondline .status-light,
.list-pickup-secondline .status-process,
.list-pickup-secondline .status-process {
  padding: 5px 15px;
  position: absolute;
  margin-top: 5px;
  right: 10px;
  cursor: default;
}

/* BERANDA WAREHOUSE */

/* PENGAJUAN DISKON */
td button.act_button:focus {
  outline: none;
}

td button.act_button:hover {
  cursor: pointer;
}

td span.diskon-status:hover {
  cursor: default;
}

span.status-diskon-beranda-active,
span.status-diskon-beranda-inactive {
  display: block;
  text-align: center;
}

span.status-diskon-beranda-inactive:hover {
  cursor: default;
}

/* PENGAJUAN DISKON */

/* PENGGUNA SUPERADMIN */

/* PENGGUNA SUPERADMIN */

/* PRODUK ICON */
.icon-default-style {
  border-radius: 50%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.col-12.pad-right-option {
  justify-content: flex-end !important;
}

.col-12.pad-right-option .form-group {
  margin-left: 20px;
}

/* RETUR */
label#lihat-bukti-timbang:hover,
label#lihat-bukti-timbang:active,
label#lihat-bukti-timbang:focus,
label#lihat-bukti-muat:hover,
label#lihat-bukti-muat:active,
label#lihat-bukti-muat:focus {
  background-color: white !important;
  color: #707070 !important;
  border-color: #707070 !important;
}

.applyBtn.btn-success {
  background-color: #A4C617;
  border-color: #a4c617;
  box-shadow: none;
}

.applyBtn.btn-success:hover {
  background-color: #A4C617 !important;
  border-color: #a4c617 !important;
  box-shadow: none !important;
}

/* LOGIN */
.login-body {
  margin-top: 100px;
}

/* .container.login-container {
  background: url('/assets/img/agrico/Login Cloud.png') 80% 110%/50% no-repeat;
} */

.login-card-error {
  border-radius: 10px;
  background-color: #FEEBEB;
  color: red;
  padding: 10px;
  margin: 10px;
}

.container .login-brand {
  text-align: left;
  margin-bottom: 20px
}

.container .login-brand img {
  height: 135px;
  width: 225px;
}

/* .login-div {
  background-image: url('/assets/img/agrico/Login.png');
  background-repeat: no-repeat;
  background-position: bottom 133px right 0px;
  background-size: 350px;
  z-index: 1;
} */

.login-card .card-header {
  background-color: transparent;
  border-bottom-color: #f9f9f9;
  padding-bottom: 0
}

.login-card .card-header h4 {
  padding: 15px 0px;
  color: #707070;
  font-size: 20px;
  font-weight: 500
}

.login-div.row {
  position: relative;
  z-index: -1;
}

.card-body #error-login {
  display: none;
  background-color: #feebeb;
}

.card-body #error-login p {
  color: red;
  padding: 5px 0px;
  text-align: center;
}

.card-body .form-group {
  margin: 15px 0px 20px 0px;
}

.form-group .custom-control-label {
  margin-top: 0;
  letter-spacing: 0.7px;
}

.dropdown-menu.dropright {
  padding: 0px 20px;
  color: #707070;
  width: 280px;
}

button.login-btn {
  width: 230px;
  border-radius: 50px;
  font-size: 16px;
}

button.btn:hover {
  background-color: #a4c617 !important;
}

.login-card {
  box-shadow: none;
  margin-bottom: 30px;
}

.row.login-right-row {
  padding-top: 40%;
  width: 100%
}

.row.login-right-row h2 {
  font-weight: 1000;
  font-size: 36px
}

.row.login-right-row h1 {
  font-weight: 1200;
  color: #a4c617;
  font-size: 88px
}

tbody tr td ul li {
  display: block !important;
}

tbody tr td ul {
  width: 100%;
}

table {
  width: 100% !important;
  min-width: 0px !important;
}

#add-button-phone,
#export-button-phone {
  display: none;
}

#btn-filter-phone {
  display: none;
}

.searchbar-phone {
  display: none !important;
}

.datatable-action {
  display: inline;
  padding: 0;
}

.modal-body #add-form .form-group,
.modal-body #edit-form .form-group {
  margin-bottom: 0;
}

.product-name-td {
  padding-top: 10px;
}

.bg-unread {
  background: rgba(239, 245, 218, 0.3);
}F

/* LOGIN */
@media only screen and (max-width: 1300px) {
  .col-sm-3.beranda-count {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .login-card .card-header h4 {
    font-size: 18px;
  }

  .row.login-right-row h2 {
    font-size: 32px;
  }

  .row.login-right-row h1 {
    font-size: 75px;
  }

  .row.login-right-row {
    padding-top: 50%;
    width: 100%;
  }

  .login-div {
    background-position: bottom 140px right 0px;
    background-size: 300px;
  }
}

@media only screen and (max-width: 992px) {

  /* LOGIN */
  .login-div {
    display: none;
  }

  .container.login-container {
    background: none;
  }

  .container .row .col-4 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin: auto;
  }

  .container .row .col-4 .login-brand {
    text-align: center;
  }

  .login-card .card-header h4 {
    text-align: center;
  }

  .form-group.login-btn-div {
    text-align: center;
  }

  /* LOGIN */

  /* BERANDA */
  .col-md-4.beranda-right-side {
    display: none;
  }

  .col-md-8.beranda-left-side {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 30px;
  }

  .col-sm-3.beranda-count {
    padding-left: 20px;
  }

  /* BERANDA */

  /* PENGGUNA */
  .section>.section-header {
    margin-bottom: 0px !important;
  }

  .section>.section-header>h1 {
    font-size: 24px !important;
  }

  #add-button-phone,
  #btn-filter-phone,
  #export-button-phone {
    display: block;
  }

  #add-button-desktop,
  #btn-filter-desktop,
  #export-button-desktop {
    display: none;
  }

  .filter-button {
    margin-top: 20px;
  }

  .card-body .form-group {
    margin: 15px 0px 0px 0px;
  }

  /* PENGGUNA */

  /* PRODUK */
  img.icon-default-style,
  i#log-icon-phone {
    display: none;
  }

  .product-name-td {
    padding-top: 0px;
  }

  /* PRODUK */
}

@media only screen and (max-width: 768px) {

  .col-sm-3.beranda-count,
  .col-sm-4.beranda-count,
  .col-sm-2.beranda-count {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15% !important;
  }

  .col-sm-3.line-right.right-border {
    border: none;
  }

  .beranda-left-side .card-welcome-parent {
    background-size: 100px;
  }

  .beranda-left-side .card-welcome-child {
    padding: 20px;
  }

  .card-welcome-child h3 {
    font-size: 1.25em;
  }

  .card-welcome-child b {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .col-12.beranda-link-title {
    font-size: 16px;
  }

  .beranda-link-item i {
    font-size: 20px;
  }

  .beranda-link-item b {
    font-size: 14px;
  }

  /* BERANDA MARKETING */
  .beranda-left-side .tab button {
    margin: 0px;
    font-size: 14px;
  }

  .pengajuan-diskon-list-detail:nth-child(4) {
    display: none;
  }

  .pengajuan-diskon-list-detail:nth-child(2),
  .pengajuan-diskon-list-detail:nth-child(3) {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* BERANDA MARKETING */

  /* PENGGUNA */
  #btn-filter-phone,
  #export-button-phone {
    display: block;
    padding: 10px 18px;
    border: none;
    margin-left: 10px;
  }

  .row.filter-phone {
    display: none;
  }

  .searchbar-phone {
    display: block !important;
    width: 250px;
  }

  .searchbar-phone .searchbar {
    margin-top: 15px;
  }

  .container.searchbar-desktop {
    display: none !important;
  }

  .form-group .control-label,
  .form-group>label {
    margin-top: 0.5rem;
  }

  .form-group .input-group.mb-2 {
    margin-bottom: 0 !important;
  }

  /* PENGGUNA */
}

@media only screen and (max-width: 600px) {

  /* LOGIN */
  .login-body {
    margin-top: 50px;
  }

  .container.login-container {
    background: none;
  }

  .login-div {
    display: none;
  }

  .container .row .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
  }

  .container .row .col-4 .login-brand {
    text-align: center;
  }

  .login-card .card-header h4 {
    text-align: center;
  }

  .form-group.login-btn-div {
    text-align: center;
  }

  /* LOGIN */

  .main-sidebar {
    margin-left: -250px !important;
  }

  .main-sidebar.main-sidebar-collapse {
    margin-left: 0px !important;
  }

  #sidebarCollapse.sidebarCollapse-btn {
    margin-left: 250px;
    transition: 500ms !important;
  }

  #sidebarCollapse {
    margin-left: 0;
    transition: 500ms !important;
  }

  #sidebarCollapse:active,
  #sidebarCollapse:focus {
    color: white;
  }

  ul.sidebar-menu {
    margin-top: 60px !important;
  }

  .main-content {
    padding-left: 20px !important;
  }

  .sidebar-brand img {
    height: 75px !important;
    margin-top: 20px !important;
  }

  .main-content section.section {
    margin-top: 10px;
  }

  section.section .section-header {
    padding: 0px;
    margin-bottom: 0px !important;
  }

  section.section .section-header h1 {
    display: flex;
    justify-content: flex-start;
    font-size: 20px !important;
  }

  section.section .section-header .section-header-breadcrumb {
    justify-content: flex-end;
    flex-basis: auto;
    margin-top: 5px;
    padding-right: 0px;
  }

  .card-welcome-child b {
    letter-spacing: 0.2px;
  }

  .card-welcome-child {
    margin-bottom: 30px;
    padding: 15px;
  }

  .col-sm-3.beranda-count:nth-child(2),
  .col-sm-3.beranda-count:nth-child(4),
  .col-sm-3.beranda-count#beranda-diproses,
  .col-sm-2.beranda-count#beranda-ditolak {
    padding-left: 10% !important;
  }

  .col-sm-3.beranda-count#beranda-disetujui {
    padding-left: 15% !important;
  }

  .col-12.beranda-link-title {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .beranda-link-item {
    margin-bottom: 0px;
  }

  /* BERANDA MANAGER */
  .hr-beranda-pengajuan-diskon {
    margin: 0rem 0rem 1rem 0rem;
    padding-right: 0px;
  }

  .form-group-row.persetujuan label h5 {
    font-size: 1em;
  }

  label.col-form-label {
    margin: 0px;
    padding: 10px 15px;
  }

  .persetujuan label:nth-child(3) {
    margin: 0px 0px 0px 10px;
  }

  .order-history div:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .order-history div:nth-child(3) {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 0px;
  }

  .order-history div:nth-child(2) {
    display: none;
  }

  .modal-footer {
    margin-top: 0px;
    padding: 15px !important;
  }

  .modal-footer button.btn {
    line-height: 18px;
  }

  /* BERANDA MANAGER */

}