html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

#header {
  z-index: 100;
}

.w-40 {
  width: 40%;
}

.btn {
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
}

.btn-bisaaja {
  background-color: #F0861B;
  color: #fff !important;
}
.btn-bisaaja:hover {
  background-color: #cb6c0d;
}

.btn-outline-bisaaja {
  border: 1px solid #F0861B;
  color: #F0861B;
}
.btn-outline-bisaaja.btn-lg {
  border-radius: 12px;
}
.btn-outline-bisaaja:hover {
  background-color: #F0861B;
  color: #fff;
}

.btn-outline-black {
  border: 1px solid #666;
  color: #666;
}
.btn-outline-black:focus {
  color: #333;
}
.btn-outline-black.shadow {
  background-color: #fff;
  box-shadow: 0 5px 1px -2px rgba(0, 0, 0, 0.15) !important;
}
.btn-outline-black.btn-lg {
  border-radius: 10px;
}
.btn-outline-black:hover {
  border: 1px solid #000;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15) !important;
  color: #000;
}

.btn-muf {
  border: 1px solid #0E538C !important;
  background-color: #0E538C !important;
  color: #fff !important;
}
.btn-muf.shadow {
  background-color: #fff;
  box-shadow: 0 5px 1px -2px rgba(0, 0, 0, 0.15) !important;
}
.btn-muf.btn-lg {
  border-radius: 10px;
}
.btn-muf:hover {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.15) !important;
}

.btn-close {
  color: #000;
}

.btn-secondary {
  background-color: #efefef;
  color: #666;
}

span[class^=flaticon-]:before,
span[class*=" flaticon-"]:before {
  vertical-align: middle !important;
}

.desktoplogo img {
  max-height: 48px;
}

#hero-16 {
  padding-bottom: 3rem;
}

.section-padding,
#about-us,
#services,
#contact-us {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.section-offset-top {
  padding-top: 150px !important;
}

.footer {
  position: relative;
  z-index: -1;
  font-size: 1.125rem;
}

.subtotal {
  font-weight: bold;
  font-style: italic;
}

.total {
  font-weight: bold;
}

.form-label {
  margin-bottom: 0.25rem !important;
}

.field-wrapper {
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.field-wrapper .form-select,
.field-wrapper .form-control {
  border-color: transparent !important;
  background-color: transparent !important;
}
.field-wrapper.input-group {
  align-items: center;
}
.field-wrapper.input-group .fg-separator {
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #ced4da;
}

.modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25);
}
.modal .modal-header, .modal.message-box .modal-header {
  padding: 1.5rem;
  border-bottom-color: transparent;
}
.modal .modal-header .modal-title, .modal.message-box .modal-header .modal-title {
  font-size: 24px;
}
.modal .modal-body, .modal.message-box .modal-body {
  padding: 0 1.5rem;
}
.modal .modal-footer, .modal.message-box .modal-footer {
  padding: 1.5rem;
  border-top-color: transparent;
}
.modal .modal-footer .btn, .modal.message-box .modal-footer .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
}
.modal .modal-footer .btn.btn-light, .modal.message-box .modal-footer .btn.btn-light {
  background-color: #efefef;
  color: #333;
}
.modal .modal-footer .btn.btn-primary, .modal.message-box .modal-footer .btn.btn-primary {
  background-color: #0E538C;
}

.picker__select--month, .picker__select--year {
  height: auto;
  padding: 0.25rem 0.5rem;
}

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.45);
  display: none;
}
#preloader > .wrapper {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 15px 30px;
  width: 120px;
  border-radius: 12px;
}
#preloader > .wrapper > img {
  max-width: 100%;
  height: auto;
}

body.loading {
  overflow: hidden;
}
body.loading #preloader {
  display: flex;
}
body.loading .page {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.auth-form-container {
  position: relative;
}
.auth-form-container:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ced4da;
}
.auth-form-container .line-or {
  height: 1px;
  background-color: #ced4da;
  margin: 2rem 0;
  position: relative;
}
.auth-form-container .line-or:after {
  display: block;
  content: "atau";
  background-color: #fff;
  padding: 0 5px;
  position: absolute;
  left: 50%;
  top: -13px;
  margin-left: -20px;
}
.auth-form-container.no-or .line-or:after {
  display: none;
}

.row.show-grid > div {
  border: 1px dashed magenta;
}

.text-bold {
  font-weight: bold !important;
}

.simple-tab {
  background-color: #efefef;
  border-radius: 26px;
  display: flex;
  list-style: none;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}
.simple-tab .item {
  display: block;
}
.simple-tab .item > a {
  border-radius: 21px;
  display: block;
  color: #888;
  padding: 0.5rem 1.5rem;
}
.simple-tab .item.active > a {
  background-color: #fff;
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.42);
  font-weight: bold;
  color: #000;
}

.simple-tab-container {
  padding: 0;
}
.simple-tab-container .simple-tab-content {
  display: none;
}
.simple-tab-container .simple-tab-content.active {
  display: block;
}

.row-wrapper {
  padding: 0 0.75rem;
}

.text-gray {
  color: #999 !important;
}

.progress-note {
  padding-left: 3rem;
  position: relative;
  font-size: 14px;
}
.progress-note:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 36px;
  height: 3px;
  background-color: #ddd;
}

.request-list {
  padding: 1rem;
}
.request-list .rl-item {
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.25);
  margin-top: 1rem;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  position: relative;
  overflow: hidden;
}
.request-list .rl-item .rli-ds {
  font-size: 14px;
}
.request-list .rl-item .rli-nn,
.request-list .rl-item .rli-pd {
  font-size: 18px;
}
.request-list .rl-item > a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.request-list .rl-item > a:hover {
  background-color: rgba(153, 153, 153, 0.1);
}
.request-list .rl-item > a:active {
  background-color: rgba(153, 153, 153, 0.25);
}
.request-list .rl-item:first-child {
  margin-top: 0;
}

a[class*=link-]:hover {
  text-decoration: underline;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome */
  color: #999 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999 !important;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999 !important;
  opacity: 1;
}

.status-container {
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  padding: 3px 5px;
}
.status-container.status-all-done {
  background-color: #28a745 !important;
  color: #fff !important;
}
.status-container.status-cancel {
  background-color: #dc3545 !important;
  color: #fff !important;
}
.status-container.status-new {
  background-color: #dff7df !important;
}
.status-container.status-on-progress {
  background-color: #e4c6f7 !important;
}
.status-container.status-picking-file {
  background-color: lightyellow !important;
}
.status-container.status-progress-done {
  background-color: #dcb8f2 !important;
}
.status-container.status-verified {
  background-color: #d5f5d5 !important;
}

.ddm-custom {
  border: 1px solid #666;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25);
  z-index: 100000;
}
.ddm-custom .dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991.95px) {
  .content-section .img-block.right-column, .content-4-img.right-column {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .auth-form-container {
    position: relative;
  }
  .auth-form-container:after {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */
