﻿html {
    scroll-behavior: auto !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 350px;
}

    input[required],
    textarea[required],
    select[required] {
        background-color: #dcdcdc !important;
    }

.category-title {
    background-color: #f5f5f5;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid var(--primary-color);
    margin-top: 20px;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

#dynamicForm > img {
    width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.rag-indicator-container {
    padding-top: 0.5rem;
}

.rag-indicator {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.small-icon-gray {
    background-color: #dcdcdc;
}

.small-icon-red {
    background-color: #ff3818;
}

.small-icon-amber {
    background-color: #ffcb37;
}

.small-icon-green {
    background-color: #43a047;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    width: auto !important;
    
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0.6rem !important;

}

::placeholder {
    color: #000;
    opacity: 1;
}
