.content {
    min-height: 100vh;
}

.custom-table {
    min-height: 200px;
}

.nav-pill-circle .nav-link {
    width: auto;
    height: auto;
}

.nav-wrapper.nav-tabs {
    padding: 0;
}

.nav-wrapper.nav-tabs .nav-item {
    border: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0;
    margin-right: 5px;
}

.nav-wrapper.nav-tabs .nav-item a {
    background-color: #fff;
    padding: 8px;
}

.nav-wrapper.nav-tabs .nav-item a.active {
    background-color: #1F2937;
}

.nav-info {
    font-size: 12px;
    color: #888;
}

.tab-content {
    background-color: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 0 0 8px 8px;
    padding: 15px;
    border: 1px solid #e9ecef;
}

.dropzone {
    border: 2px dashed #ccc;
    border-radius: 10px;
    background: #f5f5f5;
    cursor: pointer;
}

.dropzone .dz-image, .dropzone .dz-preview {
    border-radius: 10px !important;
}

.dropzone-icon {
    font-size: 40px;
}

.text-sm {
    font-size: 14px;
}

.bg-green-light {
    background-color: #f0f9eb !important;
}

.bg-secondary-light {
    background-color: #f7f7f7 !important;
}

.bg-danger-light {
    background-color: #fde2e2 !important;
}

.bg-warning-light {
    background-color: #fdf4e8 !important;
}

.object-cover {
    object-fit: cover;
}

.whitespace-wrap {
    white-space: normal;
}

.card-hover {
    transition: all 0.3s;
}

.card-hover:hover {
    background-color: #eef1f6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.mh-64 {
    height: 64px;
    overflow: hidden;
}

.mh-250 {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover;
}

.shadow-lg {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
