
.card {
    padding: 13px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.50rem !important;
}

.el-1 {
    box-shadow: 1px 1px 5px rgba(160, 160, 160, 0.2) !important;
}

input {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.40rem !important;
}

textarea {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.40rem !important;
}

button {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2) !important;
    border-radius: 0.40rem !important;
}



tbody tr {
    cursor: pointer;
    font-size: 13px;
}

tbody tr:hover {
    background-color: #ffcbcb !important;
    cursor: pointer;
    transition: background-color 0.1s;
}

.hover-zoomin tbody tr:hover{
    font-size: 15px;
}


.card .invoice{
    padding: 0.5rem 0.6rem !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.invoice .date{
    font-size: 0.8rem;
} 

.invoice .price{
    font-size: 0.6rem;
    font-weight: 800;
    margin: 0px 0px;
}

.price-box {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.total-before {
    color: #999;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 0.6rem;
    margin-right: 0.5rem;
}

.total-after {
    color: #00cf29;
    font-weight: bold;
    font-size: 0.8rem;
}

.invoice .item-name{
    font-size: 0.8rem;
    font-weight: 800;
} 

.invoice .amount{
    font-size: 0.8rem;
    font-weight: 800;
    margin: 0px 0px;
} 

.invoice .qty{
    font-size: 0.6rem;
    font-weight: 700;
} 

.invoice .tax{
    font-size: 0.6rem;
    font-weight: 700;
    color: #999;
} 

.invoice .title{
    font-size: 1rem;
} 

.status{
    font-size: 0.7rem;
    font-weight: 600;

    padding: 0.03rem 0.5rem;
    border-radius: 0.2rem !important;
    
    background-color: #fff4cb;
    color: rgb(255, 213, 0);
} 

.status-onprocess{
    background-color: #fff4cb;
    color: rgb(255, 213, 0);
}

.status-done{
    background-color: #d9ffcb;
    color: rgb(26, 218, 71);
}

.status-return{
    background-color: #ffcbcb;
    color: rgb(255, 0, 0);
}

.status-canceled{
    background-color: #e1e1e1;
    color: rgb(88, 88, 88);
}

.status-berlangsung{
    background-color: #fff4cb;
    color: rgb(255, 213, 0);
}

.status-berhasil{
    background-color: rgb(214, 255, 222);
    color: rgb(3, 172, 14);
}

.status-retur{
    background-color: #ffcbcb;
    color: rgb(255, 0, 0);
}

.status-dibatalkan{
    background-color: #e1e1e1;
    color: rgb(88, 88, 88);
}

.between {
    display: flex;
    justify-content: space-between; /* Penting! Biar kiri kanan */
    align-items: center; /* Tengah vertikal */
}

.line-space{
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid #ebebeb;
}

.left-border {

    border-left: 1px solid rgb(243, 242, 242);
}

.bottom-border {

    border-bottom: 1px solid rgb(243, 242, 242);
}

.title-small{
    font-size: 0.6rem;
}


.flex-wrap{
    align-items: center !important;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Untuk Firefox */
.no-spinner {
  -moz-appearance: textfield;
}

.nav-item .active{
    background-color: #ffe9e9 !important;
    border-radius: 0.3rem !important;
}

.recaptcha-wrapper {
    transform: scale(0.90); /* ubah sesuai kebutuhan */
    -webkit-transform: scale(0.90);
    transform-origin: top left;
    width: fit-content;
}

.g-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
}

.img-navbar {
    object-fit: cover;
    border-radius: 50%;
}

.dropdown-menu{
    border: none;
    background-color: transparent;
    box-shadow: none;
}

button:disabled{
    background-color: #cccccc !important;
    cursor: not-allowed !important;
    border: none !important;
}


/* Tambahkan transisi */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Menyembunyikan menu secara default dengan opacity 0 */
.nav-item.dropdown .dropdown-menu {
    display: none;
    opacity: 0;
}

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 12px;
    width: 365px; /* mengikuti dari gambarmu: 365px */
    height: 40px; /* kira-kira tingginya */
}

.search-icon {
    font-size: 16px;
    color: #888;
    margin-right: 8px;
}

.search-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;

    box-shadow: none !important;
    border-radius: none !important;
    background-color: white;
}

.search-input::placeholder {
    color: #888;
}

.btn-status button{
    border-radius: 0.75rem !important;

    border-color: #bababa;
    box-shadow: 1px 1px 2px rgba(27, 26, 26, 0.2) !important;

    color: #6a6a6a;
}

.btn-status .active {
    border-color: #f33a3a !important;
    color: #f33a3a !important;
    background-color: #ffe5e5 !important;
}

.btn-status button:hover{
    border-color: #f33a3a !important;
    color: #f33a3a !important;
    background-color: #ffe5e5 !important;
}



.nav-item .active{
    background-color: #ffe9e9 !important;
    border-radius: 0.3rem !important;
}

.recaptcha-wrapper {
    transform: scale(0.90); /* ubah sesuai kebutuhan */
    -webkit-transform: scale(0.90);
    transform-origin: top left;
    width: fit-content;
}

.g-recaptcha {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
}

.img-navbar {
    object-fit: cover;
    border-radius: 50%;
}

.dropdown-menu{
    border: none;
    background-color: transparent;
    box-shadow: none;
}

button:disabled{
    background-color: #cccccc !important;
    cursor: not-allowed !important;
    border: none !important;
}


/* Tambahkan transisi */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Menyembunyikan menu secara default dengan opacity 0 */
.nav-item.dropdown .dropdown-menu {
    display: none;
    opacity: 0;
}

.search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 12px;
    width: 365px; /* mengikuti dari gambarmu: 365px */
    height: 40px; /* kira-kira tingginya */
}

.search-icon {
    font-size: 16px;
    color: #888;
    margin-right: 8px;
}

.search-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    color: #333;

    box-shadow: none !important;
    border-radius: none !important;
    background-color: white;
}

.search-input::placeholder {
    color: #888;
}

.btn-status button{
    border-radius: 0.73rem !important;

    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;

    border-color: #bababa;
    box-shadow: 1px 1px 2px rgba(27, 26, 26, 0.2) !important;

    color: #6a6a6a;
    font-size: 0.9rem;
}

.btn-status .active {
    border-color: #f33a3a !important;
    color: #f33a3a !important;
    background-color: #fdecec !important;
}

.btn-status button:hover{
    border-color: #f33a3a !important;
    color: #f33a3a !important;
    background-color: #fdecec !important;
}

.border-hide{
    border: none !important;
}

.overflow{
    overflow: visible !important;
}


.heading{
    font-size: 0.9rem;
    font-weight: 600;
}

.fs-07{
    font-size: 0.7rem !important;
}

.fs-08{
    font-size: 0.8rem !important;
}

.fs-09{
    font-size: 0.9rem !important;
}

.fs-1{
    font-size: 1rem !important;
}

.fs-13{
    font-size: 1.3rem !important;
}

.fw-300{
    font-weight: 300 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-750{
    font-weight: 750 !important;
}
.fw-800{
    font-weight: 800 !important;
}

.c-primary{
    color: #eb2e2e;
}

.ellipsis {
    white-space: nowrap;           
    overflow: hidden;              
    text-overflow: ellipsis;       
    width: 100%;                   
}

.cursor{
    cursor: pointer;
}
