@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/*
------------------------------------------------------------
Project Name : Tyre Management;
------------------------------------------------------------
*/

/* Reset 
--------------------------------------------------------------------------------------------------------*/

/* 
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;
}

/* General 
--------------------------------------------------------------------------------------------------------*/
* {
  outline: none !important;
}
.window-resizing *,
body:not(.page-loaded) * {
  transition: none !important;
}
a {
  transition: all 0.3s;
}
html,
body {
  min-width: 375px;
  min-height: 100vh;
}
body {
  font-size: 16px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #363636;
  background-color: #eef5f3;
  position: relative;
}
.wrapper {
  min-height: calc(100vh);
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  padding: 0 0 20px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
  padding: 0 0 20px;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  font-weight : bold;
}
::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
option:not(:checked) {
  color: black;
}
.modal-backdrop.show {
  --bs-backdrop-opacity: 0.6;
}

/* Custom Scroll */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 4px;
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #009b65 !important;
    border-color: #009b65 !important;
}

/* Primary Link
--------------------------------------------------------------------------------------------------------*/
.primary-link {
  position: relative;
  color: #009b65 !important;
  white-space: nowrap;
}
.primary-link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #009b65;
  transition: all 0.3s;
}
.primary-link:hover::after,
.primary-link:focus::after {
  width: 100%;
}

/* Button
--------------------------------------------------------------------------------------------------------*/
.btn {
  box-shadow: none !important;
}
.btn-primary {
  background-color: #009b65 !important;
  border: none !important;
  position: relative;
  overflow: hidden;
  height: 44px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
}
.btn-primary > * {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.btn-primary::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s;
  background-color: #008053;
}
.btn-primary:hover::after,
.btn-primary:focus::after {
  width: 100%;
}

.btn-danger {
    background-color: #d42727 !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    height: 44px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
}

    .btn-danger > * {
        position: relative;
        white-space: nowrap;
        z-index: 1;
    }

    .btn-danger::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        bottom: 0;
        width: 0;
        transition: all 0.3s;
        background-color: #d00101;
    }

    .btn-danger:hover::after,
    .btn-danger:focus::after {
        width: 100%;
    }

.btn-preicon {
  gap: 8px;
}
.btn-preicon img {
  margin-left: -4px;
}
.icon-btn {
  padding: 4px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-primary {
  position: relative;
  overflow: hidden;
  height: 44px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border-color: #009b65 !important;
  color: #009b65 !important;
  background-color: transparent !important;
}
.btn-outline-primary > * {
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.btn-outline-primary::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 0;
  transition: all 0.3s;
  background-color: #009b65;
  background-color: rgba(0, 155, 101, 0.07);
}
.btn-outline-primary:hover::after,
.btn-outline-primary:focus::after {
  width: 100%;
}
/* Form Control
--------------------------------------------------------------------------------------------------------*/
.form-group {
  margin-bottom: 16px;
}
.form-label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  padding-bottom: 0;
}
.form-control {
  color: #363636;
  line-height: 20px;
  height: 44px;
  border-color: #dee0e3;
  box-shadow: none !important;
}
textarea.form-control {
  height: auto;
}
.form-control:not(:disabled):hover {
  border-color: #8b929c;
}
.form-group .form-control:focus {
  border-color: #009b65;
}
.form-control:disabled {
  background-color: #f3f3f3;
  color: #848484;
}
.form-control::-webkit-input-placeholder {
  color: #848484;
}
.form-control::-moz-placeholder {
  color: #848484;
}
.form-control:-ms-input-placeholder {
  color: #848484;
}
.form-control:-moz-placeholder {
  color: #848484;
}
.form-control.datepicker {
  background: url("../images/datepicker-icon.svg") right 12px center no-repeat;
  background-size: 20px;
  padding-right: 36px;
}
.form-group .password-control {
  position: relative;
}
.form-group .password-control .password-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border-radius: 50%;
  border: none;
}
.form-group .password-control .password-btn:hover,
.form-group .password-control .password-btn:focus {
  background-color: #f5f5f5;
}
.form-group .password-control .password-btn img {
  display: block;
  height: 20px;
  width: 20px;
  transition: all 0.3s;
}
.form-group .password-control .password-btn .hide-password-icon {
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
}
.form-group .password-control.show-password .password-btn .show-password-icon {
  opacity: 0;
  visibility: hidden;
}
.form-group .password-control.show-password .password-btn .hide-password-icon {
  opacity: 1;
  visibility: visible;
}

/* Select Control
--------------------------------------------------------------------------------------------------------*/
.form-select {
  border-color: #dee0e3;
  height: 44px;
  --bs-form-select-bg-img: url("../images/select-arrow-icon.svg");
  background-size: 20px;
  background-position: right 12px center;
  padding: 6px 12px;
  color: #363636;
  box-shadow: none !important;
  transition: all 0.3s;
}
.form-select:not(:disabled):hover {
  border-color: #8b929c;
}
.form-group .form-select:focus {
  border-color: #009b65;
}
.form-select:disabled {
  background-color: #f3f3f3;
  color: #848484;
}

/* Radio Button 
--------------------------------------------------------------------------------------------------------*/
.inline-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 44px;
}
.radio-group .form-check {
  padding-left: 20px;
}
.radio-group .form-check .form-check-input {
  margin-left: -20px;
}
.form-check .form-check-input[type="radio"] {
  border-color: #cccccc;
  cursor: pointer;
}
.form-check .form-check-input:checked[type="radio"] {
  background-color: #009b65;
  border-color: #009b65;
  --bs-form-check-bg-image: url("../images/radio-checked-icon.svg");
  background-size: 8px;
}
.form-check .form-check-input[type="radio"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 155, 105, 0.25);
}
.form-check .form-check-input[type="radio"]:hover,
.form-check .form-check-input[type="radio"]:focus {
  border-color: #009b65;
}
/* Checkbox
--------------------------------------------------------------------------------------------------------*/
.form-check {
  margin-bottom: 0;
  cursor: pointer;
}
.form-check .form-check-label {
  margin-top: 1px;
  white-space: nowrap;
  cursor: pointer;
}
.form-check .form-check-input[type="checkbox"] {
  border-color: #cccccc;
  border-radius: 2px;
  background-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.form-check .form-check-input[type="checkbox"]:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 155, 105, 0.25);
}
.form-check .form-check-input[type="checkbox"]:hover,
.form-check .form-check-input[type="checkbox"]:focus {
  border-color: #009b65;
}
.form-check .form-check-input:checked[type="checkbox"] {
  border-color: #009b65;
  background-color: #009b65;
  --bs-form-check-bg-image: url("../images/checkbox-checked-icon.svg");
}
.form-check .waCheckbox.form-check-input:not(:checked)[type="checkbox"] {
    border-color: rgb(220,53,69);
    background-color: rgb(220,53,69);
    --bs-form-check-bg-image: url("../images/x.svg");
}

.form-check .waCheckbox.form-check-input:not(:checked)[type="checkbox"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(220,53,69, 0.25);
}
.form-check .ProcessstatusCheckbox.form-check-input:not(:checked)[type="checkbox"] {
    border-color: rgb(220,53,69);
    background-color: rgb(220,53,69);
    --bs-form-check-bg-image: url("../images/x.svg");
}

.form-check .ProcessstatusCheckbox.form-check-input:not(:checked)[type="checkbox"]:focus {
    box-shadow: 0 0 0 0.25rem rgba(220,53,69, 0.25);
}

.form-check .statusPendingCheckbox {
    border-color: #ffcb32;
    background-color: #ffcb32;
    --bs-form-check-bg-image: url("../images/clock-icon.svg");
}
/* Dropdown
--------------------------------------------------------------------------------------------------------*/
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.dropdown-item {
  transition: all 0.3s;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f5f5f5;
}
.profile-menu .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 20px;
  border: none;
  padding: 4px 8px;
  margin-right: -8px;
}
.profile-menu .dropdown-toggle:hover,
.profile-menu .dropdown-toggle:focus {
  background-color: #f5f5f5;
}
.profile-menu .dropdown-toggle img {
  transition: all 0.3s;
}
.profile-menu .dropdown-toggle.show .down-arrow {
  transform: rotate(-180deg);
}
.profile-menu .dropdown-toggle .profile-name {
  text-align: left;
  max-width: 92px;
  overflow: hidden;
}
.profile-menu .dropdown-toggle .profile-name p {
  padding-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.profile-menu .dropdown-toggle .profile-name .greating-msg {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.8;
  padding-bottom: 2px;
}
.action-menu .btn {
  border: none;
}
.action-menu .btn:hover {
  background-color: #e5f2ee;
}
.action-menu .btn.show {
  background-color: #e5f2ee;
}
.action-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
}
.action-menu .dropdown-item img {
  height: 20px;
  width: 20px;
}
/* Modal
--------------------------------------------------------------------------------------------------------*/
.modal .modal-content {
  border: none;
  --bs-modal-border-radius: 10px;
}
.modal .modal-header {
  display: flex;
  align-items: center;
  background-color: #009b65;
  --bs-modal-inner-border-radius: 10px;
  border: none;
  padding: 16px 20px;
}
.modal .modal-header .modal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 0;
}
.modal .modal-header .btn-close {
  background-image: none;
  vertical-align: middle;
  opacity: 1;
  margin: 0;
  height: auto;
  width: auto;
  transition: all 0.3s;
  margin-right: -8px;
}
.modal .modal-header .btn-close:hover {
  background-color: #008f5d;
}
.modal .modal-header .btn-close img {
  display: block;
}
.modal .modal-body {
  padding: 30px 20px 15px;
}
.modal .modal-footer {
  --bs-modal-inner-border-radius: 10px;
  border: none;
  gap: 15px;
  padding: 15px 20px 30px;
}
.modal-footer > * {
  margin: 0;
}
.modal-footer .btn {
  min-width: 90px;
}
.modal-storico .modal-dialog {
  --bs-modal-width: 800px;
}
.modal-storico .history-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 4px;
  padding-bottom: 32px;
}
.modal-storico .history-list li span {
  font-weight: 700;
}
.modal-storico .info-text {
  font-size: 14px;
  line-height: 18px;
  color: #848484;
  padding-bottom: 12px;
}
.modal-storico .details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
}
.modal-storico .modal-body {
  padding-bottom: 10px;
}
/* Language Section
--------------------------------------------------------------------------------------------------------*/
.language-select .dropdown-toggle {
  display: flex;
  align-items: center;
  line-height: 20px;
  color: #363636;
  gap: 6px;
  border: none;
  padding: 10px;
}
.language-select .dropdown-toggle:hover,
.language-select .dropdown-toggle:focus {
  background-color: #f5f5f5;
}
.language-select .dropdown-toggle img {
  transition: all 0.3s;
}
.language-select .dropdown-toggle.show .down-arrow {
  transform: rotate(-180deg);
}
.language-select .dropdown-menu {
  min-width: 126px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.language-select .dropdown-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 10px;
  color: #363636;
}

/* Datatable
--------------------------------------------------------------------------------------------------------*/
table.data-table {
  margin-bottom: 12px;
}
.data-table thead {
    background-color: #d5f2e8;
}
table.data-table thead tr th {
  border: none;
  font-weight: 400;
  padding: 14px 20px;
  white-space: nowrap;
}
table.data-table thead tr th:first-child {
  border-top-left-radius: 6px;
}
table.data-table thead tr th:last-child {
  border-top-right-radius: 6px;
}
table.data-table.no-footer {
  border: none;
}
table.data-table tbody td {
  padding: 2px 20px;
  box-sizing: border-box;
  height: 48px;
  border-bottom: 1px solid #dee0e3;
  vertical-align: middle;
  white-space: nowrap;
}
table.data-table tbody td .blue-link {
  color: #4d95d3;
}
table.data-table tbody td .blue-link:hover {
  text-decoration: underline;
}

.striped-tbody tr:nth-child(even) {
    background-color: #d3d3d366;
}
table.data-table tbody tr:hover {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.055);
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.055);
    border-bottom: 2px solid darkgrey !important;
}

table.data-table thead > tr > th.sorting:after,
table.data-table thead > tr > th.sorting::before {
  display: none;
}
.data-table thead th.sorting span {
  position: relative;
}
.data-table thead th.sorting span::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.data-table thead th.sorting_asc span:after {
  background-image: url("../images/sort-ascending-icon.svg");
}
.data-table thead th.sorting_desc span:after {
  background-image: url("../images/sort-descending-icon.svg");
}
.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
}
.custom-pagination .form-floating .form-select {
  min-width: 65px;
  padding: 7px 10px;
  padding-right: 30px;
  height: auto;
  min-height: auto;
  --bs-form-select-bg-img: url("../images/pagination-select-Icons.svg");
  background-position: right 10px center;
}
.datatable-length-custom {
  display: flex;
  align-items: center;
}
.datatable-length-custom .pagiation-label {
  margin-right: 9px;
}
.dataTables_paginate .paginate_button.first,
.dataTables_paginate .paginate_button.last {
  display: none;
}
.dataTables_paginate .paginate_button {
  border: 1px solid #dee0e3;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  height: 40px;
  width: 40px;
  color: #848484;
  text-align: center;
}
.dataTables_paginate .paginate_button img {
  display: block;
}
.dataTables_paginate .paginate_button.previous img:last-child,
.dataTables_paginate .paginate_button.next img:last-child {
  margin-top: -24px;
  opacity: 0;
}
.dataTables_paginate .paginate_button:not(:disabled, .disabled) {
  cursor: pointer;
}
.dataTables_paginate .paginate_button:not(.previous) {
  border-left: none;
}
.dataTables_paginate .paginate_button:not(.previous, .next):hover,
.dataTables_paginate .paginate_button:not(.previous, .next):focus {
  background-color: #009b65;
  color: #ffffff;
  border-color: #009b65;
}
.dataTables_paginate .paginate_button.previous {
  border-radius: 6px 0 0 6px;
}
.dataTables_paginate .paginate_button.next {
  border-radius: 0 6px 6px 0;
}
.dataTables_paginate .paginate_button.previous:not(:disabled, .disabled):hover,
.dataTables_paginate .paginate_button.previous:not(:disabled, .disabled):focus,
.dataTables_paginate .paginate_button.next:not(:disabled, .disabled):hover,
.dataTables_paginate .paginate_button.next:not(:disabled, .disabled):focus {
  border-color: #009b65;
  background-color: #009b65;
}
.dataTables_paginate
  .paginate_button.previous:not(:disabled, .disabled):hover
  img:first-child,
.dataTables_paginate
  .paginate_button.previous:not(:disabled, .disabled):focus
  img:first-child,
.dataTables_paginate
  .paginate_button.next:not(:disabled, .disabled):hover
  img:first-child,
.dataTables_paginate
  .paginate_button.next:not(:disabled, .disabled):focus
  img:first-child {
  opacity: 0;
}
.dataTables_paginate
  .paginate_button.previous:not(:disabled, .disabled):hover
  img:last-child,
.dataTables_paginate
  .paginate_button.previous:not(:disabled, .disabled):focus
  img:last-child,
.dataTables_paginate
  .paginate_button.next:not(:disabled, .disabled):hover
  img:last-child,
.dataTables_paginate
  .paginate_button.next:not(:disabled, .disabled):focus
  img:last-child {
  opacity: 1;
}
.dataTables_paginate .paginate_button.current {
  border-color: #009b65 !important;
  background-color: #009b65 !important;
  color: #ffffff !important;
}
.data-table tbody td .action-btn {
  height: 40px;
  width: 40px;
  border-radius: 6px;
}
.data-table tbody td .action-btn img {
  display: block;
}
.auto-lock-table {
  min-height: 350px;
}
table.dataTable > tfoot > tr > th {
  border: none;
  padding: 2px 20px;
  box-sizing: border-box;
  height: 48px;
  vertical-align: middle;
  white-space: nowrap;
}
.totalRecords {
  border-radius: 10px 10px 0px 0px;
  background: #d5f2e8;
  padding: 7px;
  width: fit-content;
  font-size: 14px;
  font-weight: bolder;
}
.badgeToshowLabel {
    border-radius: 10px 10px 0px 0px;
    background: #d5f2e8;
    padding: 3px;
    width: fit-content;
    font-size: 14px;
    font-weight: bolder;
}

/* Datepicker
--------------------------------------------------------------------------------------------------------*/
:root {
  --td-alternate-color: #848484;
  --td-dow-color: #009b65;
  --td-font-color: #363636;
  --td-active-bg: #009b65;
  --td-dark-active-bg: #009b65;
  --td-dark-active-border-color: #ffffff;
  --td-dark-widget-background: #ffffff;
  --td-dark-dow-color: #009b65;
  --td-dark-font-color: #363636;
  --td-dark-alternate-color: #848484;
  --td-dark-btn-hover-bg: #e9ecef;
}
.tempus-dominus-widget {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px 12px 12px;
}
.tempus-dominus-widget .calendar-header {
  margin-bottom: 0;
}
.tempus-dominus-widget .calendar-header .previous,
.tempus-dominus-widget .calendar-header .next {
  padding: 0;
}
.tempus-dominus-widget .calendar-header .previous i::after,
.tempus-dominus-widget .calendar-header .next i::after {
  display: none;
}
.tempus-dominus-widget .calendar-header .previous i,
.tempus-dominus-widget .calendar-header .next i {
  height: 24px;
  width: 24px;
  display: block;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.tempus-dominus-widget .calendar-header .previous i {
  background-image: url("../images/pagination-prev-icon.svg");
}
.tempus-dominus-widget .calendar-header .next i {
  background-image: url("../images/pagination-next-icon.svg");
  margin-left: auto;
}
.tempus-dominus-widget .date-container-days .dow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.tempus-dominus-widget .toolbar .fa-clock::after,
.tempus-dominus-widget .toolbar .fa-calendar::after {
  display: none;
}
.tempus-dominus-widget .toolbar .fa-calendar {
  height: 20px;
  width: 20px;
  background: url("../images/calendar-icon.svg") center no-repeat;
  background-size: 20px;
}
.tempus-dominus-widget .toolbar .fa-clock {
  height: 20px;
  width: 20px;
  background: url("../images/clock-icon.svg") center no-repeat;
  background-size: 20px;
}
.tempus-dominus-widget .time-container-clock .fa-solid {
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.tempus-dominus-widget .time-container-clock .fa-solid.fa-arrow-up {
  background-image: url("../images/up-side-icon.svg");
}
.tempus-dominus-widget .time-container-clock .fa-solid.fa-arrow-down {
  background-image: url("../images/down-side-icon.svg");
}
.tempus-dominus-widget .time-container-clock .fa-solid::after {
  display: none;
}
.tempus-dominus-widget.light button,
.tempus-dominus-widget.dark button {
  border: none;
  height: 40px;
  width: 40px;
}
/* Login
--------------------------------------------------------------------------------------------------------*/
.login-wrapper {
  background-color: #009b65;
  min-height: 100vh;
  padding: 75px 16px;
  display: flex;
  align-items: center;
}
.login-wrapper .white-card {
  background-color: #ffffff;
  border-radius: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 55px;
}
.login-wrapper .login-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 32px;
}
.login-wrapper .login-header .arval-logo {
  display: inline-block;
  vertical-align: middle;
}
.login-wrapper .login-header .arval-logo img {
  display: block;
}
.login-wrapper .form-wrapper {
  text-align: center;
}
.login-wrapper .form-wrapper .form-control-outer {
  max-width: 380px;
  margin: 0 auto;
}
.login-wrapper .form-wrapper .logo {
  margin-bottom: 30px;
}
.login-wrapper .form-wrapper h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 10px;
}
.login-wrapper .form-wrapper .info-text {
  color: #444444;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 30px;
}
.login-wrapper .form-wrapper .form-group {
  text-align: left;
  margin-bottom: 20px;
}
.login-wrapper .form-wrapper .form-check {
  text-align: left;
}
.login-wrapper .form-wrapper .action-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.login-wrapper .login-banner {
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.22);
  border-radius: 20px;
}
.login-wrapper .send-btn {
  margin-bottom: 20px;
}
.link-sent-modal .modal-dialog {
  max-width: 442px;
}
.link-sent-modal .modal-content {
  text-align: center;
  padding: 30px;
  border: none;
}
.link-sent-modal .success-icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 155, 101, 0.1);
  margin: 0 auto 20px;
}
.link-sent-modal h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.link-sent-modal p {
  max-width: 370px;
  margin: 0 auto;
}
.link-sent-modal .btn-primary {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

/*Repair details Window
    -----------------------------------------------------------------------------------------------------*/
.carousel-control-prev, .carousel-control-next {
    background-color: rgb(0 0 0 / 78%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 100%, 100%;
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

/* Header
--------------------------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 264px;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 32px;
  z-index: 2;
  transition: all 0.3s;
}
.header .menu-toggle {
  border-radius: 50%;
  padding: 8px;
  border: none;
  margin-left: -8px;
}
.header .menu-toggle:hover {
  background-color: #f5f5f5;
}
.header .menu-toggle img {
  display: block;
}
.header .right-part {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 4px 12px;
}
.logo,
.mobile-logo {
  display: inline-block;
  vertical-align: middle;
}
.logo > img,
.mobile-logo > img {
  display: block;
}

/* MainNavigation
--------------------------------------------------------------------------------------------------------*/
.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 2;
}
.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 264px;
  background-color: #009b65;
  padding-top: 20px;
  transition: all 0.3s;
  z-index: 2;
}
.main-navigation .logo-outer {
  text-align: center;
  margin-bottom: 12px;
}
.main-navigation ul li a {
  display: flex;
  align-items: center;
  height: 48px;
  position: relative;
}
.main-navigation ul li a .icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navigation ul li a .arrow-icon {
  margin-left: auto;
  height: 20px;
  width: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.main-navigation ul li a .arrow-icon img {
  display: block;
  transition: all 0.3s;
}
.main-navigation ul li a .arrow-icon .white-arrow {
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
}
.main-navigation > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: calc(100vh - 102px);
  overflow: auto;
}
.main-navigation > ul::-webkit-scrollbar-thumb {
  background-color: #008053;
}
.main-navigation > ul > li > a {
  color: #c4eadd;
  padding: 4px 12px;
  font-weight: 700;
}
.main-navigation > ul > li.active {
  background-color: rgba(3, 9, 12, 0.12);
}
.main-navigation > ul > li.active > a {
  color: #ffffff;
}
.main-navigation > ul > li > ul li a {
  color: #ffffff !important;
  font-weight: 500;
  padding: 4px 12px 4px 14px;
}
.main-navigation > ul > li > ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.main-navigation > ul > li ul {
  padding-left: 26px;
  display: none;
}
.main-navigation li.has-submenu.open > ul {
  display: block;
}
.main-navigation li.has-submenu.open > a > .arrow-icon {
  transform: rotate(-90deg);
}
.main-navigation li.has-submenu.open > a > .arrow-icon .default-icon {
  opacity: 0;
  visibility: hidden;
}
.main-navigation li.has-submenu.open > a > .arrow-icon .white-icon {
  opacity: 1;
  visibility: visible;
}
.main-navigation li.has-submenu.open a.active {
  color: #e9d846 !important;
  font-weight: bold;
}
.main-navigation li.has-submenu.open a.active::after {
  background-color: #e9d846;
}

/* Main Content
--------------------------------------------------------------------------------------------------------*/
.main-content {
  padding: 112px 32px 32px 296px;
  transition: all 0.3s;
}
.toggle-sidebar .header {
  left: 0;
}
.toggle-sidebar .main-navigation {
  left: -264px;
}
.toggle-sidebar .main-content {
  padding-left: 32px;
}
.action-btns {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: end;
  width:auto;
}
.action-btns .btn:not(.icon-btn) {
  min-width: 90px;
  width:auto;
}
.page-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
}
.page-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 0;
  max-width: calc(100% - 52px);
}
.block-heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #363636;
  padding-bottom: 12px;
}
.underline-heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #363636;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
.page-header .action-btns {
  margin-left: auto;
}
.white-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.filter-box {
  margin-bottom: 32px;
}
.toggle-filter.filter-box {
  display: none;
}
.filter-action {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 14px;
}
.statistic-card {
  padding: 20px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.statistic-card .shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.statistic-card .statistic-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
}
.statistic-card .statistic-card-header i {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.statistic-card .statistic-card-header .red {
  background-color: rgba(249, 108, 108, 0.12);
}
.statistic-card .statistic-card-header .blue {
  background-color: rgba(47, 143, 233, 0.2);
}
.statistic-card .statistic-card-header .orange {
  background-color: rgba(242, 187, 79, 0.2);
}
.statistic-card .statistic-card-header p {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 0;
}
.statistic-card .info-text {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}
.date-field {
  height: 100%;
}
.date-field .action-btns .btn {
  flex-grow: 1;
}
.date-field .datepicker-row {
  padding-bottom: 14px;
}
.label-text {
  font-size: 14px;
  line-height: 18px;
  color: #848484;
  padding-bottom: 4px;
}
.value-text {
  font-size: 16px;
  line-height: 20px;
  color: #363636;
}
.date-field .value-text {
  padding-bottom: 30px;
}
.note-control-outer {
  display: flex;
  gap: 16px;
}
.note-control-outer .form-group {
  flex-grow: 1;
}
.note-control-outer .note-control {
  position: relative;
}
.note-control-outer .note-control .btn {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 50%;
}
.note-control-outer .note-control .btn img {
  display: block;
}
.note-card {
  height: 100%;
}
.note-ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.note-ul li {
  width: 100%;
}
.note-ul .note-list-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 10px;
}
.note-ul .note-list-header p {
  padding-bottom: 0;
}
.note-ul .note-list-header i {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #009b65;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note-ul .note-list-header .time {
  font-size: 14px;
  line-height: 18px;
  color: #848484;
  margin-left: auto;
}
.note-ul .content-text {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  padding-bottom: 0;
}
.file-upload-outer {
  border: 2px dashed rgba(54, 54, 54, 0.2);
  padding: 22px 20px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 16px;
}
.file-upload-outer input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.file-upload-outer .upload-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.file-upload-outer .upload-content em {
  font-weight: 700;
  color: #009b65;
}
.uploaded-file {
  border: 1px solid #dee0e3;
  padding: 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.uploaded-file .file-name {
  padding-bottom: 0;
  min-width: 100px;
}
.uploaded-file .btn-delete {
  padding: 8px;
  border-radius: 50%;
  margin-right: -8px;
  border: none;
}
.uploaded-file .btn-delete:hover,
.uploaded-file .btn-delete:focus {
  background-color: #f5f5f5;
}
.uploaded-file .btn-delete img {
  display: block;
}
.preventive-page .white-card {
  height: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.preventive-page .section-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 12px;
}
.removed-table .radio-group {
  text-align: center;
}
.removed-table .radio-group .form-check {
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.removed-table .radio-group .form-check .form-check-input {
  margin-left: 0;
  display: block;
}

.clickable-row {
    cursor: pointer;
}

/****  Loading area   ****/
.overlayLoader {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    /*filter: Alpha(Opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;*/
}

* html .overlayLoader {
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}

.loader {
    z-index: 8010;
    position: fixed;
    width: 180px;
    height: 120px;
    margin-left: -90px;
    margin-top: -60px;
    top: 50%;
    left: 50%;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

* html .loader {
    position: absolute;
    margin-top: expression((document.body.scrollHeight / 4) + (0 - parseInt(this.offsetParent.clientHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)) + 'px');
}

.boxgroup {
    width: 82px;
    float: left;
    margin: 0 25px;
}

.box {
    width: 35px;
    height: 35px;
    background: rgba(0, 106, 70, 1);
    margin: 3px;
    float: left;
    display: block;
}

.box1 {
    animation: Box1Animation 2s linear infinite;
    -webkit-animation: Box1Animation 2s linear infinite;
}

.box2 {
    animation: Box2Animation 2s linear infinite;
    -webkit-animation: Box2Animation 2s linear infinite;
}

.box3 {
    animation: Box3Animation 2s linear infinite;
    -webkit-animation: Box3Animation 2s linear infinite;
}

.box4 {
    animation: Box4Animation 2s linear infinite;
    -webkit-animation: Box4Animation 2s linear infinite;
}

@keyframes Box1Animation {
    0% {opacity:1;}
    25% {opacity:0.2}
    50% {opacity:0.2}
    75% {opacity:0.2}
    100% {opacity:0.2}
}
@-webkit-keyframes Box1Animation {
    0% {opacity:1;}
    25% {opacity:0.2}
    50% {opacity:0.2}
    75% {opacity:0.2}
    100% {opacity:0.2}
}

@keyframes Box2Animation {
    0% {opacity:0.2}
    25% {opacity:1;}
    50% {opacity:0.2}
    75% {opacity:0.2}
    100% {opacity:0.2}
}
@-webkit-keyframes Box2Animation {
    0% {opacity:0.2}
    25% {opacity:1;}
    50% {opacity:0.2}
    75% {opacity:0.2}
    100% {opacity:0.2}
}

@keyframes Box3Animation {
    0% {opacity:0.2}
    25% {opacity:0.2}
    50% {opacity:1;}
    75% {opacity:0.2}
    100% {opacity:0.2}
}
@-webkit-keyframes Box3Animation {
    0% {opacity:0.2}
    25% {opacity:0.2}
    50% {opacity:1;}
    75% {opacity:0.2}
    100% {opacity:0.2}
}

@keyframes Box4Animation {
    0% {opacity:0.2}
    25% {opacity:0.2}
    50% {opacity:0.2}
    75% {opacity:1;}
    100% {opacity:0.2}
}
@-webkit-keyframes Box4Animation {
    0% {opacity:0.2}
    25% {opacity:0.2}
    50% {opacity:0.2}
    75% {opacity:1;}
    100% {opacity:0.2}
}

/* Footer
--------------------------------------------------------------------------------------------------------*/
.footer {
  padding: 24px 32px;
  text-align: right;
}
.copyright {
  padding: 0;
  color: #444444;
}

/* Responsive Media Queries
--------------------------------------------------------------------------------------------------------*/
@media (max-width: 1399px) {
  .main-content {
    padding: 100px 20px 20px 284px;
  }
  .footer {
    padding: 20px;
  }
  .header {
    padding: 12px 20px;
  }
  .date-field .datepicker-row {
    padding-bottom: 8px;
  }
  .date-field .value-text {
    padding-bottom: 16px;
  }
  .filter-box {
    margin-bottom: 24px;
  }
  .preventive-page .white-card {
    margin-bottom: 24px;
    height: calc(100% - 24px);
  }
}
@media (max-width: 1199px) {
  .login-wrapper {
    padding: 16px;
  }
  .login-wrapper .white-card {
    padding: 20px 20px 30px;
  }
  .header {
    left: 0;
  }
  .main-navigation {
    left: -264px;
  }
  .toggle-sidebar {
    overflow: hidden;
  }
  .toggle-sidebar .main-content,
  .main-content {
    padding-left: 20px;
  }
  .toggle-sidebar .main-navigation {
    left: 0;
  }
  .toggle-sidebar .overlay {
    opacity: 1;
    visibility: visible;
  }
  .main-navigation {
    padding: 8px 0;
  }
  .main-navigation .logo-outer {
    display: none;
  }
  .main-navigation > ul {
    height: calc(100vh - 16px);
  }
}
@media (max-width: 991px) {
  .login-wrapper .login-header {
    padding-bottom: 20px;
  }
  .login-wrapper .form-wrapper .logo {
    margin-bottom: 20px;
  }
  .login-wrapper .form-wrapper .info-text {
    padding-bottom: 20px;
  }
  .profile-menu .dropdown-toggle {
    padding: 4px;
    margin-right: -4px;
  }
  .modal-storico .modal-content {
    margin: 0 8px;
  }
  #TransferSearchForm .col {
    width: 33% !important; 
  }
}
@media (max-width: 767px) {
  .page-header .action-btns .btn-preicon {
    width: auto;
    padding: 4px;
    min-width: auto;
  }
  .login-wrapper .login-banner {
    max-width: 280px;
  }
  .login-wrapper .form-wrapper .logo img {
    max-width: 80px;
  }
  .page-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .filter-box {
    margin-bottom: 20px;
  }
  .custom-pagination {
    flex-direction: column;
  }
  .preventive-page .white-card {
    margin-bottom: 20px;
    height: calc(100% - 24px);
  }
  #TransferSearchForm .col {
    width: 33% !important; 
  }
}

@media (min-width: 575px) {
    .mntUntContainer {
        height: 650px !important;
    }
}

@media (max-width: 575px) {
  .login-wrapper .login-header {
    gap: 8px;
  }
  .login-wrapper .white-card {
    padding: 16px 16px 20px;
  }
  .login-wrapper .login-banner {
    max-width: 220px;
  }
  .login-wrapper .form-wrapper .action-wrapper {
    flex-direction: column;
    gap: 8px;
  }
  .login-wrapper .language-select .dropdown-toggle {
    padding: 8px;
  }
  .login-wrapper .login-header .arval-logo img {
    max-width: 180px;
  }
  .link-sent-modal .modal-content {
    padding: 24px 20px;
  }
  .language-select .dropdown-toggle {
    padding: 8px;
  }
  .main-content {
    padding: 96px 16px 16px;
  }
  .footer {
    padding: 16px;
  }
  .profile-menu .dropdown-toggle {
    gap: 8px;
  }
  .header {
    padding: 12px 16px;
  }
  .page-header {
    gap: 8px;
  }
  .white-card {
    padding: 16px;
  }
  .dataTables_paginate .paginate_button {
    height: 36px;
    width: 36px;
  }
  .dataTables_paginate .paginate_button img {
    height: 20px;
    width: 20px;
  }
  .dataTables_paginate .paginate_button.previous img:last-child,
  .dataTables_paginate .paginate_button.next img:last-child {
    margin-top: -20px;
  }
  .modal-storico .modal-content {
    margin: 0;
  }
  .preventive-page .white-card {
    margin-bottom: 16px;
    height: auto;
  }
  .header .language-select .dropdown-toggle span {
    display: none;
  }
  .mntUntContainer {
      height: auto !important;
  }
  .autoRulesDiv{
      margin-top: 10px;
  }
}

/*scroll bar*/

.aside::-webkit-scrollbar {
    width: 5px;
    background-color: #dfe6e9;
}

.aside::-webkit-scrollbar-thumb {
    background-color: rgb(103, 106, 110);
}

.aside {
    position: relative !important;
}

.aside thead {
    position: sticky !important;
    top: -1px !important;
    z-index: 1 !important;
}

/* Body Hidden till Load the page */
body:not(.page-loaded) {
    opacity: 0;
    overflow: hidden;
}

/*tab*/
.navbartab .nav-tabs .nav-link.active {
    background-color: #009b65 !important;
    color: #fff;
    border: none;
}

.navbartab .nav-tabs .nav-link:hover {
    background: #dceddc;
    border: none;
}

.navbartab .nav-tabs .nav-link {
    border: none;
    border-width: 0 !important;
}

.navbartab .nav-tabs {
    border-bottom: 3px solid #009b65;
}

    .navbartab .nav-tabs > a {
        text-decoration: none;
        color: unset;
    }

/*Jqte Html editor plugin*/
.jqte * {
    all: revert;
}

.searchIcon {
    position: absolute;
    top: 84px;
    right: 40px;
    height: 20px;
    width: 20px;
    background: url(/images/search-green.svg) center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.ui-autocomplete-loading {
    background: white url("../images/loader.gif") right 5px center no-repeat;
    background-size: contain;
}

.badge-position{
    z-index:1;
    position:absolute;
    right:2%;
}

.loginDisclaimer {
    justify-content: space-between;
    display: flex;
    font-weight: bold;
    color:red;
    font-size:18px;
    color:red;
}