@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,700;0,800;0,900;1,700;1,800&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}

.mg-t-10 {
    margin-top: 10px;
}

.container {
    padding: 20px;
}

.center-al {
    text-align: center;
}

.right-al {
    text-align: right;
}
.btn-warning{
    background-color: rgb(234, 182, 28) !important;
}
.btn-danger{
    background-color: rgb(228, 42, 42) !important;
}

/* alert */
.alert.alert-error.alert-dismissible.fade.show {
    display: flex;
    background: #ef6a6a;
    justify-content: space-between;
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
}

button.btn-close {
    background: none;
    color: white;
    cursor: pointer;
    font-weight: 600;
}

/* end alert */
/* Auth Form */
.login-layoute {
    display: flex;
    gap: 10px;
    width: 100%;
}

.header-logo {
    display: flex;
    gap: 94px;
    padding: 10px 20px;
}

.login-layoute .card {
    width: 50%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-auth {
    width: 73%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    align-items: stretch;
}

h2.header-form {
    font-family: 'Montserrat';
    align-self: center;
    font-size: 42px;
    color: #285C5B;
    margin-top: 0;
    margin-bottom: 54px;
}

input.dpicker {
    border: 1px solid #6c6c6ca6;
    height: 30px;
    padding: 0px 10px;
    width: 168px;
    border-radius: 7px;
}

.input {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.input input {
    height: 25px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.input input:focus-visible {
    border: 1px solid #CCCCCC;
    outline: 0;
}

.input label {
    position: absolute;
    top: 50%;
    left: 23px;
    translate: 0 -50%;
    pointer-events: none;
    transition: 0.4s;
}


:is(input:focus, input:valid)~label {
    translate: -30px -46px;
    scale: 0.875;
}

.form-auth .button-auth {
    background: linear-gradient(90deg, #80BFB0 0%, #AAD3B6 100%);
    border-radius: 15px;
    width: 100%;
    border: none;
    padding: 16px;
    color: white;
    font-weight: 600;
    font-size: 17px;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    margin-bottom: 10px;
}

.form-auth .button-auth:hover {
    background: linear-gradient(90deg, #AAD3B6 0%, #80BFB0 100%);
    transform: translateY(-7px);
    filter: drop-shadow(1px 6px 6px rgba(97, 96, 96, 0.25));
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -webkit-filter: drop-shadow(1px 6px 6px rgba(128, 128, 128, 0.25));
}

span.notes {
    color: #285C5B;
    font-weight: 600;
    font-size: 14px;
}

.notes-link a {
    color: #7DBDAF;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: none;
}

.notes-link a:hover {
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid #285c5b;
}

.ilustrasi-image {
    display: flex;
    padding-top: 53px;
}

/* endAuth Form  */
@media only screen and (max-width: 360px) {
    .login-layoute {
        flex-direction: column-reverse;
    }

    .login-layoute .card {
        width: 100%;
        padding: 3px;
    }

    .header-logo {
        width: 337px;
        height: 86px;
    }

    .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .form-auth {
        width: 100%;
    }

    h2.header-form {
        font-size: 26px;
    }

    span.notes {
        font-size: 11px;
    }

    .notes-link a {
        font-size: 12px;
    }

    .ilustrasi-image {
        display: none;
    }
}


/* Dashboard */
.container-content {
    display: flex;
    min-height: 100vh;
}

.main-content .navbar {
    display: flex;
    justify-content: space-between;
}

.navbar .profile {
    display: flex;
    gap: 15px;
    padding-right: 10px;
    cursor: pointer;
}

.profile .seting {
    width: 20px;
    height: 20px;
    margin-top: 7px;
}

.profile .seting img {
    width: 100%;
}

.profile .name-admin p {
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
}

.profile .name-admin span {
    color: #999999;
    font-size: 14px;
}

.profile:hover .name-admin p {
    text-decoration: underline;
}

.profile:hover .name-admin span {
    text-decoration: underline;
}

.img-profile img {
    width: 42px;
}

.dropdown-list-profile {
    /*display: flex;
    */
    position: absolute;
    background: white;
    padding: 16px;
    width: 188px;
    right: 33px;
    border-radius: 8px;
    top: 87px;
    z-index: 100;
    box-shadow: 0px 7px 11px rgb(134 134 134 / 25%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.dropdown-list-profile .list {
    list-style-type: none;

}

.dropdown-list-profile .list .profile-list {
    margin-bottom: 10p;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    padding: 7px;
}

.dropdown-list-profile .list .profile-list:hover {
    background-color: #d0e9e9;
    color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.dropdown-list-profile.off {
    display: none;
    transition: all 0.5s ease-in-out;
}

.list .profile-list p a {
    color: #282828;
    text-decoration: none;
}

/* sidebar */
.sidebar {
    position: fixed;
    background-color: #FFFFFF;
    width: 254px;
    height: 100%;
    padding: 19px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    box-shadow: 7px 1px 19px rgba(155, 155, 155, 0.25);
    border-radius: 0px 5px 5px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    touch-action: auto;
    transition: all 0.8s linear;
    z-index: 2000;
}

.sidebar.hide {
    width: 85px;
    padding: 10px;
}

.sidebar a.logo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sidebar .logo-des {
    width: 100%;
    height: auto;
}

.sidebar .logo-icon {
    display: none;
}

.sidebar.hide .logo-des {
    display: none;
}

.sidebar.hide .logo {
    width: 73px;
}

.sidebar.hide .logo-icon {
    display: block;
    filter: drop-shadow(2px 8px 22px rgba(114, 114, 114, 0.25));
    width: 100%;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #63B6B7;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}


.main-content {
    width: 70%;
    background-color: #ECF5F5;
    flex-grow: 1;
    padding: 19px;
    margin-left: 78px;
    transition: all 0.8s linear;
}

.sidebar:not(.hide)~.main-content {
    margin-left: 245px;
}

.sidebar .header {
    display: flex;
    align-self: center;
}

.sidebar a {
    text-decoration: none;
}

.dropdown {
    display: flex;
    flex-direction: column;
}

.sub-menu {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}

.sub-menu.off {
    display: none;
}

.sub-menu a .item-submenu {
    margin: 12px 0px;
    color: black;
    text-decoration: none;
    transition: all .3s;
}

.sub-menu a .item-submenu:hover {
    font-weight: 600;
    color: #439a97;
    margin-left: 0.3rem;
}

img#icon-dw {
    width: 12px;
    height: auto;
}

.sidebar .main-sidebar .list-item {
    display: flex;
    color: #ffffff;
    flex-direction: row;
    align-items: center;
    padding: 11px 23px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    height: 45px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}

.sidebar .main-sidebar .list-item:hover {
    color: white;
    background: #d0e9e9;
    transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
}

.sidebar .main-sidebar .list-item.dashboard {
    margin-top: 30px;
}

.sidebar .main-sidebar .list-item .icon {
    margin-right: 12px;
}

.sidebar .main-sidebar .list-item .icon.disable {
    display: none;
}

.sidebar .main-sidebar .list-item .name-item {
    font-size: 15px;
    color: #080808;
    width: calc(100% - 42px);
    padding-left: 10px;
}

/* .sidebar .main-sidebar .list-item .name-item:hover{
    color: #ffffff;
} */

.sidebar .main-sidebar .list-item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar .main-sidebar .list-item .icon-box {
    width: 30px;
}

.sidebar.hide .name-item {
    display: none;
}

.sidebar.hide .list-item {
    padding: 20px 22px;
}

.sidebar .footer-sidebar .img-illustrasion {
    width: 100%;
    margin-top: 72px;

}

.sidebar.hide .footer-sidebar .img-illustrasion {
    display: none;

}

/*Toogle menu  */
#menu-toogle {
    width: 39px;
    height: 30px;
    /* position: absolute; */
    overflow: hidden;
    z-index: 1000;
    transition: all 0.8s linear;
}


#menu-lable {
    position: relative;
    display: block;
    height: 23px;
    border-radius: 10px;
    cursor: pointer;
    translate: none;
    scale: none;
}

#menu-checkbox {
    display: none;
}

#hamburger,
#menu-lable:after,
#menu-lable:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #285C5B;
}

#menu-lable:after,
#menu-lable:before {
    content: "";
    transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) left;
    -webkit-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) left;
    -moz-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) left;
    -ms-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) left;
    -o-transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) left;
}

#menu-lable:before {
    top: 0;
    border-radius: 10px;
}

#menu-lable:after {
    top: 8px;
    border-radius: 10px;
}

#hamburger {
    top: 16px;
    border-radius: 10px;
}

#hamburger::before {
    content: "Menu";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    color: #285C5B;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}


#menu-checkbox:checked+#menu-lable::before {
    left: -48px;
}

#menu-checkbox:checked+#menu-lable::after {
    left: 48px;
}

#menu-checkbox:checked+#menu-lable #hamburger::before {
    animation: moveUpThenDown 0.8s ease 0.2s forwards, shake 0.8s ease 0.2s forwards, Shakedown 0.2s ease 0.8s forwards;
    -webkit-animation: moveUpThenDown 0.8s ease 0.2s forwards, ;
}

@keyframes moveUpThenDown {
    0% {
        top: 0;
    }

    50% {
        top: -27px;
    }

    100% {
        top: -14px;
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
    }

    25% {
        transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
        -moz-transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -o-transform: rotateZ(-10deg);
    }

    50% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
    }

    75% {
        transform: rotateZ(10deg);
        -webkit-transform: rotateZ(10deg);
        -moz-transform: rotateZ(10deg);
        -ms-transform: rotateZ(10deg);
        -o-transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
    }
}

@keyframes Shakedown {
    0% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
    }

    80% {
        transform: rotateZ(3deg);
        -webkit-transform: rotateZ(3deg);
        -moz-transform: rotateZ(3deg);
        -ms-transform: rotateZ(3deg);
        -o-transform: rotateZ(3deg);
    }

    90% {
        transform: rotateZ(-3deg);
        -webkit-transform: rotateZ(-3deg);
        -moz-transform: rotateZ(-3deg);
        -ms-transform: rotateZ(-3deg);
        -o-transform: rotateZ(-3deg);
    }

    100% {
        transform: rotateZ(0);
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
    }
}

/* end Toogle */

/* content */
.main-content .content-dashboard {
    width: 100%;
    position: relative;
}

/* header content */
.content-dashboard .header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 7px 11px rgb(134 134 134 / 25%);
    border-radius: 14px;
    margin-top: 18px;
    padding: 10px 3px;
    margin-right: 17px;
}

.navigation-tab {
    display: flex;
    position: absolute;
}

.navigation-tab .nav-tab {
    background: #FFFFFF;
    /*box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
    */
    border-radius: 10px 0px;
    padding: 10px;
    margin-top: -30px;
    color: #285C5B;
    font-weight: 700;
    cursor: pointer;
    transform: all 0.8s ease;
    -webkit-transform: all 0.8s ease;
    -moz-transform: all 0.8s ease;
    -ms-transform: all 0.8s ease;
    -o-transform: all 0.8s ease;
}

.nav-tab.active {
    box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
    transform: translate(-4px, -3px);
    transition: all 0.4s ease-in;
}

.panel.active {
    display: block;
}

.panel {
    display: none;
}

.content-dashboard .header-content a {
    text-decoration: none;

}

.header-content p.text-tittle {
    padding: 10px;
    color: #285C5B;
    font-weight: 700;
    font-size: 23px;
    margin-left: 10px;
}

.button-create {
    display: flex;
    padding: 8px 15px;
    width: unset;
    height: 30px;
    gap: 10px;
    background: linear-gradient(90deg, #80BFB0 0%, #AAD3B6 100%);
    border-radius: 10px;
    margin-right: 24px;
    color: white;
    cursor: pointer;
    font-weight: 600;
}

.button-create img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.button-create p {
    margin-top: 2px;
    line-height: 24px;
    height: 10px;
}

/* end header content */
/* card */
.color-1 {
    background: #CBEDD5;
}

.color-2 {
    background: #97DECE;
}

.color-3 {
    background: #63B6B7;

}

.color-4 {
    background: #449A97;


}

.card-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 25px;
}

.card-content .card {
    width: calc(calc(100% - 45px) / 4);
    border-radius: 25px;
    padding: 22px;
    box-sizing: border-box;
}

.card .isi {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card .isi span.titel-card {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.card .isi .main-isi {
    display: flex;
    flex-direction: row;
    gap: 55px;
}

.main-isi img {
    width: 61px;
    height: 61px;
}

.card .isi .main-isi p.text {
    font-size: 30px;
    font-weight: 700;
    color: white;
    margin-top: 15px;
}

/* end card */
/* section content */
.section-content {
    display: flex;
    margin-top: 51px;
    gap: 42px;
    justify-content: space-between;
}

.section-content .card-section {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #285C5B 0%, #82C4C5 100%);
    border-radius: 10px;
}

.section-content .card-section .isi-card-data table {
    width: 100%;
    border-collapse: collapse;
}

.section-content .card-section .isi-card-data table td,
.section-content .card-section .isi-card-data table th {
    padding: 5px;
    border-bottom: 1px solid black;
}

.section-content .card-section .isi-card-data table td.right-al {
    text-align: right;
}

/* grafik */
.grafik-content .header-grafik {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #285C5B;
}

.grafik-content .grafik {
    width: 100%;
    height: 300px;
}

.grafik-content .grafik img {
    height: 100%;
    width: 100%;

}

.rate {
    display: flex;
    gap: 18px;
}

.rate .btn-rate {
    padding: 1px 4px;
    background: #FEFEFE;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 3px;
}

.dropdown-list {
    position: absolute;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    margin-left: 476px;
    margin-top: 29px;
    padding: 20px 15px;
    background: white;
    border-radius: 10px;
    font-weight: 400;
    z-index: 100;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.dropdown-list.hide {
    display: none;
    transition: all 0.5s ease-in-out;
}

.dropdown-list ul.list-rate {
    list-style-type: none;

}

.dropdown-list .list-rate .rate-list {
    margin-bottom: 16px;
    padding: 5px 10px;

}

.dropdown-list .list-rate .rate-list:hover {
    color: white;
    background: #63b6b7;
    border-radius: 5px;

}

/* end-grafik */
/* card-data */
.card-section .card-data {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;

}

.card-section .card-data .header-card {
    display: flex;
    align-self: center;
    background: #FFFFFF;
    box-shadow: -2px 11px 16px rgb(7 35 37 / 25%);
    backdrop-filter: blur(26.5px);
    border-radius: 15px;
}

.card-section .card-data .header-card p {
    margin: 8px 22px;
    font-size: 16px;
    font-weight: 700;
    color: #285c5b;
}

.card-section .card-data .isi-card-data {
    background: rgba(255, 255, 255, 0.63);
    box-shadow: 0px 5px 10px rgb(115 115 115 / 28%);
    border-radius: 10px;
    height: 278px;
    padding: 18px 10px;
    overflow: scroll;
}

.isi-card-data::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #285C5B 0%, #82C4C5 100%);
    border-radius: 10px;
}

.isi-card-data .list-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #A5A4A4;
    margin-top: 16px;
}

/* end card-data */
/* end section content */

/* card-content display */
.card-content-display {
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 16px 29px;
    margin-top: 20px;
    height: auto;
}

label {
    font-size: 14px;
}

.header-display {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.header-display .text-tittle {
    color: #285C5B;
    font-size: 25px;
    font-weight: 600;
}

.box-search {
    background: #FFFFFF;
    border-radius: 10px;
    width: 260px;
    font-size: 14px;
    padding: 8px 10px;
    color: #000000;
    position: relative;
    /*margin-bottom: 10px;*/
    border: 1px solid #6c6c6ca6;
}

.card-position .box-search {
    padding: 0px;
    border: 0px solid #6c6c6ca6;
}

.header-display .search {
    position: relative;
}

.search .search-btn {
    padding: 7px;
    border-radius: 10px;
    color: white;
    background: #89c3b1;
    cursor: pointer;
    display: inline-block;
}

.box-search p {
    line-height: 17px;
    font-size: 13px;
    color: #BCBBBB;
}

.box-search input {
    width: 100%;
    padding: 9px;
    border: 1px solid #a8a6a6bf;
    border-radius: 10px;
    padding-left: 30px;
}

.box-search .icon-search img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.card-position .box-search .icon-search img {
    top: 11px;
}

.icon-search img {
    width: 15px;
}

.date_search {
    display: flex;
    gap: 10px;
    align-items: center;
}

.date_search button {
    padding: 7px;
    border-radius: 10px;
    color: white;
    background: #89c3b1;
    cursor: pointer;
}

#date {
    border: 1px solid #6c6c6ca6;
    height: 30px;
    padding: 0px 10px;
    width: 168px;
    border-radius: 7px;
}

#monthDate {
    border: 1px solid #6c6c6ca6;
    height: 30px;
    padding: 0px 10px;
    width: 168px;
    border-radius: 7px;
}



.filter_search {
    display: flex;
    gap: 10px;
    align-items: center;
}

.filter_search button {
    padding: 7px;
    border-radius: 7px;
    color: white;
    background: #89c3b1;
    cursor: pointer;
    font-size: 14px;
}

.filter-search-field select,
.filter-search-field input {
    border: 1px solid #6c6c6ca6;
    height: 30px;
    padding: 0px 10px;
    width: 168px;
    border-radius: 7px;
}


.header-display .button-section-display {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-display .icon-search {
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.header-display .button-section-display .btn-import,
.btn-export {
    display: flex;
    gap: 8px;
    border-radius: 10px;
    width: 97px;
    height: 27px;
    padding: 7px 18px;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.header-display .button-section-display .btn-import {
    background: #AAD3B6;
}

.header-display .button-section-display .btn-export {
    background: #2D5C51;
}

.button-section-display .btn-import img {
    width: 25px;
    height: 25px;
}

.button-section-display .btn-export img {
    width: 21px;
    height: 21px;
}

.btn-import,
.btn-export p {
    line-height: 24px;
}

.header-display .button-section-display .filter-date {
    display: flex;
    gap: 63px;
    color: #848484;
    width: 174px;
    height: 19px;
    border: 1px solid #CBCBCB;
    border-radius: 10px;
    padding: 10px 23px;
}

.header-display .button-section-display .filter-date img {
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.header-display .button-section-display .calender {
    position: absolute;
    width: 241px;
    height: 279px;
    box-shadow: 0px 7px 11px rgb(134 134 134 / 25%);
    background: white;
    z-index: 10;
    border-radius: 10px;
    top: 75px;
    right: 30px;
}

.calender.off {
    display: none;
}

.table-data {
    overflow: auto;
}

button {
    border: none;
}

/* table */
table.data {
    min-width: 100%;
    font-size: 12px;
}

tr.header-table {
    background: #439A97;
    color: white;
    display: table-row;
    position: relative;
    font-weight: 500;
}

th.header-row {
    padding: 7px;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    position: relative;
}

th.header-row.sortable {
    cursor: pointer;
}

th.header-row span.icon img {
    position: absolute;
    right: 10px;
    top: 5px;
}


td.body-row {
    padding: 3px;
    border: 1px solid #0606061f;
}

td.body-row.mh-30 {
    height: 30px;
}

.part-input {
    display: flex;
    position: relative;
}

img.input-icon {
    position: absolute;
    display: flex;
    right: 10px;
    margin-top: 10px;
    cursor: pointer;
    z-index: 2;
    background: white;
}

.btn-detail {
    border-radius: 10px;
    background: #4086C6;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    cursor: pointer;
}

.status-production {
    border: 1px solid green;
    border-radius: 10px;
    padding: 3px;
    font-size: 13px;
    text-align: center;
    box-shadow: 3px 4px 5px rgb(225 228 61 / 25%);
}

.status-Unproduction {
    border: 1px solid #A49405;
    border-radius: 10px;
    padding: 3px;
    font-size: 13px;
    text-align: center;
    box-shadow: 3px 4px 5px rgb(225 228 61 / 25%);
}

.action-btn {
    display: flex;
    justify-content: space-evenly;
    gap: 6px;
}

.action-btn .btn-edit {
    cursor: pointer;
    width: 46px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #8f8f8f;
}

.action-btn .btn-print {
    border-radius: 5px;
    box-shadow: 1px 1px 2px #8f8f8f;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.action-btn .btn-print:hover {
    box-shadow: 0px 0px 4px #0a0a0a;
}

.action-btn .btn-edit:hover {
    box-shadow: 0px 0px 4px #0a0a0a;
}

.action-btn .btn-delete,
.action-btn .btn-term {
    cursor: pointer;
    width: 38px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #8f8f8f;
}

.action-btn #term-btn {
    font-size: 14px;
    color: #439a97;
    font-weight: 700;
}

.action-btn #term-btn:hover {
    border: 1px solid #439a97;
}

.action-btn .btn-delete:hover {
    box-shadow: 0px 0px 4px #0a0a0a;
}


.footer-table {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* form create*/
.head {
    display: flex;
    justify-content: space-between;
    /* height: 187px; */
}

.part-head-left {
    display: flex;
    flex-direction: column;
}

.part-head-left .alamat {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

textarea {
    padding: 10px;
}

.alamat textarea {
    border-radius: 7px;
    border: 1px solid #4e4e4e85;
    font-size: 14px;
    min-width: 25vw;
}

.part-head-left .file_lembar_kerja {
    background: linear-gradient(90deg, #80BFB0 0%, #AAD3B6 100%);
    width: 150px;
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.input-hide.file {
    display: none;
}

.part-head-left .file-upload {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vendor-selection {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 12px;
}

.purchase-type-selection {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vendor-selection select,
.purchase-type-selection select {
    border-radius: 5px;
    height: 25px;
    width: 200px;
    border: 1px solid #00000042;
    padding: 0px 10px;
}

.select-c {
    display: flex;
    gap: 12px;
}

.btn-customer {
    cursor: pointer;
    /*padding: 10px;
    */
    width: 30px;
    height: 26px;
    text-align: center;
    box-sizing: border-box;
    background: white;
    border: 1px solid rgba(159, 159, 159, 0.31);
    border-radius: 8px;
    box-shadow: 3px 4px 8px rgb(176 176 176 / 25%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.part-head-right {
    flex-wrap: wrap;
    display: flex;
    gap: 6px;
    width: 405px;
    height: 159px;
}

.part-head-left .Purchase-date {
    margin-top: 10px;
}

.part-head-right .Purchase-date {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 65px;
}

/* custom calendar */
.input-date-custom-sale.custom-calendar {
    position: relative;
}

.input-date-custom-sale {
    border: 1px solid grey;
    padding: 5px;
    gap: 19px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    width: 175px;
}

.input-date-custom-sale .icon-date {
    width: 20px;
}

.input-date-custom-sale .icon-date img {
    width: 100%;
    cursor: pointer;
}

.custom-calendar .daterangepicker {
    top: 30px !important;
    left: 10px !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    position: absolute !important;
}

/* end custom calendar */

.payment-order-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment-order-info .non-border td,
.payment-order-info .non-border th {
    border: 0px solid black;
}

.non-border tr td:nth-child(2) {
    padding: 0px 8px;
}

nav[aria-label="Page navigation example"] {
    padding-top: 10px;
}

nav[aria-label="Pagination Navigation"] .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

nav[aria-label="Pagination Navigation"] .sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 10px;
}

nav[aria-label="Pagination Navigation"] span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md {
    display: flex;
    gap: 7px;
    align-items: center;
    box-shadow: none !important;

}

span[aria-current="page"] span {
    padding: 10px !important;
    background-color: #439a97 !important;
    width: 23px;
    color: #fbfcfc !important;
    border-radius: 10px !important;
    border: 1px #80808078 solid;
    display: flex;
    align-items: center;
    justify-content: center;

}

span[aria-label="&laquo; Previous"] span,
span[aria-label="Next &raquo;"] span,
nav[aria-label="Pagination Navigation"] a {
    padding: 10px !important;
    width: 23px;
    color: #4fa69f !important;
    border-radius: 10px !important;
    border: 1px #80808078 solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

span[aria-label="&laquo; Previous"] span:hover {
    background-color: #439a97 !important;
    color: white !important;
}

span[aria-label="Next &raquo;"] span:hover {
    background-color: #439a97 !important;
    color: white !important;
}

span[aria-label="&laquo; Previous"] {
    margin-right: 19px;
}

nav[aria-label="Pagination Navigation"] a {
    border-radius: 10px !important;
}

nav[aria-label="Pagination Navigation"] a:hover {
    background-color: #439a97 !important;
    color: white !important;
}

nav[aria-label="Pagination Navigation"] a[aria-label="&laquo; Previous"],
nav[aria-label="Pagination Navigation"] a[aria-label="Next &raquo;"] {
    padding: 10px !important;
    width: 23px;
    color: #4fa69f !important;
    border-radius: 10px !important;
}

nav[aria-label="Pagination Navigation"] a[aria-label="&laquo; Previous"]:hover,
nav[aria-label="Pagination Navigation"] a[aria-label="Next &raquo;"]:hover {
    background-color: #439a97 !important;
    color: white !important;

}

#sales_date,
#date_po,
#shipping_date {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 168px;
    border-radius: 7px;
}

.i-form-sales {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 55px;
}

.i-form-sales .i-form {
    border: 1px solid #56565663;
    height: 28px;
    width: 171px;
    border-radius: 7px;
    padding: 0px 9px;
}

.i-form-sales .i-form:disabled {
    color: #434343;
    background-color: #b9b9b9;
    cursor: not-allowed;
}

.part-head-right .btn-act {
    display: block;
    cursor: pointer;
    width: 95px;
    height: 36px;
    padding: 0px 8px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(85.18deg, #487c70 -13.2%, #89b997 109.85%);
}

.part-head-right .btn-act .new-create {
    font-size: 11px;
    font-weight: 500;
    color: white;
    margin-top: 9px;
}

/* form table */
.form-table {
    margin-top: 20px;
}

.table-form {
    margin-bottom: 50px;
}

td.body-row.input-row {
    border-radius: 7px;
    border: none;
    padding: 0;
}

.btn-print,
.btn-edit {
    display: flex;
    gap: 6px;
    width: unset;
    box-sizing: border-box;
    border-radius: 7px;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.btn-print img.print,
.btn-edit img.edit {
    width: 17px;
    height: 17px;
}

.btn-print img.dropdown,
.btn-edit img.dropdown1 {
    width: 10px;
    height: 10px;
    object-fit: none;
}

.btn-edit.pembayaran img {
    width: 20px;
    height: 17px;
}

.btn-edit img {
    width: 19px;
}

.status-proses {
    color: #af0000;
    background: #f7cf09;
    padding: 5px;
    border-radius: 4px;
    font-weight: 600;
}

.status-Lunas {
    color: #efefef;
    background: #4ab71d;
    padding: 5px;
    border-radius: 4px;
    font-weight: 600;
}

.dropdown-print-action,
.dropdown-edit-action {
    position: absolute;
    z-index: 10000;
    background: white;
    padding: 20px 10px;
    width: 100px;
    box-shadow: 0px 7px 11px rgb(134 134 134 / 25%);
    border-radius: 10px;
    display: flex;
    margin-top: 94px;
    right: 0px;
}

.dropdown-print-action.off,
.dropdown-edit-action.off {
    display: none;
}

ul.action-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

li.action-btn a {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
    color: #439a97;
    text-decoration: none;
}

li.action-btn:hover {
    border-bottom: 1px solid #0c9997;
}

input.input-tbl {
    border: 2px solid #8080808f;
    border-radius: 10px;
    height: 43px;
    padding: 0px 10px;
}

input.input-tbl.dsc {
    width: 200px;
}

input.input-tbl.qty {
    width: 46px;
}

input.input-tbl.unit_price {
    width: 125px;
}

input.input-tbl.tax {
    width: 40px;
}

input.input-tbl.amount:disabled {
    color: #434343;
    background-color: #b9b9b9;
    cursor: not-allowed;
}

input.input-tbl.amount {
    width: 125px;
}

.input-row .product {
    width: 100%;
}

.input-row .warna {
    width: 121px;
}

.input-row .product,
.input-row .warna {
    border: 1px solid #8080808f;
    border-radius: 10px;
    height: 43px;
}

.input-row.desc textarea {
    border-radius: 7px;
    border: 1px solid #4e4e4e85;
    width: 198px;
    width: -webkit-fill-available;
}

.jenis-selection.tipe-penjualan select {
    border: 1px solid #8080808f;
    border-radius: 10px;
    height: 28px;
    width: 238px;
}

.seles select#fid_user {
    border: 1px solid #8080808f;
    height: 28px;
    padding: 0px 10px;
    width: 189px;
    border-radius: 7px;
}


.single.selectize-dropdown.warna.varianSelect {
    height: fit-content;
}

td.body-row.action-btn {
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 43px;
}

td.body-row .currency-holder {
    float: left;
}

td.body-row .nominal {
    float: right;
    text-align: right;
}

td.body-row.action-btn .btn-edit {
    cursor: pointer;
}

td.body-row.action-btn .btn-edit:hover {
    box-shadow: 0px 0px 4px #0a0a0a;
}

td.body-row.action-btn .btn-delete {
    cursor: pointer;
}

td.body-row.action-btn .btn-delete:hover {
    box-shadow: 0px 0px 4px #0a0a0a;
}

.icon-delete,
.icon-plus {
    cursor: pointer;
}

.border-line {
    border: 1px solid #83808057;
    margin-top: 4px;
}

.footer-form {
    display: flex;
    justify-content: space-between;
}

.footer-form .f-from-l {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.jenis-pengiriman {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.f-from-l .catatan {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.f-from-l .catatan textarea {
    border-radius: 10px;
    border: 1px solid #00000059;
}

.catatan .catatan-pembayaran {
    display: flex;
    gap: 20px;
}

.catatan-pembayaran .icon-pembayaran {
    cursor: pointer;
}

.f-from-l .action-form-btn {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.p-sj-form {
    background: #e2c86b;

}

.p-fak-form {
    background: #539ab0;
}

.p-kw-form {
    background: #89B997;
}

.p-kw-form a {
    color: white;
    text-decoration: none;
}

.p-fak-form,
.p-sj-form,
.p-kw-form {
    padding: 10px 11px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    height: 35px;
    width: 131px;
    font-size: 15px;
    line-height: 15px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.footer-form .f-form-r {
    margin-top: 15px;
}

.f-form-r .colum-total {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.f-form-r .colum-total .f-input {
    border: 1px solid #6464648f;
    border-radius: 5px;
    height: 20px;
    width: 35px;
    padding-left: 10px;
}

.f-form-r .colum-total .f-hasil {
    border: 1px solid #8d8b8b96;
    border-radius: 7px;
    width: 103px;
    height: 28px;
    padding: 0px 10px;
    text-align: right;
}

.f-form-r .colum-total .f-hasil:disabled {
    color: #434343;
    background-color: #b9b9b9;
    cursor: not-allowed;
}

.btn-approved,
.btn-tolak {
    cursor: pointer;
    width: 73px;
    height: 24px;
    text-align: center;
    display: block;
    background: #88c2b1;
    border-radius: 5px;
    padding-top: 6px;
    color: white;
    box-shadow: 1px 1px 2px #8f8f8f;
}

.btn-approved:hover {
    box-shadow: 0px 0px 4px #0a0a0a;
}

.btn-tolak {
    background: #d35232;
}

.btn-reject {
    cursor: pointer;
    width: 73px;
    height: 24px;
    text-align: center;
    display: block;
    background: #fb3131;
    border-radius: 5px;
    padding-top: 6px;
    color: white;
    box-shadow: 1px 1px 2px #8f8f8f;
}

.btn-reject:hover {
    box-shadow: 0px 0px 4px #0a0a0a;
}

.col-form-p-input {
    display: flex;
    flex-direction: row;
    gap: 79px;
    margin-bottom: 22px;
    align-items: center;
}

.col-form-p-input label {
    width: 160px;
}

.col-form-p-input .input-f {
    width: 100%;
    height: 47px;
    border: 1px solid #62626291;
    border-radius: 6px;
    padding-left: 15px;
}

.col-form-p-input textarea.input-f {
    height: 114px;
    padding: 17px;
}

.col-form-p-input .input-f.checkbox {
    height: 20px;
    width: 110px;
}

select.input-f option {
    height: 47px;
    font-size: 20px;
    padding-left: 15px;
}

.button-action-form {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-save-form,
.btn-cencel-form {
    padding: 7px;
    border-radius: 7px;
    width: auto;
    height: 33px;
    box-sizing: border-box;
    color: white;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.btn-save-form {
    background: linear-gradient(90deg, #80BFB0 0%, #AAD3B6 100%);
}

.btn-cencel-form {
    background: #D35555;
}

/* end card display */




/* end content */


/* custom data tables style */

#data-table thead tr.header-table th:first-child {
    width: 70px;
}

#data-table thead tr.header-table th:last-child {
    width: 100px;
}

#data-table tbody tr.body-table td:first-child {
    width: 70px;
}

#data-table tbody tr.body-table td:last-child {
    width: 100px;
}

.tbl-product .body-table:hover {
    background: #60AACA;
    color: white;
    cursor: pointer;
}

.cust-tooltip {
    position: relative;
    display: inline-block;
}

.cust-tooltip-text {
    top: 100%;
    left: 50%;
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
}

.cust-tooltip:hover .cust-tooltip-text {
    visibility: visible;
}


.cust-select-box {
    position: relative;
    width: 238px;
}

.cust-select-box .cust-select-box-input-box {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.cust-select-box .cust-select-box-dropper-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cust-select-box .cust-select-box-dropper-list {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    top: 26px;
    left: 0px;
    right: 0px;
    background: white;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #6c6c6ca6;
    border-top: 0px solid #6c6c6ca6;
    z-index: 1000;
    height: 200px;
}

.cust-select-box .cust-select-box-dropper-list .dropdown-select-box {
    height: 100%;
    overflow: scroll;
}

.cust-select-box .cust-select-box-dropper-list .cust-select-box-dropper-item {
    cursor: pointer;
    margin: 5px 0px;
    background: white;
    padding: 0px 5px;
}

.cust-select-box .cust-select-box-dropper-list .cust-select-box-dropper-item:hover {
    background: #79cfcc;
}

.cust-select-box .cust-select-box-dropper-list .cust-select-box-dropper-item .cust-select-box-dropper-item-main-title {
    max-width: 238px;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cust-select-box .cust-select-box-dropper-list .cust-select-box-dropper-item:hover .cust-select-box-dropper-item-main-title {}

.cust-select-box .cust-select-box-dropper-list .cust-select-box-dropper-item .cust-select-box-dropper-item-sub-title {
    max-width: 238px;
    max-height: 20px;
    color: #a9a9a9;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cust-select-box .cust-select-box-dropper-list .cust-select-box-dropper-item:hover .cust-select-box-dropper-item-sub-title {
    color: #707070;
}

.vendor-selection.noFaktur-ref {
    width: 190px;
}

.noFaktur.cust-select-box {
    width: 190px;
}

.noFaktur.cust-select-box .cust-select-box-input-box {
    width: 152px;
}


.popup-tarik-data-tokped {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 2988;
}

.container-tarik-data-tokped {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-tarik-data-tokped {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

.content-tarik-data-tokped .tarik-data-title {
    display: flex;
    padding: 40px 20px 20px 20px;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 10px;
}

.content-tarik-data-tokped .tarik-data-date {
    display: flex;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.tarik-data-date .tarik-data-date-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 30px;
}

.tarik-data-date .tarik-data-form {
    display: flex;
    justify-content: center;
}

.tarik-data-form .date_search_tokped {
    display: flex;
    flex-direction: column;
}

.date_search_tokped .tanggal_tokped {
    display: flex;
    margin-bottom: 10px;
}

.date_search_tokped .tanggal_tokped .dpicker_tokped {
    height: 25px;
    padding: 5px 25px;
    border: 1px solid #aeaeae;
    border-radius: 5px;
}

.content-tarik-data-tokped .tarik-data-box {
    padding: 20px 20px;
}

.tarik-data-box #data-table {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    height: 300px;
}

.tarik-data-box .btn-table {
    display: flex;
    justify-content: center;
}

.tarik-data-box .btn-table .btn-table-success {
    background: #439A97;
    padding: 7px 25px;
    border-radius: 0px;
    margin-right: 10px;
    cursor: pointer;
}

.btn-table .btn-table-success .btn-success {
    font-size: 14px;
    color: #ffffff;
}

.tarik-data-box .btn-table .btn-table-cancel {
    background: #e0e0e0;
    padding: 7px 25px;
    border-radius: 0px;
    cursor: pointer;
}

.btn-table .btn-table-cancel .btn-cancel {
    font-size: 14px;
    color: #000000;
}


/* card content box */

.card-content-display-container {
    display: flex;
    flex-direction: column;
}

.card-content-title {
    padding: 15px 25px;
    color: #285C5B;
    font-weight: 700;
    font-size: 23px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.card-content-box {
    display: flex;
    width: 100%;
}

.card-content-display-l {
    width: 35%;
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    margin-right: 10px;
    height: auto;
}

.card-content-display-l .form-content {
    display: flex;
    flex-direction: column;
}

.form-content .form-input-konfirm {
    display: flex;
    padding: 5px 10px;
    width: 100%;
}

.form-content .form-input-konfirm.produk {
    display: flex;
    flex-direction: column;
}

.form-input-konfirm label {
    margin-bottom: 10px;
    width: 38%;
    font-weight: 600;
}

.form-input-konfirm.produk label {
    margin-bottom: 10px;
    width: 100%;
}

.form-input-konfirm .form-icon-konfirm {
    margin-right: 15px;
    width: 2%;
}

.form-input-konfirm .form-text-konfirm {
    width: 60%;
    font-size: 14px;
}

.form-input-konfirm.produk .form-konfirm-title {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.form-input-konfirm.produk .form-konfirm-produk-box .table-form {
    /*padding-left: 20px;*/
    width: 100%;
    margin-bottom: 10px;
}

.form-konfirm-produk-box .form-konfirm-produk {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}

.form-konfirm-produk .form-konfirm-produk-nama {
    display: flex;
    width: 100%;
}

.form-konfirm-produk-nama .form-konfirm-produk-nama-label {
    width: 20%;
    font-weight: 600;
}

.form-konfirm-produk-nama .form-konfirm-produk-nama-icon {
    width: 5%;
}

.form-konfirm-produk-nama .form-konfirm-produk-nama-text {
    width: 75%;
}

.form-konfirm-produk .form-konfirm-produk-jml {
    display: flex;
    width: 100%;
}

.form-konfirm-produk-jml .form-konfirm-produk-jml-label {
    width: 20%;
    font-weight: 600;
}

.form-konfirm-produk-jml .form-konfirm-produk-jml-icon {
    width: 5%;
}

.form-konfirm-produk-jml .form-konfirm-produk-jml-text {
    width: 75%;
}

.form-konfirm-produk .form-konfirm-produk-harga {
    display: flex;
    width: 100%;
}

.form-konfirm-produk-harga .form-konfirm-produk-harga-label {
    width: 20%;
    font-weight: 600;
}

.form-konfirm-produk-harga .form-konfirm-produk-harga-icon {
    width: 5%;
}

.form-konfirm-produk-harga .form-konfirm-produk-harga-text {
    width: 75%;
}

.form-konfirm-title .form-konfirm-title-text {
    width: 37%;
    font-size: 14px;
    font-weight: 600;
}

.form-konfirm-title .form-konfirm-title-icon {
    width: 63%;
}

.card-content-display-r {
    background: #fff;
    width: 65%;
    padding: 15px 25px;
    border-radius: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.card-content-display-r .top-content-display {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top-content-display .top-content-display-l {}

.top-content-display-l .cust-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.cust-box .cust-label {
    font-size: 14px;
    margin-bottom: 5px;
}

.cust-box .cust-input-box {
    display: flex;
}

.cust-box .cust-input-box .cust-input {
    margin-right: 10px;
}

.cust-input-box .cust-input input {
    border-radius: 7px;
    height: 26px;
    border: 1px solid #6c6c6ca6;
    outline: none;
    padding: 0px 10px;
    font-size: 14px;
    width: 220px;
}

.cust-input-box .cust-add-new {
    box-shadow: 3px 4px 8px rgb(176 176 176 / 25%);
    width: 35px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(159, 159, 159, 0.31);
    box-sizing: border-box;
    cursor: pointer;
}

.top-content-display-l .cust-address {
    display: flex;
    flex-direction: column;
}

.cust-address .cust-address-label {
    margin-bottom: 5px;
    font-size: 14px;
}

.cust-address .cust-address-input textarea {
    width: 265px;
    height: 90px;
    border: 1px solid #6c6c6ca6;
    outline: none;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 7px;
}

.top-content-display .top-content-display-r {
    display: flex;
    flex-direction: column;
}

.top-content-display-r .date-box {
    margin-bottom: 30px;
    display: flex;
}

.date-box .date-sale {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.date-box .date-sale .date-sale-label {
    font-size: 14px;
    margin-bottom: 5px;
}

.date-sale .date-sale-input input {
    width: 150px;
    height: 26px;
    padding: 0px 5px;
    border: 1px solid #6c6c6ca6;
    outline: none;
    border-radius: 7px;
}

.date-box .date-send {
    display: flex;
    flex-direction: column;
}

.date-box .date-send .date-send-label {
    margin-bottom: 5px;
    font-size: 14px;
}

.date-box .date-send .date-send-input input {
    width: 150px;
    height: 26px;
    padding: 0px 5px;
    border: 1px solid #6c6c6ca6;
    outline: none;
    border-radius: 7px;
}

.top-content-display-r .invoice-sales-box {
    display: flex;
}

.invoice-sales-box .invoice-box {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.invoice-box .invoice-label {
    font-size: 14px;
    margin-bottom: 5px;
}

.invoice-box .invoice-input input {
    width: 150px;
    height: 26px;
    padding: 0px 5px;
    border: 1px solid #6c6c6ca6;
    outline: none;
    border-radius: 7px;
}

.invoice-box .invoice-input input:disabled {
    color: #434343;
    background-color: #b9b9b9;
    cursor: not-allowed;
}

.invoice-sales-box .sales-box {
    display: flex;
    flex-direction: column;
}

.sales-box .sales-label {
    font-size: 14px;
    margin-bottom: 5px;
}

.sales-box .sales-input input {
    width: 150px;
    height: 26px;
    padding: 0px 5px;
    border: 1px solid #6c6c6ca6;
    outline: none;
    border-radius: 7px;
}

.sales-box .sales-input input:disabled {
    color: #434343;
    background-color: #b9b9b9;
    cursor: not-allowed;
}

.card-content-display-r .mid-content-display {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.mid-content-display .table-content-display {
    display: flex;
    flex-direction: column;
}

.table-content-display .thead-content-display {
    display: flex;
    margin-bottom: 1px;
}

.thead-content-display .thead-content-item {
    border: 1px solid #439A97;
    background: #439A97;
    padding: 5px 10px;
    margin-right: 1px;
}

.thead-content-display .thead-content-item.product {
    width: 125px;
}

.thead-content-display .thead-content-item.color {
    width: 90px;
}

.thead-content-display .thead-content-item.desc {
    width: 120px;
}

.thead-content-display .thead-content-item.qty {
    width: 60px;
}

.thead-content-display .thead-content-item.price {
    width: 127px;
}

.thead-content-display .thead-content-item.total {
    width: 127px;
}

.thead-content-item .thead-content-label {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.thead-content-display .thead-content-action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.table-content-display .tbody-content-display {
    display: flex;
}

.tbody-content-display .tbody-content-item {
    position: relative;
}

.tbody-content-item .tbody-content-input input {
    padding: 5px 10px;
    margin-right: 1px;
    border: 1px solid #6c6c6ca6;
    outline: none;
    height: 25px;
    border-radius: 5px;
}

.tbody-content-input.product input {
    width: 125px;
}

.tbody-content-input.color select {
    width: 111px;
    margin-right: 1px;
    outline: none;
    height: 37px;
    padding: 5px 10px;
    border: 1px solid #6c6c6ca6;
    border-radius: 5px;
}

.tbody-content-input.desc input {
    width: 120px;
}

.tbody-content-input.qty input {
    width: 60px;
}

.tbody-content-input.price input {
    width: 127px;
}

.tbody-content-input.total input {
    width: 127px;
}

.tbody-content-item .tbody-content-icon {
    position: absolute;
    right: 7px;
    top: 9px;
}

.tbody-content-item.product .tbody-content-icon img {
    width: 20px;
}

.tbody-content-display .tbody-table-content-display {
    display: flex;
}

.tbody-content-display .tbody-trash {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 6px;
    cursor: pointer;
}

.card-content-display-r .bar-content-display {
    border-top: 2px solid #83808057;
    border-bottom: 2px solid #83808057;
    height: 10px;
    margin-bottom: 30px;
}

.card-content-display-r .bot-content-display {
    display: flex;
    justify-content: space-between;
}

.bot-content-display .bot-content-display-l {
    display: flex;
    flex-direction: column;
}

.bot-content-display-l .bot-note-content-display {
    display: flex;
    flex-direction: column;
}

.bot-note-content-display .note-content-display-label {
    font-size: 14px;
    margin-bottom: 10px;
}

.bot-note-content-display .note-content-display-text {}

.bot-note-content-display .note-content-display-text textarea {
    width: 300px;
    height: 120px;
    border: 1px solid #6c6c6ca6;
    outline: none;
    border-radius: 5px;
}

.bot-content-display-l .bot-deliv-content-display {
    display: flex;
}

.bot-deliv-content-display .deliv-item {
    display: flex;
    margin-right: 15px;
    height: 20px;
}

.deliv-item .input-deliv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.deliv-item .label-deliv {
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot-content-display .bot-content-display-r {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.bot-content-display-r .bot-calculation-box {
    display: flex;
    flex-direction: column;
}

.bot-calculation-box .subtotal-calculation {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.subtotal-calculation .label-subtotal {
    font-size: 14px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtotal-calculation .input-subtotal input {
    width: 150px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #6c6c6ca6;
    background-color: #b9b9b9;
    color: #434343;
    cursor: not-allowed;
}

.bot-calculation-box .diskon-calculation {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.diskon-calculation .diskon-calculation-percent {
    display: flex;
    margin-right: 20px;
}

.diskon-calculation-percent .diskon-calculation-label {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.diskon-calculation-percent .diskon-calculation-number input {
    width: 30px;
    height: 25px;
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #6c6c6ca6;
}

.diskon-calculation .diskon-calculation-input input {
    width: 150px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #6c6c6ca6;
}

.bot-calculation-box .ppn-calculation {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.ppn-calculation .ppn-calculation-percent {
    display: flex;
    margin-right: 20px;
}

.ppn-calculation-percent .ppn-calculation-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
}

.ppn-calculation-percent .ppn-calculation-number input {
    width: 30px;
    height: 25px;
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #6c6c6ca6;
}

.ppn-calculation .ppn-calculation-input input {
    width: 150px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #6c6c6ca6;
    background-color: #b9b9b9;
    color: #434343;
    cursor: not-allowed;
}

.bot-calculation-box .addtional-calculation {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.addtional-calculation .addtional-calculation-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 20px;
}

.addtional-calculation .addtional-calculation-input input {
    width: 150px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #6c6c6ca6;
}

.bot-calculation-box .grand-total-calculation {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.grand-total-calculation .grand-total-calculation-label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 20px;
}

.grand-total-calculation .grand-total-calculation-input input {
    width: 150px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #6c6c6ca6;
    background-color: #b9b9b9;
    color: #434343;
    cursor: not-allowed;
}

.card-content-display-r .btn-content-display {
    display: flex;
    justify-content: flex-end;
}

.btn-content-display .btn-content-display-save {
    width: 130px;
    height: 35px;
    margin-right: 20px;
    border-radius: 5px;
    background: linear-gradient(90deg, #80BFB0 0%, #AAD3B6 100%);
}

.btn-content-display .btn-content-display-save .btn-konfirm-save {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.btn-content-display .btn-content-display-cancel {
    width: 130px;
    height: 35px;
    border-radius: 5px;
    background: #D35555;
}

.btn-content-display .btn-content-display-cancel .btn-konfirm-cancel {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}


/* end content box */


/* report page */

table.report {
    width: 100%;
    font-size: 14px;
}

th.body-row {
    padding: 3px;
    border: 1px solid #0606061f;
}


.report-table {
    margin-top: 20px;
}

.report-entry-block {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.report-entry-block .report-head-row {
    display: flex;
}

.report-entry-block .report-head-row .report-head-date {
    width: 200px;
    padding: 5px;
}

.report-entry-block .report-head-row .report-head-no-invoice {
    width: 450px;
    padding: 5px;
}

.report-entry-block .report-head-row .report-head-cust-info {
    padding: 5px;
}

.report-entry-block .report-body-item-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.report-entry-block .report-body-item-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-item-row .report-body-item-no {
    width: 50px;
}

.report-entry-block .report-body-item-row .report-body-item-jenis-barang {
    width: 150px;
}

.report-entry-block .report-body-item-row .report-body-item-code {
    width: 110px;
}

.report-entry-block .report-body-item-row .report-body-item-nama-barang {
    width: calc(100% - 1020px);
}

.report-entry-block .report-body-item-row .report-body-item-variasi {
    width: 150px;
}

.report-entry-block .report-body-item-row .report-body-item-qty {
    width: 50px;
}

.report-entry-block .report-body-item-row .report-body-item-price {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 30px;
}

.report-entry-block .report-body-item-row .report-body-item-price .currency-symbol {
    width: 40px;
}

.report-entry-block .report-body-item-row .report-body-item-total {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.report-entry-block .report-body-item-row .report-body-item-total .currency-symbol {
    width: 40px;
}

.report-entry-block .report-body-subtotal-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-entry-block .report-body-subtotal-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-subtotal-row .report-body-subtotal-text {
    margin-right: 30px;
}

.report-entry-block .report-body-subtotal-row .report-body-subtotal-numeric {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid black;
}

.report-entry-block .report-body-subtotal-row .report-body-subtotal-numeric .currency-symbol {
    width: 40px;
}

.report-entry-block .report-body-discount-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-entry-block .report-body-discount-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-discount-row .report-body-discount-text {
    margin-right: 30px;
}

.report-entry-block .report-body-discount-row .report-body-discount-numeric {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.report-entry-block .report-body-discount-row .report-body-discount-numeric .currency-symbol {
    width: 40px;
}

.report-entry-block .report-body-ppn-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-entry-block .report-body-ppn-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-ppn-row .report-body-ppn-text {
    margin-right: 30px;
}

.report-entry-block .report-body-ppn-row .report-body-ppn-numeric {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.report-entry-block .report-body-ppn-row .report-body-ppn-numeric .currency-symbol {
    width: 40px;
}

.report-entry-block .report-body-other-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-entry-block .report-body-other-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-other-row .report-body-other-text {
    margin-right: 30px;
}

.report-entry-block .report-body-other-row .report-body-other-numeric {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.report-entry-block .report-body-other-row .report-body-other-numeric .currency-symbol {
    width: 40px;
}

.report-entry-block .report-body-grand-total-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-entry-block .report-body-grand-total-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-grand-total-row .report-body-grand-total-text {
    margin-right: 30px;
}

.report-entry-block .report-body-grand-total-row .report-body-grand-total-numeric {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid black;
}

.report-entry-block .report-body-grand-total-row .report-body-grand-total-numeric .currency-symbol {
    width: 40px;
}

.report-entry-block .report-body-payment-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-entry-block .report-body-payment-info-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-payment-info-row .report-body-payment-info-sales {
    width: 300px;
}

.report-entry-block .report-body-payment-info-row .report-body-payment-info-payment {
    margin-right: 30px;
    width: calc(100% - 520px);
}


.report-entry-block .report-body-payment-info-row .report-body-payment-info-payment-nominal {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.report-entry-block .report-body-payment-info-row .report-body-payment-info-payment-nominal .currency-symbol {
    width: 40px;
}

.report-entry-block .report-body-repayment-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-entry-block .report-body-repayment-info-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-repayment-info-row .report-body-repayment-info-date {
    width: 250px;
}

.report-entry-block .report-body-repayment-info-row .report-body-repayment-info-payment {
    margin-right: 30px;
    width: calc(100% - 470px);
}

.report-entry-block .report-body-repayment-info-row .report-body-repayment-info-payment-nominal {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 4px double black;
}

.report-entry-block .report-body-repayment-info-row .report-body-repayment-info-payment-nominal .currency-symbol {
    width: 40px;
}



.report-entry-block .report-body-refund-info-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-entry-block .report-body-refund-info-row>div {
    padding: 5px;
    box-sizing: border-box;
}

.report-entry-block .report-body-refund-info-row .report-body-refund-info-date {
    width: 250px;
}

.report-entry-block .report-body-refund-info-row .report-body-refund-info-desc {
    margin-right: 30px;
    width: calc(100% - 470px);
}

.report-entry-block .report-body-refund-info-row .report-body-refund-info-payment-nominal {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 4px double black;
}

.report-entry-block .report-body-refund-info-row .report-body-refund-info-payment-nominal .currency-symbol {
    width: 40px;
}



.report-total-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.report-total-row>div {
    padding: 5px;
    box-sizing: border-box;
}


.report-total-row .report-total-text {
    margin-right: 30px;
    font-weight: bold;
}

.report-total-row .report-total-nominal {
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 4px double black;
    font-weight: bold;
}

.report-total-row .report-total-nominal .currency-symbol {
    width: 40px;
}


/* end of report page */

/* refund */

/* refund */

.part-head-left .sales-selection {
    display: flex;
    margin-bottom: 10px;
}

.part-head-left .sales-selection-noRek {
    display: flex;
    flex-direction: column;
}

.sales-selection-noRek label {
    margin-bottom: 7px;
}

.sales-selection-noRek .input-noRek {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.purchase-nominal {
    display: flex;
    flex-direction: column;
}

.purchase-nominal label {
    margin-bottom: 7px;
}

.purchase-nominal .nominal-form-input {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.body-display {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.body-display-box {
    display: flex;
    margin-bottom: 20px;
}

.body-display .Purchase-date {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 12px;
    margin-right: 50px;
}

.body-display .Purchase-date #sales_date {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.body-display .Purchase-date #shipping_date {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.sales-selection-ket {
    display: flex;
    flex-direction: column;
    margin-right: 45px;
}

.sales-selection-ket label {
    margin-bottom: 7px;
}

.sales-selection-ket textarea {
    border: 1px solid #6c6c6ca6;
    height: 170px;
    padding: 0px 10px;
    border-radius: 7px;
    padding-right: 26px;
}

.sales-selection-noRek {
    margin-right: 95px;
    display: flex;
    flex-direction: column;
}

.sales-selection-noRek label {
    margin-bottom: 7px;
}

.f-from-l .date-nominal-refund {
    display: flex;
    flex-wrap: wrap;
}

.date-nominal-refund .Purchase-date {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 12px;
    margin-right: 50px;
}

.date-nominal-refund .Purchase-date .date-form-input {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.date-nominal-refund .refund-nominal {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 12px;
    margin-right: 50px;
}

.date-nominal-refund .refund-nominal .refund-nominal-input {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.date-nominal-refund .noRek-refund {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 12px;
    margin-right: 50px;
}

.date-nominal-refund .noRek-refund .noRek-refund-input {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.date-nominal-refund .nama_noRek_refund {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 12px;
    margin-right: 50px;
}

.date-nominal-refund .nama_noRek_refund .nama-noRek-refund-input {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.sales-select-box .sales-select-box-dropper-list {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    top: 26px;
    left: 0px;
    right: 0px;
    background: white;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #6c6c6ca6;
    border-top: 0px solid #6c6c6ca6;
    z-index: 100;
    max-height: 400px;
    overflow: scroll;
}

.date-nominal-refund .jenis-refund {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 12px;
    margin-right: 50px;
}

.jenis-refund .jenis-refund-select-box {
    position: relative;
    width: 238px;
}

.jenis-refund .jenis-refund-select-box input {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
    z-index: 120;
    position: relative;
}

.jenis-refund .jenis-refund-select-box img {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 120;
}

.jenis-refund-select-box .jenis-refund-select-box-dropper-list {
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    display: none;
    top: 26px;
    left: 0px;
    right: 0px;
    background: white;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #6c6c6ca6;
    border-top: 0px solid #6c6c6ca6;
    z-index: 100;
    max-height: 400px;
    overflow: scroll;
}

.jenis-refund-select-box .jenis-refund-select-box-dropper-list .jenis-refund-select-box-dropper-item {
    padding: 10px;
}

.sales-select-box-dropper-list .sales-select-box-dropper-item {
    padding: 10px;
}

.sales-select-box-dropper-list .sales-select-box-dropper-item:hover {
    background: #0c9997;
}

.body-display-box .sales-selection-l {
    display: flex;
    flex-direction: column;
}

.body-display-box .sales-selection-m {
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.sales-selection-m .colum-total {
    display: flex;
    margin-bottom: 10px;
}

.sales-selection-m .colum-total p {
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.sales-selection-m .colum-total .colum-total-box {
    display: flex;
    width: 185px;
}

.sales-selection-m .colum-total .colum-equals {
    margin-left: auto;
}

.sales-selection-m .colum-total .f-input {
    border: 1px solid #6464648f;
    border-radius: 5px;
    height: 20px;
    width: 35px;
    padding-left: 10px;
    margin-bottom: auto;
    margin-top: auto;
}

.sales-selection-m .colum-total .f-hasil {
    border: 1px solid #8d8b8b96;
    border-radius: 7px;
    width: 103px;
    height: 28px;
    padding: 0px 10px;
    text-align: right;
}

.body-display-box .sales-selection-r {
    display: flex;
    flex-direction: column;
}

.sales-selection-r .paid-remaining-box {
    display: flex;
    flex-direction: column;
}

.paid-remaining-box .paid-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.paid-remaining-box .paid-box label {
    margin-bottom: 10px;
}

.paid-remaining-box .paid-box input {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.paid-remaining-box .remaining-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.paid-remaining-box .remaining-box label {
    margin-bottom: 10px;
}

.paid-remaining-box .remaining-box input {
    border: 1px solid #6c6c6ca6;
    height: 26px;
    padding: 0px 10px;
    width: 200px;
    border-radius: 7px;
    padding-right: 26px;
}

.report-maker-main-option-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.report-maker-main-option-row .option-item {
    width: calc(100% / 4);
    margin: 10px;
}

.report-maker-main-option-row .option-item span {
    margin-right: 20px;
}

.report-maker-main-option-row .option-item select {
    border: 1px solid #6c6c6ca6;
    height: 30px;
    padding: 0px 10px;
    border-radius: 7px;
}

.extra-report-option-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.extra-report-option-row .option-item {
    width: calc(100% / 4);
    margin: 10px;
    position: relative;
}

.extra-report-option-row .option-item .report-chkBox {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 2px;
}

.extra-report-option-row .option-item label {
    margin-left: 26px;
}

.report-maker-header .report-initiate-btn {
    padding: 7px;
    border-radius: 10px;
    color: white;
    background: #89c3b1;
    cursor: pointer;
    display: inline-block;
}

.report-maker-header .report-initiate-btn:hover {
    box-shadow: 2px 2px 5px #dedede;
}

.add-new-photo {
    width: 100px;
    height: 100px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #63B6B7;
    cursor: pointer;
}

.add-new-photo img {
    width: 25px;
    height: 25px;
}

.add-new-photo .add-new-text {}

.foto-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px -10px;
}

.foto-container .photo-box {
    width: 360px;
    position: relative;
    margin: 0px 10px;
}

.foto-container .photo-box .delete-photo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.foto-container .photo-box .img-bukti {
    width: 100%;
    height: auto;
}

.container-delete-refund {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #00000025;
    z-index: 2121;
}

.container-delete-refund .position-card {
    position: relative;
    width: 320px;
    height: 250px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 10px;
}

.container-delete-refund .position-card .card-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.card-form .input-delete-refund {
    display: flex;
    flex-direction: column;
}

.card-form .input-delete-refund label {
    margin-bottom: 10px;
}

.card-form .input-delete-refund textarea {
    border-radius: 10px;
}

.container-delete-refund .position-card .card-form .action-send .btn-cancel {
    background: #b91e1e;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

/* end refund */

.pop-pass-blackout,
.pop-profile-blackout {
    /* display:none; */
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 3000;
    text-align: center;
}

.pop-pass-blackout .pop-pass-form-container,
.pop-profile-blackout .pop-profile-form-container {
    padding: 20px;
    background: white;
    border-radius: 20px;
    width: 360px;
    margin: 20vh calc(calc(100% - 360px)/2);
}

.pop-profile-blackout .pop-profile-form-container {
    text-align: start;
}

.pop-pass-form-container .pop-pass-form-header,
.pop-profile-form-container .pop-profile-form-header {
    position: relative;
}

.pop-pass-form-container .pop-pass-form-header h4,
.pop-profile-form-container .pop-profile-form-header h4 {
    font-size: 1.4rem;
}

.pop-pass-form-container .pop-pass-form-header .pop-pass-form-close,
.pop-profile-form-close {
    position: absolute;
    font-weight: bold;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 0px;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
}

.pop-pass-form-container .pop-pass-form-header .pop-pass-form-close:hover,
.pop-profile-form-close:hover {
    border: 1px solid rgb(108, 190, 211);
    border-radius: 5px;
}


.pop-pass-form-container .pop-pass-form-content,
.pop-profile-form-content {
    margin-top: 20px;
}

.pop-pass-form-container .pop-pass-form-content .pop-pass-form-field {}

.pop-pass-form-container .pop-pass-form-content .pop-pass-form-field .form-label,
.pop-profile-form-field .form-label {
    margin-bottom: 5px;
    font-size: 15px;
    color: #313131;
}

.pop-pass-form-container .pop-pass-form-content .pop-pass-form-field .form-input,
.pop-profile-form-field .form-input {
    width: 100%;
}

.pop-pass-form-container .pop-pass-form-content .pop-pass-form-field .form-input input,
.pop-profile-form-field .form-input input {
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid #aeaeae;
    margin-bottom: 10px;
    padding: 4px;
}

.pop-pass-form-container .pop-pass-form-content .pop-pass-error,
.pop-profile-form-container .pop-profile-form-content .pop-profile-error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pop-pass-form-container .pop-pass-form-footer,
.pop-profile-form-container .pop-profile-form-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.pop-pass-form-container .pop-pass-form-footer .btn-save-pass,
.pop-profile-form-container .pop-profile-form-footer .btn-save-profile {
    padding: 7px;
    border-radius: 7px;
    width: 119px;
    height: 33px;
    box-sizing: border-box;
    color: white;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(90deg, #80BFB0 0%, #AAD3B6 100%);
}

.pop-pass-form-container .pop-pass-form-footer .btn-cancel-pass,
.pop-profile-form-container .pop-profile-form-footer .btn-cancel-profile {
    padding: 7px;
    border-radius: 7px;
    width: 119px;
    height: 33px;
    box-sizing: border-box;
    color: white;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    background: #D35555;
}

.keterangan-pembelian-alter[contenteditable]:empty::before {
    content: attr(data-placeholder);
    color: #aaa;
    pointer-events: none;
    display: block;
}