@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Proza+Libre&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
/* @import url('https://fonts.googleapis.com/css?family=Anton&display=swap'); */

@font-face {
    font-family: "Antonio Regular";
    src: url("/wp-admins/assets/fonts/Antonio-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Antonio Bold";
    src: url("/wp-admins/assets/fonts/Antonio-Bold.ttf") format("truetype");
}

body {
    font-family: "Open Sans";
    font-family: 0.9rem;
}

/* BTN */
.btn.btn[class*="--"]:not(.btn--white) {
    color: #fff;
}

.btn.btn[class*="--"] {
    height: auto;
    padding: 7px 0;
}
.btn.btn-sm.btn[class*="--"] {
    padding: 5px 8px;
    margin: 0 3px;
}
.btn.btn--filter.btn[class*="--"] {
    min-width: 235px;
    padding: 8px 0;
}

.btn.btn--red {
    background-color: #d72d45;
}

.btn.btn--blue {
    background-color: #2967b0;
}

.btn.btn--blue:hover {
    background-color: #1f5390;
}

.btn.btn--blue:focus {
    background-color: #193f6e;
}

.btn.btn--blue:disabled {
    background-color: #5380b3;
}

.btn.btn--yellow {
    background-color: #ffc107;
}

.btn.btn--white {
    color: #2967b0;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(210, 210, 210, 0.45);
}
.table-customer.table-responsive {
    min-height: 300px;
}
.table__btn-wrapper {
    min-width: 150px;
}

.table__btn-wrapper.--3 {
    min-width: 250px;
}
/* END BTN */

/* CONTENT */
.content {
    background-color: #f0f3f8;
}
.content__header {
    background-color: #fff;
}
.content__header-divider {
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    border-top: solid 2px #000;
}
.content__title {
    font-size: 30px;
    font-family: "Antonio Bold";
    margin: 30px 0;
    color: #070f29;
}
.content__vehicle-total {
    font-size: 16px;
    font-weight: 600;
    /* background-color: #293a8e; */
    color: #c41717;
    /* padding: 10px 30px;
    border-radius: 25px; */
    margin-bottom: 0.5rem;
}
.content__sub-topic {
    font-size: 20px;
    font-weight: 600;
    color: #070f29;
    margin-bottom: 20px;
}
.content__table-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.table-filter__search {
    /* flex-basis: 290px;
    position: relative; */
}
.table-filter__search.--staffs {
    flex-basis: 50%;
}
.table-filter__search .form-control {
    height: 100%;
    padding-right: 52px;
}
.table-filter__search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    min-width: unset !important;
    border-radius: 0 5px 5px 0;
}
.table-filter__search.--btn-text {
    flex-basis: 350px;
}
.table-filter__search.--btn-text .form-control {
    width: 60%;
}
.table-filter__search.--btn-text button {
    width: 38%;
    border-radius: 5px;
}

.cdms-card {
    background-color: #293a8e;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    height: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 2px 5px 0px rgba(83, 97, 255, 0.05);
}

.cdms-card__head {
    display: flex;
    align-items: center;
    border-bottom: solid 1.5px #dde1ee;
    padding-bottom: 20px;
}

.cdms-card__head,
.cdms-card__content,
.cdms-card__list {
    padding-left: 20px;
    padding-right: 20px;
}

.cdms-card__img-wrapper {
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.cdms-card__content {
    padding-top: 20px;
}

.cdms-card__list {
    list-style: square;
    padding-right: 0;
}

.cdms-card__list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.cdms-card__list li::before {
    content: "";
    position: absolute;
    left: -20px;
    background-color: #fff;
    width: 6px;
    height: 6px;
}

.cdms-card__list li span {
    background-color: rgba(255, 225, 225, 0.2);
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 12px;
}

/* END CONTENT */

/* TABLE */
table.dataTable thead .sorting,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    background-image: none;
}
.table.table[class*="--"]:not(.table--car-photos) th,
.table.table[class*="--"]:not(.table--car-photos) td {
    text-align: center;
}
.table.table--cars th {
    font-weight: 600;
    vertical-align: middle;
}
.table thead {
    background-color: #172565;
    color: #fff;
}
.table thead th {
    font-weight: 600 !important;
    border: none;
    border-left: solid 1px rgb(232, 232, 232);
    border-right: solid 1px rgb(232, 232, 232);
}
.table.table--cars tr:first-child th:first-child,
.table thead th:first-child {
    border-top-left-radius: 5px;
    border-left: none;
}
.table.table--cars tr:first-child th:last-child,
.table thead th:last-child {
    border-top-right-radius: 5px;
    border-right: none;
}

.table.table--car-detail tr:not(:first-child) th,
.table.table--cars tr:not(:first-child) th {
    border-radius: 0;
}

.table.table--car-detail tr:first-child {
    border-bottom: solid 1px rgb(232, 232, 232);
}
.table.table--car-detail tbody tr {
    font-size: 38px;
}

.table.table--car-info tbody td {
    display: flex;
    text-align: left !important;
}
.table.table--car-info tbody td > div:first-child {
    flex-basis: 200px;
    min-width: 200px;
}
.table.table--car-info tbody td > div:last-child {
    display: flex;
}
.table.table--car-info tbody td > div:last-child::before {
    content: ":";
    display: block;
    margin-right: 5px;
}

.table tbody tr td {
    vertical-align: middle;
    font-weight: 600;
}
.table tbody tr:last-child td {
    box-shadow: 0 0 1px rgb(232, 232, 232);
}
.table tbody tr td:not(:last-child) {
    border-right: solid 1px rgb(232, 232, 232);
}
.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
.table.--not-stripped tbody tr,
.table:not(.--not-stripped) tbody tr:nth-child(odd) {
    background-color: #fff;
}
.table:not(.--not-stripped) tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}
.table__title-bg {
    background-color: #293a8e;
    color: #fff;
    /* margin-top: -12px; */
    padding: 5px;
}
.custom-file__ {
    position: relative;
    width: 100%;
    padding: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
    background: #e8e8e8;
    border: dashed 1.5px #777777;
    color: #9b9b9b;
    height: 38px;
}
.custom-file__::before {
    content: "Chosen File";
    position: absolute;
    right: 5px;
    background-color: #959595;
    border: 1px solid #999;
    color: #fff;
    border-radius: 40px;
    padding: 2px 6px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 12px;
}
/* END TABLE */

.table--car-photos .input-group {
    align-items: center;
    margin-bottom: 3px;
}

.table--car-photos .input-group > input {
    margin-right: 8px;
    width: 15px;
    height: 15px;
}

.table--car-photos .input-group > input:checked {
    background-color: red;
}

.table--car-photos .input-group > label {
    margin-bottom: 0;
}

.table--car-photos form > button {
    margin: 15px 0 10px !important;
}

.table--car-photos button > i {
    margin-left: 10px;
}

.footer__upload.table--car-photos > div {
    padding-bottom: 20px;
}

.footer__upload.table--car-photos > div > div.form-row {
    border-bottom: solid 1px #363636;
    padding-bottom: 10px;
}

.footer__upload.table--car-photos .input-group {
    font-size: 11px;
    margin-bottom: 10px !important;
}

.footer__upload.table--car-photos img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}

.footer__upload.table--car-photos .car__na img {
    object-fit: contain;
}

.footer__upload.table--car-photos .car__na {
    opacity: 0.5;
}

.footer__upload.table--car-photos .car__na,
.footer__upload.table--car-photos .car__na * {
    cursor: not-allowed !important;
}

.footer__upload.table--car-photos .input-group > input {
    margin-right: 4px;
}

.footer__upload.table--car-photos .radio-custom__wrapper {
    padding-left: 19px;
}

.footer__upload.table--car-photos button,
.footer__upload.table--car-photos form > button {
    margin: 10px 0 0 !important;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .footer__upload.table--car-photos .input-group > label {
        width: 90px;
    }
}
@media only screen and (max-width: 320px) {
    .footer__upload.table--car-photos .input-group > label {
        width: 90px;
    }
}

.car-photos__section {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.car-photos__section > .form-check-inline {
    margin-right: 0;
}

.car-photos__info .info__header {
    background-color: #293a8e;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
}

.car-photos__info .info__content {
    color: #34495e;
    font-size: 12px;
    padding: 3px;
}

.car-photos__info .info__content.--upload {
    background: #e8e8e8;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 100;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 13px;
    border: dashed 3px #777;
}

.car-photos__info .info__content.--upload > button {
    background: #959595;
    padding: 4px 15px;
    border-radius: 40px;
    color: #fff;
}

/* FORM */
.form-auction__header,
.form-auction__footer {
    background-color: #293a8e;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}
.form-auction__header {
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}
.form-auction__footer {
    border-radius: 0 0 5px 5px;
}
.form-auction__title {
    font-size: 18px;
    color: #34495e;
    font-weight: 600;
}
.form-auction__title.--white {
    color: #fff;
}
.form-auction__content {
    padding: 15px 10px;
    background-color: #fff;
}
.form-auction__content label {
    font-weight: 600;
    font-size: 14px;
}
.form-auction__content > .row {
    margin-bottom: 15px;
}

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

input[type="number"].no-spinner {
    -moz-appearance: textfield;
}
/* END FORM */

/* MODAL */
.modal .modal-content {
    border: none;
}
.modal .modal-header {
    background-color: #243993;
    color: #fff;
    justify-content: center;
}

.modal .modal-title {
    font-size: 18px;
    font-weight: bold;
}

.modal .modal-header button {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    opacity: 0.8;
    width: 20px;
    height: 20px;
    font-size: 25px;
    line-height: 1px;
}

.modal .modal-body label {
    font-size: 15px;
    font-weight: bold;
}

.modal .modal-body > .input-group,
.modal .modal-body > input[type="text"],
.modal .modal-body > select {
    margin-bottom: 10px;
}

.modal .modal-body .input-group-text {
    background-color: #243993;
    color: #fff;
}

.modal .modal-footer {
    padding-top: 0;
    border-top: none;
}

.modal .modal-footer button {
    flex-basis: 40%;
}

.select-custom {
    background: url("/wp-admins/assets/icon/caret-down.svg") calc(100% - 13px) /
            15px no-repeat,
        linear-gradient(#243993, #243993) right/ 40px no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select-custom::-ms-expand {
    display: none;
}

/* END MODAL */

.cars__option-wrapper {
    display: flex;
    margin-bottom: 15px;
}

.cars__option-wrapper > * {
    flex-basis: 16.6%;
}

@media only screen and (max-width: 426px) {
    .cars__option-wrapper {
        flex-wrap: wrap;
    }

    .cars__option-wrapper > * {
        flex-basis: 46.6%;
    }
}

.cars__option-wrapper > *:not(:last-child) {
    margin-right: 8px;
    /* flex-grow: 1; */
}
.form-auction__content .dropdown > button,
.cars__option-wrapper > *,
.cars__option-wrapper > * > button {
    text-align: left;
}

/* .form-auction__content .dropdown-toggle::before,
.cars__option-wrapper .dropdown-toggle::before {
    position: absolute;
    content: "";
    background-color: red;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
} */
.table-form__select select,
.select-custom-caret select,
.table-form select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}
.table-form__select {
    position: relative;
}

.select-custom-caret .dropdown-toggle::after,
.table-form .dropdown-toggle::after,
.single-propreitory .dropdown-toggle::after,
.content__table-filter .dropdown-toggle::after,
.form-auction__content .dropdown-toggle::after,
.cars__option-wrapper .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.4em solid #34495e;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.dropdown-menu.show {
    width: 100%;
}

.cars__search-wrapper {
    margin-bottom: 15px;
}

/* GROUP PRIVILEGE */
.group-privilege {
    margin: 0 0 1em;
    padding: 0 10px 15px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

.group-privilege .group-privilege__item {
    background-color: #e6ecf6;
    border-radius: 4px;
    padding: 10px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 15px);
}

.group-privilege__checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.group-privilege__checkbox-wrapper > div {
    flex-basis: 33.3%;
    max-width: 24.3%;
    margin: 0;
    padding-right: 10px;
    word-break: break-word;
}
.group-privilege__checkbox-wrapper > div:not(:nth-last-child(-n + 3)) {
    margin: 0 0 10px;
}

@media only screen and (max-width: 426px) {
    .group-privilege__checkbox-wrapper > div {
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 320px) {
    .group-privilege__checkbox-wrapper > div {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* END GROUP PRIVILEGE */

/* SINGLE PREPROITORY */
.table-form,
.single-propreitory {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.table-form .table-form__header,
.table-form .table-form__footer,
.single-propreitory .single-propreitory__header,
.single-propreitory .single-propreitory__footer {
    padding: 13px 10px;
    background-color: #293a8e;
    color: #fff;
    font-size: 18px;
}
.table-form .table-form__footer,
.single-propreitory .single-propreitory__footer {
    padding: 20px;
}
.table-form .table-form__content,
.single-propreitory .single-propreitory__content {
    background-color: #fff;
    padding: 50px 20px;
}
.table-form .table-form__mandatory {
    background-color: #eae9e9;
    color: #d02424;
    font-weight: bold;
    font-style: italic;
    padding: 12px 8px;
}
.table-form .table-form__content,
.table-form .footer__upload,
.single-propreitory .single-propreitory__content,
.single-propreitory .footer__upload {
    font-size: 14px;
}
.table-form .table-form__content .row:not(:first-child),
.single-propreitory .single-propreitory__content .row:not(:first-child) {
    margin-top: 25px;
}
.table-form__content .content__select-opt,
.single-propreitory__content .content__select-opt {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: #f8f4f4;
    color: #34495e;
    overflow: hidden;
}
.table-form__content .content__select-opt > div,
.single-propreitory__content .content__select-opt > div {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
.table-form__content .content__select-opt > div.active,
.single-propreitory__content .content__select-opt > div.active {
    background-color: #358ed7;
    color: #fff;
}
.table-form__content .content__select-opt > div,
.table-form__content .form-control,
.table-form__footer .form-control,
.single-propreitory__content .content__select-opt > div,
.single-propreitory__content .form-control,
.single-propreitory__footer .form-control {
    height: 50px;
}
.single-propreitory__content .form-control.form-control-sm {
    height: 28px;
}
.table-form__footer .footer__upload .input-group,
.single-propreitory__footer .footer__upload .input-group {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.table-form__footer .footer__upload label,
.single-propreitory__footer .footer__upload label {
    opacity: 0.6;
}
.table-form__footer .footer__upload .input-group > .form-control,
.single-propreitory__footer .footer__upload .input-group > .form-control {
    border: none;
}
.table-form__footer .footer__upload .input-group-append,
.single-propreitory__footer .footer__upload .input-group-append {
    background: linear-gradient(#f5f5f5, #e2e3e7);
}
.table-form__footer .footer__upload .input-group-append > button,
.single-propreitory__footer .footer__upload .input-group-append > button {
    color: #34495e;
    min-width: 180px;
    letter-spacing: 2.36px;
}
/* END SINGLE PREPROITORY */

/* PAGINATION */
.cdms-pagination li {
    background-color: #fff;
    color: #4a4a4a;
    padding: 3px;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

.cdms-pagination li:not(:last-child) {
    margin-right: 0.1rem;
}

.cdms-pagination li:hover,
.cdms-pagination li.active {
    background-color: #316cb2;
    color: #fff;
}

.cdms-pagination li[class*="--"] {
    background-color: #e7e7e7;
    position: relative;
    color: transparent;
}

.cdms-pagination li[class*="--"]::after,
.cdms-pagination li[class*="--"]::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
}

.cdms-pagination li.--next::after,
.cdms-pagination li.--prev::after,
.cdms-pagination li.--last::after,
.cdms-pagination li.--first::after {
    left: 65%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
    border-left: solid 2px #34495e;
    border-bottom: solid 2px #34495e;
}

.cdms-pagination li.--prev::after {
    left: 55%;
}

.cdms-pagination li.--last::before,
.cdms-pagination li.--first::before {
    left: 45%;
    transform: translate(-50%, -50%);
    height: 15px;
    border-left: solid 2px #34495e;
}

.cdms-pagination li.--last::after,
.cdms-pagination li.--next::after {
    left: unset;
    right: 55%;
    transform: translate(50%, -50%) rotate(225deg);
}

.cdms-pagination li.--last::before {
    left: unset;
    right: 10%;
    transform: translate(50%, -50%);
}
/* PAGINATION */

/* OVERRIDE CHECKBOX SQUARE*/
.checkbox-custom__wrapper.--square {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    line-height: 1.2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-custom__wrapper.--square input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #f8f4f4;
    border: solid 1px #dddddd;
}

.checkbox-custom__wrapper.--square:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-custom__wrapper.--square input:checked ~ .checkmark {
    background-color: #358ed7;
    border: solid 1px #358ed7;
}

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

.checkbox-custom__wrapper.--square input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-custom__wrapper.--square .checkmark:after {
    top: 50%;
    left: 50%;
    width: 5.5px;
    height: 9px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translate(-50%, -70%) rotate(45deg);
}

/* END OVERRIDE CHECKBOX SQUARE*/

/* OVERRIDE RADIO */
.radio-custom__wrapper {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-custom__wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #eee;
}

.radio-custom__wrapper:hover input ~ .radiomark {
    background-color: #ccc;
}

.radio-custom__wrapper input:checked ~ .radiomark {
    background-color: #2967b0;
}

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

.radio-custom__wrapper input:checked ~ .radiomark:after {
    display: block;
}

.radio-custom__wrapper .radiomark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
}

/* END OVERRIDE RADIO */

/* Update by Fahmi  */
/* =========================== */

.section-bg-single {
    background: rgb(232, 235, 238);
    border-radius: 0px;
    padding: 20px;
    margin: auto -20px;
}
.custom-css--1 {
    width: 250px;
    color: rgb(52, 73, 94) !important;
    padding: 9px !important;
}
.custom-css--2 {
    margin: 0;
}
.custom-css--3 {
    margin-bottom: 0;
}
.custom-css--4 {
    margin-top: 30px;
}
.custom-css--4 .btn-light {
    background: rgb(255, 255, 255);
    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(52, 73, 94);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.75px;
    text-align: left;
    height: 40px;
    margin-right: unset;
    flex-grow: 1;
}
.custom-css--4 .btn--blue {
    background: rgb(49, 108, 178);
    border-radius: 3px;
}
.custom-css--5 {
    color: rgb(196, 23, 23);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.custom-css--6 {
    background: rgb(49, 108, 178);
    border-radius: 0px 2px 2px 0px;
    padding: 8.5px 30px !important;

    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
}
.custom-css--6:hover {
    background-color: #1f5390;
}
.custom-css--6:active,
.custom-css--6:focus {
    background-color: #193f6e !important;
}
.custom-css--7 {
    height: auto !important;
    padding: 8.5px;
}
.custom-css--8 {
    background: rgb(49, 108, 178);
    border-radius: 3px;
    height: unset !important;
    padding: 7px !important;
}
.custom-css--8:hover {
    background-color: #1f5390;
}
.custom-css--8:focus {
    background-color: #193f6e;
}
.alert-mandatory {
    background: rgb(234, 233, 233);
    border-radius: 0px;
    color: rgb(208, 36, 36);
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 7px 10px;
}

/* Reset Select */
#add-new-admin-fee select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fdfdfd;
    background-image: none;
}
/* Remove IE arrow */
#add-new-admin-fee select::-ms-expand {
    display: none;
}
/* Custom Select */
#add-new-admin-fee .select {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 3;
    background: #fdfdfd;
    border: 1px solid rgb(151, 151, 151);
    overflow: hidden;
    border-radius: 0.25em;
}
#add-new-admin-fee select {
    flex: 1;
    padding: 0 0.5em;
    color: #bebebe;
    cursor: pointer;

    font-size: 14px;
    letter-spacing: 0px;
}
/* Arrow */
#add-new-admin-fee .select::after {
    content: "\25BC";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    color: #fff;
    background: #243993;
    cursor: pointer;
    font-size: 14px;
    pointer-events: none;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
}
/* Transition */
#add-new-admin-fee .select:hover::after {
    opacity: 0.7;
}
#add-new-admin-fee input.form-control {
    background: rgb(253, 253, 253);
    border-radius: 3px;
    border: 1px solid rgb(151, 151, 151);
    height: 40px;

    color: #333;
    font-size: 14px;
    letter-spacing: 0px;
}
#add-new-admin-fee input.form-control::placeholder {
    color: rgb(190, 190, 190);
}
#add-new-admin-fee label {
    color: rgb(0, 0, 0);
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
}

#add-new-admin-fee .modal-footer button {
    flex-basis: 20%;
    height: 40px !important;
    padding: 0 !important;
}

#add-new-admin-fee .modal-body {
    padding: 30px 30px 0;
}

#add-new-admin-fee .content__select-opt div {
    height: 40px;
    font-size: 14px;
    letter-spacing: 2.36px;
    line-height: 19px;
    text-align: center;
}

table#customer-list {
    white-space: nowrap !important;
}

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f073";
    color: #555;
    padding: 0 5px;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.custom-select--- {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    background-size: 18px;
    padding: 0.5em;
    padding-right: 15px;
    padding-left: 15px;

    border-radius: 3px;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(52, 73, 94);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.75px;
    text-align: left;
}

.h-40 {
    height: 40px;
}

.passowrd-desc---1 {
    color: rgb(100, 95, 95);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 30px;
}
.passowrd-desc---2 {
    color: rgb(52, 73, 94);
    font-size: 12px;
    letter-spacing: 0.69px;
}
.passowrd-desc---3 {
    color: rgb(0, 0, 0);
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
    margin-bottom: 0;
}
.passowrd-desc---4 {
    background: rgb(255, 183, 141);
    border-radius: 5px;
    border: 1px solid rgb(255, 133, 60);

    color: rgb(28, 28, 28);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 30px;
    text-align: center;
    padding: 14px;
}

/* =========================== */
/* Update by Fahmi  */

/* additional color for password strength */
.passowrd-desc---4.bad {
    background: #ff7f27;
    border-color: #ff7f27;
}
.passowrd-desc---4.short {
    background: #ec1c24;
    border-color: #ec1c24;
}

.passowrd-desc---4.mismatch {
    background: #d9534f;
    border-color: #bd403c;
}

.passowrd-desc---4.good {
    background: #fff200;
    border-color: #fff200;
}

.passowrd-desc---4.strong {
    background: #0ed145;
    border-color: #0ed145;
}
/* end additional color for password strength */

/* Custom Pagination */
.dataTables_paginate.paging_full_numbers {
    text-align: center;
}

/* {
   background-color: transparent;
   border: none;
   border-right: solid 3px #fff;
   border-radius: 0;
   color: #4a4a4a;
   opacity: .7;
} */

.dataTables_paginate.paging_full_numbers .paginate_button,
.dataTables_paginate.paging_full_numbers .paginate_button.current {
    background-color: #fff;
    color: #000 !important;
    background-image: unset;
    border: none;
    border-radius: 0;
    /* opacity: .7; */
    min-width: unset;
    padding: 4px 10px;
    margin-right: 2px;
}

.dataTables_paginate.paging_full_numbers .paginate_button:hover,
.dataTables_paginate.paging_full_numbers .paginate_button.current,
.dataTables_paginate.paging_full_numbers .paginate_button.current:hover {
    background: #316cb2;
    color: #fff !important;
    border: none;
}

.dataTables_paginate.paging_full_numbers .paginate_button.active a,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.first):not(.previous):not(.next):not(.last):hover
    a {
    opacity: 1;
}

.dataTables_paginate.paging_full_numbers .paginate_button.disabled,
.dataTables_paginate.paging_full_numbers .paginate_button.disabled:hover,
.dataTables_paginate.paging_full_numbers .paginate_button.first,
.dataTables_paginate.paging_full_numbers .paginate_button.previous,
.dataTables_paginate.paging_full_numbers .paginate_button.next,
.dataTables_paginate.paging_full_numbers .paginate_button.last {
    position: relative;
    color: transparent !important;
    background: #e7e7e7 !important;
    padding: 3px;
    margin-right: 2px;
    border: none !important;
    cursor: pointer !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button.disabled,
.dataTables_paginate.paging_full_numbers .paginate_button.disabled:hover {
    cursor: not-allowed !important;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first::after,
.dataTables_paginate.paging_full_numbers .paginate_button.first::before,
.dataTables_paginate.paging_full_numbers .paginate_button.previous::after,
.dataTables_paginate.paging_full_numbers .paginate_button.previous::before,
.dataTables_paginate.paging_full_numbers .paginate_button.next::after,
.dataTables_paginate.paging_full_numbers .paginate_button.next::before,
.dataTables_paginate.paging_full_numbers .paginate_button.last::after,
.dataTables_paginate.paging_full_numbers .paginate_button.last::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first::after,
.dataTables_paginate.paging_full_numbers .paginate_button.previous::after,
.dataTables_paginate.paging_full_numbers .paginate_button.next::after,
.dataTables_paginate.paging_full_numbers .paginate_button.last::after {
    left: 65%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
    border-left: solid 2px #34495e;
    border-bottom: solid 2px #34495e;
}

.dataTables_paginate.paging_full_numbers .paginate_button.previous::after {
    left: 55%;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first::before,
.dataTables_paginate.paging_full_numbers .paginate_button.last::before {
    left: 45%;
    transform: translate(-50%, -50%);
    height: 15px;
    border-left: solid 2px #34495e;
    z-index: 1;
}

.dataTables_paginate.paging_full_numbers .paginate_button.next::after,
.dataTables_paginate.paging_full_numbers .paginate_button.last::after {
    left: unset;
    right: 55%;
    transform: translate(50%, -50%) rotate(225deg);
}

.dataTables_paginate.paging_full_numbers .paginate_button.last::before {
    left: unset;
    right: 10%;
    transform: translate(50%, -50%);
}

.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).first:hover,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).previous:hover,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).next:hover,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).last:hover {
    background-color: #316cb2 !important;
}

.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).first:active,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).previous:active,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).next:active,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).last:active {
    background-color: #316cb2 !important;
}

.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).first:hover::before,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).last:hover::before,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).first:hover::after,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).previous:hover::after,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).next:hover::after,
.dataTables_paginate.paging_full_numbers
    .paginate_button:not(.disabled).last:hover::after {
    border-color: #e7e7e7;
}
/* End Custom Pagination */

/* custom filter datatable */
.datatable__search {
    display: flex;
    align-items: stretch;
}
.datatable__search > .dataTables_filter > label,
.datatable__search > .dataTables_filter > label > input {
    height: 100%;
}
.datatable__search > .dataTables_filter {
    height: 40px;
    float: none;
    display: inline-block;
    margin-top: 0;
}
.datatable__search > .dataTables_filter input {
    margin-left: 0 !important;
}
.datatable__search > .dt-buttons {
    display: inline-block;
    width: 130px;
    margin-left: 15px;
}
.datatable__search > .dt-buttons > .btn.btn[class*="--"] {
    padding: 7px 0;
}
.datatable__search.--icon {
    margin-bottom: 10px;
}
.datatable__search.--icon > .dataTables_filter input {
    width: 255px !important;
}
.datatable__search.--icon > .dt-buttons {
    margin-left: -5px;
    width: 40px;
}
.datatable__search.--icon > .dt-buttons > button {
    border: solid 1px #2967b0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.datatable__search.--staff > .select-custom-caret {
    width: 190px;
    margin-right: 15px;
    height: 40px;
}
.datatable__search.--staff > .dt-buttons {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    width: unset;
}
.datatable__search.--staff > .dt-buttons > button {
    width: 160px;
    display: inline-block;
}
.datatable__search.--staff > .dt-buttons > button:last-child {
    width: 235px;
}
.datatable__footer {
    margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
    .datatable__search.--staff > .dt-buttons > button,
    .datatable__search.--staff > .dt-buttons > button:last-child {
        width: 50%;
    }
}
@media only screen and (max-width: 426px) {
    .datatable__search.--staff {
        flex-wrap: wrap;
    }
    .datatable__search.--staff > .select-custom-caret,
    .datatable__search > .dataTables_filter,
    .datatable__search > .dataTables_filter > label,
    .datatable__search > .dataTables_filter > label > input {
        width: 100% !important;
    }
    .datatable__search.--staff > .select-custom-caret,
    .datatable__search > .dataTables_filter,
    .datatable__search > .dt-buttons {
        margin: 0 0 5px;
    }
}
@media only screen and (orientation: landscape) and (max-width: 480px) and (max-height: 320px) {
    .datatable__search.--staff {
        flex-wrap: wrap;
    }
    .datatable__search.--staff > .select-custom-caret,
    .datatable__search > .dataTables_filter,
    .datatable__search > .dataTables_filter > label,
    .datatable__search > .dataTables_filter > label > input {
        width: 100% !important;
    }
    .datatable__search.--staff > .select-custom-caret,
    .datatable__search > .dataTables_filter,
    .datatable__search > .dt-buttons {
        margin: 0 0 5px;
    }
}
/* end custom filter datatable */

.table__link {
    cursor: pointer;
}
.table__link:hover > td {
    color: #2967b0;
}

/* input daterange custom */
input[name="date_last_registration"] {
    background: url("/wp-admins/assets/icon/calendar.svg") calc(100% - 15px) /
        20px no-repeat;
}
/* end input daterange custom */

/* input disabled */
input:disabled,
input:disabled ~ .radiomark {
    cursor: not-allowed;
}

.car__na .radio-custom__wrapper:hover input ~ .radiomark {
    background-color: #eee;
}

.btn:disabled {
    background: #cecece;
    cursor: not-allowed;
    pointer-events: none;
}
.pointer {
    cursor: pointer;
}

#loader {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    overflow: hidden;
    outline: 0px none;
    background: rgb(51, 51, 51) none repeat scroll 0% 0%;
    opacity: 0.5 !important;
    text-align: center;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
#loader img {
    position: fixed;
    top: 50%;
    height: 50px;
    margin-top: -25px;
}
#loader.hide {
    opacity: 0;
    z-index: -9;
}
/*.input-group-append > .btn {
    background: #c1c1c1;
}*/

.brands__list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 135px;
    background: white;
    margin-bottom: 30px;
    width: 135px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.select2-container--bootstrap .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.select2-container--bootstrap
    .select2-selection--single
    .select2-selection__rendered {
    padding-top: 0px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #fff;
}
/* end input disabled */

.custom-nav-tabs li {
    width: 50%;
}
.custom-nav-tabs li a {
    text-align: center;
    padding: 10px;
}
.custom-nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #293a8e;
    color: #fff;
    font-weight: 600;
}
.custom-nav-tabs li a {
    text-align: center;
    padding: 10px;
    background: #d1d7e2;
    color: #333;
    font-weight: 600;
}
