p {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.soft-icon {
    opacity: 0.75;
    filter: saturate(0.7);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    display: inline-block;
}

.soft-icon:hover {
    opacity: 1;
    filter: saturate(1);
    transform: scale(1.15) translateY(-2px);
}

.glasscad-clean-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    overflow: visible;
    min-height: 200px;
}

.table-responsive-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 250px;
}

.glasscad-clean-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-width: 900px;
}

.glasscad-clean-table thead {
    background-color: #fafafa;
    border-bottom: 1px solid #cbd5e1;
}

.glasscad-clean-table th {
    padding: 10px 14px;
    font-size: 11.5px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.2s;
}

.glasscad-clean-table th.sortable-header:hover {
    background-color: #f1f5f9;
    color: #305b9f;
    cursor: pointer;
}

.glasscad-clean-table tbody td {
    padding: 9px 12px !important;
    font-size: 13px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    border-top: none;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    text-align: center;
    transition: background-color 0.15s ease;
}

.glasscad-clean-table tbody td.bold-data {
    font-weight: 600;
    color: #0f172a;
}

.glasscad-clean-table tbody tr:hover td {
    background-color: #f8fafc !important;
}

.glasscad-clean-table tbody tr.row-selected td {
    background-color: #d8e2ed !important;
    color: #0f172a !important;
    border-bottom: 1px solid #cbd5e1 !important;
    border-top: none;
    position: relative;
    z-index: 10;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.03);
}

.glasscad-clean-table tbody tr.row-selected td:first-child {
    box-shadow: inset 5px 0 0 0 #2C5D9F !important;
}

.modal.fade .modal-dialog {
    transform: scale(0.7) rotateX(-30deg);
    opacity: 0;
    transition: all 0.4s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1) rotateX(0);
    opacity: 1;
}

.custom-v-select .vs__dropdown-toggle,
.vue-treeselect__control {
    min-height: 38px !important;
    border: 1px solid #ced4da !important;
}

.skeleton-row td {
    border-color: #f2f2f2;
    pointer-events: none;
}

.skeleton-line {
    height: 15px;
    width: 100%;
    background: #f6f7f8;
    background-image: linear-gradient(90deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    display: inline-block;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
}

@keyframes shimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.img-wrapper {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
}

.stock-table-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
}

.image8-pagging {
    display: inline-flex;
    align-items: center;
    background: transparent;
    height: 36px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    overflow: hidden;
}

.image8-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-right: 1px solid #cbd5e1;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    color: #64748b;
}

.image8-btn:last-child {
    border-right: none;
}

.image8-btn:hover:not(:disabled) {
    background-color: #f8fafc;
    color: #305b9f;
}

.image8-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.image8-current-page-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-right: 1px solid #cbd5e1;
    background-color: #ffffff;
    width: 48px;
    height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    outline: none;
    transition: box-shadow 0.2s, color 0.2s;
    cursor: pointer;
}

.image8-current-page-input:focus {
    box-shadow: inset 0 0 0 2px #305b9f;
    color: #305b9f;
    z-index: 10;
    cursor: text;
}

[v-cloak] {
    display: none;
}
