@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@charset "UTF-8";
:root {
  --sidebar-width-lg: 18.7%;
  --sidebar-width-xl: 15.7%;
}

body.sidebar-loading .main-sidebar,
body.sidebar-loading .content-wrapper,
body.sidebar-loading .main-footer {
  transition: none !important;
}

#sidebar {
  position: fixed !important;
  background-color: #0F182E !important;
}
#sidebar .head-sidebar {
  display: flex;
  padding: 12px;
  margin-bottom: 10px;
}
#sidebar .head-sidebar img {
  transition: all 0.3s ease;
  width: 150px;
}
@media (width >= 1300px) {
  #sidebar .head-sidebar {
    align-items: center;
    justify-content: space-between;
  }
}
#sidebar .sidebar-title {
  color: #b8c7ce;
  font-weight: 700;
  padding: 10px 10px 0;
  text-transform: uppercase;
  opacity: 0.8;
}
#sidebar .sidebar-toggle {
  margin: 0 0 90px;
}
#sidebar .sidebar-toggle:hover {
  background: transparent !important;
}
#sidebar .sidebar-toggle i {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-180deg);
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #0b0f1f;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #ECF0F5;
  transition: all 0.3s ease;
}
#sidebar .sidebar-toggle a:hover {
  background-color: transparent !important;
}
#sidebar .sidebar-toggle.desktop {
  display: none;
}
@media (width >= 1300px) {
  #sidebar .sidebar-toggle.desktop {
    display: flex;
    justify-content: flex-end;
    margin-right: -13px;
  }
}

body:not(.sidebar-collapse) .main-sidebar .sidebar-el {
  opacity: 1;
  height: auto;
  width: 180px;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
body:not(.sidebar-collapse) .sidebar-toggle i {
  transform: rotate(0) !important;
}
body:not(.sidebar-collapse) .dropdown {
  display: none !important;
}
body:not(.sidebar-collapse) .account-mobile {
  width: 100%;
}
body.sidebar-collapse .main-sidebar {
  --sidebar-width: 80px;
}
body.sidebar-collapse .main-sidebar .sidebar-title {
  opacity: 0;
}
body.sidebar-collapse .main-sidebar .sidebar-el,
body.sidebar-collapse .main-sidebar p {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  opacity: 0;
  display: none;
}
body.sidebar-collapse .main-sidebar img:not(.user-image) {
  width: 100%;
}
body.sidebar-collapse .user-label {
  display: none !important;
}
body.sidebar-collapse aside.main-sidebar,
body.sidebar-collapse .sidebar {
  width: 50px !important;
}
body.sidebar-collapse aside.main-sidebar .dropdown-menu,
body.sidebar-collapse .sidebar .dropdown-menu {
  right: 0;
  left: 50px;
  top: unset;
  bottom: 0;
  transform: translate(0);
}
body.sidebar-collapse aside.main-sidebar li a,
body.sidebar-collapse .sidebar li a {
  height: 39px;
}
body.sidebar-collapse .dropdown {
  display: none !important;
}

.agroupar-sidebar {
  float: inline-end;
}
.agroupar-sidebar .sidebar-toggle {
  width: -moz-fit-content;
  width: fit-content;
}
.agroupar-sidebar .sidebar-toggle.desktop {
  width: -moz-fit-content;
  width: fit-content;
  float: inline-end;
}

.content-wrapper,
.main-footer {
  pointer-events: auto;
}
.content-wrapper::before,
.main-footer::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
@media (width >= 992px) {
  .content-wrapper::before,
  .main-footer::before {
    display: none;
  }
}

.sidebar-open {
  overflow: hidden;
}
.sidebar-open .main-sidebar {
  transform: translate(0);
}
.sidebar-open .content-wrapper::before,
.sidebar-open .main-footer::before {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1;
}

@media (width >= 1300px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    pointer-events: auto;
  }
  .sidebar-open .content-wrapper::before,
  .sidebar-open .main-footer::before {
    opacity: 0;
  }
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  top: 0 !important;
  padding: 10px;
  width: 280px;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  display: none !important;
  opacity: 0;
}

.sidebar-menu .header {
  background-color: #2c3b41 !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
  font-weight: 500;
  color: #fff !important;
}
.sidebar-menu li a i {
  text-align: left;
}
.sidebar-menu li a .pull-right-container {
  position: static !important;
}
.sidebar-menu li a:hover {
  background-color: black !important;
  transform: scale(0.98);
  opacity: 1;
}
.sidebar-menu .user-dropdown {
  padding: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4px;
}
.sidebar-menu .user-dropdown .user-trigger {
  display: block !important;
  opacity: 1 !important;
  padding: 0 !important;
  transition: all 0.2s ease-in-out;
}
.sidebar-menu .user-dropdown .user-trigger:hover {
  transform: none !important;
  background-color: transparent !important;
}
.sidebar-menu .user-dropdown .user-trigger:hover .user-card-inner {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}
.sidebar-menu .user-dropdown .user-trigger:hover .user-options-icon {
  opacity: 1;
}
.sidebar-menu .user-dropdown .user-card-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.sidebar-menu .user-dropdown .user-card-inner .user-avatar-wrapper {
  position: relative;
  flex-shrink: 0;
}
.sidebar-menu .user-dropdown .user-card-inner .user-avatar-wrapper .user-image {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.15);
}
.sidebar-menu .user-dropdown .user-card-inner .user-avatar-wrapper .user-online-dot {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 9px;
  height: 9px;
  background-color: #28a745;
  border-radius: 50%;
  border: 2px solid #0F182E;
}
.sidebar-menu .user-dropdown .user-card-inner .user-details {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
  overflow: hidden;
}
.sidebar-menu .user-dropdown .user-card-inner .user-details .user-name-text {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.sidebar-menu .user-dropdown .user-card-inner .user-details .user-role-text {
  font-size: 11px;
  color: #b8c7ce;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  opacity: 0.8;
}
.sidebar-menu .user-dropdown .user-card-inner .user-options-icon {
  font-size: 14px;
  color: #b8c7ce;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  flex-shrink: 0;
}
.sidebar-menu .user-dropdown:hover img {
  width: 36px !important;
}

body.sidebar-collapse .main-sidebar img:not(.user-image) {
  width: 100%;
}
body.sidebar-collapse .main-sidebar .user-card-inner {
  justify-content: center;
  padding: 6px;
  gap: 0;
  background-color: transparent;
  border-color: transparent;
}
body.sidebar-collapse .main-sidebar .user-card-inner .user-details,
body.sidebar-collapse .main-sidebar .user-card-inner .user-options-icon {
  display: none !important;
}
body.sidebar-collapse .main-sidebar .user-card-inner .user-avatar-wrapper .user-image {
  width: 32px !important;
  height: 32px !important;
}
body.sidebar-collapse .main-sidebar .user-dropdown:hover img {
  width: 32px !important;
}

.skin-black .sidebar-menu .treeview-menu {
  background-color: #0f142a !important;
}
.skin-black .sidebar-menu .treeview-menu li.active a {
  color: rgba(184, 199, 206, 0.7529411765) !important;
}

.skin-black .sidebar-menu > li.menu-open > a {
  opacity: 1;
}

.skin-black .sidebar-menu .treeview-menu > li > a {
  justify-content: unset;
  font-size: 14px;
  text-align: left;
  opacity: 1 !important;
  width: 100% !important;
  height: auto !important;
}
.skin-black .sidebar-menu .treeview-menu > li > a span {
  opacity: 1;
  width: 100%;
  height: 100%;
  place-content: center;
}

.menu-item-content {
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu-item-admin {
  justify-content: unset !important;
}

.content {
  margin: 0 !important;
}

.main-header .sidebar-toggle {
  background-color: #2c3b41 !important;
  transition: all 0.3s ease;
  position: relative;
}
.main-header .sidebar-toggle i {
  color: #fff;
}
.main-header .sidebar-toggle .fa-chevron-left {
  display: none;
}
.main-header .sidebar-toggle:hover {
  background-color: #4b646f !important;
}
.main-header .sidebar-toggle:before {
  content: none;
}

.main-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  padding: 0;
  z-index: 1510;
  height: auto;
  width: 85%;
  transform: translateX(-100%);
}
@media (width >= 400px) {
  .main-sidebar {
    width: 70%;
  }
}
@media (width >= 992px) {
  .main-sidebar {
    width: 30%;
    z-index: 999;
  }
}
@media (width >= 1300px) {
  .main-sidebar {
    width: var(--sidebar-width-lg);
    transform: translateX(0);
  }
}
@media (width >= 1920px) {
  .main-sidebar {
    width: var(--sidebar-width-xl);
  }
}
.main-sidebar .sidebar {
  height: 100% !important;
}

.account-mobile {
  display: block;
  position: absolute !important;
  bottom: 0;
}

header {
  display: flex;
  flex-direction: column;
}
@media (width >= 1300px) {
  header {
    align-items: center;
    flex-direction: row;
  }
}

@media (width >= 1300px) {
  .navbar {
    display: none !important;
  }
}

.nav.desktop {
  display: none;
}
@media (width >= 1300px) {
  .nav.desktop {
    display: block;
  }
}

.main-header .logo {
  float: unset !important;
}
.main-header .navbar {
  margin: 0 !important;
  width: 100%;
  background-color: #222d32 !important;
}
.main-header .navbar-custom-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
@media (width >= 1300px) {
  .main-header .navbar-custom-menu {
    justify-content: space-between;
  }
}
.main-header .navbar-custom-menu .menu-custom {
  display: flex;
  justify-content: space-between;
  width: auto;
}
@media (width >= 992px) {
  .main-header .navbar-custom-menu .menu-custom {
    width: var(--sidebar-width-lg);
  }
}
@media (width >= 1920px) {
  .main-header .navbar-custom-menu .menu-custom {
    width: var(--sidebar-width-xl);
  }
}
.main-header .navbar-custom-menu .menu-custom .logo-mini {
  display: none;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

footer {
  padding: 12px 0;
  width: 100%;
  position: static;
  background-color: #0F182E;
}
footer .k13 {
  font-size: 13px;
  text-align: center;
  color: #fff;
}
footer .k13 span {
  padding: 0 7px;
}
footer .k13 a img {
  width: 45px;
  height: 13px;
  vertical-align: middle;
}
footer .k13 a:hover {
  opacity: 0.5;
}

.wrapper .content-wrapper {
  width: 100%;
  margin: 0;
  z-index: unset;
  transform: unset !important;
}
@media (width >= 1300px) {
  .wrapper .content-wrapper {
    margin-left: var(--sidebar-width-lg);
  }
}
@media (width >= 1920px) {
  .wrapper .content-wrapper {
    margin-left: var(--sidebar-width-xl);
  }
}
.wrapper .main-header > .logo {
  background-color: #161616;
  border-right: none;
  width: 100%;
}
@media (width >= 1300px) {
  .wrapper .main-header > .logo {
    width: var(--sidebar-width-lg);
  }
}
@media (width >= 1920px) {
  .wrapper .main-header > .logo {
    width: var(--sidebar-width-xl);
  }
}
.wrapper .main-header .navbar {
  background-color: #212121;
}
.wrapper .main-header .navbar .nav > li > a {
  color: #fff;
}
.wrapper .main-header .navbar > .sidebar-toggle {
  color: #fff;
  border-right: none;
}
.wrapper .main-header .navbar .navbar-custom-menu .navbar-nav > li > a {
  border-left: none;
  border-right: none;
}

@media (width >= 1300px) {
  .content {
    width: calc(100vw - var(--sidebar-width-js) - 15px);
  }
}

.user-image {
  width: 30px;
  height: 30px;
}

.form-group {
  margin: 0 !important;
}

.location-map {
  height: 400px;
  width: 50%;
  margin: 0 auto;
}

.alert-map {
  width: 50%;
  margin: 0 auto 10px;
}

.box .box-body.custom-fields .control-label {
  width: 25%;
  padding: 0 15px;
}
.box .box-body.custom-fields .form-group {
  display: flex;
}
.box .box-body.custom-fields .form-group:has(select) div {
  width: 50%;
  padding: 0 15px;
}
.box .box-body.custom-fields .form-group:has(select) div .select2 {
  width: 100% !important;
}
.box .box-body .grouped-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 10px 14px;
  background-color: #f0f3f8;
  border: 1px solid #d0d7e6;
  border-radius: 6px;
}
.box .box-body .grouped-content .group {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid #d0d7e6;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.box .box-body .grouped-content .group:has(input:checked) {
  border-color: #1A316F;
  background-color: rgba(26, 49, 111, 0.06);
}
.box .box-body .grouped-content .group label {
  margin: 0;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.box .box-body .grouped-content .group input {
  margin: 0 !important;
  accent-color: #1A316F;
  cursor: pointer;
}
.box .head-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 10px;
}
.box .head-content .alert {
  margin: unset;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1A316F !important;
  border-color: #12224e !important;
  color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgba(255, 255, 255, 0.7) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff !important;
}

.centered-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
@media (width >= 992px) {
  .centered-content {
    flex-direction: row;
    gap: 12px;
    padding: 0 10px;
  }
}
.centered-content .form-group {
  width: 100%;
}
.centered-content .form-group .select2 {
  width: 100% !important;
}

.collapse {
  margin: 0 auto;
}
.collapse .panel-default {
  border-color: #d0d7e6;
  border-radius: 6px;
  overflow: hidden;
}
.collapse .panel-default .panel-heading {
  background-color: #f0f3f8;
  border-bottom: 1px solid #d0d7e6;
  color: #1A316F;
  font-size: 13px;
}
.collapse .panel-default .panel-body .radio {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (width >= 992px) {
  .collapse .panel-default .panel-body .radio {
    flex-direction: row;
    gap: 24px;
  }
}
.collapse .panel-default .panel-body .radio label {
  margin: 0 !important;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
.collapse .panel-default .panel-body .radio label input[type=radio] {
  accent-color: #1A316F;
  cursor: pointer;
}
.collapse .panel-info {
  border-color: #1A316F;
  border-radius: 6px;
  overflow: hidden;
}
.collapse .panel-info .panel-heading {
  background-color: #1A316F;
  border-color: #1A316F;
  color: #fff;
  font-size: 13px;
}
.collapse .panel-info .panel-body .panel-default .panel-heading {
  background-color: #f0f3f8;
  color: #1A316F;
}
.collapse .panel-info .panel-body .checkbox label {
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.collapse .panel-info .panel-body .checkbox label input[type=checkbox] {
  accent-color: #1A316F;
  cursor: pointer;
}

.show-modal-drivers {
  background-color: #1A316F;
  color: #fff;
  margin-bottom: 10px;
  height: 34px;
  border: none;
  border-radius: 4px;
  width: 100%;
  transition: all 0.3s ease;
}
.show-modal-drivers:hover {
  background-color: #12224e;
  color: #fff;
}
@media (width >= 992px) {
  .show-modal-drivers {
    width: 120px;
  }
}

.toggle-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  background-color: #1A316F;
  color: #fff;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
}
.toggle-collapse::before {
  content: "VER FILTROS";
}
.toggle-collapse:not(.collapsed)::before {
  content: "FECHAR FILTROS";
}
.toggle-collapse:hover {
  text-decoration: none;
  background-color: #12224e;
  color: #fff;
}
.toggle-collapse:focus {
  text-decoration: none;
  color: #fff;
  border: none;
}
.toggle-collapse:not(.collapsed) i {
  transform: rotate(-180deg);
}
.toggle-collapse i {
  transition: all 0.3s ease;
}

.flex-content {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  flex-direction: column;
}
@media (width >= 992px) {
  .flex-content {
    flex-direction: row;
  }
}
.flex-content .report-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 700;
  height: 40px;
  padding: 5px 24px;
  background-color: #f39c12;
  color: #fff;
  border: none;
  border-radius: 4px;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
}
.flex-content .report-action:hover {
  background-color: #c87f0a;
}

.dropup.open {
  background-color: transparent;
}
.dropup.open .user-card-inner {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
}
.dropup .pull-right-container {
  display: none;
}
.dropup .dropdown-menu {
  background-color: #2c3b41;
  color: #fff;
  width: calc(100% - 16px);
  left: 8px;
  right: 8px;
  transform: none;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
  margin-bottom: 6px;
}
.dropup .dropdown-menu .user-menu .dropdown-toggle {
  display: none !important;
}
.dropup .dropdown-menu .divider {
  margin: 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: none;
  height: 0;
}
.dropup .dropdown-menu li a {
  justify-content: unset;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
}
.dropup .dropdown-menu li a i {
  width: 16px;
  text-align: center;
  opacity: 0.7;
}
.dropup .dropdown-menu li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1) !important;
  transform: none;
}
.dropup .dropdown-menu li a:hover i {
  opacity: 1;
}
.dropup .dropdown-menu li:last-child a {
  color: #f29f97 !important;
}
.dropup .dropdown-menu li:last-child a i {
  color: #f29f97;
}
.dropup .dropdown-menu li:last-child a:hover {
  background-color: rgba(231, 76, 60, 0.15) !important;
}

.general-report-table .tabulator-row.tabulator-unselectable.tabulator-calcs.tabulator-calcs-bottom:before {
  content: "Total do Período";
  position: fixed;
  padding: 0.6%;
}
.general-report-table .tabulator-header-popup-button {
  display: table-row;
}
.general-report-table .vertical-center {
  justify-content: center !important;
}
.general-report-table .tabulator-headers .tabulator-col,
.general-report-table .col-highlight {
  background-color: #f3f3f3 !important;
}
.general-report-table .tabulator-tableholder {
  height: auto !important;
}

#month-closing-content .box-body-row {
  display: flex;
  justify-content: center;
}
#month-closing-content .box-body-row #years {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(0, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  justify-items: start;
}
#month-closing-content .box-body-row #months .list-group-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.db-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.db-row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.db-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.db-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.db-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid #e2e8f0;
}
.db-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}
.db-card__subtitle {
  font-size: 13px;
  color: #64748b;
  margin-top: 2px;
}
.db-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 16px;
  flex-shrink: 0;
  color: #fff;
}
.db-card__icon--teal {
  background: rgba(14, 165, 233, 0.12);
  color: #0c8ac3;
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.db-card__icon--green {
  background: rgba(34, 197, 94, 0.12);
  color: #1ca24d;
  border: 1px solid rgba(34, 197, 94, 0.25);
}
.db-card__icon--red {
  background: rgba(239, 68, 68, 0.12);
  color: #ec1e1e;
  border: 1px solid rgba(239, 68, 68, 0.25);
}
.db-card__icon--blue {
  background: rgba(59, 130, 246, 0.12);
  color: #1469f4;
  border: 1px solid rgba(59, 130, 246, 0.25);
}
.db-card__icon--orange {
  background: rgba(249, 115, 22, 0.12);
  color: #e05f06;
  border: 1px solid rgba(249, 115, 22, 0.25);
}
.db-card__icon--amber {
  background: rgba(245, 158, 11, 0.12);
  color: #cf8508;
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.db-card__icon--purple {
  background: rgba(168, 85, 247, 0.12);
  color: #942ef5;
  border: 1px solid rgba(168, 85, 247, 0.25);
}
.db-card__body {
  padding: 16px 20px;
  flex: 1;
}
.db-card__body--scroll {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
  padding: 0;
}
.db-card__body--scroll::-webkit-scrollbar {
  width: 4px;
}
.db-card__body--scroll::-webkit-scrollbar-track {
  background: transparent;
}
.db-card__body--scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}
.db-card__body--alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 20px;
}
.db-card__body.no-padding {
  padding: 0;
}

.db-stat {
  display: block;
  padding: 10px 0;
  color: #1e293b;
  text-decoration: none;
  border-bottom: 1px solid #e2e8f0;
}
.db-stat:last-child {
  border-bottom: none;
}
.db-stat:hover {
  text-decoration: none;
  color: #1e293b;
}
.db-stat__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.db-stat__label {
  font-size: 14px;
  color: #64748b;
}
.db-stat__value {
  font-size: 15px;
  font-weight: 700;
}
.db-stat__value--teal {
  color: #0b83b9;
}
.db-stat__value--red {
  color: #ed2d2d;
}
.db-stat__value--green {
  color: #1a9a49;
}

.db-progress {
  height: 7px;
  background: #e2e8f0;
  border-radius: 99px;
  overflow: hidden;
}
.db-progress__bar {
  height: 100%;
  border-radius: 99px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.db-progress__bar--teal {
  background: #0ea5e9;
}
.db-progress__bar--red {
  background: #ef4444;
}
.db-progress__bar--green {
  background: #22c55e;
}

.db-event-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #e2e8f0;
}
.db-event-row:last-child {
  border-bottom: none;
}
.db-event-row .db-event-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.db-event-row .db-event-label {
  flex: 1;
  font-size: 14px;
  color: #1e293b;
}
.db-event-row .db-event-count {
  font-size: 15px;
  font-weight: 700;
  min-width: 30px;
  text-align: right;
  color: #1e293b;
}
.db-event-row--green .db-event-dot {
  background: #22c55e;
}
.db-event-row--yellow .db-event-dot {
  background: #eab308;
}
.db-event-row--blue .db-event-dot {
  background: #3b82f6;
}
.db-event-row--red .db-event-dot {
  background: #ef4444;
}
.db-event-row--gray .db-event-dot {
  background: #64748b;
}
.db-event-row--green:hover {
  background: rgba(34, 197, 94, 0.05);
}
.db-event-row--yellow:hover {
  background: rgba(234, 179, 8, 0.05);
}
.db-event-row--blue:hover {
  background: rgba(59, 130, 246, 0.05);
}
.db-event-row--red:hover {
  background: rgba(239, 68, 68, 0.05);
}
.db-event-row--gray:hover {
  background: rgba(100, 116, 139, 0.05);
}

.db-hbank-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.db-hbank-row--total {
  margin-top: 4px;
}

.db-hbank-label {
  font-size: 14px;
  color: #64748b;
}

.db-hbank-value {
  font-size: 15px;
  font-weight: 700;
}
.db-hbank-value--green {
  color: #1a9a49;
}
.db-hbank-value--red {
  color: #ed2d2d;
}
.db-hbank-value--blue {
  color: #1469f4;
}
.db-hbank-value--neutral {
  color: #1e293b;
}

.db-hbank-divider {
  border-top: 1px solid #e2e8f0;
  margin: 4px 0;
}

.db-card--alert .db-card__header {
  border-bottom-color: rgba(245, 158, 11, 0.2);
}

.db-alert-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: #bb7808;
  line-height: 1;
  letter-spacing: -2px;
}

.db-alert-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.db-alert-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #bb7808;
  border: 1px solid rgba(245, 158, 11, 0.4);
  background: rgba(245, 158, 11, 0.1);
  transition: all 0.2s ease;
}
.db-alert-link:hover {
  background: rgba(245, 158, 11, 0.2);
  text-decoration: none;
  color: #ac6f07;
}
.db-alert-link--clear {
  color: #ed2d2d;
  border: 1px solid rgba(239, 68, 68, 0.3);
  background: rgba(239, 68, 68, 0.08);
}
.db-alert-link--clear:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #ec1e1e;
}

.db-rank-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e2e8f0;
}
.db-rank-row:last-child {
  border-bottom: none;
}

.db-rank-pos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  color: #fff;
}
.db-rank-pos--red {
  background: rgba(239, 68, 68, 0.12);
  color: #ed2d2d;
}
.db-rank-pos--orange {
  background: rgba(249, 115, 22, 0.12);
  color: #e05f06;
}
.db-rank-pos--yellow {
  background: rgba(234, 179, 8, 0.18);
  color: #6f5504;
}
.db-rank-pos--blue {
  background: rgba(59, 130, 246, 0.12);
  color: #1469f4;
}
.db-rank-pos--teal {
  background: rgba(14, 165, 233, 0.12);
  color: #0c8ac3;
}
.db-rank-pos--green {
  background: rgba(34, 197, 94, 0.12);
  color: #1a9a49;
}

.db-rank-name {
  flex: 1;
  font-size: 14px;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.db-rank-bar-wrap {
  width: 80px;
  height: 7px;
  background: #e2e8f0;
  border-radius: 99px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .db-rank-bar-wrap {
    width: 50px;
  }
}

.db-rank-bar {
  height: 100%;
  border-radius: 99px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.db-rank-bar--red {
  background: #ef4444;
}
.db-rank-bar--orange {
  background: #f97316;
}
.db-rank-bar--yellow {
  background: #eab308;
}
.db-rank-bar--blue {
  background: #3b82f6;
}
.db-rank-bar--teal {
  background: #0ea5e9;
}
.db-rank-bar--green {
  background: #22c55e;
}

.db-rank-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  padding: 3px 10px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.db-rank-badge--red {
  background: rgba(239, 68, 68, 0.12);
  color: #ed2d2d;
}
.db-rank-badge--orange {
  background: rgba(249, 115, 22, 0.12);
  color: #e05f06;
}
.db-rank-badge--yellow {
  background: rgba(234, 179, 8, 0.15);
  color: #876805;
}
.db-rank-badge--blue {
  background: rgba(59, 130, 246, 0.12);
  color: #1469f4;
}
.db-rank-badge--teal {
  background: rgba(14, 165, 233, 0.12);
  color: #0c8ac3;
}
.db-rank-badge--green {
  background: rgba(34, 197, 94, 0.12);
  color: #1a9a49;
}

.db-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid #e2e8f0;
}

.db-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #64748b;
}
.db-legend-item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  flex-shrink: 0;
}
.db-legend-item--default::before {
  background: #fcf8e3;
  border: 1px solid #d4c97a;
}
.db-legend-item--national::before {
  background: #8dd68d;
}
.db-legend-item--state::before {
  background: #ffb6b6;
}
.db-legend-item--city::before {
  background: #51ffff;
  border: 1px solid #00bcd4;
}
.db-legend-item--optional::before {
  background: #a0a0fd;
}

.db-feed-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 20px;
  border-bottom: 1px solid #e2e8f0;
  transition: background 0.15s ease;
}
.db-feed-item:last-child {
  border-bottom: none;
}
.db-feed-item:hover {
  background: #f8fafc;
}
.db-feed-item__main {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
  flex-wrap: wrap;
}
.db-feed-item__driver {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  text-decoration: none;
  white-space: nowrap;
}
.db-feed-item__driver:hover {
  color: #0c8ac3;
  text-decoration: none;
}
.db-feed-item__badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.db-feed-item__badge.label-success {
  background: rgba(34, 197, 94, 0.15);
  color: #199145;
}
.db-feed-item__badge.label-danger {
  background: rgba(239, 68, 68, 0.12);
  color: #ed2d2d;
}
.db-feed-item__badge.label-warning {
  background: rgba(245, 158, 11, 0.15);
  color: #ac6f07;
}
.db-feed-item__badge.label-info {
  background: rgba(14, 165, 233, 0.12);
  color: #0c8ac3;
}
.db-feed-item__badge.label-default {
  background: rgba(100, 116, 139, 0.12);
  color: #4f5b6d;
}
.db-feed-item__badge.label-primary {
  background: rgba(59, 130, 246, 0.12);
  color: #1469f4;
}
.db-feed-item__text {
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.db-feed-item__comments {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #2372f5;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 99px;
  padding: 2px 9px;
  text-decoration: none;
}
.db-feed-item__comments:hover {
  background: rgba(59, 130, 246, 0.18);
  text-decoration: none;
  color: #1469f4;
}
.db-feed-item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.db-feed-item__time {
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
}
.db-feed-item__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #0c8ac3;
  background: rgba(14, 165, 233, 0.1);
  border-radius: 99px;
  padding: 4px 12px;
  text-decoration: none;
  white-space: nowrap;
}
.db-feed-item__link:hover {
  background: rgba(14, 165, 233, 0.18);
  text-decoration: none;
  color: #0b7caf;
}

.db-empty {
  color: #64748b;
  font-size: 14px;
  text-align: center;
  padding: 24px 0;
  margin: 0;
}

.content .db-card {
  margin-bottom: 0;
  box-shadow: none;
}
.content .db-card .fc-toolbar h2 {
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .db-row > [class*=col-] {
    margin-bottom: 14px;
  }
  .db-card__body--scroll {
    max-height: 260px;
  }
}
.modal .modal-xl {
  width: 100% !important;
}
.modal.holiday-modal .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
@media (width >= 992px) {
  .modal.holiday-modal .modal-dialog {
    display: block;
    padding: 0;
  }
}
.modal.holiday-modal .modal-dialog::before, .modal.holiday-modal .modal-dialog::after {
  display: none;
}
.modal.holiday-modal .modal-dialog .modal-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px 0;
  width: 100%;
}
@media (width >= 992px) {
  .modal.holiday-modal .modal-dialog .modal-content {
    padding: 26px;
  }
}
.modal.holiday-modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0;
}
.modal.holiday-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  padding: 0;
}
.modal.holiday-modal .modal-dialog .modal-content .modal-body .form-group {
  margin: 0;
}
.modal.holiday-modal .modal-dialog .modal-content .modal-body .form-group label {
  padding: 0;
}
.modal.holiday-modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal.holiday-modal .modal-dialog .modal-content .modal-footer a,
.modal.holiday-modal .modal-dialog .modal-content .modal-footer button {
  margin: 0;
  width: 100%;
}
.modal.holiday-modal .modal-dialog .modal-content .modal-footer::before {
  display: none;
}
.modal.drivers-modal .modal-dialog .modal-content .modal-body .card {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.modal.drivers-modal .modal-dialog .modal-content .modal-body .card .card-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-direction: column;
}
@media (width >= 992px) {
  .modal.drivers-modal .modal-dialog .modal-content .modal-body .card .card-footer {
    flex-direction: row;
    gap: 12px;
  }
}
.modal.drivers-modal .modal-dialog .modal-content .modal-body .card .card-footer .btn-crud {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #31b0d5;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.modal.drivers-modal .modal-dialog .modal-content .modal-body .card .card-footer .btn-crud:hover {
  background-color: #2490af;
}
.modal.drivers-modal .modal-dialog .modal-content .modal-body .card .card-footer .btn-crud.remove {
  background-color: #ced2d8;
  color: #585555;
}
.modal.drivers-modal .modal-dialog .modal-content .modal-body .card .card-footer .btn-crud.remove:hover {
  background-color: #b2b8c1;
}
.modal.drivers-modal .modal-dialog .modal-content .modal-footer {
  justify-content: flex-end;
  display: flex;
}
.modal.drivers-modal .modal-dialog .modal-content .modal-footer .close-modal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #ced2d8;
  color: #585555;
  border: none;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: clamp(0.8rem, 1vw + 0.5rem, 1.2rem);
}
.modal.drivers-modal .modal-dialog .modal-content .modal-footer .close-modal:hover {
  background-color: #b2b8c1;
}
.modal.occ-modal .modal-content {
  border-radius: 6px;
  overflow: hidden;
}
.modal.occ-modal .modal-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 5px 15px;
  color: #fff;
  background-color: #286090;
}
.modal.occ-modal .modal-header::after, .modal.occ-modal .modal-header::before {
  display: none;
}
.modal.occ-modal .modal-body {
  padding: 0;
}
.modal.occ-modal .occ-modal-body {
  padding: 0 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal.occ-modal .occ-header {
  padding-top: 18px;
}
.modal.occ-modal .occ-header .occ-tabs {
  margin-bottom: 4px;
}
.modal.occ-modal .occ-header .occ-tabs .occ-tabs-list {
  border: 1px solid #e6e9ef;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  gap: 0.5rem;
  padding: 4px;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02);
}
.modal.occ-modal .occ-header .occ-tabs .occ-tabs-list li {
  margin-bottom: 0;
}
.modal.occ-modal .occ-header .occ-tabs .occ-tabs-list li a {
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  color: #495057;
}
.modal.occ-modal .occ-header .occ-tabs .occ-tabs-list li a:hover {
  color: #212529;
}
.modal.occ-modal .occ-header .occ-tabs .occ-tabs-list li a.active {
  color: #0d6efd;
  background-color: #e9f2ff;
  border-radius: 4px;
}
.modal.occ-modal .occ-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid #e6e9ef;
  padding-bottom: 16px;
}
.modal.occ-modal .occ-toolbar button {
  width: 100%;
}
@media (width >= 992px) {
  .modal.occ-modal .occ-toolbar button {
    min-width: 160px;
    width: inherit;
  }
}
.modal.occ-modal .occ-toolbar .form-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media (width >= 992px) {
  .modal.occ-modal .occ-toolbar .form-inline {
    width: auto;
  }
}
.modal.occ-modal .occ-toolbar .form-inline label {
  margin-bottom: 0;
  font-weight: 500;
}
.modal.occ-modal .occ-toolbar .form-inline select {
  min-width: 220px;
}
.modal.occ-modal .occ-table {
  width: 100%;
}
.modal.occ-modal .occ-table .table {
  display: table;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e9ef;
  border-collapse: collapse;
}
.modal.occ-modal .occ-table .table .thead {
  display: table-header-group;
}
.modal.occ-modal .occ-table .table .tbody {
  display: table-row-group;
}
.modal.occ-modal .occ-table .table .tr:has(.item) {
  display: contents;
}
.modal.occ-modal .occ-table .table .item {
  display: table-row;
}
.modal.occ-modal .occ-table .table .tr {
  display: table-row;
}
.modal.occ-modal .occ-table .table .th,
.modal.occ-modal .occ-table .table .td {
  display: table-cell;
  vertical-align: middle;
  border-top: none;
  padding: 12px 14px;
  font-size: 12px;
}
.modal.occ-modal .occ-table .table .th:nth-child(1),
.modal.occ-modal .occ-table .table .td:nth-child(1) {
  width: 60px;
  text-align: center;
}
.modal.occ-modal .occ-table .table .occ-cat-block {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}
.modal.occ-modal .occ-table .table .occ-cat-green {
  background-color: #28a745;
}
.modal.occ-modal .occ-table .table .occ-cat-gray {
  background-color: #6c757d;
}
.modal.occ-modal .occ-table .table .occ-cat-light {
  background-color: #f0ad4e;
}
.modal.occ-modal .occ-table .table .tr:hover,
.modal.occ-modal .occ-table .table .item:hover {
  background-color: #f8f9fa;
}
.modal.occ-modal .occ-table .table .occ-action-text {
  color: #0d6efd;
  font-size: 12px;
  white-space: nowrap;
}
.modal.occ-modal .occ-table .table .occ-action-text a {
  color: inherit;
  text-decoration: underline;
}
.modal.occ-modal .occ-table .table .occ-row-deleted .td:nth-child(n+2):nth-child(-n+7),
.modal.occ-modal .occ-table .table .occ-row-edited-old .td:nth-child(n+2):nth-child(-n+7) {
  position: relative;
}
.modal.occ-modal .occ-table .table .occ-row-deleted .td:nth-child(n+2):nth-child(-n+7)::after,
.modal.occ-modal .occ-table .table .occ-row-edited-old .td:nth-child(n+2):nth-child(-n+7)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}
.modal.occ-modal .occ-table .table .occ-row-deleted .td:nth-child(n+2):nth-child(-n+7)::after {
  background-color: #dc3545;
}
.modal.occ-modal .occ-table .table .occ-row-deleted .occ-action-text {
  color: #dc3545;
}
.modal.occ-modal .occ-table .table .occ-row-edited-old .td:nth-child(n+2):nth-child(-n+7)::after {
  background-color: #0d6efd;
}
.modal.occ-modal .occ-table .table .occ-row-edited-new .occ-action-text {
  color: #0d6efd;
}
.modal.occ-modal .occurrence-map-wrapper {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.modal.occ-modal .occurrence-map-container {
  width: 100%;
  min-height: 420px;
  border-radius: 4px;
  border: 1px solid #cfd5dd;
}
.modal.occ-modal .occurrence-map-empty {
  color: #6c6c6c;
  font-weight: 600;
  margin: 0;
}

#ocurrenceModal .modal-content {
  height: 82vh;
  max-height: 82vh;
  display: flex;
  flex-direction: column;
}
#ocurrenceModal .modal-body {
  flex: 1;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#ocurrenceModal .occ-modal-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
#ocurrenceModal .modal-header.occ-modal-head {
  background: #0F182E;
  border: none;
  padding: 16px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 0;
}
#ocurrenceModal .occ-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
}
#ocurrenceModal .occ-head-top .modal-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.01em;
}
#ocurrenceModal .occ-head-top .modal-title i {
  opacity: 0.65;
  margin-right: 6px;
}
#ocurrenceModal .occ-head-close {
  color: #fff;
  opacity: 0.6;
  font-size: 20px;
  margin: 0;
  padding: 0;
  line-height: 1;
  float: none;
}
#ocurrenceModal .occ-head-close:hover {
  opacity: 1;
}

#occ-tabs {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: none;
}
#occ-tabs > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
  white-space: nowrap;
}
#occ-tabs > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
  border-color: transparent;
}
#occ-tabs > li.active > a,
#occ-tabs > li.active > a:focus,
#occ-tabs > li.active > a:hover {
  color: #fff;
  font-weight: 700;
  border-bottom: 3px solid #e74c3c;
  background: rgba(255, 255, 255, 0.08);
}

#occ-tab-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 16px;
}

.occ-toolbar {
  margin-bottom: 10px;
}
.occ-toolbar .occ-create-new {
  width: 100%;
  background-color: #0F182E;
  border-color: #0F182E;
  color: #fff;
  font-weight: 600;
}
.occ-toolbar .occ-create-new:hover, .occ-toolbar .occ-create-new:focus {
  background-color: #19284d;
  border-color: #19284d;
  color: #fff;
}

.occ-filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 0 10px;
}
.occ-filter-bar input,
.occ-filter-bar select {
  height: 30px;
  border: 1px solid #e0e4eb;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 8px;
  color: #374151;
  background: #fff;
  outline: none;
}
.occ-filter-bar input:focus,
.occ-filter-bar select:focus {
  border-color: #94a3b8;
}

.occ-events-wrap {
  border: 1px solid #e5e9f0;
  border-radius: 8px;
  overflow: hidden;
}

.occ-events-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.occ-events-table thead tr {
  background: #0F182E;
  border-bottom: 2px solid #0a1020;
}
.occ-events-table thead th {
  padding: 9px 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.occ-events-table thead th.occ-th-sort {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.occ-events-table thead th.occ-th-sort:hover {
  background: #162040;
}
.occ-events-table tbody tr {
  border-bottom: 1px solid #edf0f5;
  transition: background 0.12s;
}
.occ-events-table tbody tr:last-child {
  border-bottom: none;
}
.occ-events-table tbody tr:hover {
  background: #f7f9fc;
}
.occ-events-table td {
  padding: 8px 12px;
  color: #374151;
  vertical-align: middle;
}

.occ-sort-icon {
  font-style: normal;
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}
.occ-sort-icon.on {
  opacity: 1;
  color: #f87171;
}

.occ-snap-original {
  display: block;
  color: #9ca3af;
  font-size: 11px;
  text-decoration: line-through;
  line-height: 1.3;
}

.occ-snap-current {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}

.occ-row-deleted {
  background: #fff5f5 !important;
  opacity: 0.85;
}
.occ-row-deleted td {
  color: #9ca3af;
  text-decoration: line-through;
}
.occ-row-deleted td.no-strike {
  text-decoration: none;
}

.occ-badge-deleted {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: #dc2626;
  background: #fee2e2;
  border-radius: 4px;
  padding: 1px 6px;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.btn-restore {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #d97706;
  color: #d97706;
  background: transparent;
  cursor: pointer;
  transition: all 0.15s ease;
}
.btn-restore:hover {
  background: #d97706;
  color: #fff;
}

.occ-pos-wrap {
  border: 1px solid #e5e9f0;
  border-radius: 8px;
  overflow: hidden;
}

.occ-pos-scroll {
  overflow-y: visible;
}

.occ-pos-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.occ-pos-table thead tr {
  background: #0F182E;
  border-bottom: 2px solid #0a1020;
}
.occ-pos-table thead th {
  padding: 9px 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.occ-pos-table thead th.occ-th-sort {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.occ-pos-table thead th.occ-th-sort:hover {
  background: #162040;
}
.occ-pos-table tbody tr {
  border-bottom: 1px solid #edf0f5;
  transition: background 0.12s;
}
.occ-pos-table tbody tr:last-child {
  border-bottom: none;
}
.occ-pos-table tbody tr:hover {
  background: #f7f9fc;
}
.occ-pos-table td {
  padding: 8px 12px;
  color: #374151;
  vertical-align: middle;
}

.occ-pos-sort-icon {
  font-style: normal;
  font-size: 10px;
  opacity: 0.4;
  margin-left: 3px;
}
.occ-pos-sort-icon.on {
  opacity: 1;
  color: #e74c3c;
}

.occ-plate-badge {
  display: inline-block;
  background: #1e293b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 4px;
}

.occ-ignition-on {
  color: #16a34a;
  font-weight: 600;
}

.occ-ignition-off {
  color: #9ca3af;
}

.occ-pos-map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #e74c3c;
  background: transparent;
  color: #e74c3c;
  cursor: pointer;
  transition: all 0.15s ease;
}
.occ-pos-map-btn:hover {
  background: #e74c3c;
  color: #fff;
}

.occ-pos-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 12px;
  background: #f4f6f9;
  border-top: 1px solid #e0e4eb;
}

@keyframes stickyReturn {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.login-page {
  background-color: #0F182E;
  color: #fff;
}
.login-page .row {
  margin: 0;
}
.login-page .row .left-content,
.login-page .row .admin-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100dvh;
}
.login-page .row .left-content .controll-resposive,
.login-page .row .admin-content .controll-resposive {
  transform: unset;
  padding: 0;
}
@media (width <= 1400px) {
  .login-page .row .left-content .controll-resposive,
  .login-page .row .admin-content .controll-resposive {
    transform: scale(0.9);
  }
}
.login-page .row .left-content .card,
.login-page .row .admin-content .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #2c2c2c;
  gap: 20px 0;
}
@media (width >= 992px) {
  .login-page .row .left-content .card,
  .login-page .row .admin-content .card {
    gap: 40px 0;
  }
}
.login-page .row .left-content .card .btn-default,
.login-page .row .admin-content .card .btn-default {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #1A316F;
  color: #fff;
  width: 100%;
  border-radius: 10px;
  outline: none;
  border: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  overflow: hidden;
  transition: color 0.3s ease background-color 0.3s ease ease;
  text-decoration: none;
  height: 38px;
}
@media (width >= 992px) {
  .login-page .row .left-content .card .btn-default,
  .login-page .row .admin-content .card .btn-default {
    height: 60px;
    font-size: 18px;
  }
}
.login-page .row .left-content .card .btn-default::before,
.login-page .row .admin-content .card .btn-default::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-20deg);
  z-index: 0;
}
.login-page .row .left-content .card .btn-default > *,
.login-page .row .admin-content .card .btn-default > * {
  position: relative;
  z-index: 1;
}
.login-page .row .left-content .card .btn-default:hover,
.login-page .row .admin-content .card .btn-default:hover {
  background-color: #101f46;
}
.login-page .row .left-content .card .btn-default:hover::before,
.login-page .row .admin-content .card .btn-default:hover::before {
  animation: shine 1.2s linear infinite;
}
.login-page .row .left-content .card .btn-default:disabled,
.login-page .row .admin-content .card .btn-default:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.login-page .row .left-content .card .btn-default.download,
.login-page .row .admin-content .card .btn-default.download {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #c1c1c1;
  color: #747474;
  gap: 15px;
  padding: 10px 20px;
  cursor: pointer;
}
.login-page .row .left-content .card .btn-default.download:hover,
.login-page .row .admin-content .card .btn-default.download:hover {
  color: #fff;
  background-color: #747474;
}
.login-page .row .left-content .card .btn-default.download::before,
.login-page .row .admin-content .card .btn-default.download::before {
  display: none;
}
.login-page .row .left-content .card .card-header,
.login-page .row .admin-content .card .card-header {
  display: flex;
  flex-direction: column;
  gap: 3px 0;
}
.login-page .row .left-content .card .card-header .title,
.login-page .row .admin-content .card .card-header .title {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
}
@media (width: 992px) {
  .login-page .row .left-content .card .card-header .title,
  .login-page .row .admin-content .card .card-header .title {
    font-size: 40px;
  }
}
.login-page .row .left-content .card .card-header .warning,
.login-page .row .admin-content .card .card-header .warning {
  margin: 0;
  font-size: 16px;
}
@media (width: 992px) {
  .login-page .row .left-content .card .card-header .warning,
  .login-page .row .admin-content .card .card-header .warning {
    font-size: 23px;
  }
}
.login-page .row .left-content .card .card-header img,
.login-page .row .admin-content .card .card-header img {
  width: auto;
  height: auto;
  display: block;
}
@media (width >= 992px) {
  .login-page .row .left-content .card .card-header img,
  .login-page .row .admin-content .card .card-header img {
    width: 200px;
  }
}
.login-page .row .left-content .card .card-body fieldset,
.login-page .row .admin-content .card .card-body fieldset {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (width >= 992px) {
  .login-page .row .left-content .card .card-body fieldset,
  .login-page .row .admin-content .card .card-body fieldset {
    gap: 20px;
  }
}
.login-page .row .left-content .card .card-body fieldset .form-group,
.login-page .row .admin-content .card .card-body fieldset .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin: 0;
}
.login-page .row .left-content .card .card-body fieldset .form-group label,
.login-page .row .admin-content .card .card-body fieldset .form-group label {
  margin: 0;
  color: #747474;
}
.login-page .row .left-content .card .card-body fieldset .form-group .form-control,
.login-page .row .admin-content .card .card-body fieldset .form-group .form-control {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  color: #000;
  border-radius: 10px;
  padding-left: 45px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 45px;
}
.login-page .row .left-content .card .card-body fieldset .form-group .form-control::-moz-placeholder, .login-page .row .admin-content .card .card-body fieldset .form-group .form-control::-moz-placeholder {
  color: #747474;
}
.login-page .row .left-content .card .card-body fieldset .form-group .form-control::placeholder,
.login-page .row .admin-content .card .card-body fieldset .form-group .form-control::placeholder {
  color: #747474;
}
@media (width >= 992px) {
  .login-page .row .left-content .card .card-body fieldset .form-group .form-control,
  .login-page .row .admin-content .card .card-body fieldset .form-group .form-control {
    height: 60px;
  }
}
.login-page .row .left-content .card .card-body fieldset .form-group .icon,
.login-page .row .admin-content .card .card-body fieldset .form-group .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: unset;
  left: 0;
  top: 25px;
  width: 50px;
  border-radius: 10px 0 0 10px;
  font-size: 20px;
  color: #747474;
  transition: all 0.3s ease;
  height: 45px;
}
@media (width >= 992px) {
  .login-page .row .left-content .card .card-body fieldset .form-group .icon,
  .login-page .row .admin-content .card .card-body fieldset .form-group .icon {
    height: 60px;
  }
}
.login-page .row .left-content .card .card-body fieldset .form-group:focus-within .form-control,
.login-page .row .admin-content .card .card-body fieldset .form-group:focus-within .form-control {
  padding-left: 60px;
}
.login-page .row .left-content .card .card-body fieldset .form-group:focus-within .icon,
.login-page .row .admin-content .card .card-body fieldset .form-group:focus-within .icon {
  background-color: #1A316F;
}
.login-page .row .left-content .card .card-body fieldset .form-group:focus-within i,
.login-page .row .admin-content .card .card-body fieldset .form-group:focus-within i {
  transform: scale(1.2);
  color: #fff;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox .link-forgot,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox .link-forgot {
  color: #1A316F;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox .link-forgot:hover,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox .link-forgot:hover {
  text-decoration: underline;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox-custom,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox-custom {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox-custom input,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox-custom .checkmark,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox-custom .checkmark {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #cfd4dc;
  background: #fff;
  transition: all 0.2s ease;
  display: flex;
  justify-content: center;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox-custom .checkmark::after,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox-custom .checkmark::after {
  content: "";
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox-custom input:checked ~ .checkmark,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox-custom input:checked ~ .checkmark {
  background-color: #1A316F;
  border-color: #1A316F;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox-custom input:checked ~ .checkmark::after,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox-custom input:checked ~ .checkmark::after {
  opacity: 1;
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox-custom input:focus ~ .checkmark,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox-custom input:focus ~ .checkmark {
  box-shadow: 0 0 0 3px rgba(37, 104, 252, 0.2);
}
.login-page .row .left-content .card .card-body fieldset .form-group .checkbox-custom .label-text,
.login-page .row .admin-content .card .card-body fieldset .form-group .checkbox-custom .label-text {
  font-size: 14px;
  color: #747474;
  font-weight: 600;
  text-transform: uppercase;
}
.login-page .row .left-content .card .card-footer,
.login-page .row .admin-content .card .card-footer {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (width >= 992px) {
  .login-page .row .left-content .card .card-footer,
  .login-page .row .admin-content .card .card-footer {
    gap: 40px 0;
  }
}
.login-page .row .left-content .card .card-footer .download-app,
.login-page .row .admin-content .card .card-footer .download-app {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px 0;
}
.login-page .row .left-content .card .card-footer .download-app .message,
.login-page .row .admin-content .card .card-footer .download-app .message {
  margin: 0;
  font-size: 15px;
  color: #747474;
}
.login-page .row .left-content .card .card-footer .warning-bottom,
.login-page .row .admin-content .card .card-footer .warning-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
}
.login-page .row .left-content .card .card-footer .warning-bottom .line,
.login-page .row .admin-content .card .card-footer .warning-bottom .line {
  flex-grow: 1;
  height: 1px;
  background-color: #c1c1c1;
}
.login-page .row .left-content .card .card-footer .warning-bottom .named,
.login-page .row .admin-content .card .card-footer .warning-bottom .named {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #747474;
}
.login-page .row .right-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
}
@media (width >= 992px) {
  .login-page .row .right-content {
    height: 100dvh;
    display: block;
  }
}
.login-page .row .right-content::before {
  content: "";
  width: 600px;
  height: 600px;
  background-color: #352C44;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  filter: blur(50px);
}
.login-page .row .right-content::after {
  content: "";
  width: 600px;
  height: 600px;
  background-color: #1A316F;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
}
.login-page .row .right-content .card {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}
.login-page .row .right-content .card .card-header img {
  width: 250px;
}
.login-page .row .right-content .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media (width >= 1300px) {
  .login-page .row .right-content .card .card-body {
    gap: 40px 0;
  }
}
.login-page .row .right-content .card .card-body .title {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 35px;
}
@media (width >= 1920px) {
  .login-page .row .right-content .card .card-body .title {
    font-size: 60px;
  }
}
.login-page .row .right-content .card .card-body .text {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #7289B5;
}
@media (width >= 1920px) {
  .login-page .row .right-content .card .card-body .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.login-page .row .right-content .card .card-body .list {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 15px;
}
.login-page .row .right-content .card .card-body .list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.login-page .row .right-content .card .card-body .list li .circle {
  width: 10px;
  height: 10px;
  background-color: #FFA500;
  border-radius: 50%;
  opacity: 1;
}
.login-page .row .right-content .card .card-body .list li p {
  margin: 0;
  color: #7289B5 !important;
}
@media (width >= 1920px) {
  .login-page .row .right-content .card .card-body .list li p {
    font-size: 18px;
  }
}
.login-page .row .right-content .card .card-footer {
  font-weight: 500;
  color: #7289B5;
}
.login-page .row .right-content .card .card-footer .copy {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.login-page .row .right-content .card .card-footer .copy img {
  display: block;
  width: 40px;
  height: auto;
  transition: all 0.3s ease;
}
.login-page .row .right-content .card .card-footer .copy:hover {
  text-decoration: none;
}
.login-page .row .right-content .card .card-footer .copy:hover img {
  opacity: 0.7;
}
.login-page .row .login-box {
  width: auto;
  margin: 0;
}
.login-page .row .login-box .login-box-body {
  background-color: transparent;
}
.login-page .row .admin-content {
  background-color: transparent;
  position: relative;
  padding: 14px;
  overflow: hidden;
}
.login-page .row .admin-content::before {
  content: "";
  width: 600px;
  height: 600px;
  background-color: #352C44;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  filter: blur(50px);
}
.login-page .row .admin-content::after {
  content: "";
  width: 600px;
  height: 600px;
  background-color: #1A316F;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
}
.login-page .row .admin-content .controll-resposive {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}
.login-page .row .admin-content .controll-resposive .card {
  gap: 15px;
  background-color: #f8f8ff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
@media (width >= 992px) {
  .login-page .row .admin-content .controll-resposive .card {
    gap: 20px;
    padding: 26px;
  }
}
.login-page .row .admin-content .controll-resposive .card .card-header {
  text-align: center;
}
.login-page .row .admin-content .controll-resposive .card .card-header .title {
  font-size: 18px;
}
@media (width >= 992px) {
  .login-page .row .admin-content .controll-resposive .card .card-header .title {
    font-size: 24px;
  }
}
.login-page .row .admin-content .controll-resposive .card .card-header .warning {
  font-size: 13px;
}
@media (width >= 992px) {
  .login-page .row .admin-content .controll-resposive .card .card-header .warning {
    font-size: 16px;
  }
}
.login-page .row .admin-content .controll-resposive .card .card-body fieldset {
  gap: 20px;
}

@keyframes stickyReturn {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
p {
  margin: 0 !important;
}

.ritz .waffle {
  width: 100% !important;
  border-collapse: collapse !important;
}
.ritz .waffle a {
  color: inherit;
}
.ritz .waffle td {
  text-overflow: ellipsis;
}
.ritz .waffle tr {
  height: auto !important;
}
.ritz .waffle tbody {
  border-left: 1px solid #c8d0dc;
}
.ritz .waffle tbody tr:nth-child(even) td {
  background-color: #f5f7fb !important;
}

.border {
  border: 1px solid #000;
}

.relatorio-ponto.fixed thead {
  position: relative;
  z-index: 10;
  transition: box-shadow 0.2s ease;
}
.relatorio-ponto.fixed thead tr {
  background-color: transparent !important;
}
.relatorio-ponto.fixed thead td {
  transition: transform 80ms ease-out;
}
.relatorio-ponto.fixed thead.is-sticky {
  box-shadow: 0 4px 12px rgba(26, 42, 74, 0.2);
  border-bottom: 2px solid #1a316f;
}
.relatorio-ponto.fixed thead.is-sticky-return {
  animation: stickyReturn 0.3s ease-out forwards;
}

table {
  border-collapse: collapse !important;
}

col {
  width: auto !important;
}

tr {
  height: auto !important;
}

td:empty {
  padding: 0 !important;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.gap {
  height: 20px;
}

.grid-container {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  padding: 26px 10px;
  position: relative;
}

.report-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.report-header {
  font-family: Arial, sans-serif;
  border: 1px solid #0f182e;
  border-radius: 6px;
  overflow: hidden;
}
.report-header__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1a316f;
  color: #ffffff;
  padding: 14px 20px;
  gap: 16px;
}
.report-header__logo {
  flex-shrink: 0;
}
.report-header__logo .logo-pdf {
  width: 260px;
  margin-bottom: 0;
}
.report-header__title {
  flex: 1;
  text-align: center;
  font-size: clamp(15px, 1.8vw, 22px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.report-header__company {
  flex-shrink: 0;
  text-align: right;
  font-size: clamp(9px, 1vw, 12px);
  line-height: 1.6;
  max-width: 260px;
}
.report-header__company-name {
  font-weight: 700;
  font-size: clamp(11px, 1.15vw, 14px);
  margin-bottom: 3px !important;
}
.report-header__employee {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background-color: #f0f3f8;
  border-top: 3px solid #1a316f;
}
.report-header__field {
  display: flex;
  flex-direction: column;
  padding: 9px 16px;
  border-right: 1px solid #d0d7e6;
  min-width: 120px;
  flex: 1;
}
.report-header__field:last-child {
  border-right: none;
}
.report-header__label {
  font-size: clamp(8px, 0.85vw, 10px);
  font-weight: 700;
  text-transform: uppercase;
  color: #1a316f;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.report-header__value {
  font-size: clamp(10px, 1.05vw, 13px);
  color: #1a1a2e;
  font-weight: 500;
}

.head-content {
  display: flex;
  flex-direction: column;
  font-size: clamp(8px, 1vw, 12px);
  font-family: sans-serif;
  padding: 0 !important;
}
.head-content.left-content {
  align-items: unset !important;
  gap: 12px 0;
}
.head-content.box-logo {
  align-items: unset !important;
}
.head-content .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.head-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.head-content .employee-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.grouped-fields .box-logo img {
  margin: 0 auto;
}

.field-employee {
  font-weight: 600;
}

.flexible-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 6px 0;
}
@media (width >= 992px) {
  .flexible-content {
    flex-direction: row;
    align-items: center;
  }
}
.flexible-content .title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  width: 100%;
}
@media (width >= 992px) {
  .flexible-content .title {
    font-size: 25px;
  }
}

.resize-row {
  text-align: left !important;
  padding: 0 3px;
  width: clamp(200px, 30vw, 300px);
}

.group-cards {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex: 1;
}

.bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transform: scale(0.99);
  flex-direction: column;
}
@media (width >= 992px) {
  .bottom-content {
    flex-direction: row;
  }
}

.footer-archive {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (width >= 992px) {
  .footer-archive {
    flex-direction: row;
  }
}
.footer-archive .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: clamp(8px, 1vw, 10px);
}
.footer-archive .alert-title {
  font-weight: 700;
  font-size: clamp(8px, 1vw, 10px);
}
.footer-archive .text {
  width: clamp(220px, 35vw, 300px);
}
.footer-archive .alert-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transform: scale(0.98);
  font-size: clamp(8px, 1vw, 10px);
}
.footer-archive .alert-box .alert {
  width: clamp(220px, 35vw, 300px);
}

.s23,
.s24,
.s25,
.s26,
.s27,
.s28 {
  border-bottom: 1px solid #0f182e;
  border-right: 1px solid #0f182e;
  background-color: #1a316f;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-family: Arial;
  font-size: clamp(8px, 1vw, 11px);
  vertical-align: middle;
  direction: ltr;
  padding: 4px 5px;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.s26,
.s27 {
  white-space: normal;
  word-wrap: break-word;
}

.s28 {
  vertical-align: bottom;
}

.s31 {
  border-bottom: 1px solid #b0b8c8;
  border-right: 1px solid #b0b8c8;
  background-color: #ffffff;
  text-align: left;
  color: #222;
  font-family: Arial;
  font-size: clamp(10px, 0.85vw, 13px);
  vertical-align: middle;
  direction: ltr;
  padding: 3px 5px;
}

.s32 {
  border-bottom: 1px solid #b0b8c8;
  border-right: 1px solid #b0b8c8;
  background-color: #ffffff;
  text-align: center;
  color: #222;
  font-family: Arial;
  font-size: clamp(10px, 0.85vw, 13px);
  vertical-align: middle;
  direction: ltr;
  padding: 3px 5px;
}

.summary-row-table {
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #1a316f;
  border-radius: 6px;
}
.summary-row-table .s23 {
  background-color: #1a316f !important;
  color: #fff !important;
  padding: 5px 10px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: 1px solid #6b7a8d !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.summary-row-table .s23:first-child {
  border-left: none !important;
}
.summary-row-table .s32 {
  color: #000 !important;
  padding: 5px 14px !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: 1px solid #6b7a8d !important;
}
.summary-row-table .s32:last-child {
  border-right: none !important;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: clip;
  border: 1px solid #0f182e;
  border-radius: 6px;
  overflow: hidden;
}
.table-scroll table {
  min-width: clamp(900px, 120vw, 1400px);
}

.table-card {
  border: 1px solid #b0b8c8;
  border-radius: 6px;
  overflow: hidden;
  flex: 1;
}
.table-card .waffle {
  width: 100%;
}

.message {
  width: clamp(220px, 35vw, 300px);
}

@page {
  size: A4 portrait;
  margin: 3mm;
}
img {
  max-width: 100%;
  height: auto;
}

.logo-pdf {
  width: 150px;
  margin-bottom: 10px;
}

.show-modal-ocurrence {
  border: none;
  padding: 0;
  background-color: transparent;
}
.show-modal-ocurrence:hover {
  text-decoration: underline;
  color: #00aeff;
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
  }
  .ritz {
    overflow: visible !important;
  }
  .ritz .waffle {
    width: 100% !important;
    page-break-after: auto;
    border-collapse: collapse !important;
  }
  .ritz .waffle tr {
    page-break-inside: avoid !important;
  }
  .ritz .waffle td {
    font-size: 8.7px !important;
    padding: 1px 2px !important;
  }
  .ritz .waffle tbody tr {
    page-break-inside: avoid !important;
  }
  .s23,
  .s24,
  .s25,
  .s26,
  .s27,
  .s28 {
    background-color: #1a316f !important;
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .summary-row-table .s23 {
    background-color: #1a316f !important;
    color: #ffffff !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: 1px solid #6b7a8d !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .summary-row-table .s23:first-child {
    border-left: none !important;
  }
  .summary-row-table .s32 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: 1px solid #6b7a8d !important;
  }
  .summary-row-table .s32:last-child {
    border-right: none !important;
  }
  .ritz .waffle tbody tr:nth-child(even) td {
    background-color: #f5f7fb !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  td,
  th {
    border: 1px solid #b0b8c8 !important;
  }
  .s23,
  .s24,
  .s25,
  .s26,
  .s27,
  .s28 {
    border-color: #0f182e !important;
  }
  .area-report {
    page-break-after: always !important;
    -moz-column-break-after: always !important;
         break-after: always !important;
    page-break-before: avoid !important;
    width: 100% !important;
  }
  .area-report:last-child, .area-report:last-of-type {
    page-break-after: avoid !important;
    -moz-column-break-after: avoid !important;
         break-after: avoid !important;
  }
  .head-content,
  .bottom-content,
  .footer-archive {
    page-break-inside: avoid !important;
  }
  .report-header__logo .logo-pdf {
    width: 160px !important;
    margin-bottom: 0 !important;
  }
  .bottom-content {
    flex-direction: row !important;
    align-items: flex-start !important;
    transform: none !important;
  }
  .alert-box {
    transform: none !important;
  }
  .footer-archive {
    flex-direction: row !important;
  }
  .report-block {
    width: 100% !important;
  }
  .table-scroll {
    overflow: visible !important;
    width: 100% !important;
    border: none !important;
  }
  .table-scroll table {
    min-width: auto !important;
    width: 100% !important;
  }
  .relatorio-ponto.fixed thead {
    transform: none !important;
    position: static !important;
  }
  .report-header {
    page-break-inside: avoid !important;
    overflow: hidden !important;
  }
  .report-header__banner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    background-color: #1a316f !important;
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .report-header__banner * {
    color: #ffffff !important;
  }
  .report-header__employee {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    background-color: #f0f3f8 !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .report-header__label {
    color: #1a316f !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .report-header__value {
    color: #222 !important;
  }
}
