body,
.page-content-wrapper,
.page-sidebar {
    background-color: #f7f7f7;
}

.page-logo,
.page-sidebar {
    background-color: white;
    background-image: none;
}

.page-logo .page-logo-text {
    color: #d22d2d;
    font-weight: bold;
    text-transform: uppercase;
}

body #js-primary-nav li a {
    color: #333;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul>li a::after {
    border: 0;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact)>li>ul::before {
    border-left: 1px solid #d22d2d;
}

.mod-skin-dark:not(.mod-skin-light) .fc a {
    color: unset !important;
}

.custom-file-label:lang(fr)::after {
    content: "Parcourir";
}

label.required:not(.form-check-label):before,
legend.required:before,
.required-star:before {
    content: "\2000* ";
    color: red;
}

.form-check-inline {
    margin-right: 5px;
}

.bootstrap-select .dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-primary-500);
}

.img-medium {
    width: 6em;
}

.text-dark {
    color: #666666 !important;
}

.search-container {
    position: relative;
    width: 500px;
}

.search-input {
    width: 100%;
    padding: 5px 35px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control.search-input {
    margin-left: 0.5rem;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    pointer-events: none;
}

.w-33 {
    width: calc(100%/3);
}

.w-16 {
    width: calc(100%/6);
}

#product_request_container table a:not(.dropdown-item),
#product_request_container table a:not(.dropdown-item):visited,
#product_request_container table a:not(.dropdown-item):active,
#product_request_container table a:not(.dropdown-item):focus {
    color: var(--theme-info-500);
    text-decoration: underline !important;
}

#product_request_container table thead th,
#product_request_container table tbody tr td {
    border-top: none !important;
    border-bottom: 1px solid #868e964f !important;
}

#product_request_container table tr:last-child td {
    border-bottom: none !important;
}

#product_request_container fieldset legend {
    display: block;
}

#product_request_container .dropzone {
    width: 100%;
    height: 150px;
    border: 2px dashed var(--theme-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;

}

#product_request_container .custom-switch .custom-control-label::after {
    top: calc(0.03469rem + 4px);
    left: calc(50% - 1.96875rem + 4px - 18px);
    width: calc(1.125rem - 8px);
    height: calc(1.125rem - 8px);
    background-color: #adb5bd;
    border-radius: 0.5625rem;
}

#product_request_container .custom-switch .custom-control-label::before {
    left: calc(50% - 1.96875rem - 18px);
    width: 1.96875rem;
    pointer-events: all;
    border-radius: 0.5625rem;
}

#product_request_container textarea.form-control {
    min-height: 6rem;
}

div:where(.swal2-container) .swal2-html-container {
    font-family: "Roboto",
        "Helvetica Neue",
        Helvetica,
        Arial !important;
    ;
    font-size: 0.8125rem !important;
    letter-spacing: 0.1px !important;
}

#swal2-title {
    padding: .2em 1em 0;
    color: var(--theme-primary-500);
    font-size: 1.3rem;
}

.header-btn[data-class="mobile-nav-on"] {
    background-color: #d22d2d;
    border-color: #d22d2d;
    background-color: #d22d2d;
    background-image: none;
    color: #fff;
}

.field-changed:before {
    text-align: center;
    display: inline;
    border: 0 !important;
    font-family: 'Font Awesome 5 Pro';
    content: "\f06a" !important;
    vertical-align: bottom !important;
    position: relative;
    color: red;
    font-size: large;
    right: 5px;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: var(--theme-primary);
}

form .dropzone {
    width: 100%;
    height: 150px;
    border: 2px dashed var(--theme-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
}

.vich-image img {
    width: 100%;
}