.panel-admin-dropdown .panel-admin-btn {
    cursor: pointer;
    border: none;
    margin: 8px auto;
    padding: 8px 24px;
}

.btn-track {
    position: relative;
    font-weight: 600;
    padding-right: 28px;
    color: inherit;
    text-decoration: none;
    border: none;
    background: none;
}

.btn-track:focus {
    outline: none;
}

.btn-track::before {
    position: absolute;
    top: -1px;
    right: 0;
    width: 24px;
    height: 24px;
    content: ' ';
    background-image: url(../img/ico-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all 200ms ease;
}

.btn-track:hover::before {
    right: -5px;
}

.toolicon.status, .toolicon.kurir, .toolicon.sort, .toolicon.filter {
    outline: none;
    text-align: unset !important;
}

.toolicon.sort, .toolicon.filter {
    background-color: transparent;
}

.toolbar-order .toolbar-left {
    flex: 0 0 22%;
    padding-right: 3%;
}

.toolbar-order .tool-daterange {
    margin-left: -20px;
    margin-right: -10px;
}

.toolbar-order .toolicon-wrapper {
    margin-left: -20px;
    margin-right: 10px;
}

.toolbar-order .tool-clear {
    margin-left: -5px;
    margin-right: -50px;
}

.toolbar-order .toolicon.status {
    margin-left: 5px;
}

.toolbar-order .toolbar-inner-right {
    flex: 0 0 30%;
}

.toolbar-awb .tool-daterange {
    margin-left: -20px;
    margin-right: -10px;
    width: 111px;
}

.toolbar-awb .toolicon-wrapper {
    margin-left: -22px;
    margin-right: 10px;
}

.toolbar-awb .tool-clear {
    margin-left: -10px;
}

.toolbar-awb .page-item {
    margin-top: -18px;
    margin-left: 0;
    margin-right: -10px;
}

.toolbar-surat-jalan .tool-daterange {
    margin-left: -20px;
    margin-right: -10px;
    width: 111px;
}

.toolbar-surat-jalan .toolicon-wrapper {
    margin-left: -20px;
    margin-right: 10px;
}

.toolbar-surat-jalan .tool-clear {
    margin-left: -10px;
}

.toolbar-surat-jalan .page-item {
    margin-top: -18px;
    margin-left: 0;
    margin-right: -10px;
}

.page-item {
    margin-top: -18px;
    margin-left: 0;
    margin-right: -10px;
}
.page-item .text-page {
    width: 40px;
}
form.page-input {
    margin: 0 8px 0 16px;
    width: 51px;
}
form.page-input .form-control{
    text-align: center;
}
form.page-input-product {
    margin: 0 8px 0 0;
    width: 51px;
}
form.page-input-product .form-control {
    text-align: center;
}
ul.tool-select .tool-select-item {
    list-style: none;
    padding: 10px 16px;
    margin-bottom: 4px;
    transition: all 300ms ease;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    background: none;
    outline: none;
    width: 100%;
    text-align: left;
}

.meta-invoice a {
    color: unset;
    text-decoration: unset;
    outline: unset;
}

.daterange {    
    outline: none;
    background: none;
    text-align: left;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    position: relative;
    max-width: 180px;
}

.daterange .form-control {
    border: none;
    padding: 0;
    outline: none;
    margin: 0;
    height: 20px;
    background-color: unset;
}

.daterange .form-control:focus, .daterange .form-control:hover {
    box-shadow: none;
    outline: none;
    color: #909090;
    background-color: unset;
    border-color: #93a88e;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #577252 !important;
    border-color: transparent;
    color: #fff;
}

.daterange:hover, .daterange:focus {
    outline: none;
}

.tab-header #tab1:checked ~ .tab-bar .tab-bar-item.tab1 .tab-bar-name,
.tab-header #tab2:checked ~ .tab-bar .tab-bar-item.tab2 .tab-bar-name,
.tab-header #tab3:checked ~ .tab-bar .tab-bar-item.tab3 .tab-bar-name,
.tab-header #tab4:checked ~ .tab-bar .tab-bar-item.tab4 .tab-bar-name,
.tab-header #tab5:checked ~ .tab-bar .tab-bar-item.tab5 .tab-bar-name,
.tab-header #tab6:checked ~ .tab-bar .tab-bar-item.tab6 .tab-bar-name,
.tab-header #tab7:checked ~ .tab-bar .tab-bar-item.tab7 .tab-bar-name,
.tab-header #tab8:checked ~ .tab-bar .tab-bar-item.tab8 .tab-bar-name,
.tab-header #tab9:checked ~ .tab-bar .tab-bar-item.tab9 .tab-bar-name   {
  color: #748d6f;
  font-weight: 700;
  border-bottom: 2px solid #748d6f;
}

#tab1:checked ~ .tab-container .tab1,
#tab2:checked ~ .tab-container .tab2,
#tab3:checked ~ .tab-container .tab3,
#tab4:checked ~ .tab-container .tab4,
#tab5:checked ~ .tab-container .tab5,
#tab6:checked ~ .tab-container .tab6,
#tab7:checked ~ .tab-container .tab7,
#tab8:checked ~ .tab-container .tab8,
#tab9:checked ~ .tab-container .tab9 {
  display: block;
}

.react-datepicker__input-container .icon-date::before  {
    position: absolute;
    top: 2px;
    left: 4px;
    content: ' ';
    width: 38px;
    height: 38px;
    background-image: url(../img/ico-calendar.svg);
    background-repeat: no-repeat;
    background-size: 38px;
}

ul.pagination {
    margin: 0 auto;
    padding: 0;
}

ul.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}

ul.pagination li a {
    display: block;
    color: #486a41;
    font-weight: 600;
    min-width: 40px;
    height: 40px;
    padding: 9px;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 0 6px 0 rgb(196 196 196 / 28%);
    text-decoration: none;
    transition: all 300ms ease;
}

ul.pagination li a.active {
    border-color: #486a41;
    background-color: #eef4ea;
}

.barcode-resi svg {
    width: 180px;
    height: auto;
}

.barcode-invoice svg {
    width: 176px;
    max-height: 94px;
    height: auto;
    margin: 0 0 0 -70px;
}

.hide-table {
    display: none;
}

@media print{
	.hide-on-print{
		display: none;
	}
}

.button-over .btn-icon {
    font-size: 11px;
    padding-bottom: 8px;
}

.btn-two button{
    font-size: 12px;
    padding-bottom: 8px;
}

.btn-two .btn-icon i {
    position: relative;
    top: 10px;
    font-size: 30px;
    line-height: 0 !important;
}

.modal .modal-content {
    width: 673px;
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
}
.modal .close:hover {
    color: #06D85F;
}
.modal .content {
    padding-top: 36px;
    padding-bottom: 8px;
}

.modal .logo-ekspedisi {
    width: 80px;
    margin-right: 20px;
    padding-top: 18px;
    max-height: 61px;
    height: auto;
    top: 0px;
    position: relative;
}

.popup-manifest.modal .modal-content {
    width: 1140px;
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    position: relative;
}

.popup-manifest.modal .modal-dialog {
    max-width: 1140px;
}

.alert-impor label {
    cursor: not-allowed !important;
    overflow: visible;
    display: inline-block;
    position: relative;
}

.alert-impor :disabled {
    cursor: not-allowed;
}
.alert-impor span {
    position: relative;
    left: 10px;
}
.img-courir {
    border-radius: 5px;
    background: #ffffff;
}
.tool-tip-icon {
    outline: none !important;
}

.btn-setting.edit {
    border: unset;
    padding: unset;
    background-color: unset;
    outline: none;
    cursor: pointer;
}

.btn-setting.delete {
    border: unset;
    padding: unset;
    background-color: unset;
    outline: none;
    cursor: pointer;
}

.content-delete {
    padding: 40px;
}

.btn-link {
    border: unset;
    padding: unset;
    background-color: unset;
    outline: none !important;
}

.close {
    outline: none !important;
}

.react-datepicker {
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 18px !important;
  background-color: #fff !important;
  color: #626262 !important;
  border: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
  position: relative !important;
}
.react-datepicker.calender-setting .react-datepicker__day:nth-child(6),
.react-datepicker.calender-setting .react-datepicker__day:nth-child(7) {
  background-color: #fff6f5;
}
.react-datepicker__month {
  margin: 0 !important;
  text-align: center !important;
}
.react-datepicker__day, .react-datepicker__day-name, .react-datepicker__time-name {
  color: #626262 !important;
  display: inline-block !important;
  width: 3rem !important;
  line-height: 3rem !important;
  text-align: center !important;
  margin: 0 !important;
}
.react-datepicker__day:focus {
  outline: none !important;
}
.react-datepicker__day-name {
  font-weight: 600 !important;
}
.react-datepicker__header {
  text-align: center !important;
  background-color: transparent !important;
  border-bottom: none !important;
  border-top-left-radius: .3rem !important;
  padding-top: 8px !important;
  position: relative !important;
}
.react-datepicker__day--outside-month {
  color: rgba(98, 98, 98, 0.5) !important;
}
.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  border-radius: 100% !important;
  background-color: #57834f !important;
  color: #fff !important;
}
.react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #8aa385 !important;
}
.react-datepicker__day--in-range, .react-datepicker__day--in-selecting-range, .react-datepicker__day--selected, .react-datepicker__month-text--in-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--selected, .react-datepicker__quarter-text--in-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--selected, .react-datepicker__year-text--in-range, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--selected {
  border-radius: 100% !important;
  background-color: #57834f !important;
  color: #fff !important;
}
.react-datepicker__day--in-range:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--selected:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__year-text--in-range:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--selected:hover {
  background-color: #8aa385 !important;
}
.react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover {
  border-radius: 100% !important;
  background-color: #f0f0f0 !important;
}
.react-datepicker.calender-setting .react-datepicker__day-name:nth-child(6),
.react-datepicker.calender-setting .react-datepicker__day-name:nth-child(7) {
  background-color: #fff5f5;
}
.react-datepicker__navigation:focus {
  outline: none !important;
}
.react-datepicker__current-month {
  width: 50% !important;
  margin: 0 auto 14px !important;
  padding: 4px !important;
  border-radius: 4px !important;
  border: solid 1px #8aa385 !important;
  background-color: #f1f7ec !important;
  font-size: 18px !important;
  color: #748d6f !important;
}
.react-datepicker__header {
    background-color: unset !important;
    border-bottom: none !important;
}
.react-datepicker__header select {
    height: 40px;
    margin: 0;
    padding: 4px 0 6px 0;
    border-radius: 5px;
    border: solid 1px #8aa385;
    background-color: #f1f7ec;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #748d6f;
    outline: none;
}
.react-datepicker__header button{
    height: 40px;
    border-radius: 5px;
    border: solid 1px #8aa385;
    outline: none;
    border: solid 1px #8aa385;
    background-color: #f1f7ec;
}
.react-datepicker__navigation {
    background-color: #f1f7ec !important;
    background-image: url('/img/ico-chevron-right.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px;
    line-height: 3rem !important;
    position: absolute !important;
    top: 8px !important;
    border: solid 1px #8aa385 !important;
    z-index: 1 !important;
    height: 40px !important;
    width: 30px !important;
    text-indent: -999em !important;
    overflow: hidden !important;
}
.react-datepicker__navigation.react-datepicker__navigation--previous {
  transform: rotate(180deg) !important;
}
.react-datepicker__header__dropdown.react-datepicker__header__dropdown--select {
    margin-bottom: 20px;
}
.btn-left {
    margin-left: 0px;
    margin-right: 48px;
}
.btn-left img {
    transform: rotate(180deg) !important;
}
.btn-right {
    margin-left: 48px;
    margin-right: 0;
}
.react-datepicker__current-month.react-datepicker__current-month--hasYearDropdown.react-datepicker__current-month--hasMonthDropdown {
    display: none;
}
.btn-update-pengemasan {
    padding-left: 20px;
    padding-right: 24px;
}

.btn-link.disabled, .btn-link:disabled {
    cursor: not-allowed !important;
    pointer-events: all;
}

.react-datepicker__day--highlighted, .react-datepicker__month-text--highlighted, .react-datepicker__quarter-text--highlighted, .react-datepicker__year-text--highlighted {
    color: #982c2c !important;
    background-color: unset !important;
    font-weight: 600 !important;
}

.barcode-invoice svg text {
    display: none;
}
.barcode-inv-text {
    font-size: 13px;
    font-family: monospace;
    color: #000000;
    margin: 75px 0 0 -115px;
    z-index: 1;
}
.barcode-invoice .inv-show{
    display: block !important;
}
.load-performance {
    height: 17vh;
    padding: 30px 60px;
}
.tool-tip-chart {
    z-index: 15;
}
button.panel-notification-icon:focus + .panel-notification-dropdown {
    visibility: visible;
    opacity: 1;
    height: 420px;
}
.panel-notification-icon {
    outline: none !important;
    text-align: unset !important;
    border: none;
    background: none;
}

.panel-notif-item {
    outline: none !important;
    text-align: unset !important;
}

.all-notif-dropdown {
    font-size: 12.5px;
    color: #57834f !important;
    text-decoration: none !important;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 10px;
    background-color: #fff;
}

.panel-notif-body {
    padding: 20px 0 10px 0;
}

.box-setting-right-full {
    flex: 0 0 100%;
    padding-left: 15px;
}

.txt-center {
    text-align: center;
}
.check-btn{
    position: relative;
}
.check-btn label {
    display: inline-block;
    cursor: pointer;
}
.check-btn input {
    display: none;
}
.check-btn input:checked ~ .panel-notification-dropdown {
    visibility: visible;
    opacity: 1;
}
.panel-notification-dropdown {
    height: auto;
}
.hiddendiv {
    background: #000;
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: 100%;
}
.check-btn input:checked ~ .tool-inner {
    visibility: visible;
    opacity: 1;
}
.list-setting-item .ls-item-full {
    flex: 0 0 100%;
}
.list-setting-item.new {
    background: #eef4ea;
    cursor: pointer;
}
a.list-setting-item {
    color: unset;
    text-decoration: none;
}
.react-datepicker.calender-datebirth .react-datepicker__day:nth-child(6),
.react-datepicker.calender-datebirth .react-datepicker__day:nth-child(7) {
  background-color: unset;
}
.react-datepicker.calender-datebirth .react-datepicker__day-name:nth-child(6),
.react-datepicker.calender-datebirth .react-datepicker__day-name:nth-child(7) {
  background-color: unset;
}
.react-datepicker.calender-datebirth .react-datepicker__day, .react-datepicker.calender-datebirth .react-datepicker__day-name, .react-datepicker.calender-datebirth .react-datepicker__time-name {
    width: 4rem !important;
    height: 4rem;
    line-height: 4rem !important;
}
.box-datebirth {
    display: table;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 20px;
}
.react-datepicker.calender-datebirth .react-datepicker__header .btn-right {
    height: 40px;
    border-radius: 5px;
    border: solid 1px #8aa385;
    outline: none;
    border: solid 1px #8aa385;
    background-color: #f1f7ec;
    cursor: pointer;
    width: 25px;
    line-height: 35px;
}
.react-datepicker.calender-datebirth .react-datepicker__header .btn-left {
    height: 40px;
    border-radius: 5px;
    border: solid 1px #8aa385;
    outline: none;
    border: solid 1px #8aa385;
    background-color: #f1f7ec;
    cursor: pointer;
    width: 25px;
    line-height: 35px;
}

.react-datepicker.calender-datebirth .react-datepicker__day--disabled {
    border-radius: 100% !important;
    color: #ccc !important;
    cursor: not-allowed !important;
}

.modal-password .modal-content {
    width: unset;
}
.form-password {
    width: 100%;
    margin: auto;
    max-width: 400px;
}
.form-password .Form-title {
    color: #00386a;
    margin: 0 0 15px;
}
.form-password .Form-description {
    color: rgba(109, 102, 101, 50);
}
.form-password .Form-fields {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.form-password .Control-label {
    color: #423e3d;
    font-weight: bold;
    transition: color 300ms ease;
}
.form-password .Control-requirements {
    background: pink;
    border-top: none;
    margin: -14px 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: all 200ms ease;
    padding: 0 9px;
}
.form-password .ControlInput {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(197, 193, 192, 0) inset;
    color: #6d6665;
    margin: 0.8em 0;
    border: 1px solid #c5c1c0;
    padding: 0.6em 0.6em;
    transition: box-shadow 300ms ease-out;
}
.form-password .ControlInput:hover {
    box-shadow: 0 1px 3px rgba(197, 193, 192, 40) inset;
}
.form-password .ControlInput:focus {
    outline: #2bbee7 auto 3px;
}
.form-password .ControlInput:invalid:not(:focus):not(:placeholder-shown) {
    border-color: red;
}
.form-password .ControlInput:invalid:not(:focus):not(:placeholder-shown) + .Control-label {
    color: red;
}
.form-password .ControlInput:invalid:not(:focus):not(:placeholder-shown) + .Control-label + .Control-requirements {
    max-height: 100px;
    padding: 9px;
    border: 1px solid red;
}
.form-password .ControlInput:valid:not(:focus):not(:placeholder-shown) {
    border-color: #5fa550;
}
.form-password .ControlInput:valid:not(:focus):not(:placeholder-shown) + .Control-label {
    color: #5fa550;
}
.form-password .Control-requirements--email, .ControlInput--email {
    order: -1;
}
.form-password .Control-label--email {
    order: -2;
}
.form-password .ControlInput--password {
    order: 0;
    padding-right: 50px;
}
.form-password .Control-label--password {
    order: -1;
    margin-bottom: -32px;
}
.form-password .Control-label--showPassword {
    width: 32px;
    position: relative;
    top: 52px;
    left: 100%;
    text-align: right;
    margin-left: -36px;
    cursor: pointer;
}
.form-password .Form-submit {
    border: 1px solid #e7542b;
    background-color: #e7542b;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 100%;
    pointer-events: none;
    opacity: 0.6;
    cursor: default;
    transition: opacity 300ms ease-out, max-width 150ms ease-out;
    outline: none;
    position: relative;
    margin: auto;
}
.form-password .Form-submit:hover {
    background-color: #c83d17;
}
.form-password .Form-submit:active {
    background-color: #9b2f11;
    max-width: 50px;
    overflow: hidden;
    text-indent: 300px;
}
.form-password .Form-submit:active .Button-spinner {
    opacity: 1;
}
.form-password .ControlInput--email:valid ~ .ControlInput--password:valid ~ .Form-submit {
    cursor: pointer;
    pointer-events: auto;
    opacity: 1;
}
.form-password .Button-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    opacity: 0;
}
.form-password .show-password {
    display: none;
}
.form-password .show-password:checked ~ .ControlInput--password {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
.form-password .show-password:checked ~ .Control-label--showPassword .svg-toggle-password .closed-eye {
    opacity: 1;
    transition: opacity 300ms ease, height 400ms ease;
    width: 4px;
    height: 44px;
}
.form-password .svg-toggle-password {
    fill: rgb(87,114,82)
}
.form-password .svg-toggle-password .closed-eye {
    opacity: 0;
    height: 0;
}
.form-password .Button {
    padding: 10px;
    user-select: none;
}
.form-password .spinner {
    animation: dash 2s linear infinite;
    animation-direction: normal;
}
@keyframes dash {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 150.6 100.4;
   }
    50% {
        stroke-dasharray: 1 250;
   }
    100% {
        stroke-dashoffset: 502;
        stroke-dasharray: 150.6 100.4;
   }
}
@keyframes spinner-in {
    0% {
        opacity: 0;
   }
    20%, 80% {
        opacity: 1;
   }
    100% {
        opacity: 0;
   }
}

.logo-print {
    padding-top: 10px;
    margin-top: 10px;
    height: auto;
    top: 60px;
    position: absolute;
}
.size-a6 {
    page-break-inside: avoid;
}
