/* @import "@fortawesome/fontawesome-free/css/all.css"; */
.legend-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.legend-item {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 8px;
    color: white;
    font-size: 0.875rem;
    gap: 5px;
}

.color-box {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 5px;
}

*:focus {
    outline: none !important;
    box-shadow: none;
}
html,
body {
    height: 100%;
    width: auto;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 70%,
        rgba(25, 135, 84, 1) 60%
    );
    background-repeat: repeat-x;
    font-family: "Poppins", sans-serif;
    font-size: 0.875em;
}

section {
    width: 100%;
}

.sidebar {
    min-width: 250px;
    max-width: 250px;
    transition: all 0.8s ease;
}
.sidebar .sidebar-header {
    height: 60px;
}

.sidebar .sidebar-header .sidebar-logo-header {
    margin: auto;
}

.sidebar .sidebar-header .sidebar-logo-header .logo-header {
    height: 25%;
    width: 25%;
}

.sidebar.sideHide {
    margin-left: -250px;
    transition: all 0.8s ease;
}

.sidebar .sidebar-body {
    padding: 15px 15px;
    gap: 12px;
}

.sidebar .button-menu {
    width: 24px;
    height: 24px;
    /* Inside auto layout */
    transition: all 0.8s ease;
}

.button-menu.active {
    /* Inside auto layout */
    left: -3%;
}

.profile-picture {
    width: 70px;
    height: 70px;
}

p.user-name {
    font-size: 13px;
}

.navigation-header {
    padding-left: 10px;
    border-radius: 5px 5px;
    color: #87c322;
}

.navigation-list {
    list-style-type: none;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.navigation-list-item {
    margin-top: 5px;
    padding: 10px 12px;
    border-radius: 4px;
}

.navigation-list-item path {
    stroke: black;
}

.navigation-list-item:hover {
    background-color: var(--bs-success);
    color: white;
}

.navigation-list-item:hover path {
    background-color: var(--bs-success);
    color: white;
    stroke: white;
}

.navigation-link {
    text-decoration: none;
    color: var(--bs-dark);
}

.navigation-link:hover {
    text-decoration: none;
    color: var(--bs-light);
}

.search-box {
    background-color: transparent;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-color: white;
}

.search-box:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.form-label {
    color: #2f8954;
}

.custom-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.375rem;
    background-clip: padding-box;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-bottom: 1px solid;
    border-color: #a6a6a6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-control {
        transition: none;
    }
}
.custom-control[type="file"] {
    overflow: hidden;
}
.custom-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.custom-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
}
.custom-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.custom-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.custom-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.custom-control:disabled {
    background-color: #dedede;
    color: #0c0c0c;
    opacity: 1;
}

.custom-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2332a852' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-bottom: 1px solid;
    border-color: #a6a6a6;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-select {
        transition: none;
    }
}
.custom-select:focus {
    border-color: #86b7fe;
    outline: 0;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}
.custom-select:disabled {
    background-color: #e9ecef;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.custom-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

.custom-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

.custom-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.custom-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.custom-check-input[type="checkbox"]:indeterminate {
    background-color: #ffffff;
    border-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* The custom-checkbox */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 8px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb-item {
    color: #87c322;
}
a.breadcrumb-item,
a.breadcrumb-item:hover {
    text-decoration: none;
    color: #87c322;
}

.breadcrumb-item > svg,
path {
    height: 15px;
    width: 15px;
    stroke: #87c322;
}

.breadcrumb-item:hover {
    color: white;
}

.breadcrumb-item:hover path {
    stroke: white;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

.btn-colour-1 {
    color: #fff;
    background-color: #87c322;
    border-color: #87c322;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 0;
}

.btn-colour-1:hover {
    color: #fff;
    background-color: #71a811;
    border-color: #74ad12;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 0;
}

ol {
    list-style-position: outside;
    list-style-type: none;
    margin-left: -16px;
}

ol li {
    margin: 5px 0px;
}

.file-item-list {
    width: 300px;
    display: flex;
}

.file-item-list .file-number {
    background-color: #32a852;
    color: white;
    padding: 10px 10px;
    width: 10%;
    border-radius: 5px 0px 0px 5px;
}

p.file-name {
    margin: 0px;
}

.file-item-list .file-content {
    background-color: #e9ecef;
    padding: 10px 15px;
    display: flex;
    position: relative;
    width: 90%;
    border-radius: 0px 5px 5px 0px;
}

.file-content a {
    background-color: transparent;
    border: transparent;
    position: absolute;
    right: 10px;
    padding: 2px 2px;
    color: black;
}

.file-content a:hover {
    cursor: pointer;
    background-color: transparent;
    border: transparent;
    padding: 2px 2px;
}

.file-content a i:hover {
    color: red;
}

svg path {
    stroke: #ffffff;
}

.thead-inverse {
    background: rgba(47, 137, 84, 0.1);
    color: #2f8954;
}

.btn.btn-orange {
    background: #fba919;
    color: #fff;
}
.btn.btn-orange:hover {
    color: #fff;
}

.btn.btn-blue {
    background: rgba(37, 170, 226, 1);
}

.btn.btn-decline {
    background: rgb(252, 62, 62);
    color: #fff;
}

.btn.btn-decline:hover {
    background: rgb(189, 14, 14);
    color: #fff;
}
.btn.btn-green {
    background: #2f8954;
    color: #fff;
}
.btn.btn-green:hover {
    background: #257245;
    color: #fff;
}

.modal-header,
.modal-footer {
    border: 0;
}

.select2-container {
    z-index: 9999999;
}
.select2-container--default .select2-selection--single {
    border: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2332a852' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-bottom: 1px solid;
    border-color: #a6a6a6;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: unset;
    line-height: unset;
    padding: unset;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}

.text-green {
    background: #2f8954;
}

ol.work-details {
    list-style-position: outside;
    list-style-type: decimal;
}

ol.work-details > li.work-details-item {
    list-style-type: decimal;
    margin-bottom: 20px;
    padding-left: 10px;
}

.work-details .work-details-column {
    border-right: 2px solid rgba(166, 166, 166, 1);
}

.nav-pills-custom {
    --bs-nav-pills-border-radius: 0.375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #2f8954;
}
.nav-pills-custom .nav-link {
    background: #a6a6a6;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    color: #fff;
    border-radius: 0;
}
.nav-pills-custom > li {
    margin: 2px;
}
.nav-pills-custom .nav-link:disabled {
    color: #2f8954;
    background-color: transparent;
    border-color: transparent;
}
.nav-pills-custom .nav-link.active,
.nav-pills-custom .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}

.notification-dropdown {
    min-width: 400px !important;
    max-width: 400px !important;
}
.notification-body {
    max-height: 512px;
    overflow: auto;
}
.notification-item {
    cursor: pointer;
    padding: 10px;
    background: #c3e7d7;
}
.notification-item.has-read {
    background: #f1f1f1;
}
.notification-item h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
.notification-item p {
    font-size: 12px;
    color: #999;
    margin: 0;
}
.notification-item a {
    text-decoration: none;
    color: unset;
}

.bg-blue {
    background-color: #25aae2;
    color: #fff;
}

.menu-header a {
    color: #fff;
    font-size: 10px;
}

.box-info h1 {
    font-family: "Poppins Bold", sans-serif;
    font-weight: bold;
    font-size: 48px;
}
.box-info h3 {
    font-family: "Poppins Bold", sans-serif;
    font-weight: bold;
    font-size: 24px;
}
