@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* Variable */

/*
color palete
primary => 4B2D0B
primary-outline => B8A295
secondary => D9C4B8
medium => 616060
dark => 000
light => F2E3D0
light grey => 9F9F9F
grey => F0F2F4
darkgrey => CBCBCB
success => ADD0B3
warning => DEDA60
danger => F5222E
brown = 2B2B2B
*/

/*
color bg
bg-success => #B8D9BB
bg-warning => #D9C4B8

*/

/*
color label
label-primary => #D9C4B8
label-success => #ADD0B3 / #81EF94
label-green => #DEDA60
label-green2 => #558E86
label-green-lignt => #5ABF6B
label-blue => #58E3DA / #A2BFFE
label-blue-bright => #70FFF6
label-blue-light => #0D7F8B
label-blue-dark => #02D495
label-yellow => #FFC412
label-red => #F5222E
label-grey => #CBCBCB
label-dark-grey => #5F5F5F
label-mid-grey => #828282
label-dark => #212121
label-orange => #F97E0C
label-magenta => #E43C64
label-return => #385574
label-cream => #FCF6E3
label-preloved => #EFE3FC

*/

/* #toast-container > .toast-success {
    background-size: 17px;
    background-position: 6vw !important;
} */


.disabled {
    opacity: 0.2 !important;
}


.popover {
    padding-top: 10px;
    padding-bottom: 10px;
    /* max-width: 100%; */
}

.btn-dark:hover {
    background-color: #575757 !important;
}
.btn-danger:hover {
    background-color: #ff5e6e !important;
}

.toast-customer-error {
    width: auto !important;
    top: 50% !important;
    left: 50% !important;
    display: flex !important;
    justify-content: center !important;
    /* flex-direction: column !important; */
    transform: translate(-50%, -50%);
}
.toast-customer-error button {
    display: none;
}
#toast-container.toast-customer-error > div {
    padding: 50px 20px;
    text-align: center;
    color: #4b2d0b;
    background-color: #ffffff !important;
    border: 1px solid #000 !important;
    border-radius: 1rem;
    font-size: 18px;
    font-weight: 700 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.input-group-right input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.input-group-right button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.countdown-box {
    color: #007523;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    min-width: 11rem;
    height: 39px;
}
.box-date-checkout {
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
}

.white-space-no-wrap {
    white-space: nowrap;
}

.opacity-50 {
    opacity: 0.5;
}
.opacity-25 {
    opacity: 0.25;
}
.txt-primary{
    color: #4B2D0B !important;
}
.txt-secondary{ 
    color: #F2E3D0 !important;
}
.text-dark {
    color: #000 !important;
}
.text-dark2{
    color: #2B2B2B;
}
.txt-grey{ 
    color: #616060 !important;
}
.txt-grey2{
    color:#494E3B !important;
}
.txt-light-grey{
    color:#9F9F9F !important;
}
.txt-count-down{
    color: #007523 !important;
}

.text-medium {
    color: #9f9f9f;
}
.w-50p {
    width: 50px;
}
.font-weight-medium {
    font-weight: 600 !important;
}

.btn-link-menu {
    border-bottom: 2px solid #fff;
}
.btn-link-menu.nonborder {
    border-bottom: none;
    font-size: 14px !important;
}
.btn-link-menu:hover,
.btn-link-menu:focus {
    color:#4b2d0b!important;
    background-color: #e1ddaf !important;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.btn-group-action{
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle;
}
.btn-group-action a:first-child{
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.btn-group-action a{
    display: flex;
    align-items: center;
    border-radius: 0 !important;
    padding: 10px 12px !important;
}
.btn-group-action a:last-child{
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.btn-group-action .dropdown{
    display: flex;
    align-items: center;
    border-radius: 0 !important;
    padding: 10px 12px !important;
}
.btn-group-action div:last-child{
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.btn-group-action .dropdown-toggle {
    cursor: pointer; 
}
.btn-group-action .dropdown-toggle.nonarrow::after {
    border: none !important; 
}
.rounded {
    border-radius: 6px !important;
}
.icon-popover {
    margin-bottom: -5px;
}

.modal-md {
    max-width: 500px;
}

.label-primary {
    background-color: #d9c4b8;
    color: #4b2d0b;
}
.label-primary-outline {
    border: 1px solid #4b2d0b;
    background-color: #fff;
    color: #4b2d0b;
}
.label-success {
    background-color: #81ef94;
    color: #000;
}
.report-label-success {
    background-color: #b8d9bb !important;
    color: #212121;
}
.label-success-2 {
    background-color: #add0b3;
    color: #000;
}
.label-success-charity {
    background-color: #add0b3;
    color: #558e86;
}
.label-green {
    background-color: #deda60;
    color: #000;
}
.label-green2 {
    background-color: #add0b3;
    color: #558e86;
}
.label-green-light {
    background-color: #5abf6b;
}
.label-green-dark {
    background-color: #168352;
    color: #fff;
}
.label-red {
    background-color: #f5222e !important;
    color: #fff;
}

.label-blue-bright {
    background-color: #70fff6;
    color: #000;
}

.label-blue-dark {
    background-color: #02d495;
}
.label-blue-light {
    background-color: #0d7f8b;
    color: #fff;
}
.label-blue {
    background-color: #a2bffe;
}
.label-blue-2 {
    background-color: #58e3da;
}
.label-yellow {
    background-color: #ffc412;
}
.label-grey-light {
    background-color: #f0f2f4;
    color: #000;
}
.label-grey {
    background-color: #cbcbcb;
    color: #000;
}
.label-dark-grey {
    background-color: #5f5f5f;
    color: #f2e3d0;
}
.label-mid-grey {
    background-color: #828282;
    color: #f2e3d0;
}
.label-dark {
    background-color: #212121;
    color: #f2e3d0;
}
.label-dark-outline {
    border: 1px solid #000;
    background-color: #fff;
    color: #212121;
}
.label-black {
    background-color: #2B2B2B;
    color: #fff;
}

.label-orange {
    background-color: #f97e0c;
    color: #fff;
}
.label-magenta {
    background-color: #e43c64;
    color: #fff;
}
.label-return {
    background-color: #385574;
    color: #48e0f9;
}
.label-cream {
    background-color: #fcf6e3;
    color: #5e3800;
}
.label-preloved {
    background-color: #efe3fc;
    color: #5e3800;
}

.btn:focus {
    border: 1px solid #000;
}
.associate-bg-success {
    background-color: #b8d9bb;
}
.associate-bg-secondary {
    background-color: #d9c4b8;
}
.associate-bg-secondary-2 {
    background-color: #e1ddaf;
}

.collapsed .fas {
    rotate: 180deg;
}
.badge-associate {
    top: 0px;
}
/* =================================== */
.btn-dark {
    background-color: #000 !important;
}

.associate-btn-red {
    background-color: #f5222e !important;
    color: #fff;
}
.associate-btn-red:hover {
    background-color: #f06a71 !important;
    color: #fff !important;
}
.btn.btn-outline-dark{
    border: 1px solid #000;
    color: #000;
}
.btn.btn-outline-grey {
    color: #ced4da;
    border-color: #ced4da;
}
.btn.btn-outline-secondary {
    border-color: #D2D2D2;
    color: #9F9F9F;
}
.btn-outline-secondary:hover{
    color: #fff !important;
}

.associate-btn-primary {
    background-color: #4b2d0b;
    color: #fff;
}
.associate-btn-primary:hover {
    background-color: #714410;
    color: #fff;
}
.associate-btn-primary-outline {
    /* border: 1px solid #4B2D0B; */
    background-color: #b8a295;
    color: #4b2d0b;
}
.associate-btn-brown-outline {
    border: 1px solid #a1835d;
    color: #a1835d;
}

.associate-btn-brown-outline:hover {
    /* border: none; */
    background-color: #a1835d;
    color: #fff;
}

.associate-btn-primary-outline:hover {
    background-color: #938177;
    color: #4b2d0b;
}
.associate-btn-secondary {
    background-color: #d9c4b8;
    color: #4b2d0b;
}
.associate-btn-secondary:hover {
    background-color: #94877f;
    color: #4b2d0b;
}
.associate-btn-light {
    background-color: #f2e3d0;
    color: #4b2d0b;
}
.associate-btn-light:hover {
    background-color: #aca294;
    color: #4b2d0b;
}
.associate-btn-medium {
    background-color: #616060;
    color: #f2e3d0;
}
.associate-btn-medium:hover {
    background-color: #363636;
    color: #fff;
}
.associate-btn-dark {
    background-color: #212121;
    color: #f2e3d0;
}
.associate-btn-dark:hover {
    background-color: #838383;
    color: #f2e3d0;
}

/* .associate-btn-grey:hover {
    background-color: #b2b3b4;
    color: #fff !important;
} */

.associate-btn-dark-grey {
    background-color: #cecece;
}

.associate-btn-dark-grey.active,
.associate-btn-dark-grey:hover {
    background-color: #000;
    color: #fff;
}

.associate-btn-success {
    background-color: #81ef94;
    color: #000;
}
.associate-btn-success:hover {
    background-color: #68b174;
    color: #000;
}
.associate-btn-success-dark {
    border: none;
    background-color: #cecece;
    color: #000;
}
.associate-btn-success-dark:hover {
    background-color: #a7a7a7;
    color: #000;
}
.associate-btn-success-dark.active,
.associate-btn-success-dark:hover {
    background-color: #81ef94;
    color: #000;
}
.associate-btn-success-dark:focus{
    border: none;
}

.associate-btn-warning {
    background-color: #deda60;
    color: #000;
}

.associate-btn-warning:hover {
    background-color: #f3ee6a;
    color: #000;
}

.associate-btn-danger {
    background-color: #f92121;
    color: #fff;
}

.associate-btn-danger:hover {
    background-color: #cc1f1f;
    color: #fff;
}

.associate-btn-grey.active,
.associate-btn-grey:hover {
    background-color: #b2b3b4 !important;
    color: #fff !important;
}

.report-btn-success {
    background-color: #b8d9bb !important;
    color: #212121;
}

.report-btn-success:hover {
    background-color: #ebf6ec !important;
    color: #212121;
}

/* ======================== */

.border-grey{
    border-color: #D2D2D2;
}
.associate-text-light {
    color: #f2e3d0 !important;
}
.associate-text-dark {
    color: #010b24 !important;
}
.associate-text-light-grey {
    color: #9f9f9f !important;
}
.associate-text-grey {
    color: #616060 !important;
}
.associate-text-success {
    color: #0b4b11 !important;
}

.btn-outline-dark:hover {
    color: #fff !important;
}

.font-16 {
    font-size: 16px !important;
}

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

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

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

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

label {
    color: #4b2d0b;
    font-weight: 400 !important;
    font-size: 14px;
    font-weight: 700;
}
textarea {
    border-radius: 6px !important;
}
input::placeholder {
    color: #4b2d0b5f !important;
}
input {
    border-radius: 6px !important;
    color: #4b2d0b !important;
}
select {
    border-radius: 6px !important;
}

input[type="radio"] {
    accent-color: #000;
}
.custom-switch .custom-control-label:after {
    background-color: #fff !important;
}

.custom-control-input:checked ~ .custom-control-label:before {
    background-color: #e5e5e5;
    color: #000;
}
/* .custom-control-input:checked + .custom-control-label:after {
    background-color: #000 !important;
} */
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3E%3Ccircle r='3' fill='%23000'/%3E%3C/svg%3E");
}
.submission-input-image .dropify-wrapper {
    height: 60vh !important;
    margin-bottom: 20px;
}
.submission-input-image .dropify-wrapper .dropify-preview .dropify-infos {
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 3;
    position: absolute;
    top: 0;
    opacity: 1;
}
.submission-input-image .dropify-wrapper .dropify-message p {
    margin: 0px;
}
.submission-input-image .dropify-filename {
    display: none;
}
.submission-input-image .dropify-infos-message {
    padding-top: 25px !important;
}
.submission-input-image .dropify-infos-message::before {
    content: url("../icon/camera-icon.svg") !important;
    height: 0px !important;
    background-color: transparent;
}
.image-detail-submission {
    border: 2px solid #c4c4c4;
    border-radius: 1rem;
    max-height: 60vh;
    object-fit: contain;
}
.search {
    border-right: 0px;
    border-radius: 0.25rem 0px 0px 0.25rem !important;
}
.maps-preview {
    height: 450px;
}
/* ========================= */

.main-footer {
    background-color: #f4f6f9 !important;
    border: none;
}
.wrapper {
    background-color: #f4f6f9 !important;
}
.footer-delivery-process-list {
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 65%,
        rgba(255, 255, 255, 1) 66%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding-top: 20vh;
    padding-bottom: 20px;
}

.address-warehouse-detail {
    color: #5e3800;
}
.title-warehouse {
    color: #5e3800;
    font-weight: 600;
}
.card-delivery-note {
    min-height: 160px;
}

.address-form label {
    font-weight: 700 !important;
}
.address-form input {
    color: #5e3800;
}
.address-form select {
    color: #5e3800;
}

.address-form textarea {
    min-height: 100px;
    color: #5e3800;
}
.address-form textarea::placeholder {
    color: #5e3800;
}

.form-additional-pengajuan {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.form-add-pengajuan {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.modal-content {
    border-radius: 0.5rem !important;
}
.modal-close{
    width: 32px;
    height: 32px;
    color: #000;
    display: flex;
    margin-left: auto;
}
.modal-close:hover{
    color: #000;
}
.modal-body {
    padding: 30px 40px;
}
.type-rent-box {
    border-radius: 0.4rem;
    padding: 10px;
    width: 13rem;
}
.pengajuan-laporan table thead th:nth-child(7)::before {
    content: none;
}
.pengajuan-laporan table thead th:nth-child(7)::after {
    content: none;
}
.body-pengajuan .dropify-font-upload:before,
.body-pengajuan .dropify-wrapper .dropify-message span.file-icon:before {
    content: url("../icon/camera-icon.svg") !important;
}
/* .body-pengajuan .dropify-wrapper {
    background-color: #000;
} */
.popover-full .popover {
    max-width: 100%;
}
.body-pengajuan .popover {
    max-width: 100%;
}
.botique-body .popover {
    max-width: 100%;
}
.add-gallery .dropify-message {
    height: 100%;
}
.add-gallery .dropify-wrapper {
    border: 2px dashed #e5e5e5;
}
.add-gallery .dropify-clear {
    color: #f5222e;
    border-color: #f5222e;
    border-radius: 0.5rem !important;
}
.body-gallery .dropify-font-upload:before,
.body-gallery .dropify-wrapper .dropify-message span.file-icon:before {
    /* content: url("../icon/upload-icon.svg") !important; */
    content: none !important;
}
.body-gallery .dropify-wrapper .dropify-message span.file-icon {
    color: #000;
}
.table-produk-pengajuan {
    max-height: 55vh;
}
/* ===================================== */

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

.main-sidebar {
    background-color: #fefcf6; 
    min-height: 100%;
}
.nav-item .nav-icon {
    margin-bottom: -4px;
}
.nav-item.menu-open {
    background-color: #e1ddaf;
    border-radius: 8px;
}
.nav-link {
    color: #4b2d0b !important;
}
.nav-header {
    color: #5e3800 !important;
    letter-spacing: 3px;
}
.nav-pills .nav-link:hover {
    color: #c88d44 !important;
    /* color: #e1ddaf !important; */
}
.nav-sidebar .nav-item>.nav-link{
    margin-bottom: 0 !important;
}
.nav-sidebar .nav-link{
    height: 38px;
    line-height: 38px;
    padding: 0 !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.nav-sidebar .nav-item:hover{
    background-color: #e1ddaf;
    border-radius: 8px;
}
.nav-pills .nav-link.active ,.nav-pills .nav-link:hover {
    color: #4b2d0b !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    font-weight: 700;
    border-radius: 0;
}
.nav.nav-treeview .nav-link{
    padding-left: 16px !important;
    padding-right: 0 !important;
}

.nav-item.menu-open .nav-link:hover {
    /* color: #5e3800 !important; */
}

.table-custom th::before {
    bottom: 1.3em !important;
}
.table-custom th::after {
    bottom: 1.3em !important;
}
.table-checkout th {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.table-checkout td {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.dashboard-body .popover {
    max-width: 600px;
}
.dashboard-body .custom-check-box {
    padding-left: 0px;
    padding-right: 20px;
    display: inline-flex;
}
.dashboard-body .checkmark {
    position: relative;
}
.dashboard-body table thead th:first-child::after {
    content: none !important;
}
.dashboard-body table thead th:first-child::before {
    content: none !important;
}
/* .dashboard-body .sorting::after {
    content: none !important;
}

.dashboard-body .sorting::before {
    content: none !important;
} */

.dashboard-camera {
    position: absolute;
    left: 15px;
    top: 10px;
}

.dashboard-change-color {
    opacity: 0;
}

.dashboard-change-color:disabled {
    opacity: 0;
}

.dashboard-change-color-box {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid #000;
}

.bg-card-dashboard {
    background-color: #fcf6ed;
    pointer-events: auto;
}
.bg-card-dashboard input {
    background-color: transparent;
}
.bg-card-dashboard textarea {
    background-color: transparent;
    height: 80px !important;
    font-size: 14px;
}
.btn-dashboard-upload {
    background-color: #b8a295;
    color: #4b2d0b;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn-dashboard-upload:hover {
    background-color: #dac0b2;
}
.btn-dashboard-preview {
    background-color: #f2e3d0;
    color: #4b2d0b;
    padding: 10px 30px;
}

.btn-dashboard-preview:hover {
    background-color: #d6c9b8;
}

.collapse-btn-dashboard {
    position: absolute;
    top: 4.5rem;
    right: 1rem;
}

.dashbooard-email {
    text-align: center;
    width: 12rem;
}

.switch-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: right;
}

.history-card {
    max-height: 85vh;
    overflow-y: scroll;
}

.image-row {
    display: flex;
}

.image-row .image-col {
    width: 50px;
}

.border-signature {
    border-bottom: 3px solid #000;
}

.preloved-number-active {
    padding: 5px 2px 5px 5px;
    margin-right: 5px;
    border: 1px solid #4b2d0b;
    background-color: transparent;
    color: #4b2d0b;
    border-radius: 5px;
}

.info-pass-upper {
    /* color: #6c757d; */
    color: #a1a1a1;
}
.info-pass-lower {
    color: #a1a1a1;
}
.info-pass-special {
    color: #a1a1a1;
}
.info-pass-number {
    color: #a1a1a1;
}
/* =============================================== */

/* checkmark custom */

.custom-check-box {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px black solid;
    border-radius: 5px;
}
.checkmark.disabled{
    opacity: 0.3 !important;
    background: #cecece !important;
}

.checkmark-table-center {
    left: 50%;
    transform: translateX(-50%);
    top: -5px;
}
/* On mouse-over, add a grey background color */
.custom-check-box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-check-box input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-check-box input:checked ~ .checkmark:after {
    display: block;
}


/* Show the checkmark when checked */
.custom-check-box input:disabled ~ .checkmark:after {
    background: #cecece;
}
/* Style the checkmark disabled checked */
.custom-check-box .checkmark.disabled:after {
    border: solid #000 !important;
    border-width: 0 2px 2px 0 !important;
}

/* Style the checkmark/indicator */
.custom-check-box .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}


.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    color: #000 !important;
}
.dt-length label {
    margin-left: 10px;
}

.return-pengembalian-box {
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 0.4rem;
    padding: 10px 3rem;
}

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100000;
    opacity: 0.5;
}

/* .footer-working-hours {
    font-weight: bold;
} */

/* ===============================================select2 option==================================================== */
.select2-selection {
    border: 1px solid #ced4da !important;
}

.choose-position .select2-container {
    width: 100% !important;
}

.choose-position .select2-container--default .select2-selection--single {
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    transition: 0.1s;
}

.choose-position .select2-search {
    display: none;
}

.choose-position .select2-results__option {
    display: flex;
    align-items: center;
}

.choose-position .select2-results__option .img-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.choose-position
    .select2-container--default.select2-container--focus
    .select2-selection--single {
    border: 1px solid #c9c9c9 !important;
    outline: 0;
}

.choose-position span.select2-selection.select2-selection--single {
    outline: none;
}

.choose-position
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(35, 49, 45, 0.14);
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
    background-color: transparent;
    background-size: contain;
    position: absolute;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: 7px !important;
    left: auto !important;
}

.detail-table-responsive {
    max-height: 65vh;
}
/* .detail-table-responsive .type-transaction {
    padding-right: 0px !important;
}
.detail-table-responsive .date {
    padding-left: 0px !important;
} */
.image-detail-boutique {
    border: 2px solid #c4c4c4;
    border-radius: 1rem;
    max-height: 30vh;
    object-fit: contain;
}

.img-cc {
    max-height: 40px;
}
.input-cc {
    border: 1px solid #dee2e6 !important;
    border-radius: 7px;
    padding: 0.375rem 0.75rem;
}
.credit-card {
    width: 100%;
}
.cc-exp-date {
    bottom: 0;
    padding: 22px 16px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
}
.cc-owner-name {
    top: 35%;
    left: 5%;
    color: rgba(255, 255, 255, 0.4);
}

.cc-vendor {
    top: 5%;
    left: 5%;
}
.credit-card-wrapper{
    background-image: url('../../../assets/global/media/cards.png');
    background-size: cover;
    bottom: 0;
    height: 100%;
    border-radius: 10px;
}
/* .credit-card-wrapper {
    max-height: 25vh;
}
.credit-card-wrapper img {
    max-width: 25vh;
} */

.credit-card-wrapper,
.bank-account-wrapper {
    position: relative;
}
.img-card {
    width: 40px;
}
.card-icon-con {
    top: 10%;
    right: 5%;
    color: #ffffff;
    font-size: 15px;
}
.inline-frame {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    background: white;
    width: 100% !important;
    height: 100% !important;
}

.toast-customer-error {
    min-width: 30vw !important;
}
.toast-customer-error .toast {
    min-width: 30vw !important;
}
.modal-warning .modal-dialog {
    min-width: 30vw !important;
}
.header-text p {
    margin-bottom: 0px;
}

.header-text .collap {
    cursor: pointer;
}

.otp-input {
    letter-spacing: 7px;
}
.otp-input::placeholder {
    letter-spacing: 0px;
    color: #00000020;
}
.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.country-form .iti--show-flags {
    width: 25%;
}
.country-form .iti__country-list {
    overflow-y: auto;
}
.country-form .iti__arrow {
    border: none;
}
.country-form .iti--allow-dropdown input[type="text"] {
    padding-left: 35px !important;
    border-radius: 0.25rem 0px 0px 0.25rem;
}
.country-form .iti__country-list {
    z-index: 4 !important;
}

.account-body .country-form .prefix {
    border-color: #ced4da !important;
    border-right: none;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.account-body .country-form .input-number {
    border-color: #ced4da !important;
    border-left: none;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.account-body input:disabled {
    background-color: #d2d2d2 !important;
    border-color: #d2d2d2 !important;
}
.account-body select:disabled {
    background-color: #d2d2d2 !important;
    border-color: #d2d2d2 !important;
}

.address-body .country-form .iti--show-flags {
    width: 24%;
}
.text-right {
    text-align: right !important;
}
.form-account input::placeholder {
    color: #0000007f !important;
}

.btn-submit {
    padding: 7px 0.75rem !important;
}

.dt-paging-button {
    color: #4b2d0b !important;
    border-radius: 0.5rem !important;
    background-color: #f8f8f8 !important;
}
div.dt-container .dt-paging .dt-paging-button {
    color: #4b2d0b !important;
}
.charity-rank th {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    background-color: #000 !important;
    color: #fff;
}
.charity-rank td {
    color: #4b2d0b !important;
}
div.dt-container .dt-paging .dt-paging-button.current {
    background-color: #000 !important;
    color: #fff !important;
}
div.dt-container .dt-paging .dt-paging-button.disabled {
    opacity: 0.8 !important;
}
.border-custom-right{
    border-right: 3px solid #f2e3d0 !important;
}
div.dataTables_wrapper div.dataTables_length label{
    display: flex;
    align-items: center;
}
div.dataTables_wrapper div.dataTables_length select{
    margin: 0 10px;
}
div.dataTables_wrapper div.dataTables_filter label{
    display: flex;
    align-items: center;
    justify-content: end;
}
table.dataTable{
    border-collapse : collapse !important;
}


@media (max-width: 1200px) {
    .address-body .country-form .iti--show-flags{
        width: 28%;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (max-width: 768px) {
}
@media (max-width: 576px) {
    
    .dashbooard-email {
        width: 100%;
    }
    .btn-dashboard-upload {
        width: 100%;
    }
    .btn-dashboard-preview {
        width: 100%;
    }
}

/* ---------------key frame animation-------------------------- */

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
        display: none;
    }
    100% {
        /* display: none; */
    }
}

@keyframes faster-fade-in {
    0% {
        opacity: 0;
        display: none;
    }
    95% {
        /* display: block; */
    }
    100% {
        opacity: 1;
        display: block;
    }
}

@keyframes faster-fade-out {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        display: none;
    }
    100% {
        display: none;
    }
}

/* @keyframes slide-up {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: -50vh;
    }
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
} */

@keyframes slide-image-out {
    0% {
        /* transform: translateY(0%); */
        margin-bottom: 0px;
        margin-left: 0px;
        opacity: 1;
    }
    100% {
        /* transform: translateY(-100%); */
        margin-bottom: -75vh;
        margin-left: -13.5vw;
        opacity: 0;
    }
}

@keyframes slide-image-in {
    0% {
        margin-bottom: -75vh;
        margin-left: -13.5vw;
        opacity: 0;
    }
    100% {
        margin-bottom: 0px;
        margin-left: 0px;
        opacity: 1;
    }
}

/* @keyframes slide-button-out {
    0% {
        margin-top: 0px;
        opacity: 1;
    }
    50% {
        opacity: 0;

        margin-top: -8vh;
    }
    100% {
        display: none;
        margin-top: 0px;
    }
}
@keyframes slide-button-in {
    0% {
        margin-top: -8vh;
        opacity: 0;
        display: none;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        margin-top: 0px;
    }
} */

/* @keyframes slide-up {
    0% {
        margin-top: 0vh;
    }
    99% {
        margin-top: -15rem;
    }
    100% {
        margin-top: 1.5rem;
    }
}

@keyframes slide-down {
    0% {
        margin-top: -15rem;
    }
    100% {
        margin-top: 0px;
    }
} */

.slide-image-out {
    animation: slide-image-out 1000ms forwards;
}

.slide-image-in {
    animation: slide-image-in 1000ms forwards;
}

.slide-button-out {
    animation: slide-button-out 1000ms forwards;
}

.slide-button-in {
    animation: slide-button-in 1000ms forwards;
}

.slide-up {
    animation: slide-up 1000ms forwards;
    /* margin-top: 1.5rem; */
}
.slide-down {
    animation: slide-down 1000ms forwards;
}

.fade-in {
    animation: fade-in 1000ms forwards;
}

.fade-out {
    animation: fade-out 1000ms forwards;
}

.fast-fade-in {
    animation: faster-fade-in 200ms forwards;
}

.fast-fade-out {
    animation: faster-fade-out 500ms forwards;
}

/* by Metha 27 June 2024*/
/* .fa-solid, .fas, .fa-regular, .far{
    font-size: 22px !important;
} */

 /* body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #2B2B2B !important;
 } */

.icon-sm{
    font-size: 18px;
}
.icon-md{
    font-size: 22px;
}
.icon-action{
    font-size: 14px;
}
.card.nonshadow{
    box-shadow: none;
}
.content-wrapper{
    background-color: #F6F6F6;
}
.table-report th::after {
    top: 0.5rem;
}
.table-report th::before {
    top: 0.5rem;
}
.table-report th {
    background-color: #F5F8F9 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    /* border-bottom: 1px
    solid #cecece; */
}
.table-report td {
    border-bottom: 1px solid #CECECE;
}

.page-item.active .page-link {
    background-color: #4b2d0b;
    color: #fff;
    border-color:unset;
}

.page-item.active .page-link:hover {
    background-color: #6f4311;
    color: #ffffff;
}

.form-control.border-black{
    border: 1px solid #000;
}
.form-control.periode{
    width:240px;
}

body:not(.layout-fixed) .main-sidebar{
    height: 100%;
}
.body-otp{
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* .change-color {
    border: 1px solid var(--Neutral-60, #9F9F9F);
    background: #FCF6ED;
} */
/* .change-color input {
    margin-top: 0.4rem;
}
.change-color label {
    color: #9f9f9f;
    font-weight: 700 !important;
} */

.page-item:first-child .page-link {
    border-radius: 10px;
    color: #4b2d0b;
    background-color: #f0f2f4;
}
.page-item:first-child .page-link:hover {
    color: #e8bf8f;
    background-color: #343434;
}
.page-item:first-child.disabled {
    opacity: 50%;
}
.page-link {
    color: #4b2d0b;
    border-radius: 0.4rem !important    ;
    margin-left: 2px;
    margin-right: 2px;
    padding: .5rem .9rem;
}
.page-link:focus, .page-link:active {
    outline:none !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.page-link:hover {
    background-color: #4b2d0b !important;
    color:#e8bf8f;
}

.page-item:last-child .page-link {
    border-radius: 10px;
    color: #4b2d0b;
    background-color: #f0f2f4;
}

.page-item:last-child .page-link:hover {
    color: #e8bf8f;
    background-color: #343434;
}
.page-item:last-child.disabled {
    opacity: 50% !important;
}
.label {
    /* padding: 0.5rem 2rem; */
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
    font-size: 0.9em;
    /* margin: 10px; */
}

.table thead th {
    background-color: #f5f8f9;
    vertical-align: middle;
    /* text-align: center !important; */
    font-size: 0.9em !important;
}

.table td {
    /* border-top: none !important; */
    vertical-align: middle;
    /* padding: 0.5rem 0.2rem; */
    padding: 0.5rem 0.3rem;
    font-size: 0.9em !important;
    /* text-align: center !important; */
}
.table label{
    font-size: 0.9em !important;
}
.table th {
    padding: 0.5rem 30px;
}
.table tr.none-border, .table td.none-border{
    border: none;
}
.table tr {
    border-bottom: 1px solid #cecece;
}
.table-penghasilan th {
    background-color: #f5f8f9 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    font-size: 1.2em !important;
}
.table-penghasilan tr.custom-border-black {
    border-bottom: 1px solid #323528;
}
.table tr th{
    padding: 14px 16px !important;
}
.table-penghasilan td {
    padding: 30px 14px;
}

.table-penghasilan td, .table-penghasilan th{
    border: none;
}
.btn {
    /* padding: .5rem 1rem; */
    border-radius: 6px !important;
    font-size: 0.8em !important;
    padding:8px 12px !important;
    font-weight: 600;
}
.btn-hfilter{
    /* height: calc(2.4rem + 2px) !important; */
    height: 38px;
}
.btn.associate-btn-grey {
    background-color: #f0f2f4;
    color: #000;
}
.btn.btn-password{
    padding: 4px 14px !important;
    border: none;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: transparent;
}
.btn.btn-view {
    background-color: #f0f2f4;
    color: #000;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-filter{
    padding: 11px !important;
    display: flex;
    align-items: center;
}
.btn.btn-action{
    padding: .5rem .8rem;
}

p {
    font-size: 14px !important;
}
.psmall {
    font-size: 12px !important;
}
.pxsmall {
    font-size: 10px !important;
}
.btn-nav-item {
    width:160px;
}
.card-body{
    padding: 1rem;
}
/* .form-select{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
} */



/*  by Metha*/

body {
    font-size: 16px;
    background: #fff;
    font-family: "Inter", sans-serif !important;
    line-height: 1.3 !important;
    color: #3f403f;
    margin: 0;
    padding: 0; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3 !important;
    font-family: "Inter", sans-serif !important;}
  
  h1, .h1 {
    font-size: 3em !important; }
  
  h2, .h2 {
    font-size: 2.5em !important; }
  
  h3, .h3 {
    font-size: 2em !important; }
  
  h4, .h4 {
    font-size: 1.5em !important; }
  
  h5, .h5 {
    font-size: 1.12em !important; }
  
  h6, .h6 {
    font-size: 1em !important; }

    p,
.p,
.psmall,
.pxsmall,
.pxxsmall {
  margin: 0;
  margin-bottom: 16px;
  line-height: 1.5 !important; }

p,
.p {
  font-size: 1em !important; }

.psmall {
  font-size: 0.9em !important; }

.pxsmall {
  font-size: 0.8em !important; }

.pxxsmall {
  font-size: 0.7em !important; }

.custom-select.bg-none{
    background-image: none !important;
}
.footer-associate {
    background-color: #fcf6e3;
}

.logo-footer img{
    height: 36px;
}
.footer-associate a {
    color: #4b2d0b;
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
}
.footer-associate a:hover {
    color: #c78d4e;
}

.footer-associate ul {
    padding-left: 0px
}

.footer-associate li::marker {
    content: none;
}
.nav-sidebar>.nav-item{
    font-size: 0.8em !important;
}
.nav-sidebar>.nav-item .nav-icon{
    display: block;
    margin: 0;
    width: 16px !important;
    font-size: 16px !important;
}
.nav-sidebar .menu-is-opening>.nav-link i.right, .nav-sidebar .menu-is-opening>.nav-link svg.right, .nav-sidebar .menu-open>.nav-link i.right, .nav-sidebar .menu-open>.nav-link svg.right{
    transform: rotate(180deg) !important;
}
.datepicker{
    padding: .375rem .75rem !important;
}
.form-control{
    /* height: calc(2.4rem + 2px) !important; */
    /* height: 38px !important; */
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
}
.form-control:disabled, .form-control[readonly]{
    color: #4B2D0B !important;
    background: #F8F8F8 !important;
}
select.form-control[multiple], select.form-control[size], textarea.form-control{
    height: auto !important;
    resize: none !important;
}
.h5, h5 {
    font-size: 1.1em !important;
}
.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
}
.row {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    /* width: 100%; */
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
div.dataTables_wrapper div.dataTables_info{
    padding-top: 0 !important;
}
.table thead th{    
    border-top: 1px solid #CECECE !important; 
    background: #F5F8F9 !important;
    border-bottom: 1px solid #CECECE !important;
}
.table td{
    /* padding: 1rem .5rem !important; */
    padding: 14px 16px !important;
}
.table td, .table th{
    border-top: none !important;
}
.form-control-sm{
    /* height: calc(2.32rem + 2px) !important; */
    height: 38px;
}
div.table-responsive>div.dataTables_wrapper>div.row{
    align-items: center;
}
.logo-sidebar{
    height: 60px;
    display: flex;
    align-items: center;
    padding: 1em;
}
.logo-sidebar img{
height: 34px;
}
.navbar{
    padding: 10px 1rem !important;
}
.navbar-expand .navbar-nav .nav-link{
    padding-left: 0 !important;
}
.pointer{
    cursor: pointer;
}
.pointer-none{
    cursor: default;
    pointer-events: none;
}
.main-header{
    border-bottom: none !important;
}
.table.text-center, .table.text-center td, .table.text-center th{
    text-align: center  !important;
}
.card{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}

.breadcrumb a {
    color: #4b2d0b !important;
    font-size:14px !important;
}

.breadcrumb .active {
    color: #4b2d0b !important;
    font-weight: 700;
    font-size:14px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-image: url("../adminlte/img/components/input/arrow-down.svg") !important;
    background-repeat: no-repeat;
    top: 0 !important;
    background-size: contain;
    right: 0 !important;
    bottom: 0 !important;
    width: 14px !important;
    height: 14px !important;
}
select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../adminlte/img/components/input/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 2rem;
}
.select2-container--default .select2-selection--single{
    height: 40px !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple{
    height: 40px;
    border-radius: 6px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 12px !important;
    height: 40px !important;
}
/* .select2-container--default .select2-search--inline .select2-search__field{
    position: absolute !important;
    top: 0 !important;
    padding: 6px !important;
    margin: 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: none !important;
} */

.select2-container .select2-selection--multiple {
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: block !important;
    min-height: 32px !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline !important;
    list-style: none !important;
    padding: 0 !important;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent !important;
    border: none !important;
    font-size: 1em !important;
}
.select2-container--default .select2-dropdown .select2-search__field:focus, .select2-container--default .select2-search--inline .select2-search__field:focus{
    border: none !important;
    outline: 0 !important;
    margin-top: 7px !important;
    height: 22px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: solid black 1px !important;
    outline: 0 !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline !important; 
    list-style: none !important;
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #e4e4e4 !important;
    border: 1px solid #aaa !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
    padding: 0 !important;
    padding-left: 20px !important;
    position: relative !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    vertical-align: bottom !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color: transparent !important;
    border: none !important;
    border-right: 1px solid #aaa !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    color: #999 !important;
    cursor: pointer !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    padding: 0 6px 0 4px !important;
    position: absolute !important;
    left: 0 !important;
    top: -1px !important;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    cursor: default;
    padding-left: 12px !important;
    padding-right: 8px !important;
    display: flex !important;
    align-items: center !important;
    color: #4B2D0B !important;
    font-size: 0.9em !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin: 7px 0px 7px 6px !important;
}
.select2-container{
    width:100% !important;
}
.pagination{
    font-size: 0.8em !important;
}
.custom-switch{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-switch .custom-control-label:before{
    width: 36px !important;
    height: 24px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    border: none !important;
}
.custom-switch .custom-control-label:after{
    width: 16px !important;
    height: 16px !important;
    left: calc(-2.25rem + 4px) !important;
    top: calc(.25rem + 4px) !important;
}
.custom-switch .custom-control-input:checked~.custom-control-label:after{
    background-color: #212121 !important;
}
.custom-switch .custom-control-label{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    cursor: pointer;
}
.custom-radio .custom-control-label{
    height: 1.5rem !important;
    display: flex !important;
    align-items: center !important;
}
tbody{
    color: #4B2D0B !important;
}
.dropify-wrapper .dropify-message .file-icon p{
    font-size: 0.5em !important;
}
.dropify-wrapper .dropify-clear{
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}
.arrow-collapsible{
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

table.dataTable>thead>tr>td:not(.sorting_disabled), table.dataTable>thead>tr>th:not(.sorting_disabled){
    padding-right: 30px !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.fa-2x{
    font-size: 1.5em !important;
}
#toast-container.toast-customer-error>div{
    justify-content: center !important;
}
.bg-mitra{
    background: #E1DDAF;
    color: #5E3800;
}
.btn-outline-plan {
    background-color: transparent;
    color: #212121;
    border: #CECECE solid 1px;
}

.btn-outline-plan:hover {
    background-color: #5E3800;
    color: #fff;
    border: #5E3800 solid 1px;
}

.btn-outline-plan.active {
    background-color: #5E3800;
    color: #fff;
    border: #5E3800 solid 1px;
}
.plan-primary {
    background-color: #7d7d7d;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
}

.checkout-add-card {
    border: 2px dashed #8b8b8b;
    border-radius: 0.25em;
    color:#9F9F9F;
}
.checkout-add-card a{
    color:#9F9F9F;
    font-weight:700;
}
.btn-card-plan {
    background-color: transparent;
    border: 1px solid #000;
    padding: 4px 12px;
}

.btn-card-plan:hover {
    background-color: #eaeaea;
    border: 1px solid #d4d4d4;
}

.btn-card-plan.active {
    background-color: #eaeaea;
    border: 1px solid #d4d4d4;
}
.eye{
    padding: 6px 12px;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    height: auto !important;
}
.shake{
    animation-name: shake;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-iteration-count:infinite;
}

.btn-cc-card input:checked ~ .btn-card-plan {
    background-color: #eaeaea !important;
    border: 1px solid #d4d4d4 !important;
}
.detail-seen .dropdown-menu {
    width: 80vw; }
    .btn-va-card {
        margin-bottom: 1em;
    }
    
    .btn-va-card input:checked ~ .btn-va {
        background-color: #e5e5e5 !important;
        border: 1px solid #000 !important;
        color: #000;
        cursor: pointer;
    }
    
    .btn-va-card:hover, .btn-va-card:hover {
        cursor: pointer;
        color: #000 !important;
        background-color: #e5e5e5 !important;
        border-radius: 8px;
    }
    
    .btn-va {
        border: 1px solid #000 !important;
        border-radius: 8px;
        width: 100%;
        margin-bottom: 0 !important;
        color: #000 !important;
    }
    
    .btn-va img {
        height: 40px;
    }
    .btn-mitra{
        background-color: #5E3800;
        border-color: #5E3800; 
    }


    

@media only screen and (max-width: 991px) {

    body {
        font-size: 14px !important; }
      h1,
      .h1 {
        font-size: 1.5em !important; }
      h2,
      .h2 {
        font-size: 1.4em !important; }
      h3,
      .h3 {
        font-size: 1.3em !important; }
      h4,
      .h4 {
        font-size: 1.2em !important; }
      h5,
      .h5 {
        font-size: 1.1em !important; }
      h6,
      .h6 {
        font-size: 1em !important; }
      p,
      .p {
        font-size: 1em !important; }
      .psmall {
        font-size: 0.9em !important; }
      .pxsmall {
        font-size: 0.8em !important; }
      .pxxsmall {
        font-size: 0.7em !important; }
      .form-control {
        font-size: 0.9em !important; }

    h1, h2, h3, h4, h5, h6,
      .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: 12px; 
    }
      p,
      .p,
      .psmall,
      .pxsmall,
      .pxxsmall {
        margin-bottom: 12px; 
    }

    .icon-md{
        font-size: 18px;
    }
    .card-body{
        padding: 16px;
    }
    .cc-exp-date{
        padding: 10px;
    }
    .modal-close{
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .form-control.periode{
        width:auto;
    }
    .form-control{
        font-size: 0.9em !important; 
    }
    div.dataTables_wrapper div.dataTables_info{
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: end !important;
    }
    .arrow-collapsible{
        right: 12px;
    }
}

@media only screen and (max-width: 575px) {

    .modal-body{
        padding: 20px;
    }
    #toast-container.toast-customer-error > div{
        font-size: 1em !important;
        padding: 16px !important;
    }
    .img-card{
        width:30px;
    }
    .card-icon-con {
        right: 0;
    }
    .cc-exp-date {
        padding: 6px;
        font-size: 0.8em;
    }
    .cc-owner-name{
        font-size: 0.8em !important;
    }
    .table tr th{
        padding: 10px !important;
    }
    .table td{
        padding: 10px !important;
    }
    .btn-nav-item {
        width:100%;
    }
    .icon-action{
        font-size: 14px;
    }
    .custom-switch{
        justify-content: flex-start;
    }
    .footer-delivery-process-list {
        padding-top: 15vh;
        padding-bottom: 20px;
    }
}

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

@media(min-width: 576px){
.detail-seen .dropdown-menu {
    transform: translate3d(37px, -13px, 0px) !important;
    width: 40vw; }
} 
@media(min-width: 768px){
.detail-seen .dropdown-menu {
    width: 22vw; }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px !important;
    }
}