/** @format */
/** @format */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.13);
}

.table > thead > tr {
    background-color: #f5f5f5;
}

.table > thead > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    /* padding: .5rem 1rem; */
    border-color: #ddd;
}

:root {
    --fh-primary: #0a9051;
}

.bg-fh-primary {
    background-color: var(--fh-primary);
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: var(--fh-primary);
}

/** @format */
.page-filter,
.page-action,
.page-header {
    padding: 1rem 0;
}
/*
.page-action, .page-filter {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
*/

.page-action.isDark,
.page-filter.isDark {
    border-bottom: none;
    border-radius: 0.5rem;
    background-color: #fff;
    border: 1px solid #eee;
    margin: 1rem;
}

.app-header {
    color: #444;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    height: 50px;
    z-index: 20;
    width: 100%;
    right: 0;
    align-items: center;
    position: relative;
    background: linear-gradient(to top, #0a905100, #0a90513d);
}

@media (min-width: 575.98px) {
    .app-header {
        padding: 3rem 1rem;
    }
}

.app-brand {
    display: flex;
    align-items: center;
}

.app-brand .toggle-icon {
    text-align: left;
    color: var(--fh-primary);
}

.app-brand .logo {
    max-width: 150px;
    box-sizing: fit;
}

.app-brand .logo img {
    vertical-align: middle;
}

.app-sidebar {
    position: fixed;
    white-space: nowrap;
    z-index: 21;
    top: 0;
    transition: all 0.1s ease-out;
    width: 250px;
    background-color: #282828;
    bottom: 0;
    left: 0;
    padding: 10px;
}

@media (min-width: 575.98px) {
    .logo-with-back {
        display: none;
    }
    .isMainLogo {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .logo-with-back {
        display: flex;
    }
    .isMainLogo {
        display: none;
    }
    .app-sidebar.toggle {
        width: 100%;
    }
    .app-sidebar.toggle > .logo > a {
        text-align: center;
    }
    .app-sidebar.toggle > .logo > a > img {
        max-width: 100px;
    }
}

.app-sidebar.toggle {
    padding: 0;
}

.app-sidebar a {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 200;
    position: relative;
    font-size: 15px;
}

.app-sidebar a .nav-icon {
    width: 40px;
    display: inline-block;
    height: 20px;
    font-size: 14px;
}

.app-sidebar .logo {
    /* max-width: 50px; */
    /* box-sizing: fit; */
    padding: 15px;
}

.app-sidebar .logo img {
    vertical-align: middle;
}

.app-sidebar a.active,
.app-sidebar a:hover {
    text-decoration: none;
    color: #0a9051;
}

.app-sidebar .dropdown-toggle::after {
    display: none;
}

.app-sidebar .dropdown-menu {
    background-color: #444444;
    transform: translate3d(142px, 0px, 0px) !important;
    top: 0px;
    left: 0px;
    padding: 0;
    min-width: 100px;
}

.app-sidebar .dropdown-menu .dropdown-item {
    padding: 0.5rem;
    font-size: 14px;
}

.app-sidebar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
}

.app-sidebar li .submenu {
    margin-left: 55px;
}

.app-sidebar li .submenu li a {
    padding: 0.3rem;
    font-size: 14px;
}

.app-sidebar li.dropdown:hover > .dropdown-menu {
    display: block;
}

.app-sidebar li a {
    padding: 0.5rem 1rem;
}

.dropdown-menu {
    border-radius: 1rem;
    padding: 1rem 0;
}

.app-sidebar li a.one-level::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 15px;
    font-weight: 800;
}

.app-sidebar li a.one-level.collapsed::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 15px;
    font-weight: 800;
}

.app-sidebar li a.two-level::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    position: absolute;
    right: 18px;
    top: 5px;
    font-size: 15px;
    font-weight: 800;
}

.app-content {
    padding: 0px 0px 0px 250px;
    min-height: 100vh;
}

/* .page-product {} */

.app-content.no-bg {
    background: rgba(0, 0, 0, 50%);
}

.filters {
    display: flex;
}

.filters .action-tab {
    display: flex;
    justify-content: flex-end;
}

.filters .action-tab a {
    border-right: 1px solid rgba(68, 68, 68, 0.1);
}

.filters label {
    margin-bottom: 0.5rem;
}

.filters.isDark label {
    color: #0a9051;
    font-weight: bold;
}

.filters .filter-item {
    margin-right: 1rem;
    flex: 1;
}

.filters .filter-item > input,
.filters .filter-item > select,
.filter-item > .input-select > input {
    background-color: rgba(255, 255, 255, 90%);
    border: 2px solid rgba(0, 0, 0, 30%);
    color: var(--dark);
}

.filters .filter-item > input:focus,
.filters .filter-item > select:focus,
.filter-item > .input-select > input:focus {
    border-color: var(--fh-primary);
}

.filters .filter-item > select > option,
.filters .filter-item > select > optgroup,
.filters .filter-item > select > optgroup > option {
    color: #444;
}

.filters .filter-item > input:read-only {
    background-color: rgba(0, 0, 0, 5%);
    color: #444;
    pointer-events: none;
    border-style: dashed;
    cursor: not-allowed;
}

.filters .filter-item input:focus {
    background-color: none;
}

.filters .filter-item:last-child {
    margin-right: 0;
}

#save_client {
    background-color: #0a9051;
    border-color: #0a9051;
}

/** @format */
body {
    font-family: 'Rubik', sans-serif;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #444;
    font-weight: 400;
    letter-spacing: 1px;
    height: 100vh;
    background-color: #fafafa;
}

a {
    text-decoration: none;
    /* color: #444; */
}

a:hover {
    color: #0a9051;
    text-decoration: none;
}

/*background-image*/
.bg-img {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.image-one {
    background-image: url(../assets/img/lori-bg.jpg);
}

.image-two {
    background-image: url(../assets/img/login-bg.jpg);
}

.image-three {
    background-image: url(../assets/img/bg3.jpg);
}

.image-four {
    background-image: url(../assets/img/bg4.jpg);
}

ul {
    list-style: none;
}

h4,
h5 {
    margin-bottom: 0.3rem;
}

p {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

img {
    width: 100%;
}

img-round {
    border-radius: 50%;
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-bold {
    font-weight: 600;
}

.fw-xl-bold {
    font-weight: 700;
}

.heading {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.title-border {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.sub-title {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.lead {
    font-size: 0.87rem;
    font-weight: 400;
    color: #b7b7b7;
}

.bdr {
    border: 1px solid #eaeaea;
}

.bdr-b {
    border-bottom: 1px solid #eaeaea;
}

.bdr-r {
    border-right: 1px solid #eaeaea;
}

.bdr-l {
    border-left: 1px solid #eaeaea;
}

.bdr-light {
    border-color: rgba(255, 255, 255, 0.3);
}

.ft-xs {
    font-size: 0.7rem;
}

.ft-sm {
    font-size: 0.8rem;
}

.ft-md {
    font-size: 0.9rem;
}

.ft-primary {
    color: #0a9051;
}

.ft-secondary {
    color: #484343;
}

.ft-acent {
    color: #585353;
}

/* . {
  color: #fff;
} */

.ft-dark {
    color: #444444;
}

.ft-base {
    color: #eaeaea;
}

.ft-success {
    color: #28a745;
}

.ft-danger {
    color: #dc3545;
}

.skin-primary {
    background-color: #0a9051;
    color: #fff;
}

.skin-secondary {
    background-color: #484343;
    color: #fff;
}

.skin-light {
    background-color: #fff;
    color: #333;
}

.skin-dark {
    background-color: #444444;
    color: #fff;
}

.skin-base {
    background-color: #eaeaea;
    color: #333;
}

.skin-success {
    background-color: #28a745;
    color: #fff;
}

.skin-danger {
    background-color: #dc3545;
    color: #fff;
}

.v-btn {
    display: inline-block;
    padding: 2px 20px;
    background-color: rgba(0, 0, 0, 0.07);
    border: none;
    cursor: pointer;
    border-radius: 0.5rem;
    font-size: 11pt;
    white-space: nowrap;
    outline: none;
    transition: all 0.2s ease-in;
    line-height: 35px;
    font-weight: 500;
    color: #0a9051;
    text-align: center;
}

.v-btn.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.v-btn.btn-xs {
    line-height: 25px;
}

.v-btn.btn-sm {
    line-height: 30px;
}

.v-btn.btn-md {
    line-height: 35px;
}

.v-btn.btn-lg {
    line-height: 40px;
}

.v-btn:focus {
    outline: none;
}

.v-btn:hover {
    text-decoration: none;
}

.v-btn.btn-block {
    text-align: center;
}

.v-btn span {
    margin-left: 0.5rem;
}

.v-btn.v-btn-primary {
    background-color: #0a9051;
    color: #fff;
}

.v-btn.v-btn-primary.invert {
    background-color: #ffffff21;
    color: #619f33;
}

.v-btn.v-btn-secondary {
    background-color: #484343;
    color: #fff;
}

.v-btn.v-btn-secondary.invert {
    background-color: #fff;
    color: #484343;
}

.v-btn.v-btn-outline {
    background: none;
    border: 1px solid var(--fh-primary);
    color: var(--fh-primary);
}

.v-btn.v-btn-outline-dark {
    background: none;
    border: 1px solid rgba(0, 0, 0, 30%);
    color: #fff;
}

.v-btn.v-btn-accent {
    background-color: #585353;
    color: #fff;
}

.v-btn.v-btn-accent.invert {
    background-color: #fff;
    color: #585353;
}

.v-btn.v-btn-dark {
    background-color: #4444442b;
    color: #444;
}

.v-btn.v-btn-dark.invert {
    background-color: #fff;
    color: #444444;
}

.v-btn.v-btn-success {
    background-color: #28a745;
    color: #fff;
}

.v-btn.v-btn-danger {
    background-color: #dc3545;
    color: #fff;
}

.v-btn.v-btn-transparent {
    background-color: transparent;
    color: #fff;
}

.v-btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.v-btn.clear-btn {
    text-align: center;
    background: rgba(25, 25, 25, 90%);
    color: #fff;
}

.icon {
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
}

.icon i {
    line-height: 35px;
}

.icon .round {
    border-radius: 50%;
}

.icon.icon-base {
    background-color: #eaeaea;
    color: #333;
}

.icon.icon-base.invert {
    background-color: #fff;
    color: #b7b7b7;
}

.icon.icon-acent {
    background-color: #585353;
    color: #fff;
}

.icon.icon-primary {
    background-color: #0a9051;
    color: #fff;
}

.icon.icon-primary.invert {
    background-color: #fff;
    color: #0a9051;
}

.icon.icon-secondary {
    background-color: #484343;
    color: #fff;
}

.icon.icon-secondary.invert {
    background-color: #fff;
    color: #484343;
}

.icon.icon-danger {
    background-color: #dc3545;
    color: #fff;
}

.icon.icon-light {
    color: #fff;
}

.icon-xs {
    width: 15px;
    height: 15px;
    font-size: 12px;
}

.icon-xs i {
    line-height: 15px;
}

.icon-sm {
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.icon-sm i {
    line-height: 25px;
}

.icon-md {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.icon-md i {
    line-height: 35px;
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(234, 234, 234, 0.2);
    border-radius: 10px;
    background-color: rgba(234, 234, 234, 0.2);
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(234, 234, 234, 0.2);
    background-color: rgba(234, 234, 234, 0.6);
}

.tgl {
    display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
    box-sizing: border-box;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
    background: none;
}

.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
}

.tgl + .tgl-btn:after {
    left: 0;
}

.tgl + .tgl-btn:before {
    display: none;
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
}

.tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
    background: #0a9051;
}

/* CUSTOM CHECKBOX */
.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #444;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
}

.custom-checkbox input:checked + label:before {
    background-color: #333;
    border: 2px solid #222;
}

.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #9e9e9e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.pagination .page-item .page-link {
    background-color: #0a9051;
    color: #fff;
    border-color: #eaeaea;
}

.pagination .page-item.active .page-link {
    background-color: #0a9051;
    color: #fff;
    border-color: #eaeaea;
}

.file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1fb264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824b;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1aa059;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 3px dashed #dddddd;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #eaeaea;
    border: 3px dashed #0a9051;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824b;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}

/** @format */

/*
.form-control {
  border: 1px solid #e5e5e5;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.2rem;
  height: 35px;
  border-radius: 0;
  background-clip: unset;
}
*/

.border-btn {
    border: 2px solid rgba(0, 0, 0, 30%);
    border-radius: 0.5rem;
}

.nav-link.active {
    border: 2px solid rgba(0, 0, 0, 30%) !important;
    border-radius: 0.5rem !important;
}

.form-control {
    border-radius: 0.5rem;
    color: var(--dark);
    border-color: rgba(0, 0, 0, 30%);
    border-width: 2px;
}

.form-group > .input > input {
    /* border-color: rgba(0, 0, 0, 15%); */
    color: var(--dark);
}

.form-group > .input > input::placeholder {
    color: #666;
}

.form-group > label {
    font-size: small;
    margin-bottom: 0.5rem;
    font-weight: bold;
    cursor: text;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(10, 144, 81, 0.15);
    border-color: var(--fh-primary);
}

.form-control:disabled,
.form-control[readonly] {
    background: rgba(0, 0, 0, 10%);
    color: rgba(0, 0, 0, 60%);
    border-color: #999;
    border-style: dashed;
    cursor: not-allowed;
}

.form-control::placeholder {
    color: #d1d1d1;
    font-weight: normal;
}

.adon-group {
    display: flex;
    border-radius: 0.5rem;
    /* padding: .1rem; */
    background-color: rgba(255, 255, 255, 90%);
    border: 2px solid rgba(0, 0, 0, 30%);
}

.adon-group > input,
.adon-group > select {
    background: none;
    color: var(--dark) !important;
}

.adon-group > input:focus,
.adon-group > select:focus {
    outline: none;
    background: none;
    color: #fff;
}

.adon-group > .input.select {
    width: 100%;
}

.adon-group > .input.select > select {
    background: none;
}

.adon-group.isDark > input::placeholder,
.adon-group.isDark > .input.select > select::placeholder {
    color: #0a9051;
    text-transform: capitalize;
    font-weight: bold;
}

.adon-group .icon {
    border-radius: 0.4rem 0 0 0.4rem;
}

.adon-group.isDark > .icon {
    color: #0a9051;
}

.adon-group.isDark {
    background-color: #000;
}

.adon-group .form-control,
.adon-group .v-btn,
.adon-group .icon {
    border: 0;
    height: 35px;
}

.modal label {
    color: #444444;
}

/** @format */
.table.companies-table {
    border: none;
    max-width: 100%;
    background-color: transparent;
}

.table.companies-table > thead > tr {
    background: none;
}

@media (max-width: 767px) {
    .table.companies-table > thead > tr > th:nth-child(3),
    .table.companies-table > thead > tr > th:nth-child(4),
    .table.companies-table > thead > tr > th:nth-child(5),
    .table.companies-table > thead > tr > th:nth-child(6),
    .table.companies-table > thead > tr > th:nth-child(7),
    .table.companies-table > tbody > tr > td:nth-child(3),
    .table.companies-table > tbody > tr > td:nth-child(4),
    .table.companies-table > tbody > tr > td:nth-child(5),
    .table.companies-table > tbody > tr > td:nth-child(6),
    .table.companies-table > tbody > tr > td:nth-child(7) {
        display: none;
    }
}

.table,
.table-calendar {
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
    font-size: 0.8rem;
}

.table td,
.table-calendar td,
.table th,
.table-calendar th {
    padding: 0.5rem;
    vertical-align: middle;
    border-bottom: 0;
    border-top: 1px solid;
}

.table-calendar tbody tr td.day-space {
    padding: 0;
}

.table-calendar tbody tr td .days {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    cursor: pointer;
}

.table-calendar tbody tr td:hover .days {
    background-color: #0a90512e;
    color: #0a9051;
}

.table-calendar tbody tr td .days.current {
    background-color: #0a9051c7;
    color: #fff;
    font-weight: bold;
}

.table thead th,
.table-calendar thead th {
    font-weight: bold;
    border: 0;
}

.table.table-action tbody tr:hover,
.table-action.table-calendar tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.table.transparent th,
.transparent.table-calendar th,
.table.transparent td,
.transparent.table-calendar td {
    border-color: rgba(255, 255, 255, 0.3);
}

.table.transparent tbody td,
.transparent.table-calendar tbody td {
    color: rgba(255, 255, 255, 0.7);
}

.table.transparent tbody tr:hover td.actions,
.transparent.table-calendar tbody tr:hover td.actions {
    position: sticky;
    right: 0;
}

.table.light,
.light.table-calendar {
    background-color: #fff;
}

.table.light th,
.light.table-calendar th,
.table.light td,
.light.table-calendar td {
    border-color: #eaeaea;
    color: #444444;
}

.table.table-sm th,
.table-sm.table-calendar th,
.table.table-sm td,
.table-sm.table-calendar td {
    padding: 0.3rem;
    font-size: 0.8rem;
}

.table.table-sm th,
.table-sm.table-calendar th {
    font-weight: 700;
}

.table-calendar {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.table-calendar td {
    vertical-align: top;
}

.table-calendar tbody td {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100px;
    width: 100px;
    position: relative;
}
.table-calendar.calendar-sm {
    border: 1px solid #eaeaea;
}

.table-calendar.calendar-sm thead th {
    font-weight: 400;
}

.table-calendar.calendar-sm tbody td {
    width: 60px;
    height: 60px;
    text-align: right;
    color: #d1d1d1;
}

.table-calendar.calendar-sm tbody td span {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 5px;
    right: 6px;
    border-radius: 50%;
    text-align: center;
    background-color: #484343;
    color: #eaeaea;
    font-size: 9px;
}

.tbl-pagination {
    color: #444;
}

.tbl-pagination span {
    color: #444;
}

.tbl-pagination span.disabled {
    color: rgba(0, 0, 0, 20%);
    cursor: default;
}

/** @format */
.stats {
    padding: 1rem;
    background-color: #d1eff5;
    border-radius: 1rem;
}

.stats > .row > .add-company-section {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
}

.stats > .row > .add-company-section > .add-company-button {
    color: var(--light);
    border: none;
    font-weight: bold;
    border-radius: 0.7rem;
    background: var(--blue);
    font-size: small;
    height: 2.6rem;
}
.stats > .row > .add-company-section > .add-company-button:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 15%);
}

.stats > .row > .stats-counter {
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
}

.stats .stats-title {
    font-weight: 600;
    margin: 0;
    line-height: 1;
    font-size: 4rem;
}

.stats span {
    color: #fff;
    font-size: 3rem;
}

.stats.primary {
    background-color: #0a9051;
    border-color: #fff;
}

.stats.light {
    background-color: #fff;
    border-color: #0a9051;
}

.stats.light .title {
    color: #0a9051;
}

.stats.light span {
    color: #0a9051;
}

.block {
    margin-bottom: 1rem;
}
.block.message-block {
    padding: 1rem;
}

.block.base {
    background-color: #eaeaea;
    color: #333;
    border: 1px solid #e0e0e0;
}

.block.acent {
    background-color: #585353;
    color: #fff;
}

.block.primary {
    background-color: #0a9051;
    color: #fff;
}

.block.primary .title {
    color: #fff;
}

.block.secondary {
    background-color: #484343;
    color: #fff;
}

.block.light {
    border-radius: 0.5rem;
    background-color: #fff;
    color: #333;
}

.block.dark {
    background-color: #444444;
    color: #fff;
}

.block.transparent {
    background-color: #fff;
    color: #444;
}

.block.no-padding .header,
.block.no-padding .content,
.block.no-padding .footer {
    padding: 0.5rem 0;
}

.block.bdr-0 {
    border: 0;
}

.block .header,
.block .content,
.block .footer {
    padding: 0.5rem;
}

.block .header {
    font-weight: 400;
}

.block .header h4,
.block .header .title {
    font-size: large;
    margin-bottom: 0;
}

.block .content {
    font-size: 0.9rem;
}

.modal .modal-content {
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 1rem !important;
}

.modal .label {
    font-weight: 400;
    color: #444444;
}

.modal .modal-header {
    color: var(--dark) !important;
    font-size: 1rem;
    padding: 0.7rem;
    font-weight: 700;
}

.modal .modal-header .close {
    /* color: #fff; */
    font-size: 20px;
    padding: 0.1rem;
    margin: 0;
}

.comp-calendar {
    margin-bottom: 0;
}

.comp-calendar .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-type {
    text-align: center;
    padding: 2rem;
}

.product-type h4 {
    margin-bottom: 2rem;
}

.product-type p {
    font-size: 0.8rem;
    color: #6b6b6b;
    font-weight: 700;
}

.product-type .select-type {
    display: flex;
    justify-content: space-around;
    padding: 1rem 0;
}

.product-type .select-type div {
    width: 50%;
    border-right: 1px solid rgba(234, 234, 234, 0.9);
    justify-content: space-between;
}

.product-type .select-type div img {
    height: 70px;
    width: 70px;
}

.product-type .select-type div:last-child {
    border-right: 0;
}

.ingredient-list .item {
    display: inline-block;
}

.ingredient-list .item .form-control {
    width: 80px;
}

.confirmation-modal .confirmation-body {
    padding: 3rem;
    text-align: center;
}

.confirmation-modal .confirmation-body .exclamin-icon {
    border-radius: 50%;
}

.confirmation-modal .confirmation-body .confirmation-title {
    margin: 2rem 0;
    font-size: 1.2rem;
}

.warehouse-address .locate-me-btn {
    min-width: 120px;
}

.page-login {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.page-login .logo {
    width: 100%;
    padding: 1rem 0;
    height: 8rem;
}

.page-login .logo.sidebar {
    background-color: red;
}

.page-login .logo.sidebar img {
    width: 50%;
}

.page-login .logo img {
    width: 100%;
    object-fit: none;
    object-position: left top;
    height: 8rem;
}
@media all and (max-width: 769px) {
    .page-login .logo {
        height: 4.5rem;
    }
    .page-login .logo img {
        height: 4.5rem;
    }
}

.page-login .login-content .title {
    color: #fff;
    font-weight: 200;
    font-size: 2.8rem;
}
@media all and (max-width: 769px) {
    .page-login .login-content .title {
        font-size: 2rem;
    }
}

.router-block {
    display: flex;
    height: 92vh;
    margin-bottom: 0;
}

.router-block .route-content,
.router-block .route-map {
    margin-bottom: 0;
}

.router-block .route-content {
    width: 30%;
    overflow-y: auto;
}

.router-block .route-content .location-list h4 {
    color: #fff;
}

.router-block .route-content .location-list p {
    color: rgba(255, 255, 255, 0.7);
}

.router-block .route-content .location-list li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    padding: 0.4rem 0;
}

.router-block .route-content .location-list li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.router-block .route-map {
    width: 70%;
}

.router-block .route-feature {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem;
}

.router-block .route-feature .feature-list li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    padding: 0.3rem 0rem;
    font-size: 0.7rem;
}

.router-block .route-feature .feature-list li:last-child {
    border-bottom: 0;
}

.router-block .route-feature .feature-list li span {
    float: right;
}

.router-block .route-feature .feature-list li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.driver-card .title {
    color: #fff;
    margin-bottom: 0.5rem;
}

.driver-card p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.driver-card .header {
    background-color: #0a9051;
    padding: 1rem;
}

.driver-card .header label,
.driver-card .header .title,
.driver-card .header p {
    color: rgba(255, 255, 255, 0.9);
}

.driver-card .header .show-map {
    float: right;
}

.truck-car-list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 1rem;
}

.truck-card {
    border: 1px solid rgba(234, 234, 234, 0.9);
    background-color: #fff;
    font-size: 12px;
    margin-bottom: 1rem;
}

.truck-card.transparent {
    background-color: transparent;
    border: 0;
}

.truck-card.transparent .truck-header {
    background-color: #fff;
}

.truck-card.transparent .truck-body {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.truck-card.transparent .truck-body p {
    color: rgba(255, 255, 255, 0.7);
}

.truck-card.transparent .truck-body label {
    color: #fff;
}

.truck-card.transparent .truck-footer {
    border: 0;
}

.truck-card .title {
    margin-bottom: 0.5rem;
}

.truck-card .title,
.truck-card label {
    font-size: 0.7rem;
}

.truck-card p {
    color: #afa8a8;
}

.truck-card .truck-header,
.truck-card .truck-body,
.truck-card .truck-footer {
    padding: 0.5rem;
}

.truck-card .truck-header {
    background-color: rgba(234, 234, 234, 0.5);
}

.truck-card .truck-header .title {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.truck-card .truck-footer {
    border-top: 1px solid rgba(234, 234, 234, 0.9);
}

.ui-sortable-placeholder {
    background-color: #0a9051;
    border: 1px dashed #eaeaea;
    margin-bottom: 0.5rem;
}

.draggable {
    cursor: move;
}

.column:hover {
    background-color: #f8f9fa;
}

.column {
    min-height: 100px;
}

.scrollable-content {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.connectedSortable {
    min-height: 100px;
    border-radius: 0.5rem;
    padding: 10px;
    background-color: rgba(234, 234, 234, 0.3);
    border: 1px dashed #eaeaea;
}

.connectedSortable .ui-state-default {
    border-radius: 3px;
    background-color: rgba(234, 234, 234, 0.9);
    border: 0;
    margin-bottom: 0.5rem;
}

.connectedSortable .ui-state-default:last-child {
    border: 0;
}

.moveable-order-card {
    font-size: 12px;
}

.moveable-order-card .card-header,
.moveable-order-card .card-body {
    padding: 0.5rem;
    background-color: #fff;
}

.moveable-order-card .title {
    color: #0a9051;
    font-weight: 600;
}

.moveable-order-card p {
    color: #afa8a8;
}

.moveable-order-card label {
    font-size: 12px;
}

.purchase-order-list li {
    color: #444;
    border-bottom: 1px solid rgba(234, 234, 234, 0.3);
    padding: 0.5rem 0;
}

.purchase-order-list li span {
    color: #222;
    font-weight: bold;
}

.purchase-order-list li:last-child {
    border-bottom: 0;
}

.calc-tab .nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

.calc-tab .nav-tabs .nav-item {
    border: 0;
    padding: 0.5rem 0.5rem;
    color: #444444;
}

.calc-tab .nav-tabs .nav-item.active {
    border-bottom: 2px solid #0a9051;
    color: #0a9051;
}

.sticky-ps {
    top: 60px;
    position: sticky;
}

.truck-status {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
}

.truck-status.active {
    background-color: #0a9051;
}

.truck-status.inactive {
    background-color: #dc3545;
}

/** @format */
@media (max-width: 575.98px) {
    .app-content.toggle {
        padding-left: 0;
    }
    .app-sidebar {
        transform: translate(-250px, 0);
    }
    .app-sidebar.toggle {
        transform: translate(0px, 0);
    }
    .app-content {
        padding-left: 0;
    }
    .app-content.toggle {
        padding-left: 0;
    }
    .filters {
        flex-direction: column;
    }
    .filters label {
        margin-bottom: 0.5rem;
    }
    .filters .filter-item {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .mt-4-sm {
        margin-top: 10px;
    }
}

.page.page-dashboard .block.table {
    border-radius: 0.5rem;
}

.companies-filters-actions {
    padding-top: 2rem;
}

@media (min-width: 576px) {
    .app-sidebar.toggle {
        width: 50px;
    }
    .app-sidebar.toggle .name {
        display: none;
    }
    .app-sidebar.toggle a.two-level::before,
    .app-sidebar.toggle a.one-level::before {
        display: none;
    }
    .app-sidebar:hover.toggle {
        width: 200px;
    }
    .app-sidebar:hover.toggle .name {
        display: unset;
    }
    .app-sidebar:hover.toggle a.two-level::before,
    .app-sidebar:hover.toggle a.one-level::before {
        display: inline-block;
    }
    .app-content.toggle {
        padding-left: 50px;
    }
    .mt-4-sm {
        margin-top: 10px;
    }
}
#map {
    height: 500px;
}
.customPd {
    padding: 0.4rem 0.7rem;
}

.filters.filterFix {
    position: sticky;
    top: 50px;
    z-index: 1;
}

.qb-wrap .card {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    border: 0;
}

.qb-wrap .card .card-header {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 0.4rem;
    color: #fff;
    font-weight: 500;
}

.qb-wrap .card .card-body {
    padding: 0.4rem;
}

.list-messages {
    border-radius: 1rem;
}

.styled-table {
    border-collapse: collapse;
    margin: 0;
    min-width: 400px;
    width: 100%;
    background: #fff;
    color: #444;
}

.styled-table thead tr {
    text-align: left;
    font-weight: bold;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #0a9051;
}

.styled-table tbody tr:hover {
    background-color: rgba(0, 0, 0, 15%);
}

@media all and (max-width: 767px) {
    .styled-table tbody tr {
        width: 100%;
    }
    .styled-table tbody tr td {
        width: 100%;
    }
}

.companies-table-parent {
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 0 !important;
}

.companies-table-parent > .table-filters {
    padding: 1rem;
}

.editCompanyBtn {
    background-color: #0a9051;
    border-color: #0a9051;
    color: #fff;
    border-radius: 30px;
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 10;
}

.admin-menu-button {
    background: #0a90513d;
    color: var(--fh-primary);
}

.destac-button {
    background-color: #0a90513d !important;
    color: var(--fh-primary) !important;
}

.admin-dropdown-menu {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
        rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
        rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.app-header .app-brand .add-order-btn {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

@media (max-width: 575.98px) {
    .admin-menu-button > .menu-label {
        display: none;
    }
}

.nav-list.according > li {
    padding: 0;
}

.nav-list.according > li.active {
    background-color: #0a90510d;
    border-radius: 1rem;
}

.nav-list.according > li.active > a {
    background-color: #0a90510d;
    border-radius: 1rem;
}

.nav-list.according > li.active > a {
    color: #0a9051;
    font-weight: bold;
}

.nav-list.according > li > ul.submenu > li.name.active > a {
    color: #0a9051;
    font-weight: bold;
}

.showClient {
    background-color: #fff;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 0.5rem;
}

.order-info {
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 1rem;
}

.inbox-container {
    border-radius: 0.5rem;
    border: 1px solid #ddd;
}

.inbox-container > .inbox-message-lists {
    background-color: #f6f6f6;
    border-right: 1px solid #ddd;
    border-radius: 0.5rem 0 0 0.5rem;
}

.inbox-container > .inbox-message-lists .nav {
    padding: 1.35rem;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.nav.messages-nav {
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.nav.messages-nav .nav-item .nav-link {
    color: #444;
}

.nav.messages-nav .nav-item .nav-link.active {
    background-color: #0a905138;
    color: #0a9051;
    font-weight: bold;
    border-radius: 30px;
}

.inbox-container
    > .inbox-message-lists
    > .inbox-message-list
    > .inbox-message-item {
    transition: 0.2s;
    border-radius: 0;
}

.inbox-container
    > .inbox-message-lists
    > .inbox-message-list
    > .inbox-message-item:hover {
    background: rgba(0, 0, 0, 15%) !important;
    cursor: pointer;
    transition: 0.2s;
}

.inbox-container
    > .inbox-message-lists
    > .inbox-message-list
    > .inbox-message-item.active {
    background-color: rgba(0, 0, 0, 10%) !important;
    transition: 0.2s;
    color: #444;
}

.inbox-container
    > .inbox-message-lists
    > .inbox-message-list
    > .inbox-message-item
    > .left
    > .messageAvatar,
#messageRecipient .message .sender .avatar {
    background: #56ccf2;
    background: -webkit-linear-gradient(to right, #2f80ed, #56ccf2);
    background: linear-gradient(to right, #2f80ed, #56ccf2);
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: large;
    color: rgba(234, 234, 234, 0.9);
    font-weight: bolder;
    user-select: none;
    text-transform: uppercase;
}

#messageRecipient {
    min-height: 70vh;
}

#messageRecipient .message .sender {
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
    padding: 1rem;
}

#messageRecipient .message .message-content {
    padding: 1rem;
}

#messageRecipient .message .sender .avatar {
    margin-right: 10px;
}

#messageRecipient .message .sender .info h3 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #444;
    text-transform: capitalize;
}

#messageRecipient .message .sender .info h4 {
    font-size: 0.8rem;
    color: #333;
}

#messageRecipient .message .message-content h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #555;
}

#messageRecipient .message .message-content p {
    font-size: 0.9rem;
}

#messageRecipient .message-placeholder {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#messageRecipient .message-placeholder p {
    color: #666;
}

#messageRecipient .message-placeholder i {
    font-size: 5rem;
    color: #888;
    margin-bottom: 1rem;
}

.calendar-table-parent {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.calendar-table-parent > .calendar-header {
    background-color: rgb(248, 249, 250);
    border-radius: 1rem 1rem 0 0;
}

.calendar-table {
    margin: 0;
    border: none;
    border-radius: 0.5rem;
}

.calendar-table > thead > tr {
    background-color: none !important;
}

.calendar-table > thead > tr > th {
    min-height: 10vh;
    font-size: large;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

@media (max-width: 576px) {
    .calendar-table > thead {
        display: none;
    }
    .calendar-table > tbody > tr {
        display: flex;
        flex-direction: column;
    }
    .calendar-table > tbody > tr > td:not(.day) {
        display: none;
    }
    .calendar-table > tbody > tr > td {
        border: none !important;
        display: contents;
        padding: 0;
    }
    .calendar-table > tbody > tr > td > div {
        flex-direction: row !important;
    }
    .calendar-table-parent > div > div > button > .button-label {
        display: none;
    }
    .calendar-table > tbody > tr > td > div > .day-number {
        display: flex;
        align-items: center;
    }
    .calendar-table > tbody > tr > td > div > .day-number > .dayname {
        margin-right: 10px;
        display: inline-block !important;
        flex-grow: 1;
    }
    .calendar-table > tbody > tr > td > div > .info > .space,
    .calendar-table > tbody > tr > td > div > .info > .cut {
        margin: 0;
    }
}

.calendar-table > tbody > tr > td {
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 10%) !important;
    padding: 0;
    min-width: 10vw;
    min-height: 10vh;
    max-width: 10vw;
    max-height: 10vh;
    color: #444;
}

.calendar-table > tbody > tr:last-child td {
    border: none !important;
}

.calendar-table > tbody > tr > td > div {
    min-height: 10vh;
}

.calendar-table > tbody > tr > td.today {
    background: #0a905121 !important;
}

.calendar-table > tbody > tr > td.today > div > .day-number {
    font-weight: bold;
    color: #0a9051;
}

.calendar-table > tbody > tr > td > div > .day-number > .dayname {
    display: none;
}

.calendar-table > tbody > tr > td.today > div > .day-number::after {
    content: 'Today';
    margin-left: 10px;
    font-size: small;
}

.calendar-table > tbody > tr > td > div > .day-number {
    padding: 0.5rem;
    font-size: large;
}

.calendar-table > tbody > tr > td > div > .info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem;
}

.calendar-table > tbody > tr > td > div > .info > .space,
.calendar-table > tbody > tr > td > div > .info > .cut {
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.calendar-table > tbody > tr > td > div > .info > .space {
    background-color: #0a9051;
}

.calendar-table > tbody > tr > td > div > .info > .cut {
    background-color: #0004ff82;
}

.calendar-table > tbody > tr > td > div > .info > .unavailable {
    background-color: #dc3545;
}
.calendar-table > thead > tr > th:nth-of-type(even),
.calendar-table > tbody > tr > td:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.calendar-table > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 0.5rem;
}

.calendar-table > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 0.5rem;
}
.calendar-table-parent > div > div > .date-title {
    font-weight: bold;
    font-size: large;
}

.invoices-table {
    border-radius: 0.5rem;
    width: 100%;
}

@media (max-width: 576px) {
    .invoices-table {
        width: 100%;
    }
    .invoices-table > thead > tr > th:nth-child(3),
    .invoices-table > thead > tr > th:nth-child(4),
    .invoices-table > tbody > tr > td:nth-child(3),
    .invoices-table > tbody > tr > td:nth-child(4) {
        display: none;
    }
    .invoices-table > thead > tr > th,
    .invoices-table > tbody > tr > td {
        width: 33.33%;
    }
}

.invoices-table > thead > tr > th,
.invoices-table > tbody > tr > td {
    padding: 1rem;
    width: 33.33%;
}
.invoices-table > tbody > tr:nth-last-of-type(even) {
    background-color: rgba(0, 0, 0, 10%);
}

.invoices-table > thead > tr > th {
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 15%);
}

.invoices-table > tbody > tr {
    border-bottom: 1px solid rgba(0, 0, 0, 10%);
}

.invoices-table > tbody > tr:hover {
    background-color: rgba(0, 0, 0, 15%);
}

.invoices-table > tbody > tr > td.status > span.badge {
    padding: 0.4rem 0.8rem !important;
    font-size: smaller;
    border-radius: 0.4rem;
}

.invoices-table > tbody > tr > td.actions > button {
    border-radius: 0.4rem;
    color: var(--info);
    background-color: rgba(23, 162, 184, 0.18);
    font-weight: bold;
}

.invoices-pagination {
    width: 100%;
    text-align: right;
    padding: 2rem 1rem;
    background-color: rgba(0, 0, 0, 15%);
    margin-top: 2rem;
    margin-bottom: 4rem;
    border-radius: 1rem;
}

.order-details-table > thead > tr > th,
.order-details-table > tbody > tr > td {
    padding: 0.5rem;
    font-size: 1rem;
}

.order-details-table > tbody > tr > td:first-child {
    font-weight: bold;
    color: #000;
    width: 35%;
}

.add-product-category {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 0.5rem;
    padding: 1rem;
}

.weather-container {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
        rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 0.5rem;
    padding: 1rem;
    height: 200px;
    margin-bottom: 2rem;
    display: flex;
}

.card {
    border-radius: 0.5rem;
}

#pendingOrders tbody td {
    position: relative;
}

#pendingOrders tbody td a.one-level::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 18px;
    font-weight: 800;
    color: #28a745;
}

#pendingOrders tbody td a.one-level.collapsed::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    position: absolute;
    left: 15px;
    top: 16px;
    font-size: 18px;
    font-weight: 800;
    color: #28a745;
}

.wrap-section {
    border: 2px solid rgba(0, 0, 0, 30%);
    padding: 20px;
    border-radius: 0.5rem;
    margin-bottom: 30px;
    position: relative;
}

.filter-section-title {
    position: absolute;
    top: -15px;
    left: 10px;
    background-color: #fafafa;
    padding: 0 10px;
}

.filter-section-title h2 {
    font-size: 0.9rem;
}
