/* Estilos Gerais */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

h2 {
    color: #333;
    margin-bottom: 20px;
}

/* Estilos para o submenu do dropdown */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* Estilos de Formulário */
.form-actions {
    margin-top: 15px;
}

.error {
    color: #dc3545;
    margin-bottom: 10px;
}

.message {
    color: #28a745;
    margin-bottom: 10px;
}

img.img-thumbnail {
    max-height: 150px;
}

video {
    max-width: 100%;
    height: auto;
}

.anexos .card {
    margin-bottom: 20px;
}

.anexos .card-img-top {
    max-height: 200px;
    object-fit: cover;
}

/* Select2 Customization */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

/* Estilos específicos para movimentação de estoque */
.item-row {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.item-row:hover {
    background-color: #e9ecef;
}