html,
body {
  font-weight: normal;
  font-size: 14px !important;
}

.m-widget24 .m-widget24__item .m-widget24__title {
  margin-left: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

table.dataTable * {
  font-size: 11pt !important;
}

.group * {
  font-size: 8pt !important;
}

.product {
  text-align: center;
}

.product img {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
}

.btn-group-justified a.btn-menu {
  border-radius: 0 !important;
  transform: scale(0.9);
  opacity: 0.9;
  transition: 0.3s ease-in-out all;
  color: #3e8636;
  padding: 2px;
}

.btn-group-justified a.btn-menu:hover {
  border-radius: 0 !important;
  /* border: 1px solid #3e8636; */
  transform: scale(1);
  opacity: 1;
  transition: 0.3s ease-in-out all;
  color: #3e8636;
  font-weight: bold;
}

.btn-group-justified a.btn-menu > div {
  font-size: 8vh;
  margin-top: 10px;
  margin-bottom: 7px;
}

#pembayaran_label {
  text-transform: capitalize;
}

.product-image-upload {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  background-color: #f1f1f1;
  max-width: 100%;
  outline: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 4px;
}

.product-image-upload input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #3e8636;
}

.product-image-upload input:checked ~ .checkmark {
  background-color: white;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product-image-upload input:checked ~ .checkmark:after {
  display: block;
}

.product-image-upload .checkmark:after {
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3e8636;
}

.disabled {
  cursor: not-allowed;
  color: #c3c3c3;
}

.disabled input {
  position: absolute;
  opacity: 0;
  cursor: not-allowed;
}

.disabled .checkmark {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #c3c3c3;
}

.select2 {
  width: 100% !important;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.icon-menu {
  margin-top: 5px;
  width: 50%;
  margin-bottom: 7px;
}

/* Tool Tip on Progress Bar */
.tooltip {
  position: relative;
  float: right;
}

.tooltip > .tooltip-inner {
  background-color: #3e8636;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.popOver + .tooltip > .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #eebf3f;
}

.tooltip > div.arrow::before {
  border-bottom-color: #3e8636;
}

.progress {
  border-radius: 0;
  overflow: visible;
}

.progress-bar {
  background: #eebf3f;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.m-widget3 .m-widget3__item .m-widget3__header .m-widget3__status {
  font-size: 1.2rem;
  padding-top: 1.5rem;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="image"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: none;
}

.image-upload {
  position: relative;
}

.image {
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image-upload:hover .image {
  opacity: 1;
}

.text-black {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 11px;
  cursor: pointer;
  transition: 0.5s ease;
  padding: 2px;
}

.text-black:hover {
  transform: scale(1.2);
  transition: 0.5s ease;
}

.btn {
  transform: scale(1);
  transition: 0.5s ease;
}

.btn:hover {
  transform: scale(1.05);
  transition: 0.5s ease;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Pilih File";
}

.confirmed {
  transition: 0.5s ease;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #3e8636;
  height: 100%;
  width: 100%;
}

.confirmed > .text {
  font-size: 4rem;
  font-weight: regular;
  text-transform: capitalize;
  transform: rotate(-45deg);
}

#upload-demo {
  width: 310px;
  height: 310px;
}

*:focus {
  outline: none;
}

thead th {
  border-top: 0 !important;
  background: #c0392b;
  color: #fff;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 2.5cm;
    width: 100% !important;
    background: red !important;
  }

  html,
  body {
    text-align: center;
    font-family: "Tahoma";
    color: #000;
    width: 100% !important;
  }

  table {
    width: 100%;
    margin: 1px;
    text-align: left;
    page-break-inside: auto;
    page-break-after: always;
    border-width: 0 !important;
  }

  #dataTable {
    width: 100%;
  }

  table#dataTable thead > tr > th.sorting {
    padding: 5px !important;
  }

  .no-print,
  th.sorting_asc::after,
  th.sorting_asc::before,
  th.sorting_desc::after,
  th.sorting_desc::before,
  th.no-print.sorting::after,
  th.no-print.sorting::before,
  th.sorting::after,
  th.sorting::before {
    display: none !important;
  }

  th,
  td {
    border-width: 0 !important;
  }

  thead {
    display: table-header-group;
    /* page-break-after: ; */
  }

  tfoot {
    display: table-row-group;
  }

  a:link,
  a:visited,
  a {
    font-weight: normal;
    text-decoration: none;
  }

  .m-link,
  a {
    color: #000;
    text-decoration: none !important;
  }

  .group {
    font-size: 9pt !important;
    color: #000;
    font-weight: bold !important;
  }

  th,
  td {
    vertical-align: middle !important;
  }

  td.text-primary {
    color: #000 !important;
    font-weight: bold !important;
  }

  th.text-primary {
    color: #000 !important;
    font-weight: bold !important;
  }

  thead > tr > th,
  tfoot > tr > th {
    font-size: 10pt !important;
    font-weight: bold !important;
  }
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #c0392b;
}

.gm-style-iw {
  width: auto !important;
  height: auto !important;
  left: 1 !important;
  font-size: 15px !important;
  font-weight: normal !important;
  top: 1 !important;
  overflow: hidden !important;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 0 !important;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  /* border: 2px solid #fff !important; */
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.gmap-label {
  font-weight: lighter !important;
  font-size: 10px !important;
  color: red !important;
}

.m-messenger__message-content {
  font-weight: normal;
}

.bg-overlay {
  padding: 20px;
  background: #00000090;
}

.dropzone .dz-preview .dz-image img {
  height: inherit;
  width: inherit;
}

.m-stack__item,
.m-footer {
  background: #c0392b !important;
  color: #fff !important;
}

.m-topbar
  .m-topbar__nav.m-nav
  > .m-nav__item
  > .m-nav__link
  .m-nav__link-icon
  > i:before {
  background: #fff !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler span,
.m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler span::before,
.m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler span::after,
.m-brand.m-brand--skin-light
  .m-brand__tools
  .m-brand__toggler.m-brand__toggler--active
  span,
.m-brand.m-brand--skin-light
  .m-brand__tools
  .m-brand__toggler.m-brand__toggler--active
  span::before,
.m-brand.m-brand--skin-light
  .m-brand__tools
  .m-brand__toggler.m-brand__toggler--active
  span::after {
  background: #fff !important;
}

.m-nav__link-text,
.m-nav__link-text {
  color: #fff !important;
}

.m-nav__link-text > a {
  color: #f5b5b5 !important;
}

.m-portlet .m-portlet__head {
  background: #c0392b !important;
}

.m-portlet__head-text,
.m-portlet .m-portlet__head .m-portlet__head-icon {
  color: #fff !important;
  font-size: auto;
}

.m-content--skin-light2 .m-body {
  background: #fefefe !important;
}

.m-aside-left--fixed.m-header--fixed .m-aside-left {
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.m-portlet {
  border-radius: 20px;
  margin-bottom: 0 !important;
  margin-top: 60px;
}

.m-portlet__head {
  border-radius: 20px;
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin-top: -30px !important;
  margin-bottom: 30px !important;
  display: inline-flex !important;
  width: -webkit-fill-available !important;
}

.m-portlet .m-portlet__head .m-portlet__head-caption {
  width: 100%;
}

.m-portlet__head-text {
  font-size: 1.2rem !important;
}

.m-portlet__head-title {
  margin: auto !important;
}

.m-portlet__body,
.m-content {
  padding-top: 0 !important;
}

.m-portlet__body {
  /* padding-bottom: 0 !important; */
}
.m-portlet .m-portlet__head .m-portlet__head-tools {
  position: absolute;
  top: 50%;
  transform: translate(-20%, -50%);
  right: 0%;
}

.m-content {
  margin-bottom: 40px !important;
}

.flaticon-more:before {
  color: #fff;
}
