@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;600;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  font-size: 16px;
  -moz-tab-size: 4;
  tab-size: 4;
}

html {
  scroll-behavior: smooth;
  cursor: default;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

*,
html,
body {
  font-family: "Poppins";
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  letter-spacing: normal;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

img[src=""] {
  visibility: hidden;
}
img.lazy.error {
  visibility: hidden;
}

/*
Fixes the Firefox anomaly while images are loading
*/
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.ws-nowrap {
  white-space: nowrap !important;
}

.ls-0-5 {
  letter-spacing: 0.5px !important;
}

.fsz-9 {
  font-size: 9px !important;
}

.fsz-10 {
  font-size: 10px !important;
}

.fsz-12 {
  font-size: 12px !important;
}

.fsz-13 {
  font-size: 13px !important;
}

.fsz-14 {
  font-size: 14px !important;
}

.fsz-15 {
  font-size: 15px !important;
}

.fsz-17 {
  font-size: 17px !important;
}

.fsz-18 {
  font-size: 18px !important;
}

.fsz-20 {
  font-size: 20px !important;
}

.fsz-22 {
  font-size: 22px !important;
}

.fsz-30 {
  font-size: 30px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.h-fit-content {
  height: fit-content !important;
}

.w-fit-content {
  width: fit-content !important;
}

.no-min-w {
  min-width: 0 !important;
}

.no-min-h {
  min-height: 0 !important;
}

@media (max-width: 992px) {
  .w-sm-100 {
    width: 100% !important;
    min-width: 0;
  }

  .m-smx-0 {
    margin: 0;
  }

  .p-smx-0 {
    padding: 0;
  }
}
.theme-color__primary {
  color: #005d97 !important;
}

.theme-bg__primary {
  background: #005d97 !important;
}

.theme-sb {
  font-weight: 600 !important;
  color: #005d97 !important;
}

.theme-filter-color {
  filter: invert(29%) sepia(7%) saturate(4114%) hue-rotate(180deg) brightness(93%) contrast(86%) !important;
}

.b-20 {
  border-radius: 20px !important;
}

.b-none {
  border: none;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.col-20 {
  max-width: 20%;
  flex: 0 0 20%;
}

@media (min-width: 768px) {
  .col-md-20 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 991px) {
  .col-lg-20 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
button {
  outline: none;
  border: none;
}
button:focus {
  outline: none;
}

.cke {
  padding: 0 !important;
}

.cke_reset {
  width: 100% !important;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: none;
}

* {
  font-family: "Poppins", sans-serif;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  * {
    zoom: 100% !important;
  }

  table td, table th {
    white-space: nowrap;
  }
}
ol, ul {
  padding-inline-start: 16px;
}

@media (min-width: 1540px) {
  .container {
    max-width: 1600px;
  }
}

.c-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 300px;
  padding: 28px 20px;
}
.c-sidebar-wrapper {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 18px 14px;
}
@media (min-width: 1540px) {
  .c-sidebar-wrapper {
    zoom: 120%;
  }
}
.c-sidebar-brand {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ECE7E7;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.c-sidebar-brand img {
  width: 110px;
  display: inline-block;
}
.c-sidebar-navigation .nav-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: transparent;
  text-decoration: none;
}
.c-sidebar-navigation .nav-item .icon {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  margin-right: 12px;
}
.c-sidebar-navigation .nav-item .icon i {
  background: linear-gradient(123.33deg, #0096d6 -10.33%, #005d97 110.51%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
.c-sidebar-navigation .nav-item .text {
  font-size: 12px;
  line-height: normal;
  color: #aaa;
  text-decoration: none;
}
.c-sidebar-navigation .nav-item .text:hover {
  text-decoration: none;
}
.c-sidebar-navigation .nav-item.active {
  background-color: #fff;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.05);
}
.c-sidebar-navigation .nav-item.active .icon {
  background: linear-gradient(123.33deg, #0096d6 -10.33%, #005d97 110.51%);
}
.c-sidebar-navigation .nav-item.active .icon i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-sidebar-navigation .nav-item.active .text {
  font-weight: 600;
  color: #000;
}
@media (min-width: 1540px) {
  .c-sidebar {
    width: 380px;
  }
}

.card-box {
  box-shadow: 0px 5px 27px rgba(0, 0, 0, 0.03);
  background: #f7f7f7;
  border-radius: 20px;
  margin-top: 25px;
}
.card-box-body {
  display: block;
  border-radius: 12px;
  background: #fff;
  padding: 18px 20px;
}
.card-box-tabs .nav-justified {
  background: #F4EDED;
  border-radius: 12px 12px 0px 0px;
}
.card-box-tabs .nav-justified .nav-link {
  padding: 1rem 0.75rem;
  color: #BBB3B3;
}
.card-box-tabs .nav-justified .nav-link.active {
  color: #000;
  background-color: transparent;
}
.card-box-tabs .tab-content {
  background: #fff;
  height: 440px;
  overflow-y: auto;
  padding: 12px 24px;
  border-radius: 0 0 12px 12px;
}
.card-box-tabs .tab-content::-webkit-scrollbar {
  display: none;
}
.card-box .btn {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.card-box .btn.btn-orange {
  color: #fff;
  background: linear-gradient(123.33deg, #005d97 -10.33%, #0096d6 110.51%);
  box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.12);
}

.panel {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  min-height: 75px;
  padding: 14px 20px;
}
.panel .label {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  color: #005d97;
}
.panel .value {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  color: #6D6D6D;
}
.panel .toggle {
  display: flex;
  height: 48px;
  width: 48px;
  color: #fff;
  align-items: center;
  justify-content: center;
  background: #FF9301;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.card-tabs {
  border: none;
  background: #f6f6f6;
  box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding-bottom: 0;
}
.card-tabs .section-title {
  padding: 1rem 1.4rem;
}
.card-tabs .section-title button.btn {
  border-radius: 10px;
  padding: 11.5px 15px;
  background: #000;
}
.card-tabs .nav-tabs {
  border-bottom: none;
}
.card-tabs .nav-tabs .nav-item {
  text-align: center;
  width: 18%;
}
.card-tabs .nav-tabs .nav-item .nav-link {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
  color: #6c6c6c;
  font-weight: 500;
  padding: 0.8rem 1rem;
  font-size: 14px;
  border-bottom: none;
}
.card-tabs .nav-tabs .nav-item .nav-link.active {
  border: 1px solid #e3e3e3;
  border-bottom: none;
  color: #000;
}
.card-tabs .tab-content {
  background: #fff;
  border-radius: 12px;
  border-top-right-radius: 0;
  border: none;
  margin-top: -24.5px;
}

.table-hold {
  max-width: calc(100vw - 412px);
  overflow-x: auto;
}
.table-hold .dataTables_wrapper .dataTables_filter label {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.table-hold .dataTables_wrapper .dataTables_filter label input {
  margin-left: 12px;
  border-radius: 50px;
  width: 100%;
  outline: none;
  border: 1px solid #888;
  padding: 4px 8px;
  font-size: 12px;
  height: 30px;
}
.table-hold .dataTables_wrapper .dataTables_filter label input:focus {
  border-color: #005d97;
}
@media (min-width: 576px) {
  .table-hold .dataTables_wrapper .dataTables_filter label input {
    width: 230px;
  }
}
@media (min-width: 576px) {
  .table-hold .dataTables_wrapper .dataTables_filter label {
    display: inline-block;
  }
}
.table-hold .dataTables_wrapper .dataTables_paginate {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 2rem;
}
.table-hold .dataTables_wrapper .dataTables_paginate a {
  background: #005d97;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
}
.table-hold .dataTables_wrapper .dataTables_paginate a:focus {
  box-shadow: none;
}
.table-hold .dataTables_wrapper .dataTables_paginate a.previous, .table-hold .dataTables_wrapper .dataTables_paginate a.next {
  padding: 6px 14px;
  background: #0096d6;
}
.table-hold .dataTables_wrapper .dataTables_paginate a.next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.table-hold .dataTables_wrapper .dataTables_paginate a.previous {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 576px) {
  .table-hold .dataTables_wrapper .dataTables_paginate a {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .table-hold .dataTables_wrapper .dataTables_paginate {
    justify-content: flex-end;
  }
}
.table-hold .dataTables_wrapper table thead th::after {
  content: "";
  background-size: cover;
  opacity: 0.5;
  width: 6.5px;
  height: 11px;
  top: calc(50% - 7px);
  position: absolute;
  right: 0;
}
.table-hold table thead {
  border-bottom: 2px solid #E9E2E2;
}
.table-hold table thead th {
  padding-right: 40px;
  font-weight: 600;
  border: none;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  color: #000000;
  position: relative;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.table-hold table tbody td {
  padding-right: 40px;
  font-weight: 500;
  font-size: 13px;
  line-height: normal;
  color: #535151;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.table-hold table tbody td button {
  font-size: 13px;
  line-height: normal;
  color: #fff;
  border: unset;
  border-radius: 8px;
  display: inline-block;
  padding: 4px 12px;
  height: 40px;
  background: linear-gradient(123.33deg, #005d97 -10.33%, #0096d6 110.51%);
  box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.12);
}
.table-hold table tbody td .dropdown-menu {
  background: #fff;
  top: 3px !important;
  left: -10px !important;
  border-radius: 8px;
  border: none;
  padding: 5px;
  min-width: 6rem;
  box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.16), inset 0px 2px 0px #FFFFFF;
}
.table-hold table tbody td .dropdown-menu .dropdown-item {
  min-width: 140px;
  padding: 8px 15px;
  color: #B4AAAA;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
  border-bottom: 0.6px solid #e8e8e8;
}
.table-hold table tbody td .dropdown-menu .dropdown-item i {
  font-size: 14px;
  margin-right: 8px;
}
.table-hold table tbody td .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
  border: none;
}
.table-hold table tbody td .dropdown-menu .dropdown-item:hover {
  border-radius: 0;
  color: #000;
  background: transparent;
}
.table-hold table tbody td .avatar {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 12px;
  flex: 0 0 32px;
}
.table-hold table tbody td .panel {
  display: flex;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 50px;
  min-height: 38px;
  background: #F8F8F8;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.table-hold table tbody td .panel .ava {
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  margin-right: 7px;
}
.table-hold table tbody td .panel .ava img {
  display: flex;
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  vertical-align: middle;
  border-radius: 20px;
  margin-right: 8px;
}
.table-hold table tbody td .panel .text {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}

.modal .modal-dialog .modal-content {
  border: unset;
  border-radius: 36px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.15);
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 24px 32px;
}
.modal .modal-dialog .modal-content .modal-body .close {
  padding: 0;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.modal .modal-title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.modal button {
  padding: 12px 20px;
}
.modal button.btn-link {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.modal button.btn-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.modal button.btn-orange {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(123.33deg, #005d97 -10.33%, #0096d6 110.51%);
}
.modal .image-upload {
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  width: 100%;
  height: 106px;
  padding-top: 0;
  text-align: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.07);
  border-radius: 100px;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin: 0;
}
.modal .image-upload p {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: rgba(44, 44, 44, 0.48);
  line-height: 1.5;
}
.modal .image-upload p span {
  background: #005d97;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  padding: 4px 8px;
  margin-top: 4px;
  display: inline-block;
}
.modal .image-upload p i {
  font-size: 18px;
  color: inherit;
}
.modal .image-upload img {
  position: absolute;
  top: 0;
  height: 0;
  display: inline-block;
  object-fit: cover;
  height: 106px;
  width: 106px;
  border-radius: 100px;
}
.modal .image-upload input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 106px !important;
  height: 106px !important;
  margin-bottom: 0 !important;
  margin: 0;
}
@media (min-width: 576px) {
  .modal .modal-sm {
    max-width: 360px;
  }
  .modal .modal-lg {
    max-width: 820px;
  }
}

.modal-backdrop {
  background-color: #00000018;
}
.modal-backdrop.fade {
  transition: opacity 0.15s linear;
}

.modalDetailTransaksi .modal-dialog {
  max-width: 900px;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body {
  padding: 16px 15px;
  border-radius: 15px;
  background: #eee;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-head {
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 14px 15px;
  border: none;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-head h4 {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 7px;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-head p {
  font-size: 12.5px;
  color: grey;
  margin-bottom: 1px;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-head .tanggal {
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 14.5px;
  font-weight: 600;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-head:last-child {
  margin-bottom: 0;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-head .pick-transporter {
  padding: 5px 11px;
  margin-top: 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  width: fit-content;
  background: #005d97;
  position: absolute;
  bottom: 14px;
  right: 15px;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-profil-sopir {
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 12px 15px;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-profil-sopir .img {
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  margin-right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-profil-sopir h5 {
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 4px;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-profil-sopir p {
  font-size: 12px;
  color: #797979;
  margin-bottom: 0;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track {
  border-radius: 15px;
  padding: 14px 15px;
  border: none;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  width: 100%;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .head h4 {
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 0;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .head button {
  padding: 4px 14px;
  border-radius: 500rem;
  font-weight: 500;
  font-size: 12.5px;
  color: #fff;
  background: linear-gradient(123.33deg, #005d97 -10.33%, #0096d6 110.51%);
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .timeline {
  padding-left: 8px;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .timeline-tile {
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-left: 1px solid #ddd;
  position: relative;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .timeline-tile h5 {
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 6px;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .timeline-tile p {
  font-size: 11px;
  font-weight: 400;
  color: grey;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .timeline-tile .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
  left: -8px;
  top: 13px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalDetailTransaksi .modal-dialog .modal-content .modal-body .card-track .timeline-tile:last-child p {
  margin-bottom: 0;
}

.modalPickTransporter .modal-dialog {
  max-width: 1100px;
}

.modalPilihJenisTransporter .modal-dialog .modal-content {
  width: 470px;
}
.modalPilihJenisTransporter .modal-dialog .modal-content select, .modalPilihJenisTransporter .modal-dialog .modal-content input {
  font-size: 15px;
  padding: 10px 12px;
  margin-top: 22px;
  margin-bottom: 10px;
}
.modalPilihJenisTransporter .modal-dialog .modal-content button {
  font-size: 15px;
}

.form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #252F40;
  width: 100%;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  height: 46px;
  font-size: 12.5px;
  border-radius: 12px;
  box-shadow: 0 0.1rem 0.3rem #00000013;
  border: 2px solid #ddd;
  padding: 8px 15px;
  transition: 0.5s;
  font-weight: 400;
}
.form-group input::placeholder, .form-group select::placeholder, .form-group textarea::placeholder {
  color: #C6C8CA;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: #005d97;
  box-shadow: unset;
  outline: none;
}
.form-group textarea {
  height: 150px;
  padding: 14px 15px;
  font-size: 12px;
}

.form-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.card-form {
  padding: 24px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0.1rem 0.7rem #00000013;
  margin-top: 25px;
}

.custom-control .custom-control-label {
  font-size: 14px;
  font-weight: 400;
  color: #978E8E;
  padding-left: 5px;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #005d97;
  background-color: #005d97;
}
.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: unset;
}
.custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #005d97;
}

.select2-container .select2-selection {
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), #F6F6F7;
}
.select2-container .select2-selection .select2-selection__rendered {
  line-height: 40px;
  min-height: 40px;
  font-size: 14px;
}
.select2-container .select2-selection .select2-selection__arrow {
  height: 40px;
}

.submit-btn {
  width: 400px;
  margin-left: calc(50% - 200px);
  height: 48px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  border-radius: 40px;
  background: #005d97;
}

.input-group-append span {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}

.p-login {
  position: relative;
}
.p-login-bg {
  background: #FAF8F8;
}
.p-login-bg-illustration {
  position: fixed;
  top: 0;
  right: 0;
}
.p-login-bg-illustration img {
  display: inline-block;
  width: 100%;
  height: 100vh;
}
.p-login-wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
  align-items: center;
}
.p-login-content {
  zoom: 100%;
}
@media (min-width: 1540px) {
  .p-login-content {
    zoom: 120%;
  }
}
.p-login-header {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 70px;
  padding: 4px 2rem;
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  box-shadow: 0px 20px 27px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 35px;
  backdrop-filter: blur(29.9011px);
}
.p-login-header span {
  font-weight: 600;
}
.p-login-form {
  position: relative;
}
.p-login-form-title {
  font-size: 30px;
  color: #005d97;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-login-form-desc {
  font-size: 18px;
  color: #464646;
  font-weight: normal;
}
.p-login-form .form-group {
  margin-bottom: 1.5rem;
}
.p-login-form .form-group label {
  font-size: 12px;
  font-weight: 600;
  color: #252F40;
}
.p-login-form .form-group .form-control {
  height: 40px;
  font-size: 14px;
}
.p-login-form .form-group .form-control::placeholder {
  color: #C6C8CA;
}
.p-login-form .form-group .form-control:focus {
  border-width: 2px;
  border-color: #005d97;
  box-shadow: unset;
}
.p-login-form .custom-control .custom-control-label {
  font-size: 14px;
}
.p-login-form .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #005d97;
  background-color: #005d97;
}
.p-login-form .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: unset;
}
.p-login-form .custom-control .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #005d97;
}
.p-login .box-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-login .box-illustration .brand {
  width: 290px;
}
.p-login .btn-login {
  background: linear-gradient(98.35deg, #0096d6 -13.77%, #005d97 97.53%);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.12), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
}
.p-login .btn-login.lg {
  font-size: 15px;
  min-height: 46px;
}

.p-dashboard {
  position: relative;
}
.p-dashboard-container {
  display: block;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 28px 20px;
  padding-left: 300px;
}
@media (min-width: 1540px) {
  .p-dashboard-container {
    padding-left: 380px;
  }
}
.p-dashboard-content {
  width: 100%;
  padding: 16px 32px;
  height: calc(100vh - 60px);
  overflow-y: auto;
  -webkit-transition: background-color 0.3s linear;
  background-color: #fff;
}
.p-dashboard-content::-webkit-scrollbar {
  width: 8px;
}
.p-dashboard-content::-webkit-scrollbar-track {
  background-color: transparent;
  box-shadow: none;
  border-radius: 20px;
}
.p-dashboard-content::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
}
.p-dashboard-content:hover::-webkit-scrollbar-track {
  background: #00000007;
}
.p-dashboard-content:hover::-webkit-scrollbar-thumb {
  background-color: #0000002d;
}
.p-dashboard-content .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-dashboard-content .section-title h3 {
  margin-bottom: 0;
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.p-dashboard-content .section-title .btn {
  font-size: 13px;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 5px 25px;
  background: #005d97;
  color: #fff;
  width: fit-content;
}
@media (min-width: 1540px) {
  .p-dashboard-content {
    zoom: 100%;
  }
}
@media (min-width: 1800px) {
  .p-dashboard-content {
    zoom: 120%;
    height: calc(100vh - 200px);
  }
}
.p-dashboard .page-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}
.p-dashboard.p-beranda .card-stats {
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem #00000018;
  padding: 18px 20px;
  border-radius: 15px;
  margin-right: 15px;
  width: 100%;
  position: relative;
}
.p-dashboard.p-beranda .card-stats p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
.p-dashboard.p-beranda .card-stats h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #005d97;
}
.p-dashboard.p-beranda .card-stats .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  background: linear-gradient(98.35deg, #0096d6 -13.77%, #005d97 97.53%);
}
.p-dashboard.p-beranda .card-stats .icon i {
  font-size: 29px;
}
.p-dashboard.p-beranda .card-stats:last-child {
  margin-right: 0;
}
.p-dashboard.p-detail-page .card-profile {
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 25px 24px;
  border: none;
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem #00000013;
  margin-top: 20px;
}
.p-dashboard.p-detail-page .card-profile h3 {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7px;
}
.p-dashboard.p-detail-page .card-profile .row-info {
  margin-top: 25px;
  display: flex;
}
.p-dashboard.p-detail-page .card-profile .row-info .card-info {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fcfdff;
  margin-right: 15px;
  border: 2px solid #cbdcff;
}
.p-dashboard.p-detail-page .card-profile .row-info .card-info:last-child {
  margin-right: 0;
}
.p-dashboard.p-detail-page .card-profile .row-info .card-info small {
  font-size: 12.5px;
  text-transform: uppercase;
}
.p-dashboard.p-detail-page .card-profile .row-info .card-info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 4px;
}
.p-dashboard.p-detail-page .card-listview-info {
  margin-top: 30px;
}
.p-dashboard.p-detail-page .card-listview-info .listview-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
.p-dashboard.p-detail-page .card-listview-info .listview-row {
  margin-bottom: 10px;
  width: 100%;
  padding: 14px 13px;
  border-radius: 8px;
  background: #f3f3f3;
}
.p-dashboard.p-detail-page .card-listview-info .listview-row h5 {
  font-size: 12px;
  font-weight: 600;
}
.p-dashboard.p-detail-page .card-listview-info .listview-row h3 {
  font-size: 13.5px;
  margin-bottom: 0;
  font-weight: 400;
}
.p-dashboard.p-detail-page .card-listview-info .row {
  margin: 0 -5px;
}
.p-dashboard.p-detail-page .card-listview-info .col-lg-20 {
  padding: 0 5px;
}
.p-dashboard.p-detail-page .card-listview-info img {
  width: 300px;
}
.p-dashboard.p-detail-page .card-listview-info button {
  padding: 5px 25px;
  border-radius: 50px;
  background: #005d97;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.p-dashboard.p-detail-page .card-tracking {
  margin-top: 40px;
  border-radius: 15px;
  padding: 14px 15px;
  border: none;
  box-shadow: 0 0.1rem 0.3rem #00000013;
}
.p-dashboard.p-detail-page .card-tracking .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  width: 100%;
}
.p-dashboard.p-detail-page .card-tracking .head h4 {
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 0;
}
.p-dashboard.p-detail-page .card-tracking .head button {
  padding: 4px 14px;
  border-radius: 500rem;
  font-weight: 500;
  font-size: 12.5px;
  color: #fff;
  background: #000;
}
.p-dashboard.p-detail-page .card-tracking .timeline {
  padding-left: 8px;
}
.p-dashboard.p-detail-page .card-tracking .timeline-tile {
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-left: 1px solid #ddd;
  position: relative;
}
.p-dashboard.p-detail-page .card-tracking .timeline-tile h5 {
  font-size: 12.5px;
  font-weight: 600;
  margin-bottom: 6px;
}
.p-dashboard.p-detail-page .card-tracking .timeline-tile p {
  font-size: 11px;
  font-weight: 400;
  color: grey;
}
.p-dashboard.p-detail-page .card-tracking .timeline-tile .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000;
  left: -8px;
  top: 13px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-dashboard.p-detail-page .card-tracking .timeline-tile:last-child p {
  margin-bottom: 0;
}

.p-tos {
  padding-top: 20px;
}
.p-tos * {
  font-family: "Encode Sans", sans-serif;
}
.p-tos .content {
  color: #6b7c93;
  background: #fff;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
  line-height: 24px;
  margin-bottom: 100px;
  padding: 25px;
}
.p-tos .content h2 {
  font-size: 20px;
  font-weight: 700;
}
.p-tos .content h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
.p-tos .content a {
  color: #6b7c93;
  text-decoration: underline;
}
.p-tos .content .topic-box {
  background: #f5f5f8;
  padding: 15px 20px;
  border-radius: 10px;
}
.p-tos .content .topic-box li {
  margin-bottom: 7px;
}
.p-tos .content .topic-box a {
  text-decoration: underline;
  font-size: 15px;
}
.p-tos .content li {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .p-tos {
    padding-top: 60px;
  }
  .p-tos .content h2 {
    font-size: 22px;
  }
}
@media (min-width: 1800px) {
  .p-tos .content {
    zoom: 1.25;
  }
}

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