.form-size-adjustment {
    padding: 0 1rem !important;
}

.heading-h3 {
    font-weight: 700;
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgray;
}

.form-section-grid {
    width: 100%;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
}

.alert-success {
    color: #155724; 
    background-color: #d4edda; 
    border-color: #c3e6cb; 
}

.alert-danger {
    color: #721c24; 
    background-color: #f8d7da; 
    border-color: #f5c6cb;
}

.text-success {
    color: #28a745 !important; 
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    color: inherit;
}
.text-primary i{
    color: lightseagreen;
}
.active-section{
    font-size: 12px;
    color: green;
    background-color: lightgreen;
    padding: 0 .4rem;
    border-radius: .5rem;
}
.stock-section-cl{
    color: white;
    background-color: green;
}
.table th{
    border-color: cadetblue !important;
    font-weight: 600 !important;
}
.table td{
    border-color: cadetblue !important;
    font-size: 14px !important;
}

.text-danger{
    color: red !important;
}

