:root {
  --dark-blue: #1B202C;
  --medium-blue: #1041a7;
  --medium-blue-15: #1041a733;
  --medium-blue-25: #839cc4;
  --off-white: #FFFCE6;
  --sidenav-width: 250px;
  --navbar-height: 84px;
  --background-color: #FFF;
  --text-color: #1B202C;
  --primary-text-light-color: #D2AD4D !important;
  --primary-text-dark-color: #734d19 !important;
  --primary-background-color: linear-gradient(to top, #131211 0%, #414040 100%) !important;
  --secondary-text-color: #688a5d !important;
  --secondary-background-color: #f5f2e8 !important;
}

.dark-blue {
  background: var(--dark-blue) !important;
}

.dark-blue-text {
  color: var(--dark-blue) !important;
}

.medium-blue {
  background: var(--medium-blue) !important;
}

.medium-blue-text {
  color: var(--medium-blue) !important;
}

.off-white {
  background: var(--off-white) !important;
}

.off-white-text {
  color: var(--off-white) !important;
}

.primary-text-dark-color {
  color: var(--primary-text-dark-color) !important;
}

.primary-color {
  background-color: var(--primary-text-light-color) !important;
}

.secondary-color {
  background-color: var(--secondary-background-color) !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 11.5px;
  line-height: 1.8;
  font-weight: 400;
  background-color: #e7ecec;
  color: grey;
}

.wallpaper {
  background-color: #f1f1f1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #565665;
}

.wallpaper > div#app {
  backdrop-filter: blur(5px);
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .group-header {
    position: initial;
    top: auto;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 98%;
    max-width: 1642px;
  }
}
.flexbox {
  display: flex;
  flew-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flexbox > div.flexbox-content > div.card {
  min-width: 350px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.flexbox div.flexbox-content > div > form > div.card-content {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.flexbox div.flexbox-content > div > form > div.card-content > span.card-title {
  padding-bottom: 10px !important;
}

/*CHIPS*/
.ship-customer-sector-home {
  font-size: 13px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #616161 !important;
  box-sizing: inherit;
  display: flex !important;
  justify-content: start !important;
  width: 100% !important;
  height: 100px !important;
  padding: 10px !important;
  background-color: rgba(100, 100, 100, 0.2);
  border-radius: 6px;
}

.ship-customer-cover {
  font-weight: 400;
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px !important;
  border-radius: 8px !important;
  padding: 6px;
}

/*DISPLAY FLEX*/
.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-gap-10 {
  gap: 10px !important;
}

.flex-gap-20 {
  gap: 20px !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: end !important;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  justify-items: center !important;
}

/*BADGES*/
span.badge {
  min-width: 1.8rem;
  padding: 0 3px;
  margin-left: 14px;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
  border-radius: 4px;
}

span.badge.badge-success {
  background: #689f38;
  color: #fff;
}

span.badge.badge-danger {
  background: #c62828;
  color: #fff;
}

/*NAV*/
nav {
  height: var(--navbar-height) !important;
}

div.navbar-fixed {
  z-index: 1002;
}

div.navbar-fixed > nav {
  padding-left: 25px;
  padding-right: 20px;
  background: linear-gradient(99deg, var(--dark-blue) 0%, var(--medium-blue) 100%) !important;
  color: var(--text-color) !important;
  box-shadow: none;
  z-index: 10003;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 601px) {
  .navbar-fixed {
    height: var(--navbar-height);
  }
}
div.navbar-fixed > nav > a {
  color: #ffffff !important;
}

nav a {
  color: #ffffff !important;
}

nav .brand-logo {
  position: absolute;
  color: #fff !important;
  font-size: 1.2rem;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important;
}
nav .brand-logo img {
  height: 32px;
  width: 32px;
  margin-right: 6px;
  border-radius: 4px;
}
nav .brand-logo span.page {
  position: fixed;
  left: calc(var(--sidenav-width) + 25px);
  opacity: 0.7;
}

nav ul,
nav ul li {
  height: 100% !important;
}

nav ul li {
  display: flex;
  align-items: center;
}

nav .brand-logo.logo-square img {
  height: 24px;
  width: 24px;
  background: #404040;
  border-radius: 7px;
  padding: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px;
}

nav .brand-logo span {
  padding-left: 4px;
}

nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 100px;
  margin: 0 18px;
}

@media only screen and (max-width: 700px) {
  nav .brand-logo i.material-icons {
    display: none;
  }
}
.main-content {
  padding-top: 20px;
}

body:not(:has(.navbar-fixed)) main .main-content {
  padding-top: 30px;
}

/*SIDENAV*/
header,
main,
footer {
  padding-left: var(--sidenav-width) !important;
}

@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 992px) {
  div.navbar-fixed > nav,
  header,
  main,
  nav,
  footer {
    padding-left: 0 !important;
  }
  main {
    margin-bottom: 50px;
  }
  .sidenav {
    top: 0 !important;
  }
  .toolbar-mobile {
    position: fixed;
    bottom: 10px;
    background: #FFF;
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;
    border: 0.01rem solid rgba(100, 100, 100, 0.3);
  }
}
.sidenav {
  top: var(--navbar-height);
  background: var(--background-color) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 100vh;
  width: var(--sidenav-width);
  box-shadow: none !important;
  padding: 0;
  padding-top: 10px !important;
  overflow: hidden;
  z-index: 1001;
}

.sidenav::-webkit-scrollbar-track {
  background-color: transparent;
}

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

.sidenav::-webkit-scrollbar-thumb {
  background-color: rgba(220, 220, 220, 0.1);
}

.sidenav li {
  position: relative;
  z-index: 1001 !important;
  margin-bottom: 2px;
}

.sidenav li.customer {
  padding: 10px;
}
.sidenav li.customer .content {
  background: linear-gradient(337.47deg, #ffffff -72.41%, #c7d1e6 140.95%);
  color: var(--dark-blue);
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  line-height: 14px;
  width: calc(100% - 20px);
  position: fixed;
  top: auto;
  bottom: 100px;
}
.sidenav li.customer .content .title {
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.sidenav li.customer .content .subtitle {
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

.sidenav li > a {
  color: var(--text-color);
  font-size: 13px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  border-radius: 0;
  border-left: 5px solid transparent;
}

.sidenav li > a > span {
  margin-left: 6px;
}

.sidenav li > a:hover {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.06) !important;
}

.sidenav li > a > i {
  color: var(--text-color) !important;
  height: 48px;
  line-height: 48px;
  margin: 0 6px 0 0 !important;
  width: 24px;
}

.sidenav li > a > img {
  height: 24px;
  width: 24px;
  background: transparent;
  border-radius: 7px;
  padding: 4px;
}

.sidenav-logo > div {
  position: fixed;
  top: 50%;
  transform: translateY(-90%);
  width: 100%;
  align-items: center;
  display: flex !important;
  justify-content: center;
  color: rgba(72, 72, 72, 0.87);
  font-size: 16px;
  font-weight: 700;
  height: 128px;
  line-height: 98px;
  padding: 0 32px;
  z-index: 998;
}

.sidenav-logo > div > img {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 150px !important;
  height: 150px !important;
  opacity: 0.5;
}

.sidenav li.active {
  border-radius: 0;
  background-color: var(--medium-blue-15);
}
.sidenav li.active a {
  border-left: 5px solid var(--medium-blue);
}

.sidenav li.active a,
.sidenav li.active a > i {
  color: var(--medium-blue) !important;
}

.sidenav li.id-city {
  background: transparent !important;
  color: #282828;
  position: sticky;
  top: 0;
  bottom: calc(100vh - 85px) !important;
  width: 100%;
  z-index: 1100 !important;
  padding: 0;
  margin-bottom: 4px;
}

.sidenav li.id-city a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #282828;
  font-size: 0.9rem;
  height: 200px;
  padding: 0 10px;
  text-transform: uppercase;
  border-radius: 6px;
  border-left: 0;
  margin-bottom: 10px;
  line-height: normal;
  text-align: center;
}
.sidenav li.id-city a img {
  height: 80px;
  width: 80px;
  border-radius: 10px !important;
  border: 2px solid #fff;
  padding: 0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.sidenav li.id-city a span {
  margin-left: 0;
  height: 20px;
}
.sidenav li.id-city a span.title {
  font-size: 1rem;
}
.sidenav li.id-city a span.subtitle {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.82rem;
}

.sidenav li.id-city a:hover {
  background-color: transparent !important;
}

.sidenav li.id-city a div.content {
  line-height: 1rem;
}

.sidenav li.id-city a div.content span.title {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.sidenav li.id-city a div.content div.subtitle {
  font-size: 0.7rem;
  line-height: 0.6rem;
}

.sidenav li.id-account {
  height: 73px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 28px;
  width: calc(var(--sidenav-width) - 40px);
}

.sidenav li.id-account.active {
  bottom: 180px;
  border-radius: 10px;
  background-color: #c5c18e;
  margin-bottom: 0;
}
.sidenav li.id-account.active a.btn {
  border-radius: 10px 10px 0 0 !important;
  min-height: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
}

.sidenav li.id-account a {
  height: 100%;
  width: 100%;
  background-color: #c5c18e;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 73px !important;
  gap: 10px;
  margin-bottom: 0;
  border-radius: 10px !important;
}
.sidenav li.id-account a div.account-cover {
  display: flex;
  align-items: center;
}
.sidenav li.id-account a div.account-cover img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.sidenav li.id-account a div.account-user {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: start;
  text-align: left;
  line-height: 16px;
}

.sidenav li.id-account ul.account-menu {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c5c18e;
  border-radius: 0 0 10px 10px;
}
.sidenav li.id-account ul.account-menu li {
  height: 40px;
  line-height: 40px;
  margin-bottom: 2px !important;
}
.sidenav li.id-account ul.account-menu li a {
  min-height: 40px !important;
  height: 40px;
  line-height: 40px;
}
.sidenav li.id-account ul.account-menu li.active a {
  background-color: var(--background-color) !important;
}
.sidenav li.id-account ul.account-menu li a.logout b {
  color: #E02F2F !important;
  text-decoration: underline;
}

.sidenav li.id-account a:hover {
  background-color: var(--background-color) !important;
}

.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 10px;
}

.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: rgba(245, 225, 225, 0.01) !important;
}

.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: rgba(245, 225, 225, 0.2) !important;
  color: #121212 !important;
}

.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 37px;
}

.keyboard-focused .collapsible-header:focus {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/** TOOLTIPS */
.material-tooltip {
  padding: 5px 10px;
  font-size: 0.5rem;
  border-radius: 6px;
  color: #fff;
  min-height: 24px;
  line-height: inherit;
  text-align: center;
  max-width: calc(100% - 4px);
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

/** CAROUSEL */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin: 24px 4px;
  background-color: rgba(158, 157, 157, 0.5);
  transition: background-color 0.3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item.active {
  background-color: #000;
}

/*TABELAS*/
table.table-themed thead tr {
  background: linear-gradient(337.47deg, #9c6b00 -72.41%, #7d96c8 140.95%);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 0;
}
table.table-themed thead tr th {
  border: 0;
  border-radius: 0;
}
table.table-themed thead tr th:first-child {
  border-radius: 4px 0 0 4px;
}
table.table-themed thead tr th:last-child {
  border-radius: 0 4px 4px 0;
}
table.table-themed thead tr td {
  font-weight: normal;
  color: #333;
  background: #fff;
}

table.compensations th {
  background-color: #ccc;
  color: #383838;
  border-bottom: 2px solid #aeaeae !important;
}
table.compensations tr {
  border-bottom: 2px solid #aeaeae !important;
}

table.documentation {
  border-collapse: separate;
  border-spacing: 5px;
  border: none;
}
table.documentation th {
  color: #ffffff;
  background: linear-gradient(337.47deg, #0D2F62 -72.41%, #1A60C8 140.95%) !important;
  border-radius: 8px;
}
table.documentation tr {
  background-color: rgba(39, 82, 147, 0.06);
  border-bottom: 2px solid #aeaeae !important;
}
table.documentation tr th td {
  font-size: 12px;
  border-radius: 8px;
}
table.documentation tr th {
  font-size: 13px;
}
table.documentation tr td {
  font-size: 12px;
  border-radius: 8px !important;
}

table.documentation.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(39, 82, 147, 0.16);
}

table.resource {
  font-size: 14px;
}

/*COLLAPSIBLE*/
.collapsible {
  box-shadow: none;
  background: transparent;
  border: none;
}

.collapsible li div.collapsible-header {
  border-radius: 0.5rem;
  border: none;
}

.collapsible li div.collapsible-body {
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: rgba(1, 158, 227, 0.1);
  overflow: auto;
  color: #0f4d69;
}

/*TABS*/
.tabs {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto !important;
  width: 100%;
  background-color: transparent;
  margin: 0 auto;
  white-space: nowrap;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  height: auto !important;
  padding: 0;
  margin: 0.4rem;
  text-transform: uppercase;
  max-width: 15rem;
  min-width: 10rem;
}

.tabs-container .tabs:first-of-type {
  margin-left: 0 !important;
}

.tabs-container .tabs:last-of-type {
  margin-right: 0 !important;
}

.tabs .tab a {
  color: var(--secondary-text-color);
  background-color: transparent;
  border-radius: 0;
  display: grid;
  width: 100%;
  padding: 10px 10px;
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.tabsnav .tab a {
  display: block;
  padding: 5px 10px;
  line-height: 18px;
}

.tabsnav .tab a.active {
  display: block;
  padding: 5px 10px !important;
  line-height: 18px !important;
}

.tabsnav .tab a > i {
  height: 18px;
  line-height: 18px;
  margin-bottom: 3px;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(100, 100, 100, 0.3);
  cursor: default;
}

.tabs .tab-no-action {
  display: inline-block;
  text-align: center;
  line-height: 20px;
  height: auto !important;
  padding: 0;
  margin: 0.6rem 0.8rem 0.6rem 0.8rem;
  text-transform: uppercase;
  max-width: 15rem;
}

.tabs .tab-no-action a {
  color: var(--secondary-text-color);
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 8px;
  display: grid;
  width: 100%;
  padding: 10px 10px;
  font-size: 11px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.tabs .tab a:hover {
  background: linear-gradient(98.51deg, #dedede -41.26%, #ededed 185.12%);
  color: var(--dark-blue);
  border-radius: 4px;
}

.tabs .tab a.active {
  background: linear-gradient(98.51deg, #0D911C -41.26%, #27C739 185.12%);
  color: #fff;
  border-radius: 4px;
  padding: 10px 10px;
  line-height: 20px;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background: linear-gradient(98.51deg, #dedede -41.26%, #ededed 185.12%);
  color: var(--dark-blue);
  border-radius: 4px;
  outline: none;
}

.tabs .tab a.icons {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 80px;
  border: 1px solid #5c371f;
}

.tabs .tab-no-action a.icons {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 80px;
  border: 1px solid #5c371f;
}

.tabs .tab a.icons.active {
  background-color: #fff1c0 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.tabs li.tab.no-tab > a.icons {
  background-color: #ffd9d9 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.tabs li.tab.yes-tab > a.icons {
  background-color: #e6ffd9 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 0;
  background-color: var(--primary-text-dark-color);
  will-change: left, right;
}

.tabs-container {
  background-color: #ededed !important;
  height: 100%;
  display: flex;
  border-radius: 10px;
  margin-top: -20px;
  border: 1px solid #ccc;
}

.tabs.tabs-colored > li.tab a.active {
  background-color: rgba(167, 167, 167, 0.1) !important;
  color: rgba(25, 25, 25, 0.9) !important;
  padding: 10px 10px;
  line-height: 20px;
}

.tabs.tabs-colored > li.tab a {
  color: rgba(25, 25, 25, 0.6) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tabs.tabs-colored > li.tab.disabled a {
  background-color: rgba(125, 25, 25, 0.1) !important;
  color: rgba(25, 25, 25, 0.6) !important;
  opacity: 0.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tabs.tabs-colored > li.tab a > img {
  height: 32px;
  width: 32px;
}

div.tabs-flex {
  display: flex;
}

div.tabs-flex ul.tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

div.tabs-flex ul.tabs li.tab {
  display: flex;
  flex: 1 0 100%;
  max-width: auto !important;
}

div.tabs-flex ul.tabs li.tab a,
div.tabs-flex ul.tabs li.tab span {
  background-color: #e8e8e8 !important;
  color: rgba(85, 85, 85, 0.9) !important;
  padding: 10px 10px;
  line-height: 20px;
  border-radius: 0.5rem;
}

div.tabs-flex ul.tabs li.tab a.icon-square {
  background-color: #ededed !important;
  color: rgba(85, 85, 85, 0.9) !important;
  padding: 10px 10px;
  line-height: 20px;
  border-radius: 6px;
  height: 45px;
  margin-right: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #ececec;
}

div.tabs-flex ul.tabs li.tab a.active {
  background-color: #fff1c0 !important;
  color: rgba(97, 68, 47, 0.9) !important;
}

div.tabs-flex ul.tabs li.tab.active > span {
  background-color: #8bc34a !important;
  color: #fff !important;
}

div.tabs-flex ul.tabs .indicator {
  display: none;
}

.monitor {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.monitor h1 {
  text-align: center;
  width: 100%;
}

.card-loader {
  background: transparent;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1 !important;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-loader > div.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: var(--secondary-background-color);
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.card-loader > div.progress .indeterminate {
  background-color: var(--secondary-text-color);
}

.card-request {
  background-color: #ffffff !important;
  border: 1px solid #dadada;
  border-radius: 6px !important;
  padding-bottom: 10px;
}

.card-request-header {
  display: flex;
  flex-direction: column;
  background-color: #eee;
  padding: 5px 10px;
  margin-bottom: 3px;
  border-radius: 6px 6px 0 0 !important;
}

.card-request-header > span {
  font-size: 16px;
  font-weight: 500;
}

.card-request-column {
  display: flex;
  flex-direction: column;
  padding: 1px 10px;
}

/**/
.collection {
  border: none;
}

.collection .collection-item.avatar {
  min-height: 68px;
  padding-left: 0;
  position: relative;
}

.collection .collection-item {
  display: flex;
  justify-content: space-between;
}

/*CARDS*/
.card.tiny {
  height: 200px;
}

.card.stiny {
  height: 150px;
}

.card.h-full {
  height: calc(100vh - 10rem) !important;
}

.card.xlarge {
  position: relative;
  height: 650px;
}

.card.small .card-action, .card.medium .card-action, .card.large, .card.xlarge .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card,
.card-panel,
.card-app {
  background-color: #fff;
  box-shadow: none !important;
  border-radius: 4px;
  overflow: hidden;
  color: #333;
  font-size: 12px;
}

.card-table {
  background-color: #ffffff;
  border-radius: 4px;
}

.card-table.card-table-head {
  background: linear-gradient(337.47deg, #9c6b00 -72.41%, #7d96c8 140.95%);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
}

.card .card-header {
  background-color: inherit;
  padding: 16px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
}

.card .card-header span.card-title {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}

.card .card-action {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card-action {
  background-color: rgb(250, 250, 250);
  border-radius: 0 0 6px 6px !important;
}

.z-depth-custom {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px !important;
}

.z-depth-card {
  box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px, rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px !important;
}

.card-custom {
  padding: 16px;
  border-radius: 4px;
}

.card-image-content {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  height: 220px;
}

.card-image-content img {
  height: 200px;
  max-height: 200px;
  width: 200px;
  border-radius: 50%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.card-action-custom {
  float: right !important;
}

.card-action-custom > div.card-action-container {
  float: right;
}

@media only screen and (max-width: 992px) {
  .card-action-custom {
    float: left !important;
  }
  .card-action-custom > div.card-action-container {
    float: left;
  }
}
.card-content-column {
  padding-top: 6px !important;
}

.card-app-container {
  overflow-x: auto;
}

.card-app-container,
div.card-app > div.card-app-content {
  height: calc(100vh - 150px);
  min-height: calc(100vh - 150px);
  background: #ffffff;
  border-radius: 8px;
}

.card-app {
  background-color: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  border-radius: 6px !important;
  box-shadow: none !important;
  border: 0 !important;
}

.card-app.card-schedule-manager {
  display: block;
}

.card-app.card-schedule-manager > div.card-app-content > div.card-app-body {
  height: calc(100vh - 320px);
  max-height: calc(100vh - 320px);
  overflow-y: auto;
}

.card-app.card-schedule-manager > div.card-app-content > div.card-app-nav {
  position: sticky;
  top: 0;
  z-index: 1 !important;
}

.schedule-title-content {
  position: sticky;
  top: 0;
}

.schedule-table-content {
  border: 0.05rem solid #cdcdcd;
  border-radius: 8px;
  height: 294px;
  max-height: 294px;
  overflow: auto;
}

.card-app-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card-app-content.horizontal {
  display: flex;
  flex-direction: column !important;
}

@media only screen and (max-width: 992px) {
  div.card-app-content.adapter {
    flex-direction: column;
  }
  div.card-app-content.adapter div.card-app-nav {
    max-width: 100% !important;
    width: auto !important;
    height: 4.5rem !important;
    flex-direction: column;
    border-radius: 6px 6px 0 0 !important;
  }
  div.card-app-content.adapter div.card-app-nav div ul.tabs {
    flex-direction: row !important;
  }
  .card-app-header {
    position: fixed;
    top: 139px;
  }
}
.card-app-nav {
  position: fixed;
  background-color: rgb(255, 255, 255);
  width: calc(100% - 295px);
  height: auto;
  border-radius: 8px 8px 0 0;
  border-right: 0.02rem solid rgba(140, 140, 140, 0.2);
}

.card-app-nav div ul.tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.card-app-content.horizontal > div.card-app-nav {
  max-width: initial !important;
}

.card-app-body {
  padding-top: 140px;
  width: 100%;
}

.card-number {
  border-radius: 8px;
  border: 0.004rem solid #ababab;
  background: #fafafa;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.card-number > span.number {
  font-size: 3rem;
}

.card-app-header {
  position: fixed;
  top: 190px;
  width: calc(100% - 295px);
  display: block;
  background-color: #f2f1ed;
  border-top: 0.02rem solid rgba(140, 140, 140, 0.2);
  border-bottom: 0.02rem solid rgba(140, 140, 140, 0.2);
  padding: 0.4rem 1.5rem;
}

.card-app-header div > a {
  background-color: #d9d9d9 !important;
}

/*DROPDOWN AND SELECTS*/
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #353535;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 6px;
  border: 1px solid rgba(100, 100, 111, 0.2);
}

div.select-full-width > div.select-wrapper > ul.dropdown-content {
  width: 100% !important;
}

.select-wrapper .caret {
  position: absolute;
  z-index: 999;
}

.select-dropdown li img {
  border-radius: 10px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 2px 0 0;
  width: 24px;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid var(--primary-text-light-color);
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
  color: #353535;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
  color: #121212;
}

/*INPUTS*/
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  background-color: #ffffff;
}

input:not([type]):disabled,
input:not([type])[readonly=readonly],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly=readonly],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly=readonly],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly=readonly],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly=readonly],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly=readonly],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly=readonly],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly=readonly],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly=readonly],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly=readonly],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly=readonly],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  background-color: #ebebeb;
}

nav.toolbar-search {
  color: #090909;
  background-color: #f5f5f5;
  width: 100%;
  height: 64px;
  line-height: 64px;
  border-radius: 8px;
}

nav.toolbar-search .input-field {
  height: 100% !important;
}

nav.toolbar-search .input-field label i {
  color: #090909;
  transition: color 0.3s;
}

nav div.nav-wrapper .input-field input[type=search] {
  border-radius: 8px;
}

nav div.nav-wrapper .input-field input[type=search]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 0;
  box-shadow: none;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: var(--primary-text-light-color);
}

.input-field .prefix.active {
  color: var(--primary-text-light-color);
}

input.invalid {
  background-color: #ffcdd2 !important;
  color: #c62828 !important;
}

input.valid {
  background-color: #c8e6c9 !important;
  color: #2e7d32 !important;
}

input.invalid::-moz-placeholder {
  color: #c62828;
}

input.invalid::placeholder {
  color: #c62828;
}

input.valid::-moz-placeholder {
  color: #2e7d32;
}

input.valid::placeholder {
  color: #2e7d32;
}

input.valid::-ms-input-placeholder {
  color: #2e7d32;
}

input.valid::-ms-input-placeholder {
  color: #2e7d32;
}

select.browser-default {
  display: block;
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  border: 1px solid #d1d1d1 !important;
  box-shadow: 0 0 3px rgba(223, 223, 223, 0.67) !important;
}

select.browser-default:disabled {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 10px !important;
  border: none;
  background-color: #d0d0d0;
}

/*BUTTONS*/
.btn {
  font-size: 12px;
}

.btn-default-size {
  height: 36px;
}

.btn.tabled,
.btn-large.tabled,
.btn-floating.tabled,
.btn-small.tabled {
  background: #EFEDED;
  color: var(--dark-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:focus.tabled,
.btn-large:focus.tabled,
.btn-small:focus.tabled,
.btn-floating:focus.tabled {
  background: #EFEDED;
  color: var(--dark-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:hover.tabled,
.btn-large:hover.tabled,
.btn-floating:hover.tabled,
.btn-small:hover.tabled {
  background: #EFEDED;
  color: var(--dark-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn.light,
.btn-large.light,
.btn-floating.light,
.btn-small.light {
  background: #ffffff;
  color: var(--dark-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:focus.light,
.btn-large:focus.light,
.btn-small:focus.light,
.btn-floating:focus.light {
  background: #ffffff;
  color: var(--dark-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:hover.light,
.btn-large:hover.light,
.btn-floating:hover.light,
.btn-small:hover.light {
  background: #ffffff;
  color: var(--dark-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn.themed,
.btn-large.themed,
.btn-floating.themed,
.btn-small.themed {
  background: var(--medium-blue-15);
  color: var(--medium-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:focus.themed,
.btn-large:focus.themed,
.btn-small:focus.themed,
.btn-floating:focus.themed {
  background: var(--medium-blue-15);
  color: var(--medium-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:hover.themed,
.btn-large:hover.themed,
.btn-floating:hover.themed,
.btn-small:hover.themed {
  background: var(--medium-blue-15);
  color: var(--medium-blue) !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:disabled.themed,
.btn-large:disabled.themed,
.btn-floating:disabled.themed,
.btn-small:hover.disabled {
  background: linear-gradient(337.47deg, #e4e4e4 -72.41%, #dddddd 140.95%);
  color: var(--medium-blue-25) !important;
}

.btn.danger,
.btn-large.danger,
.btn-floating.danger,
.btn-small.danger {
  background: linear-gradient(337.47deg, #851111 -72.41%, #cf2828 140.95%);
  color: #FFFFFF !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:focus.danger,
.btn-large:focus.danger,
.btn-small:focus.danger,
.btn-floating:focus.danger {
  background: linear-gradient(337.47deg, #851111 -72.41%, #cf2828 140.95%);
  color: #FFFFFF !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn:hover.danger,
.btn-large:hover.danger,
.btn-floating:hover.danger,
.btn-small:hover.danger {
  background: linear-gradient(337.47deg, #851111 -72.41%, #cf2828 140.95%);
  color: #FFFFFF !important;
  font-weight: 500;
  border-radius: 4px;
}

.btn.primary,
.btn-large.primary,
.btn-floating.primary,
.btn-small.primary {
  background: linear-gradient(98.51deg, #0D911C -41.26%, #27C739 185.12%);
  color: #fff;
  border-radius: 4px;
}

.btn:focus.primary,
.btn-large:focus.primary,
.btn-small:focus.primary,
.btn-floating:focus.primary {
  background: linear-gradient(98.51deg, #0D911C -41.26%, #27C739 185.12%);
  color: #fff;
  border-radius: 4px;
}

.btn:hover.primary,
.btn-large:hover.primary,
.btn-floating:hover.primary,
.btn-small:hover.primary {
  background: linear-gradient(98.51deg, #0D911C -41.26%, #27C739 185.12%);
  color: #fff;
  border-radius: 4px;
}

.btn.secondary,
.btn-large.secondary,
.btn-floating.secondary,
.btn-small.secondary {
  background: linear-gradient(98.51deg, #8F8F8F -41.26%, #E3E3E3 185.12%);
  color: #fff;
  border-radius: 4px;
}

.btn:focus.secondary,
.btn-large:focus.secondary,
.btn-floating:focus.secondary,
.btn-small:focus.secondary,
.btn-floating:focus.secondary {
  background: linear-gradient(98.51deg, #8F8F8F -41.26%, #E3E3E3 185.12%);
  color: #fff;
  border-radius: 4px;
}

.btn:hover.secondary,
.btn-large:hover.secondary,
.btn-floating:hover.secondary,
.btn-small:hover.secondary {
  background: linear-gradient(98.51deg, #8F8F8F -41.26%, #E3E3E3 185.12%);
  color: #fff;
  border-radius: 4px;
}

.btn.no-shadow,
.btn-large.no-shadow,
.btn-floating.no-shadow,
.btn-small.no-shadow {
  box-shadow: none !important;
}

.btn:focus.no-shadow,
.btn-large:focus.no-shadow,
.btn-floating:focus.no-shadow,
.btn-small:focus.no-shadow,
.btn-floating:focus.no-shadow {
  box-shadow: none !important;
}

.btn:hover.no-shadow,
.btn-large:hover.no-shadow,
.btn-floating:hover.no-shadow,
.btn-small:hover.no-shadow {
  box-shadow: none !important;
}

.btn.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  max-width: 43px;
  max-height: 43px;
}

.btn.btn-icon img {
  height: 22px;
  width: 22px;
  margin-right: 2px;
}

.btn i.left {
  margin-right: 5px;
}

.btn,
.btn-large,
.btn-small,
.btn-flat {
  border-radius: 2px;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
}

.btn-small {
  height: 28px !important;
  line-height: 28px !important;
  padding: 0 8px;
}

.btn-medium {
  height: 35px !important;
  line-height: 35px !important;
  padding: 0 8px;
}

.btn.btn-small.btn-icon img {
  height: 16px;
  width: 16px;
}

.btn,
.btn-large,
.btn-small,
.btn-floating {
  background-color: var(--button-background-color);
  color: #fff;
  border-radius: 6px;
  box-shadow: none;
  padding: 0 12px;
}

.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus,
.btn-floating:focus {
  background-color: var(--button-hovered-background-color);
  color: #fff;
}

.btn:hover,
.btn-large:hover,
.btn-floating:hover,
.btn-small:hover {
  background-color: var(--button-hovered-background-color);
  border-radius: 6px;
  box-shadow: none;
}

.btn-danger {
  background-color: var(--button-background-danger-color);
}

.btn-danger:focus {
  background-color: var(--button-hovered-background-danger-color);
  color: #fff;
}

.btn-danger:hover {
  background-color: var(--button-hovered-background-danger-color);
  border-radius: 6px;
  box-shadow: none;
}

.btn-plain {
  background-color: var(--button-background-plain-color);
}

.btn-plain:focus {
  background-color: var(--button-hovered-background-plain-color);
  color: #fff;
}

.btn-plain:hover {
  background-color: var(--button-hovered-background-plain-color);
  border-radius: 6px;
  box-shadow: none;
}

.btn-secondary {
  background-color: var(--button-secondary-background-color);
  color: #4f4f4f;
  border-radius: 6px;
  box-shadow: none;
  padding: 0 12px;
}

.btn-secondary:focus {
  background-color: var(--button-hovered-secondary-background-color);
  color: #4f4f4f;
}

.btn-secondary:hover {
  background-color: var(--button-hovered-secondary-background-color);
  border-radius: 6px;
  box-shadow: none;
  color: #4f4f4f;
}

.btn-warning {
  background-color: var(--button-background-warning-color);
  color: #ffffff;
  border-radius: 6px;
  box-shadow: none;
  padding: 0 12px;
}

.btn-warning:focus {
  background-color: var(--button-hovered-background-warning-color);
  color: #ffffff;
}

.btn-warning:hover {
  background-color: var(--button-hovered-background-warning-color);
  border-radius: 6px;
  box-shadow: none;
  color: #ffffff;
}

/*MODALS*/
.modal-sm {
  width: 400px !important;
  max-width: 400px !important;
}

.modal.full {
  width: 100%;
  max-height: 100%;
  height: 100%;
  top: 0 !important;
  border-radius: 0;
}
.modal.full div.modal-content {
  overflow-y: auto;
  max-height: 100vh;
  padding: 0;
}
.modal.full div.modal-content div.modal-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 35px;
}

@media only screen and (max-width: 668px) {
  .modal-sm {
    max-width: 80% !important;
  }
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  will-change: top, opacity;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 2px 24px;
  height: 66px;
  width: 100%;
  text-align: right;
}

.modal-footer > .btn i,
.modal-footer > .btn-small i,
.modal-footer > .btn-floating i,
.modal-footer > .btn-large i,
.modal-footer > .btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
  height: inherit;
}

.modal-footer > .btn > i.left,
.modal-footer > .btn-large > i.left,
.modal-footer > .btn-small > i.left,
.modal-footer > .btn-floating > i.left,
.modal-footer > .btn-flat > i.left {
  float: left;
  margin-right: 5px;
}

.modal-content > div.row > div.col {
  line-height: 24px !important;
}

.modal-content-plain {
  padding: 0 !important;
}

.modal-filter {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.modal-overlay {
  background: #000 !important;
  opacity: 0.35 !important;
}

/*SIZES*/
.w-min-245px {
  min-width: 245px !important;
}

.w-max-245px {
  max-width: 245px !important;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.w-100px {
  width: 100px !important;
}

.w-80px {
  width: 80px !important;
}

.w-60px {
  width: 60px !important;
}

.w-50px {
  width: 50px !important;
}

.w-40px {
  width: 40px !important;
}

.w-20px {
  width: 20px !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100%;
}

.min-h-50px {
  min-height: 50px;
}

.h-input-field {
  height: 37px;
}

.w-100px {
  width: 100px !important;
}

.w-150px {
  width: 150px !important;
}

.w-200px {
  width: 200px !important;
}

.h-100px {
  height: 100px;
}

/*LINE HEIGHT*/
.mt-0 {
  margin-top: 0 !important;
}

.line-height-1 {
  line-height: 1.2rem;
}

.line-height-2 {
  line-height: 1.5rem;
}

.line-height-3 {
  line-height: 1.8rem;
}

.line-height-4 {
  line-height: 2rem;
}

.line-height-5 {
  line-height: 2.5rem;
}

/*BORDER RADIUS*/
.no-border {
  border: none !important;
}

/*BORDER RADIUS*/
.border-radius-2 {
  border-radius: 2px !important;
}

.border-radius-4 {
  border-radius: 4px !important;
}

.border-radius-6 {
  border-radius: 6px !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-12 {
  border-radius: 12px !important;
}

.border-radius-14 {
  border-radius: 14px !important;
}

.border-radius-16 {
  border-radius: 16px !important;
}

.border-radius-18 {
  border-radius: 18px !important;
}

/*MARGINS AND PADDINGS*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1% !important;
}

.mt-2 {
  margin-top: 2% !important;
}

.mt-3 {
  margin-top: 3% !important;
}

.mt-4 {
  margin-top: 4% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1% !important;
}

.mb-2 {
  margin-bottom: 2% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.mb-5 {
  margin-bottom: 5% !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 1% !important;
  margin-bottom: 1% !important;
}

.my-2 {
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

.my-3 {
  margin-top: 3% !important;
  margin-bottom: 3% !important;
}

.my-4 {
  margin-top: 4% !important;
  margin-bottom: 4% !important;
}

.my-5 {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
}

.ml-5px-neg {
  margin-left: -5px !important;
}

.ml-6px-neg {
  margin-left: -6px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1% !important;
}

.ml-2 {
  margin-left: 2% !important;
}

.ml-3 {
  margin-left: 3% !important;
}

.ml-4 {
  margin-left: 4% !important;
}

.ml-5 {
  margin-left: 5% !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1% !important;
}

.mr-2 {
  margin-right: 2% !important;
}

.mr-3 {
  margin-right: 3% !important;
}

.mr-4 {
  margin-right: 4% !important;
}

.mr-5 {
  margin-right: 5% !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 1% !important;
  margin-right: 1% !important;
}

.mx-2 {
  margin-left: 2% !important;
  margin-right: 2% !important;
}

.mx-3 {
  margin-left: 3% !important;
  margin-right: 3% !important;
}

.mx-4 {
  margin-left: 4% !important;
  margin-right: 4% !important;
}

.mx-5 {
  margin-left: 5% !important;
  margin-right: 5% !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1% !important;
}

.pt-2 {
  padding-top: 2% !important;
}

.pt-3 {
  padding-top: 3% !important;
}

.pt-4 {
  padding-top: 4% !important;
}

.pt-5 {
  padding-top: 5% !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1% !important;
}

.pb-2 {
  padding-bottom: 2% !important;
}

.pb-3 {
  padding-bottom: 3% !important;
}

.pb-4 {
  padding-bottom: 4% !important;
}

.pb-5 {
  padding-bottom: 5% !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-05 {
  padding-top: 0.5% !important;
  padding-bottom: 0.5% !important;
}

.py-1 {
  padding-top: 1% !important;
  padding-bottom: 1% !important;
}

.py-2px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-2 {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}

.py-3 {
  padding-top: 3% !important;
  padding-bottom: 3% !important;
}

.py-4 {
  padding-top: 4% !important;
  padding-bottom: 4% !important;
}

.py-5 {
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1% !important;
}

.pl-2 {
  padding-left: 2% !important;
}

.pl-3 {
  padding-left: 3% !important;
}

.pl-4 {
  padding-left: 4% !important;
}

.pl-5 {
  padding-left: 5% !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 1% !important;
}

.pr-2 {
  padding-right: 2% !important;
}

.pr-3 {
  padding-right: 3% !important;
}

.pr-4 {
  padding-right: 4% !important;
}

.pr-5 {
  padding-right: 5% !important;
}

.px-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 1% !important;
  padding-right: 1% !important;
}

.px-2 {
  padding-left: 2% !important;
  padding-right: 2% !important;
}

.px-2px {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.px-3 {
  padding-left: 3% !important;
  padding-right: 3% !important;
}

.px-4 {
  padding-left: 4% !important;
  padding-right: 4% !important;
}

.px-5 {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-10px {
  padding: 10px;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

@keyframes flip-in-ver-left {
  0% {
    transform: rotateY(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes flip-vertical-left {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
@keyframes flip-scale-up-hor {
  0% {
    transform: scale(1) rotateX(0);
  }
  50% {
    transform: scale(2.5) rotateX(-90deg);
  }
  100% {
    transform: scale(1) rotateX(-180deg);
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
div:where(.swal2-container > div.swal2-icon-warning) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: var(--button-background-warning-color) !important;
  color: #fff;
  font-size: 1em;
  width: 100%;
}

div:where(.swal2-container > div.swal2-icon-danger) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: var(--button-background-danger-color) !important;
  color: #fff;
  font-size: 1em;
  width: 100%;
}

div:where(.swal2-container > div.swal2-icon-success) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: var(--button-background-success-color) !important;
  color: #fff;
  font-size: 1em;
  width: 100%;
}

div:where(.swal2-container > div.swal2-icon-warning) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px var(--button-hovered-background-warning-color) !important;
}

div:where(.swal2-container > div.swal2-icon-success) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px var(--button-hovered-background-success-color) !important;
}

div:where(.swal2-container > div.swal2-icon-danger) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px var(--button-hovered-background-danger-color) !important;
}

[type=checkbox] + span:not(.lever):before, [type=checkbox]:not(.filled-in) + span:not(.lever):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #7d7d7d;
  border-radius: 4px;
  margin-top: 3px;
  transition: 0.2s;
}

[type=checkbox]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #0D911C;
  border-bottom: 5px solid #0D911C;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

.input-group {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.input-group button,
.input-group a {
  background: linear-gradient(337.47deg, #114085 -72.41%, #286BCF 140.95%);
  color: #1E56A9 !important;
  border: none !important;
}

input.force-border {
  border: 1px solid #c1c1c1 !important;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: #fff;
  border: 1px solid #d1d1d1 !important;
  box-shadow: 0 0 3px rgba(223, 223, 223, 0.67) !important;
  border-radius: 0;
  outline: none;
  height: 42px;
  line-height: 42px;
  width: 100%;
  font-size: 12.5px;
  margin: 0;
  padding: 2px 5px;
  box-sizing: border-box !important;
  transition: none;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #5c6bc0 !important;
  box-shadow: 0px 0px 3px #6ab2ff !important;
  outline: none !important;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  min-width: 36px !important;
  height: 18px !important;
  background-color: #fff8cd;
  border-radius: 15px;
  transition: background 0.3sease;
  vertical-align: middle;
  margin-left: 7px !important;
  margin-right: 4px !important;
}

.switch label {
  cursor: pointer;
  font-size: 0.7rem;
  line-height: 1.4;
}

.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 2px;
  top: 3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}

.switch label input[type=checkbox]:checked + .lever::before, .switch label input[type=checkbox]:checked + .lever::after {
  left: 21px !important;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #FFFFFF;
}

.switch label {
  padding: 2px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: #bebebe;
  box-shadow: inset 0 0 4px #7b7b7b;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:before {
  background-color: #fff8cd;
}

.switch label .lever:after {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
}

.switch label input[type=checkbox]:checked + .lever {
  background: linear-gradient(98.51deg, #0D911C -41.26%, #27C739 185.12%);
  box-shadow: inset 0 0 4px #7b7b7b;
}

.switch.warning label input[type=checkbox]:checked + .lever {
  background-color: #795648 !important;
  color: #795648 !important;
  box-shadow: inset 0 0 4px #7b7b7b !important;
}

.switch.warning label {
  padding: 2px;
  color: #795648 !important;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}

.input-field label {
  margin-bottom: 2px;
  transform: translateY(-25px) scale(1) !important;
}

.opacity-60,
.opacity-06 {
  opacity: 0.6;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

/*
    LOADER CONTAINER
*/
.loader-container {
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 10000;
  text-align: center;
}

.loader-item {
  position: absolute;
  left: calc(50% - var(--sidenav-width) + 64px);
  top: 50%;
  transform: translate(50%, 50%);
  display: flex;
  justify-content: center;
}
.loader-item div.preloader-wrapper .spinner-blue, .loader-item div.preloader-wrapper .spinner-blue-only {
  border-color: #286ACE;
}

.loader {
  display: block;
  width: 230px;
}
.loader .progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acbaec;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.loader .progress .indeterminate {
  background-color: #0077be;
}

.progress.customer {
  background: var(--medium-blue-25);
  color: var(--off-white);
  border-radius: 4px;
  height: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress.customer div.determinate {
  background: var(--medium-blue);
}
.progress.customer strong {
  position: relative;
  vertical-align: middle;
}

trix-toolbar [data-trix-button-group=file-tools] {
  display: none !important;
}

.radio-container {
  background: #fff;
  display: flex;
  flex-basis: var(--sidenav-width);
  min-height: 120px;
  height: 120px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
}

.radio-container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-container:hover {
  background: #f0f0f0;
}

.radio-container input[type=radio]:checked + * {
  background: #4CAF50;
  color: white;
  border-color: #4CAF50;
}

.radio-selected {
  background: linear-gradient(45deg, rgba(55, 158, 35, 0.2), rgba(63, 178, 46, 0.1)) !important;
  color: #379e23;
  border: 2px solid #379e23;
}

.toolbar-request {
  background: rgba(250, 250, 250, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: calc(100% - var(--sidenav-width));
  position: fixed;
  top: var(--navbar-height);
  padding: 20px 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  z-index: 998;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}
.toolbar-request div.blur-effect {
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 40px);
  height: 100%;
  z-index: 997;
}
.toolbar-request div.toolbar-container {
  background: transparent;
  display: flex;
  justify-content: start;
  flex-direction: row;
  gap: 10px;
  width: calc(100% + 40px);
  z-index: 998;
}
.toolbar-request div.toolbar-container .toolbar-request-item {
  display: flex;
  gap: 10px;
  z-index: 999;
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action {
  background: transparent;
  color: #333;
  border-radius: 4px;
  border: none;
  display: flex;
  gap: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-transform: initial;
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action i {
  margin-right: 0;
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action.active {
  background: linear-gradient(98.51deg, #0D911C -41.26%, #27C739 185.12%);
  color: #fff;
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action.active i {
  color: #fff;
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action.active:hover {
  background: rgba(235, 235, 235, 0.8);
  color: var(--dark-blue);
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action.active:hover i {
  color: var(--dark-blue) !important;
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action.link {
  background: linear-gradient(337.47deg, var(--dark-blue) -72.41%, var(--medium-blue) 140.95%);
  color: #fff;
  line-height: 1rem;
  text-transform: unset;
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action.link i {
  color: #fff;
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action:hover {
  background: linear-gradient(98.51deg, #dedede -41.26%, #ededed 185.12%);
  color: var(--dark-blue);
}
.toolbar-request div.toolbar-container .toolbar-request-item .toolbar-request-action:hover i {
  color: var(--dark-blue) !important;
}

.filter-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  background: transparent;
  border-radius: 4px;
}
.filter-container div.filter-inputs {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}
.filter-container div.filter-inputs input {
  height: 46px;
  line-height: 46px;
}
.filter-container div.filter-actions {
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  gap: 10px;
}
.filter-container div.filter-actions div.filter-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.filter-container div.filter-actions div.filter-buttons button {
  width: 100%;
}
.filter-container div.filter-actions div.filter-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagination-legend {
  min-width: 70px;
  text-align: center !important;
}

.rotate-animation {
  width: 120px;
  animation: rotateAnimation 2s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pulse-animation {
  animation: pulse-fade 3s infinite alternate;
}

@keyframes pulse-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.message {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  border-radius: 4px;
  line-height: 1rem;
}
.message div.header {
  font-size: 1.2rem;
  font-weight: 700;
}
.message div.content {
  font-size: 1rem;
}

.message.warning {
  background: linear-gradient(to right, #bd871a 0%, #ffaf37 100%) !important;
  color: #fff;
}
