/*
Template Name: Minton - Responsive Bootstrap 4 Admin Dashboard
Author: CoderThemes
Version: 4.0.0
Website: https://coderthemes.com/
Contact: support@coderthemes.com
File: Main Css File
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Work+Sans:400,700&display=swap');
@import 'variables.css';

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Work Sans', sans-serif;
  padding-bottom: 126px;
  overflow-x: hidden;
  color: #6e768e;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Work Sans', sans-serif;
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 90%;
  }
}

.wrapper {
  padding: 132px 12px 0 12px;
}

.body__central--usuarios .wrapper {
  padding: 72px 12px 0 12px;
}

#topnav {
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 0 12px;
  -webkit-box-shadow: 0 1px 1px rgba(50, 58, 70, 0.1);
  box-shadow: 0 1px 1px rgba(50, 58, 70, 0.1);
}

#topnav .arrow-down {
  display: inline-block;
}

#topnav .arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: .4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: .4em;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 15px 20px 0 20px;
  padding-top: 13px;
  height: 44px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #f1f5f7;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .has-submenu.active>a {
  color: var(--alfa-primary-accent);
}

@media (min-width: 998px) {
  #topnav .has-submenu.active>a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    border: solid transparent;
    border-top-color: rgba(50, 58, 70, 0.1);
    border-width: 10px;
  }

  #topnav .has-submenu.active>a:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -18px;
    border: solid transparent;
    border-top-color: #ffffff;
    border-width: 10px;
  }
}

#topnav .has-submenu.active .submenu li.active>a {
  color: var(--alfa-primary-accent);
}

#topnav .has-submenu .has-submenu.active>a:before {
  display: none;
}

#topnav .topbar-menu {
  margin-top: 70px;
}

.navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-menu>li {
  float: left;
  position: relative;
}

.navigation-menu>li>a {
  display: block;
  color: #6e768e;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 20px;
  padding: 20px;
  position: relative;
}

.navigation-menu>li>a i {
  font-size: 16pxf;
  margin-right: 8px;
  vertical-align: middle;
}

.navigation-menu>li>a:hover,
.navigation-menu>li>a:focus {
  background-color: transparent;
}

/*
Responsive Menu
*/
@media (min-width: 992px) {

  .navigation-menu>li>a:hover,
  .navigation-menu>li>a:focus,
  .navigation-menu>li>a:active {
    color: var(--alfa-primary-accent);
  }

  .navigation-menu>li:hover a {
    color: var(--alfa-primary-accent);
  }

  .navigation-menu>li:first-of-type>a {
    padding-left: 0;
  }

  .navigation-menu>li.last-elements .submenu {
    left: auto;
    right: 0;
  }

  .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  .navigation-menu>li>ul>li.has-submenu:active>a,
  .navigation-menu>li>ul>li.has-submenu:hover>a {
    color: var(--alfa-primary-accent);
  }

  .navigation-menu>li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    border-radius: 0 0 4px 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 58, 70, 0.1);
    box-shadow: 0px 1px 5px rgba(50, 58, 70, 0.1);
  }

  .navigation-menu>li .submenu li {
    position: relative;
  }

  .navigation-menu>li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .navigation-menu>li .submenu li a {
    display: block;
    padding: 9px 25px;
    clear: both;
    white-space: nowrap;
    color: #323a46;
  }

  .navigation-menu>li .submenu li a:hover {
    color: var(--alfa-primary-accent);
  }

  .navigation-menu>li .submenu li.has-submenu>a .arrow-down:after {
    right: 20px !important;
    -webkit-transform: rotate(-135deg) translateY(-50%) !important;
    transform: rotate(-135deg) translateY(-50%) !important;
    position: absolute;
  }

  .navigation-menu>li .submenu li .submenu {
    left: 100%;
    top: 0;
    margin-left: 20px;
    margin-top: -1px;
    border-radius: 4px;
  }

  .navigation-menu>li .submenu li .submenu:before {
    left: -12px;
    top: 9px;
    content: "";
    z-index: 9999;
    display: block;
    position: absolute;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid rgba(50, 58, 70, 0.1);
  }

  .navigation-menu>li .submenu li .submenu:after {
    left: -11px;
    top: 9px;
    content: "";
    z-index: 9999;
    display: block;
    position: absolute;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
  }

  .navigation-menu>li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }

  .navigation-menu>li .submenu.megamenu>li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }

  .navbar-toggle {
    display: none !important;
  }

  #navigation {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .navigation-menu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 10px;
    margin-right: 0;
  }

  .navigation-menu>li.has-submenu.last-elements>.submenu:before {
    right: 11px;
    left: auto;
  }
}

.first-sub-menu {
  width: 12rem;
  left: -96% !important;
}

.dropdown-submenu {
  position: relative;
  padding: 6px;
}

.dropdown-item:hover {
  color: var(--alfa-primary-accent);
}

.dropdown-submenu>.dropdown-item>.arrow-down {
  margin-left: 180px;
  right: -5px !important;
  -webkit-transform: rotate(-90deg) translateY(-50%) !important;
  transform: rotate(-90deg) translateY(-50%) !important;
  position: absolute;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu:hover>a:after {
  border-left-color: var(--alfa-primary-accent);
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@media (max-width: 991px) {
  .steps.card.sticky {
    max-width: 695px;
  }

  .wrapper {
    padding-top: 70px;
  }

  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left;
  }

  #topnav .navigation-menu>li {
    display: block;
    float: none;
  }

  #topnav .navigation-menu>li>a {
    color: #323a46;
    padding: 15px;
  }

  #topnav .navigation-menu>li>a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }

  #topnav .navigation-menu>li>a:after {
    position: absolute;
    right: 15px;
  }

  #topnav .navigation-menu>li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  #topnav .navigation-menu>li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #323a46;
  }

  #topnav .navigation-menu>li .submenu li a:hover {
    color: var(--alfa-primary-accent);
  }

  #topnav .navigation-menu>li .submenu.open {
    display: block;
  }

  #topnav .navigation-menu>li .submenu .submenu {
    display: none;
    list-style: none;
  }

  #topnav .navigation-menu>li .submenu .submenu.open {
    display: block;
  }

  #topnav .navigation-menu>li .submenu.megamenu>li>ul {
    list-style: none;
    padding-left: 0;
  }

  #topnav .navigation-menu>li.has-submenu.open>a {
    color: var(--alfa-primary-accent);
  }

  #topnav .has-submenu.active a {
    color: var(--alfa-primary-accent);
  }

  #topnav .has-submenu.active .submenu li.active>a {
    color: var(--alfa-primary-accent);
  }

  #topnav .arrow-down:after {
    right: 15px;
    position: absolute;
  }

  #topnav .navbar-header {
    float: left;
  }

  #navigation {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
    box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
    background-color: #fff;
  }

  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-width: 1025px) {
  .navigation-menu>li>a {
    padding: 20px 15px;
  }

  .accordion .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .accordion .col-md-4:last-child {
    margin-bottom: 0;
  }
}

@media (max-height: 375px) {
  .navigation-menu {
    max-height: 240px !important;
  }
}

.menubar-dark #topnav {
  background: #38414a;
  -webkit-box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
  box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
}

.menubar-dark #topnav .has-submenu.active>a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .menubar-dark #topnav .has-submenu.active>a::after {
    border-top-color: #38414a;
  }
}

.menubar-dark #topnav .has-submenu.active .submenu li.active>a {
  color: var(--alfa-primary-accent);
}

.menubar-dark .navigation-menu>li:hover>a {
  color: #c8cddc;
}

.menubar-dark .navigation-menu>li>a {
  color: #9097a7;
}

.menubar-dark .navigation-menu>li>a:hover {
  color: #c8cddc;
}

@media (min-width: 992px) {
  .center-menu #topnav .navigation-menu {
    text-align: center;
  }

  .center-menu #topnav .navigation-menu>li {
    display: inline-block;
    float: none;
  }

  .center-menu #topnav .navigation-menu>li>a {
    padding: 20px;
  }

  .center-menu #topnav .navigation-menu>li>a i {
    display: block;
    margin: 0 0 5px 0;
    float: none;
    text-align: center;
  }

  .center-menu #topnav .navigation-menu>li>a .arrow-down {
    display: none;
    margin: 0 0 5px 0;
  }

  .center-menu .wrapper {
    padding: 157px 12px 0 12px;
  }
}

@media (min-width: 992px) {

  .unsticky-header #topnav,
  .unsticky-header .navbar-custom {
    position: absolute;
  }
}

.boxed-layout .container-fluid {
  max-width: 1300px;
}

.logo {
  display: block;
  line-height: 70px;
}

.logo span.logo-lg {
  display: block;
}

.logo span.logo-sm {
  display: none;
}

.logo .logo-lg-text-dark {
  color: #323a46;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.logo .logo-lg-text-light {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}

.logo-box {
  height: 70px;
  float: left;
  background-color: transparent;
  padding-right: 25px;
  border-right: solid 1px #000;
}

.navbar-custom {
  background-color: var(--alfa-secondary-dark-header);
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 0 0 12px;
  height: 70px;
  z-index: 100;
  /* Search */
}

.navbar-custom .topnav-menu>li {
  float: left;
}

.navbar-custom .topnav-menu .nav-link {
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  min-width: 32px;
  display: block;
  line-height: 70px;
  text-align: center;
  max-height: 70px;
}

.navbar-custom .dropdown.show .nav-link {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.navbar-custom .app-search {
  overflow: hidden;
  height: 70px;
  display: table;
  max-width: 180px;
  margin-right: 20px;
}

.navbar-custom .app-search .app-search-box {
  display: table-cell;
  vertical-align: middle;
}

.navbar-custom .app-search .app-search-box input::-webkit-input-placeholder {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .app-search .form-control {
  border: none;
  height: 38px;
  padding-left: 20px;
  padding-right: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px 0 0 30px;
}

.navbar-custom .app-search .input-group-append {
  margin-left: 0;
  z-index: 4;
}

.navbar-custom .app-search .btn {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0 30px 30px 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-custom .button-menu-mobile {
  border: none;
  color: #fff;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
}

.navbar-custom .button-menu-mobile.disable-btn {
  display: none;
}

@media (max-width: 767.98px) {
  .pro-user-name {
    display: none;
  }

  .navbar-custom {
    padding: 0 0 0 12px;
  }

  .logo-box {
    padding-right: 0;
    padding-left: 0;
  }

  .logo-box .logo-lg {
    display: none !important;
  }

  .logo-box .logo-sm {
    display: block !important;
  }

  .logo-box .logo-sm {
    margin-right: 15px;
  }
}

.row .col-12 .page-title-box .page-title-right .breadcrumb .fa-plus-circle {
  margin-right: 8px;
}

.tr__table .td__first--table label {
  position: relative;
  top: 8px;
}

.table tbody .tr__table .badge {
  padding-top: 14px;
  padding-bottom: 14px;
}

.table tbody .tr__table td #dropdownMenuButton {
  position: absolute;
  right: 20px;
}

.table tbody .tr__table .td__buttom--end {
  overflow-y: hidden !important;
}

.table tbody .tr__table .td__buttom--end .dropdown .dropdown-menu button {
  border: none;
  background-color: #ffffff;
}

.table tbody .tr__table .td__buttom--end .dropdown .dropdown-menu a {
  text-decoration: none;
}

.tr__table td .table__text--date {
  position: relative;
  top: 8px;
}

.th__top label {
  position: relative;
  top: 32px;
}

.th__top p {
  position: relative;
  top: 12px;
}

.text__label--top {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #6C757D;
  display: inline-block;
  margin-left: 40px;
}

.td__first--table .coluna__imagem--table {
  display: flex;
  position: relative;
  left: 40px;
  bottom: 25px;
  margin-bottom: -35px;
}

.td__first--table .coluna__imagem--table img {
  height: 40px;
  width: 40px;
  margin-right: 12px;
  border-radius: 50%;
}

/* Notification */
.noti-scroll {
  max-height: 230px;
}

.notification-list {
  margin-left: 0;
}

.notification-list .noti-title {
  background-color: #fff;
  padding: 15px 20px;
}

.notification-list .noti-icon {
  font-size: 21px;
  vertical-align: middle;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 10px;
}

.notification-list .notify-item {
  padding: 12px 20px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 5px;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #343a40;
  font-family: 'Work Sans', sans-serif;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-item .user-msg {
  margin-left: 45px;
  white-space: normal;
  line-height: 16px;
}

.notification-list .profile-dropdown .notify-item {
  padding: 7px 20px;
}

.notification-list .profile-dropdown .notify-item .badge {
  margin-top: 4px;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
}

.nav-user {
  padding: 0 12px !important;
}

.nav-user img {
  height: 32px;
  width: 32px;
}

.topbar-light .navbar-custom {
  background-color: #ffffff !important;
  /* Search */
}

.topbar-light .navbar-custom .topnav-menu .nav-link {
  color: #6e768e;
}

.topbar-light .navbar-custom .dropdown.show .nav-link {
  background-color: rgba(50, 58, 70, 0.03);
}

.topbar-light .navbar-custom .button-menu-mobile {
  color: #323a46;
}

.topbar-light .navbar-custom .app-search input::-webkit-input-placeholder {
  color: #adb5bd !important;
}

.topbar-light .navbar-custom .app-search .form-control {
  color: #323a46;
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.topbar-light .navbar-custom .app-search .btn {
  background-color: #f1f5f7;
  color: #ced4da;
}

.page-title-box .page-title {
  font-size: 1.1rem;
  margin: 0;
  line-height: 60px;
  color: #323a46;
}

.page-title-box .page-title-right {
  float: right;
  margin-top: 15px;
}

.title__right--central {
  float: right;
  margin-top: 15px;
  position: relative;
  top: 3px;
}

.page-title-box .page-title-right .breadcrumb button {
  border: none;
  background-color: #ffffff00;
}

.page-title-box .breadcrumb {
  padding-top: 5px;
}

.page-agendamentos h5.header-title {
  background: var(--alfa-secondary-dark);
  margin-bottom: 0;
  padding: 15px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
  }

  .page-title-box .breadcrumb {
    display: none;
  }

  .header-name {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .page-title-box .page-title-right {
    display: none;
  }

  .compartilhar__content .texto__compartilhar1,
  .texto__compartilhar2 {
    max-width: 400px;
  }

  .table tbody .tr__table td #dropdownMenuButton {
    position: relative;
    left: 10px;
  }
}

@media (max-width: 419px) {
  .page-title-box .breadcrumb {
    display: none;
  }

  .header-name {
    display: none !important;
  }

  .logo span.logo-sm img {
    max-width: 92px;
    height: auto;
  }
}

.footer {
  bottom: 0;
  padding: 16px 0 20px 0;
  position: absolute;
  right: 0;
  color: #6e768e;
  left: 0;
  font-size: 14px;
  background-color: #fff;
  font-family: 'Nunito', sans-serif;
  -webkit-box-shadow: 0 0 1px rgba(50, 58, 70, 0.1);
  box-shadow: 0 0 1px rgba(50, 58, 70, 0.1);
}

.footer .footer-links a {
  color: var(--alfa-primary-dark);
  margin-right: 22px;
}

.footer .footer-links a:hover {
  color: #323a46;
}

.footer .footer-links a:first-of-type {
  margin-left: 0;
}

.footer p {
  font-size: 15px;
  line-height: 20px;
  color: #6E768E;
  margin-bottom: 0;
}

.footer hr {
  margin: 16px 0 20px 0;
  border-color: rgba(110, 118, 142, 0.12);
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--alfa-primary-dark);
  border-radius: 50%;
  margin-left: 8px;
}

.footer-alt {
  left: 0 !important;
  text-align: center;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer__cookie {
  position: fixed;
  bottom: 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px;
  width: calc(100vw - 100px);
  background: var(--alfa-primary-dark-variant-3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.footer__cookie--text {
  width: calc(100% - 290px);
}

.footer__cookie--text p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 0;
}

.footer__cookie--text p:first-child {
  font-weight: 600;
  margin-bottom: 2px;
}

.footer__cookie--text p a {
  color: #ffffff;
  text-decoration: underline;
}

.footer__cookie--buttons {
  min-width: 240px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer__cookie--button {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding: 8px;
  min-width: 110px;
  margin-left: 8px;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid;
  transition: 0.5s;
}

.footer__cookie--button-outline {
  border-color: #ffffff;
  color: #FFFFFF;
  background-color: transparent;
}

.footer__cookie--button-outline:hover,
.footer__cookie--button-outline:focus {
  background: #ffffff;
  color: var(--alfa-primary-dark);
}

.footer__cookie--button-yellow {
  border-color: var(--alfa-secondary);
  color: var(--alfa-primary-dark);
  background: var(--alfa-secondary);
}

.footer__cookie--button-yellow:hover,
.footer__cookie--button-yellow:focus {
  background: transparent;
  color: var(--alfa-secondary);
}

@media (max-width: 767.98px) {
  .footer {
    left: 0 !important;
    text-align: center;
  }
}

.right-bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  position: fixed;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 280px;
  z-index: 9999;
  float: right !important;
  right: -290px;
  top: 0;
  bottom: 0;
  padding-bottom: 100px;
}

.right-bar .rightbar-title {
  background-color: var(--alfa-primary-accent);
  padding: 25.5px 25px;
  color: #fff;
}

.right-bar .right-bar-toggle {
  background-color: #414b5b;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: -4px;
}

.right-bar .right-bar-toggle:hover {
  background-color: #475364;
}

.right-bar .user-box {
  padding: 25px;
  text-align: center;
}

.right-bar .user-box .user-img {
  position: relative;
  height: 64px;
  width: 64px;
  margin: 0 auto 15px auto;
}

.right-bar .user-box .user-img .user-edit {
  position: absolute;
  right: -5px;
  bottom: 0px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  line-height: 24px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
}

.right-bar .user-box h5 {
  margin-bottom: 2px;
}

.right-bar .user-box h5 a {
  color: #323a46;
}

.rightbar-overlay {
  background-color: rgba(50, 58, 70, 0.55);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.right-bar-enabled .right-bar {
  right: 0;
}

.right-bar.open {
  right: 0;
}

.right-bar-enabled .rightbar-overlay {
  display: block;
}

@media (max-width: 767.98px) {
  .right-bar {
    overflow: auto;
  }

  .right-bar .slimscroll-menu {
    height: auto !important;
  }
}

.width-xs {
  min-width: 80px;
}

.width-sm {
  min-width: 100px;
}

.width-md {
  min-width: 120px;
}

.width-lg {
  min-width: 140px;
}

.width-xl {
  min-width: 160px;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 2.25rem;
  width: 2.25rem;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
}

.avatar-group .avatar-group-item {
  margin: 0 0 10px -12px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sp-line-1 {
  -webkit-line-clamp: 1;
}

.sp-line-2 {
  -webkit-line-clamp: 2;
}

.sp-line-3 {
  -webkit-line-clamp: 3;
}

.sp-line-4 {
  -webkit-line-clamp: 4;
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
}

.bg-icon-primary {
  border: 6px solid rgba(26, 188, 156, 0.3) !important;
  background-color: rgba(26, 188, 156, 0.75) !important;
}

.bg-icon-secondary {
  border: 6px solid rgba(108, 117, 125, 0.3) !important;
  background-color: rgba(108, 117, 125, 0.75) !important;
}

.bg-icon-success {
  border: 6px solid rgba(59, 175, 218, 0.3) !important;
  background-color: rgba(59, 175, 218, 0.75) !important;
}

.bg-icon-info {
  border: 6px solid rgba(55, 205, 230, 0.3) !important;
  background-color: rgba(55, 205, 230, 0.75) !important;
}

.bg-icon-warning {
  border: 6px solid rgba(247, 184, 75, 0.3) !important;
  background-color: rgba(247, 184, 75, 0.75) !important;
}

.bg-icon-danger {
  border: 6px solid rgba(241, 85, 108, 0.3) !important;
  background-color: rgba(241, 85, 108, 0.75) !important;
}

.bg-icon-light {
  border: 6px solid rgba(241, 245, 247, 0.3) !important;
  background-color: rgba(241, 245, 247, 0.75) !important;
}

.bg-icon-dark {
  border: 6px solid rgba(50, 58, 70, 0.3) !important;
  background-color: rgba(50, 58, 70, 0.75) !important;
}

.bg-icon-pink {
  border: 6px solid rgba(246, 114, 167, 0.3) !important;
  background-color: rgba(246, 114, 167, 0.75) !important;
}

.bg-icon-purple {
  border: 6px solid rgba(101, 89, 204, 0.3) !important;
  background-color: rgba(101, 89, 204, 0.75) !important;
}

.circliful-chart {
  margin-top: -5px;
}

.inbox-widget .inbox-item {
  overflow: hidden;
  padding: 0.7rem 0;
  position: relative;
}

.inbox-widget .inbox-item:last-of-type {
  border-bottom: none;
}

.inbox-widget .inbox-item .inbox-item-img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 40px;
  position: relative;
}

.inbox-widget .inbox-item .inbox-item-img img {
  width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
  color: #323a46;
  display: block;
  margin-bottom: 0;
}

.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 0.8125rem;
  margin: 0;
  overflow: hidden;
}

.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 0.6875rem;
  position: absolute;
  right: 5px;
  top: 10px;
}

.inbox-widget .user-status {
  height: 10px;
  width: 10px;
  background-color: #ced4da;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 2px;
  border: 2px solid #fff;
}

.inbox-widget .user-status.online {
  background-color: #3bafda;
}

.inbox-widget .user-status.away {
  background-color: #f7b84b;
}

.inbox-widget .user-status.busy {
  background-color: #f1556c;
}

/* Chat widget */
.conversation-list {
  border: solid 1px rgba(206, 212, 218, 0.3);
  margin: 4px 0 24px 0;
  list-style: none;
  height: 332px;
  padding: 0 10px;
}

.conversation-list li {
  margin-bottom: 24px;
}

.conversation-list .chat-avatar {
  float: left;
  text-align: center;
  width: 42px;
}

.conversation-list .chat-avatar img {
  border-radius: 100%;
  width: 100%;
}

.conversation-list .chat-avatar i {
  font-size: 12px;
  font-style: normal;
}

.conversation-list .ctext-wrap {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f7f7f7;
  border-radius: 3px;
  display: inline-block;
  padding: 12px;
  position: relative;
}

.conversation-list .ctext-wrap i {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  position: relative;
}

.conversation-list .ctext-wrap p {
  margin: 0;
  padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
  right: 99%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #f7f7f7;
  border-width: 8px;
  margin-left: -1px;
  border-right-color: #f7f7f7;
}

.conversation-list .conversation-text {
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 70%;
}

.conversation-list .odd .chat-avatar {
  float: right !important;
}

.conversation-list .odd .conversation-text {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  width: 70% !important;
}

.conversation-list .odd .ctext-wrap {
  background-color: #dbfaf4;
}

.conversation-list .odd .ctext-wrap:after {
  border-color: transparent;
  border-left-color: #dbfaf4;
  border-top-color: #dbfaf4;
  left: 99% !important;
}

.chat-conversation-intern .conversation-list .ctext-wrap {
  background: var(--alfa-secondary-dark);
  width: 100%;
}

.chat-conversation-intern .conversation-list .clearfix:not(.odd) .ctext-wrap:after {
  border-top-color: var(--alfa-secondary-dark);
  border-right-color: var(--alfa-secondary-dark);
}

.chat-conversation-intern .conversation-list .ctext-wrap i,
.chat-conversation-intern .conversation-list .ctext-wrap p {
  color: #ffffff;
}

.chat-conversation-intern .conversation-list .clearfix.odd .ctext-wrap a {
  color: var(--alfa-primary-dark);
}

.chat-conversation-intern .conversation-list .clearfix:not(.odd) .ctext-wrap a {
  color: #86fddb;
}

.chat-conversation-intern .conversation-list .odd .ctext-wrap {
  background: #e3f0dd;
}

.chat-conversation-intern .conversation-list .odd .ctext-wrap:after {
  border-top-color: #e3f0dd;
  border-left-color: #e3f0dd;
}

.chat-conversation-intern .conversation-list .odd .ctext-wrap i,
.chat-conversation-intern .conversation-list .odd .ctext-wrap p {
  color: #4c5667;
}

.chat-conversation-extern .conversation-list {
  background-color: var(--alfa-secondary-dark);
}

.chat-conversation-extern .conversation-list .ctext-wrap {
  background: #f1f5f7;
  width: 100%;
}

.chat-conversation-extern .conversation-list .clearfix:not(.odd) .ctext-wrap:after {
  border-top-color: #f1f5f7;
  border-right-color: #f1f5f7;
}

.chat-conversation-extern .conversation-list .ctext-wrap i,
.chat-conversation-extern .conversation-list .ctext-wrap p {
  color: #4c5667;
}

.chat-conversation-extern .conversation-list .odd .ctext-wrap {
  background: #e3f0dd;
}

.chat-conversation-extern .conversation-list .odd .ctext-wrap:after {
  border-top-color: #e3f0dd;
  border-left-color: #e3f0dd;
}

.chat-conversation-extern .conversation-list .odd .ctext-wrap i,
.chat-conversation-extern .conversation-list .odd .ctext-wrap p {
  color: #4c5667;
}

.chat-conversation-extern .conversation-list .chat-avatar i {
  color: #d3d4d5;
}

.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}

.checkbox label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: none !important;
  top: 2px;
}

.checkbox label::after {
  color: #6c757d;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  left: 0;
  margin-left: -18px;
  padding-left: 3px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  width: 18px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.checkbox input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label::before {
  outline-offset: -2px;
  outline: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  display: table;
  width: 4px;
  height: 8px;
  border: 2px solid #6c757d;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:disabled+label::before {
  background-color: #f1f5f7;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}

.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}

.checkbox.checkbox-single label:before {
  margin-left: 0;
}

.checkbox.checkbox-single label:after {
  margin-left: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label::before {
  background-color: var(--alfa-primary-accent);
  border-color: var(--alfa-primary-accent);
}

.checkbox-primary input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked+label::before {
  background-color: #6c757d;
  border-color: #6c757d;
}

.checkbox-secondary input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
  background-color: #3bafda;
  border-color: #3bafda;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label::before {
  background-color: #37cde6;
  border-color: #37cde6;
}

.checkbox-info input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
  background-color: #f7b84b;
  border-color: #f7b84b;
}

.checkbox-warning input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
  background-color: #f1556c;
  border-color: #f1556c;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-light input[type="checkbox"]:checked+label::before {
  background-color: #f1f5f7;
  border-color: #f1f5f7;
}

.checkbox-light input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-dark input[type="checkbox"]:checked+label::before {
  background-color: #323a46;
  border-color: #323a46;
}

.checkbox-dark input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-pink input[type="checkbox"]:checked+label::before {
  background-color: #f672a7;
  border-color: #f672a7;
}

.checkbox-pink input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.checkbox-purple input[type="checkbox"]:checked+label::before {
  background-color: #6559cc;
  border-color: #6559cc;
}

.checkbox-purple input[type="checkbox"]:checked+label::after {
  border-color: #fff;
}

.radio label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #98a6ad;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 18px;
  outline: none !important;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #6c757d;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 10px;
  left: 6px;
  margin-left: -20px;
  position: absolute;
  top: 4px;
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 10px;
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.radio input[type="radio"]:disabled+label {
  opacity: 0.65;
}

.radio input[type="radio"]:focus+label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-primary input[type="radio"]+label::after {
  background-color: var(--alfa-primary-accent);
}

.radio-primary input[type="radio"]:checked+label::before {
  border-color: var(--alfa-primary-accent);
}

.radio-primary input[type="radio"]:checked+label::after {
  background-color: var(--alfa-primary-accent);
}

.radio-secondary input[type="radio"]+label::after {
  background-color: #6c757d;
}

.radio-secondary input[type="radio"]:checked+label::before {
  border-color: #6c757d;
}

.radio-secondary input[type="radio"]:checked+label::after {
  background-color: #6c757d;
}

.radio-success input[type="radio"]+label::after {
  background-color: #3bafda;
}

.radio-success input[type="radio"]:checked+label::before {
  border-color: #3bafda;
}

.radio-success input[type="radio"]:checked+label::after {
  background-color: #3bafda;
}

.radio-info input[type="radio"]+label::after {
  background-color: #37cde6;
}

.radio-info input[type="radio"]:checked+label::before {
  border-color: #37cde6;
}

.radio-info input[type="radio"]:checked+label::after {
  background-color: #37cde6;
}

.radio-warning input[type="radio"]+label::after {
  background-color: #f7b84b;
}

.radio-warning input[type="radio"]:checked+label::before {
  border-color: #f7b84b;
}

.radio-warning input[type="radio"]:checked+label::after {
  background-color: #f7b84b;
}

.radio-danger input[type="radio"]+label::after {
  background-color: #f1556c;
}

.radio-danger input[type="radio"]:checked+label::before {
  border-color: #f1556c;
}

.radio-danger input[type="radio"]:checked+label::after {
  background-color: #f1556c;
}

.radio-light input[type="radio"]+label::after {
  background-color: #f1f5f7;
}

.radio-light input[type="radio"]:checked+label::before {
  border-color: #f1f5f7;
}

.radio-light input[type="radio"]:checked+label::after {
  background-color: #f1f5f7;
}

.radio-dark input[type="radio"]+label::after {
  background-color: #323a46;
}

.radio-dark input[type="radio"]:checked+label::before {
  border-color: #323a46;
}

.radio-dark input[type="radio"]:checked+label::after {
  background-color: #323a46;
}

.radio-pink input[type="radio"]+label::after {
  background-color: #f672a7;
}

.radio-pink input[type="radio"]:checked+label::before {
  border-color: #f672a7;
}

.radio-pink input[type="radio"]:checked+label::after {
  background-color: #f672a7;
}

.radio-purple input[type="radio"]+label::after {
  background-color: #6559cc;
}

.radio-purple input[type="radio"]:checked+label::before {
  border-color: #6559cc;
}

.radio-purple input[type="radio"]:checked+label::after {
  background-color: #6559cc;
}

.orcamento-box {
  display: none;
}

.ribbon-box {
  position: relative;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  /* Ribbon two */
}

.ribbon-box .ribbon {
  position: relative;
  clear: both;
  padding: 5px 12px;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
  box-shadow: 2px 5px 10px rgba(50, 58, 70, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.ribbon-box .ribbon:before {
  content: " ";
  border-style: solid;
  border-width: 4px;
  display: block;
  position: absolute;
  bottom: 6px;
  left: inherit;
  right: 2px !important;
  margin-bottom: -10px;
  z-index: 2;
  width: 5px;
  transform: rotate(135deg);
}

.ribbon-box .ribbon.float-left {
  margin-left: -30px;
  border-radius: 0 3px 3px 0;
}

.ribbon-box .ribbon.float-right {
  margin-right: -30px;
  border-radius: 3px 0 0 3px;
}

.ribbon-box .ribbon.float-right:before {
  right: 0;
}

.ribbon-box .ribbon.float-right.shape {
  -webkit-clip-path: polygon(2% 0, 100% 1%, 100% 100%, 0 100%, 15% 50%);
  clip-path: polygon(2% 0, 100% 1%, 100% 100%, 0 100%, 15% 50%);
  padding-left: 25px;
  margin-right: -24px;
}

.ribbon-box .ribbon.float-center span {
  margin: 0 auto 20px auto;
}

.ribbon-box .ribbon-content {
  clear: both;
}

.ribbon-box .ribbon-primary {
  background: #1abc9c;
}

.ribbon-box .ribbon-primary:before {
  border-color: #148f77 transparent transparent;
}

.ribbon-box .ribbon-secondary {
  background: #6c757d;
}

.ribbon-box .ribbon-secondary:before {
  border-color: #545b62 transparent transparent;
}

.ribbon-box .ribbon-success {
  background: #3bafda;
}

.ribbon-box .ribbon-success:before {
  border-color: #2494be transparent transparent;
}

.ribbon-box .ribbon-info {
  background: #37cde6;
}

.ribbon-box .ribbon-info:before {
  border-color: #1ab6d0 transparent transparent;
}

.ribbon-box .ribbon-warning {
  background: #f7b84b;
}

.ribbon-box .ribbon-warning:before {
  border-color: #f5a51a transparent transparent;
}

.ribbon-box .ribbon-danger {
  background: #f1556c;
}

.ribbon-box .ribbon-danger:before {
  border-color: #ed2643 transparent transparent;
}

.ribbon-box .ribbon-light {
  background: #f1f5f7;
}

.ribbon-box .ribbon-light:before {
  border-color: #d1dee4 transparent transparent;
}

.ribbon-box .ribbon-dark {
  background: #323a46;
}

.ribbon-box .ribbon-dark:before {
  border-color: #1d2128 transparent transparent;
}

.ribbon-box .ribbon-pink {
  background: #f672a7;
}

.ribbon-box .ribbon-pink:before {
  border-color: #f34289 transparent transparent;
}

.ribbon-box .ribbon-purple {
  background: #6559cc;
}

.ribbon-box .ribbon-purple:before {
  border-color: #4639b9 transparent transparent;
}

.ribbon-box .ribbon-two {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon-box .ribbon-two span {
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 19px;
  left: -21px;
  font-weight: 600;
}

.ribbon-box .ribbon-two span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon-box .ribbon-two-primary span {
  background: var(--alfa-primary-accent);
}

.ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid var(--alfa-primary-dark-variant);
  border-top: 3px solid var(--alfa-primary-dark-variant);
}

.ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid var(--alfa-primary-dark-variant);
  border-top: 3px solid var(--alfa-primary-dark-variant);
}

.ribbon-box .ribbon-two-secondary span {
  background: #6c757d;
}

.ribbon-box .ribbon-two-secondary span:before {
  border-left: 3px solid #494f54;
  border-top: 3px solid #494f54;
}

.ribbon-box .ribbon-two-secondary span:after {
  border-right: 3px solid #494f54;
  border-top: 3px solid #494f54;
}

.ribbon-box .ribbon-two-success span {
  background: #3bafda;
}

.ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #2084a9;
  border-top: 3px solid #2084a9;
}

.ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #2084a9;
  border-top: 3px solid #2084a9;
}

.ribbon-box .ribbon-two-info span {
  background: #37cde6;
}

.ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #17a2b9;
  border-top: 3px solid #17a2b9;
}

.ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #17a2b9;
  border-top: 3px solid #17a2b9;
}

.ribbon-box .ribbon-two-warning span {
  background: #f7b84b;
}

.ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #eb990a;
  border-top: 3px solid #eb990a;
}

.ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #eb990a;
  border-top: 3px solid #eb990a;
}

.ribbon-box .ribbon-two-danger span {
  background: #f1556c;
}

.ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #e71332;
  border-top: 3px solid #e71332;
}

.ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #e71332;
  border-top: 3px solid #e71332;
}

.ribbon-box .ribbon-two-light span {
  background: #f1f5f7;
}

.ribbon-box .ribbon-two-light span:before {
  border-left: 3px solid #c0d2db;
  border-top: 3px solid #c0d2db;
}

.ribbon-box .ribbon-two-light span:after {
  border-right: 3px solid #c0d2db;
  border-top: 3px solid #c0d2db;
}

.ribbon-box .ribbon-two-dark span {
  background: #323a46;
}

.ribbon-box .ribbon-two-dark span:before {
  border-left: 3px solid #121519;
  border-top: 3px solid #121519;
}

.ribbon-box .ribbon-two-dark span:after {
  border-right: 3px solid #121519;
  border-top: 3px solid #121519;
}

.ribbon-box .ribbon-two-pink span {
  background: #f672a7;
}

.ribbon-box .ribbon-two-pink span:before {
  border-left: 3px solid #f12a7a;
  border-top: 3px solid #f12a7a;
}

.ribbon-box .ribbon-two-pink span:after {
  border-right: 3px solid #f12a7a;
  border-top: 3px solid #f12a7a;
}

.ribbon-box .ribbon-two-purple span {
  background: #6559cc;
}

.ribbon-box .ribbon-two-purple span:before {
  border-left: 3px solid #3f33a6;
  border-top: 3px solid #3f33a6;
}

.ribbon-box .ribbon-two-purple span:after {
  border-right: 3px solid #3f33a6;
  border-top: 3px solid #3f33a6;
}

.ribbon-box .badge {
  font-size: 12px;
  font-family: 'Nunito', sans-serif;
  line-height: normal;
  font-weight: normal;
}

.ribbon-box .badge.badge-light-primary {
  color: var(--alfa-primary-light) !important;
  border: solid 1px rgba(110, 175, 81, 0.16);
  background-color: rgba(110, 175, 81, 0.08);
}

.ribbon-box .badge.badge-light-danger {
  color: #d0021b !important;
  border: solid 1px rgba(246, 79, 105, 0.16);
  background-color: rgba(246, 79, 105, 0.08);
}

.ribbon-box .ribbon-box-title {
  margin-bottom: 16px;
  width: calc(100% - 110px);
}

.ribbon-box .ribbon-content-box {
  margin-bottom: 16px;
}

.ribbon-box .ribbon-content a:not(.btn),
.ribbon-file a p {
  color: var(--alfa-primary-dark);
  text-decoration: none;
}

.ribbon-box .ribbon-content a:not(.btn):hover,
.ribbon-file a:hover p {
  text-decoration: underline;
}

.ribbon-box .ribbon-content p {
  margin-bottom: 0;
}

.ribbon-box .ribbon-content .card-box-gray {
  padding: 18px 16px;
  border: solid 1px rgba(148, 164, 181, 0.2);
  background-color: rgba(206, 212, 218, 0.12);
}

.ribbon-file a {
  display: flex;
  margin-top: 4px;
  flex-wrap: wrap;
}

.ribbon-file .mdi.mdi-attachment {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 12px;
  border: solid 1px #cfcfcf;
  background-color: #f1f5f7;
  font-size: 12px;
  transform: rotate(-90deg);
  margin-right: 4px;
}

@media print {

  .left-side-menu,
  .right-bar,
  .page-title-box,
  .navbar-custom,
  .footer {
    display: none !important;
  }

  .card-body,
  .content-page,
  .right-bar,
  .content,
  body {
    padding: 0 !important;
    margin: 0 !important;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
}

@-webkit-keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0);
  }
}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0);
  }
}

.bouncingLoader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bouncingLoader>div {
  width: 13px;
  height: 13px;
  margin: 32px 3px;
  background: var(--alfa-primary-accent);
  border-radius: 50%;
  -webkit-animation: bouncing-loader 0.6s infinite alternate;
  animation: bouncing-loader 0.6s infinite alternate;
}

.bouncingLoader>div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #f1556c;
}

.bouncingLoader>div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  background: #3bafda;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.slimScrollDiv {
  height: auto !important;
}

.jq-toast-single {
  padding: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--alfa-primary-accent);
  font-size: 13px;
  line-height: 22px;
}

.jq-toast-single h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.jq-toast-single a {
  font-size: 0.9rem;
}

.jq-toast-single a:hover {
  color: #fff;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
}

.close-jq-toast-single {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 20px;
  cursor: pointer;
  height: 32px;
  width: 32px;
  background-color: #323a46;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

.jq-toast-loader {
  height: 3px;
  top: 0;
  border-radius: 0;
}

.jq-icon-primary {
  background-color: var(--alfa-primary-accent);
  color: #fff;
  border-color: var(--alfa-primary-accent);
}

.jq-icon-secondary {
  background-color: #6c757d;
  color: #fff;
  border-color: #6c757d;
}

.jq-icon-success {
  background-color: #3bafda;
  color: #fff;
  border-color: #3bafda;
}

.jq-icon-info {
  background-color: #37cde6;
  color: #fff;
  border-color: #37cde6;
}

.jq-icon-warning {
  background-color: #f7b84b;
  color: #fff;
  border-color: #f7b84b;
}

.jq-icon-danger {
  background-color: #f1556c;
  color: #fff;
  border-color: #f1556c;
}

.jq-icon-light {
  background-color: #f1f5f7;
  color: #fff;
  border-color: #f1f5f7;
}

.jq-icon-dark {
  background-color: #323a46;
  color: #fff;
  border-color: #323a46;
}

.jq-icon-pink {
  background-color: #f672a7;
  color: #fff;
  border-color: #f672a7;
}

.jq-icon-purple {
  background-color: #6559cc;
  color: #fff;
  border-color: #6559cc;
}

.jq-icon-error {
  background-color: #f1556c;
  color: #fff;
  border-color: #f1556c;
}

.swal2-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.swal2-modal .swal2-title {
  font-size: 24px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  border: 2px solid #dee2e6;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-modal .swal2-confirm.btn-confirm {
  background-color: var(--alfa-primary-accent) !important;
  font-size: 0.9rem;
}

.swal2-modal .swal2-cancel.btn-cancel {
  background-color: #f1556c !important;
  font-size: 0.9rem;
}

.swal2-modal .swal2-styled:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.swal2-icon.swal2-question {
  color: var(--alfa-primary-accent);
  border-color: var(--alfa-primary-accent);
}

.swal2-icon.swal2-success {
  border-color: #3bafda;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long],
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #3bafda;
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #3bafda;
}

.swal2-icon.swal2-warning {
  color: #f7b84b;
  border-color: #f7b84b;
}

.swal2-icon.swal2-error {
  border-color: #f1556c;
}

.swal2-icon.swal2-error .line {
  background-color: #f1556c;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid var(--alfa-primary-accent);
}

.swal2-container.swal2-shown {
  background-color: rgba(50, 58, 70, 0.9);
}

.dd-list .dd-item .dd-handle {
  background: #f1f5f7;
  border: none;
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 3px;
}

.dd-list .dd-item .dd-handle:hover {
  color: var(--alfa-primary-accent);
}

.dd-list .dd-item button {
  height: 36px;
  font-size: 17px;
  margin: 0;
  color: #98a6ad;
  width: 36px;
}

.dd-list .dd3-item {
  margin: 5px 0;
}

.dd-list .dd3-item .dd-item button {
  width: 36px;
  height: 36px;
}

.dd-list .dd3-handle {
  margin: 0;
  height: 36px !important;
  float: left;
}

.dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: #f1f5f7;
  font-weight: 600;
}

.dd-list .dd3-content:hover {
  color: var(--alfa-primary-accent);
}

.dd-list .dd3-handle:before {
  content: "\F35C";
  font-family: "Material Design Icons";
  color: #adb5bd;
}

.dd-empty,
.dd-placeholder {
  background: rgba(206, 212, 218, 0.2);
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
}

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../images/plugins/jstree.png");
}

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default .jstree-anchor {
  line-height: 28px;
  height: 28px;
}

.jstree-default>.jstree-container-ul .jstree-loading>.jstree-ocl {
  background: url("../images/plugins/loading.gif") center center no-repeat;
}

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
}

.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: rgba(26, 188, 156, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
  background: rgba(26, 188, 156, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jstree-default .jstree-last {
  background: transparent;
}

.jstree-default .jstree-wholerow {
  height: 28px;
}

.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--modern .irs-bar,
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  background-color: var(--alfa-primary-accent);
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child,
.irs--flat .irs-handle>i:first-child,
.irs--modern .irs-handle.state_hover>i:first-child,
.irs--modern .irs-handle:hover>i:first-child,
.irs--modern .irs-handle>i:first-child {
  background-color: #17a689;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before,
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  border-top-color: var(--alfa-primary-accent);
}

.irs--modern .irs-line {
  border: none;
}

.irs--modern .irs-bar {
  background: var(--alfa-primary-accent);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--alfa-primary-accent)), to(var(--alfa-active-primary)));
  background: linear-gradient(to bottom, var(--alfa-primary-accent) 0%, var(--alfa-active-primary) 100%);
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single,
.irs--sharp .irs-min,
.irs--sharp .irs-max,
.irs--sharp .irs-handle,
.irs--sharp .irs-bar {
  background-color: var(--alfa-primary-accent);
}

.irs--sharp .irs-line {
  background-color: #dee2e6;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-handle>i:first-child {
  border-top-color: var(--alfa-primary-accent);
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: var(--alfa-primary-dark-variant);
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
  border-top-color: var(--alfa-primary-dark-variant);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-bar {
  background-color: var(--alfa-primary-accent);
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-bar:before {
  border-top-color: var(--alfa-primary-accent);
}

.irs--round .irs-handle {
  border: 4px solid var(--alfa-primary-accent);
  -webkit-box-shadow: 0 1px 3px rgba(26, 188, 156, 0.3);
  box-shadow: 0 1px 3px rgba(26, 188, 156, 0.3);
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #6c757d;
  background-color: #dee2e6;
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single,
.irs--square .irs-bar {
  background-color: #343a40;
}

.irs--square .irs-handle {
  border: 3px solid #343a40;
}

/* Bootstrap tagsinput */
.bootstrap-tagsinput {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 7px 4px;
  width: 100%;
}

.bootstrap-tagsinput .label-info {
  background-color: var(--alfa-primary-accent);
  display: inline-block;
  font-size: 13px;
  margin: 3px 1px;
  padding: 0 5px;
  border-radius: 3px;
  font-weight: 500;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.bootstrap-select .dropdown-toggle:after {
  content: "\F140";
  display: inline-block;
  font-family: "Material Design Icons";
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: 0;
}

.bootstrap-select a {
  outline: none !important;
}

.bootstrap-select .inner {
  overflow-y: inherit !important;
}

.ms-container {
  background: transparent url("../images/plugins/multiple-arrow.png") no-repeat 50% 50%;
  width: auto;
  max-width: 370px;
}

.ms-container .ms-list {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.ms-container .ms-list.ms-focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #b1bbc4;
}

.ms-container .ms-selectable li.ms-elem-selectable {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selectable li.ms-hover {
  background-color: var(--alfa-primary-accent);
}

.ms-container .ms-selection li.ms-elem-selection {
  border: none;
  padding: 5px 10px;
}

.ms-container .ms-selection li.ms-hover {
  background-color: var(--alfa-primary-accent);
}

.search-input {
  margin-bottom: 10px;
}

.ms-selectable {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.ms-optgroup-label {
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  color: #323a46 !important;
  font-size: 13px;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  height: 38px;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #c0d2db transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c0d2db transparent !important;
  border-width: 0 4px 5px 4px !important;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-dropdown {
  border: 1px solid #e1e9ee;
  -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e1e9ee;
  outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--alfa-primary-accent);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f1f5f7;
  color: #323a46;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: var(--alfa-primary-accent);
  color: #fff;
}

.select2.select2-container .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #ced4da !important;
}

.select2.select2-container .select2-selection--multiple .select2-search__field {
  padding: 2px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 7px;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 1px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--alfa-primary-accent);
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-top: 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.clockpicker-popover .popover-title {
  font-weight: 600;
}

.clockpicker-popover .btn-default {
  background-color: var(--alfa-primary-accent);
  color: #fff;
}

.datepicker {
  padding: 10px !important;
}

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: var(--alfa-primary-accent) !important;
  background-image: none !important;
  color: #fff;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #f7f7f7;
}

.datepicker table tr td.new,
.datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #6c757d;
  opacity: 0.4;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #f7f7f7;
}

.datepicker .datepicker-switch:hover {
  background: none;
}

.datepicker-dropdown:after {
  border-bottom: 6px solid #fff;
}

.datepicker-dropdown:before {
  border-bottom-color: #e7eef1;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #e7eef1;
}

.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #fff;
}

.datepicker-inline {
  border: 2px solid #f1f5f7;
}

.daterangepicker {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.daterangepicker td.in-range {
  background-color: var(--alfa-primary-clean);
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: var(--alfa-primary-date-active);
}

.daterangepicker .drp-buttons .cancelBtn {
  background-color: #545b62;
  border-color: #4e555b;
}

.daterangepicker .drp-buttons .applyBtn {
  background-color: var(--alfa-primary-dark);
  border-color: var(--alfa-primary-dark);
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
}

.parsley-errors-list>li {
  list-style: none;
  color: #f1556c;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.parsley-errors-list>li:before {
  content: "\F159";
  font-family: "Material Design Icons";
  position: absolute;
  left: 2px;
  top: -1px;
}

.parsley-error {
  border-color: #f1556c;
}

.parsley-success {
  border-color: #3bafda;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/summernote.eot");
  src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff?") format("woff"), url("../fonts/summernote.ttf?") format("truetype");
}

.note-editor.note-frame {
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.note-editor.note-frame .note-statusbar {
  background-color: #fcfcfc;
  border-top: 1px solid #f7f7f7;
}

.note-editor.note-frame .note-editable {
  border: none;
}

.note-status-output {
  display: none;
}

.note-editable {
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  padding: 0.45rem 0.9rem;
}

.note-editable p:last-of-type {
  margin-bottom: 0;
}

.note-popover .popover-content .note-color .dropdown-menu,
.card-header.note-toolbar .note-color .dropdown-menu {
  min-width: 344px;
}

.note-toolbar {
  z-index: 1;
}

.form-wizard-header .nav-item {
  margin: 0 0.5em;
  text-align: left;
}

.form-wizard-header .nav-item:first-child {
  margin-left: 0;
}

.form-wizard-header .nav-item:last-child {
  margin-right: 0;
}

.form-wizard-header .nav-item .nav-link {
  border-radius: 4px;
  background-color: rgba(26, 188, 156, 0.2);
  border: 1px solid rgba(26, 188, 156, 0.2);
}

.form-wizard-header .nav-item .nav-link .number {
  display: inline-block;
  line-height: 30px;
  margin-right: 10px;
  width: 30px;
  border-radius: 50%;
  color: var(--alfa-primary-accent);
  background-color: rgba(26, 188, 156, 0.2);
  text-align: center;
}

.form-wizard-header .nav-item .nav-link.active {
  background-color: var(--alfa-primary-accent);
}

.form-wizard-header .nav-item .nav-link.active .number {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.ql-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.ql-bubble {
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
}

.ql-toolbar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ql-toolbar span {
  outline: none !important;
}

.dropzone {
  border: 2px dashed rgba(50, 58, 70, 0.3);
  background: #fff;
  border-radius: 6px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.dropzone .fallback {
  display: none;
}

.editable-clear-x {
  background: url("../images/plugins/clear.png") center center no-repeat;
}

.editable-clear-x-custom {
  background: url("../images/plugins/clear.png") center center no-repeat;
  position: absolute;
}

.editableform-loading {
  background: url("../images/plugins/loading.gif") center center no-repeat;
}

.editable-checklist label {
  display: block;
}

.dataTables_wrapper.container-fluid {
  padding: 0;
}

table.dataTable {
  border-collapse: collapse !important;
  margin-bottom: 15px !important;
}

table.dataTable tbody>tr.selected td .custom-checkbox label:before {
  color: var(--alfa-primary-btn);
  border-color: var(--alfa-primary-btn);
  background-color: var(--alfa-primary-btn);
}

table.dataTable tbody>tr.selected td .custom-checkbox label:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

table.dataTable tbody .custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: var(--alfa-primary-btn);
  box-shadow: none;
}

table.dataTable tbody td:focus {
  outline: none !important;
}

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  outline: 2px solid var(--alfa-primary-accent) !important;
  outline-offset: -1px;
  color: var(--alfa-primary-accent);
  background-color: var(--alfa-primary-dark);
}

.dataTables_info {
  font-weight: 500;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
  background-color: #3bafda;
  top: 0.85rem;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  background-color: #f1556c;
  top: 0.85rem;
}

div.dt-button-info {
  background-color: var(--alfa-primary-accent);
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media (max-width: 1440px) {
  .navigation-menu>li>a {
    padding: 20px 12px;
  }
}

@media (max-width: 767.98px) {

  li.paginate_button.previous,
  li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem;
  }

  li.paginate_button {
    display: none;
  }

  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1.5rem 0 0 !important;
  }

  div.dt-buttons {
    display: inline-table;
    margin-bottom: 1.5rem;
  }
}

.activate-select .sorting_1 {
  background-color: #f1f5f7;
}

.tablesaw thead {
  background: #f1f5f7;
  background-image: none;
  border: none;
}

.tablesaw thead th {
  text-shadow: none;
}

.tablesaw thead tr:first-child th {
  border: none;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
}

.tablesaw td {
  border-top: 1px solid #f1f5f7 !important;
}

.tablesaw td,
.tablesaw tbody th {
  font-size: inherit;
  line-height: inherit;
  padding: 10px !important;
}

.tablesaw-stack tbody tr,
.tablesaw tbody tr {
  border-bottom: none;
}

.tablesaw-bar .btn-select.btn-small:after,
.tablesaw-bar .btn-select.btn-micro:after {
  font-size: 8px;
  padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f1f5f7;
}

.tablesaw-enhanced .tablesaw-bar .btn {
  text-shadow: none;
  background-image: none;
  text-transform: none;
  border: 1px solid #dee2e6;
  padding: 3px 10px;
  color: #323a46;
}

.tablesaw-enhanced .tablesaw-bar .btn:after {
  display: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
  background: #fff;
}

.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:active {
  color: var(--alfa-primary-accent) !important;
  background-color: #f1f5f7;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
}

.tablesaw-columntoggle-popup .btn-group {
  display: block;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #f1f5f7;
}

.tablesaw-sortable-btn {
  cursor: pointer;
}

.responsive-table-plugin .dropdown-menu li.checkbox-row {
  padding: 7px 15px;
}

.responsive-table-plugin .table-responsive {
  border: none;
  margin-bottom: 0;
}

.responsive-table-plugin .btn-toolbar {
  display: block;
}

.responsive-table-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.responsive-table-plugin .checkbox-row {
  padding-left: 40px;
}

.responsive-table-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  margin-bottom: 0;
}

.responsive-table-plugin .checkbox-row label::before {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ced4da;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none;
}

.responsive-table-plugin .checkbox-row label::after {
  color: #ced4da;
  display: inline-block;
  font-size: 9px;
  height: 16px;
  left: 0;
  margin-left: -16px;
  padding-left: 0;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
  outline-offset: -2px;
  outline: none;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
  background-color: #dee2e6;
  cursor: not-allowed;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
  background-color: #fff;
  border-color: var(--alfa-primary-accent);
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
  color: var(--alfa-primary-accent);
}

.responsive-table-plugin table.focus-on tbody tr.focused th,
.responsive-table-plugin table.focus-on tbody tr.focused td,
.responsive-table-plugin .sticky-table-header {
  background: var(--alfa-primary-accent);
  border-color: var(--alfa-primary-accent);
  color: #fff;
}

.responsive-table-plugin table.focus-on tbody tr.focused th table,
.responsive-table-plugin table.focus-on tbody tr.focused td table,
.responsive-table-plugin .sticky-table-header table {
  color: #fff;
}

.responsive-table-plugin .fixed-solution .sticky-table-header {
  top: 130px !important;
}

.responsive-table-plugin .btn-default {
  background-color: #fff;
  color: #323a46;
  border: 1px solid rgba(50, 58, 70, 0.3);
}

.responsive-table-plugin .btn-default.btn-primary {
  background-color: var(--alfa-primary-accent);
  border-color: var(--alfa-primary-accent);
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(26, 188, 156, 0.5);
  box-shadow: 0 0 0 2px rgba(26, 188, 156, 0.5);
}

.responsive-table-plugin .btn-group.pull-right {
  float: right;
}

.responsive-table-plugin .btn-group.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

@font-face {
  font-family: 'footable';
  src: url("../fonts/footable.eot");
  src: url("../fonts/footable.eot?#iefix") format("embedded-opentype"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg#footable") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url("../fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.footable-odd {
  background-color: #fff;
}

.footable-detail-show {
  background-color: #f1f5f7;
}

.footable-row-detail {
  background-color: #F0F4F7;
}

.footable-pagination li {
  margin-left: 5px;
  float: left;
}

.footable-pagination li a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #323a46;
  background-color: #fff;
  border: 1px solid #f1f5f7;
  border-radius: 2px;
}

.footable-pagination li.active a {
  color: #fff;
  background-color: var(--alfa-primary-accent);
  border-color: var(--alfa-primary-accent);
}

.footable>thead>tr>th>span.footable-sort-indicator {
  float: right;
}

.flotTip {
  padding: 8px 12px;
  background-color: #323a46;
  z-index: 100;
  color: #fff;
  opacity: 1;
  border-radius: 3px;
}

.legend tr {
  height: 30px;
  font-family: 'Work Sans', sans-serif;
}

.legendLabel {
  padding-left: 5px !important;
  line-height: 10px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #98a6ad;
  text-transform: uppercase;
}

.legendColorBox div div {
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .legendLabel {
    display: none;
  }
}

.apex-charts {
  min-height: 10px !important;
}

.apex-charts text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  fill: #adb5bd;
}

.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.apexcharts-legend-series {
  font-weight: 600;
}

.apexcharts-gridline {
  pointer-events: none;
  stroke: #f1f5f7;
}

.apexcharts-legend-text {
  color: #98a6ad !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
}

.apexcharts-pie-label {
  fill: #fff !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  fill: #adb5bd;
}

.morris-chart text {
  font-family: "Roboto", sans-serif !important;
}

.morris-hover {
  position: absolute;
  z-index: 10;
}

.morris-hover.morris-default-style {
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  padding: 10px 12px;
  background: #323a46;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
  font-family: 'Work Sans', sans-serif;
}

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
  color: #fff;
}

.c3-tooltip {
  -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  opacity: 1;
}

.c3-tooltip td {
  border-left: none;
  font-family: 'Work Sans', sans-serif;
}

.c3-tooltip td>span {
  background: #323a46;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #323a46;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3 text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #ced4da;
}

.c3-legend-item {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}

.c3 line,
.c3 path {
  stroke: #ced4da;
}

.c3-chart-arc.c3-target g path {
  stroke: #fff;
}

.ct-golden-section:before {
  float: none;
}

.ct-chart {
  max-height: 300px;
}

.ct-chart .ct-label {
  fill: #adb5bd;
  color: #adb5bd;
  font-size: 12px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #fff;
  fill: #fff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #3bafda;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #3bafda;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #f7b84b;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #f1556c;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #37cde6;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #f672a7;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: var(--alfa-primary-accent);
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #3bafda;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #3bafda;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #f7b84b;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
  fill: #f1556c;
}

.ct-area {
  fill-opacity: .33;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #323a46;
  color: #fff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: #343a40 !important;
  -webkit-box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  box-shadow: 0 0 8px 0 rgba(154, 161, 171, 0.3);
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: #343a40 !important;
}

.jqsfield {
  color: #f1f5f7 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700 !important;
}

[data-plugin="knob"] {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600 !important;
}

.gmaps,
.gmaps-panaroma {
  height: 100%;
  min-height: 160px;
  background: #f1f5f7;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: var(--alfa-primary-accent);
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid var(--alfa-primary-accent);
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid var(--alfa-primary-accent);
}

.jvectormap-label {
  border: none;
  background: #323a46;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  padding: 5px 8px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  background: #323a46;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 13px;
}

.jvectormap-zoomout {
  top: 35px;
}

.mapael .map {
  position: relative;
}

.mapael .map .zoomIn {
  top: 25px;
}

.mapael .map .zoomOut {
  top: 50px;
}

.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--alfa-primary-accent);
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.mapael .plotLegend text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin: 15px 0 5px 0;
}

.fc-toolbar h2 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-day {
  background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #f1f5f7;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #dee2e6;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f1f5f7;
  border-radius: 50%;
  margin: 5px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
}

.fc-button {
  background: #f1f5f7;
  border: none;
  color: #6c757d;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 3px;
  padding: 6px 12px;
  height: auto;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 1rem;
}

.fc-state-hover {
  background: #f1f5f7;
}

.fc-state-highlight {
  background: #dee2e6;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: var(--alfa-primary-accent);
  color: #fff;
  text-shadow: none;
}

.fc-cell-overlay {
  background: #dee2e6;
}

.fc-unthemed .fc-today {
  background: #fff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.external-event {
  cursor: move;
  margin: 10px 0;
  padding: 8px 10px;
  color: #fff;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
}

.fc-basic-view .fc-content {
  color: #fff;
}

.fc-time-grid-event .fc-content {
  color: #fff;
}

@media (max-width: 767.98px) {

  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
  }

  .fc .fc-toolbar>*>* {
    float: none;
  }

  .fc-today-button {
    display: none;
  }
}

div.hopscotch-bubble {
  border: 3px solid #dee2e6;
  border-radius: 5px;
}

div.hopscotch-bubble .hopscotch-next,
div.hopscotch-bubble .hopscotch-prev {
  background-color: var(--alfa-primary-accent) !important;
  background-image: none !important;
  border-color: var(--alfa-primary-accent) !important;
  text-shadow: none !important;
  margin: 0 0 0 5px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #fff !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  background: rgba(241, 85, 108, 0.2);
  padding: 0;
  border: 1px solid #f1556c;
  color: #f1556c;
  border-radius: 50%;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-right: 19px solid #dee2e6;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border: none;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-left: 19px solid #dee2e6;
  left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-left: 0 solid var(--alfa-primary-accent);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 19px solid #dee2e6;
  top: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 19px solid #dee2e6;
  top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble h3 {
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 10px;
}

div.hopscotch-bubble .hopscotch-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.button-list .btn {
  margin-top: 7px;
  margin-right: 5px;
}

.icons-list-demo div {
  cursor: pointer;
  line-height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.icons-list-demo div p {
  margin-bottom: 0;
  line-height: inherit;
}

.icons-list-demo i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 12px;
  color: rgba(50, 58, 70, 0.7);
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.icons-list-demo .col-md-4 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 10px;
}

.icons-list-demo .col-md-4:hover,
.icons-list-demo .col-md-4:hover i {
  color: var(--alfa-primary-accent);
}

.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

.grid-structure .grid-container {
  background-color: #f1f5f7;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 500;
  padding: 10px 20px;
}

.logout-checkmark {
  width: 120px;
  margin: 0 auto;
  padding: 20px 0;
}

.logout-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash 2s ease-in-out;
  animation: dash 2s ease-in-out;
}

.logout-spin {
  -webkit-animation: spin 2s;
  animation: spin 2s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes text {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes text {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.text-error {
  color: var(--alfa-primary-accent);
  text-shadow: rgba(26, 188, 156, 0.3) 5px 1px, rgba(26, 188, 156, 0.2) 10px 3px;
  font-size: 84px;
  line-height: 90px;
  font-family: 'Work Sans', sans-serif;
}

.error-text-box {
  font-size: 8rem;
  font-family: 'Work Sans', sans-serif;
  line-height: 1;
}

.error-text-box .text {
  fill: none;
  stroke-width: 4;
  stroke-linejoin: round;
  stroke-dasharray: 30 100;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 9s infinite linear;
  animation: stroke 9s infinite linear;
}

.error-text-box .text:nth-child(5n + 1) {
  stroke: #f1556c;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.error-text-box .text:nth-child(5n + 2) {
  stroke: #f7b84b;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}

.error-text-box .text:nth-child(5n + 3) {
  stroke: var(--alfa-primary-accent);
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}

.error-text-box .text:nth-child(5n + 4) {
  stroke: #37cde6;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

.error-text-box .text:nth-child(5n + 5) {
  stroke: #3bafda;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: -400;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .error-text-box .text {
    fill: #f1556c;
    stroke: #f1556c;
    stroke-width: 6;
    stroke-dasharray: 0 0;
    stroke-dashoffset: 0;
    -webkit-animation: none;
    animation: none;
  }
}

.inbox-leftbar {
  width: 240px;
  float: left;
  padding: 0 20px 20px 10px;
}

.inbox-rightbar {
  margin: -1.5rem 0 -1.5rem 250px;
  border-left: 5px solid #f5f6f8;
  padding: 1.5rem 0 1.5rem 25px;
}

.message-list {
  display: block;
  padding-left: 0;
}

.message-list li {
  position: relative;
  display: block;
  height: 51px;
  line-height: 50px;
  cursor: default;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.message-list li a {
  color: #6c757d;
}

.message-list li:hover {
  background: #f1f5f7;
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
}

.message-list li .col-mail {
  float: left;
  position: relative;
}

.message-list li .col-mail-1 {
  width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}

.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  color: #adb5bd;
  margin-left: 10px;
}

.message-list li .col-mail-1 .title {
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 50px;
}

.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 320px;
  right: 0;
  bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}

.message-list li .col-mail-2 .subject {
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.message-list li .col-mail-2 .date {
  right: 0;
  width: 100px;
  padding-left: 10px;
}

.message-list li.active,
.message-list li.mail-selected {
  background: #f1f5f7;
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
}

.message-list li.active,
.message-list li.active:hover {
  -webkit-box-shadow: inset 3px 0 0 #37cde6;
  box-shadow: inset 3px 0 0 #37cde6;
}

.message-list li.unread a {
  font-weight: 600;
  color: #272e37;
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 2px #ced4da;
  box-shadow: inset 0 0 0 2px #ced4da;
  border-radius: 3px;
}

.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked~label {
  opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  cursor: pointer;
  background: #98a6ad;
  opacity: 0;
  margin-bottom: 0 !important;
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
}

.message-list .checkbox-wrapper-mail label:active {
  background: #87949b;
}

.mail-list a {
  color: #6c757d;
  padding: 7px 10px;
  display: block;
}

.mail-list a:hover {
  color: var(--alfa-primary-accent);
}

.reply-box {
  border: 2px solid #f1f5f7;
}

@media (max-width: 648px) {
  .inbox-leftbar {
    width: 100%;
    float: none;
  }

  .inbox-rightbar {
    margin-left: 0;
    border: 0;
    padding-left: 0;
  }

  .message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .inbox-rightbar>.btn-group {
    margin-bottom: 10px;
  }

  .message-list li .col-mail-1 {
    width: 150px;
  }

  .message-list li .col-mail-1 .title {
    left: 80px;
  }

  .message-list li .col-mail-2 {
    left: 160px;
  }

  .message-list li .col-mail-2 .date {
    text-align: right;
    padding-right: 10px;
    padding-left: 20px;
  }

  .compartilhar__content .texto__compartilhar1,
  .texto__compartilhar2 {
    max-width: 320px;
  }
}

.tasklist {
  min-height: 40px;
  margin-bottom: 0;
}

.tasklist h5 {
  overflow: hidden;
}

.tasklist li {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.tasklist li:last-of-type {
  margin-bottom: 0;
}

.tasklist li .btn-sm {
  padding: 2px 8px;
  font-size: 12px;
}

.tasklist li.task-low {
  border-left: 3px solid rgba(59, 175, 218, 0.5);
}

.tasklist li.task-medium {
  border-left: 3px solid rgba(247, 184, 75, 0.5);
}

.tasklist li.task-high {
  border-left: 3px solid rgba(241, 85, 108, 0.5);
}

.tasklist .checkbox {
  margin-left: 10px;
}

.task-placeholder {
  border: 1px dashed #dee2e6 !important;
  background-color: #f1f5f7 !important;
  padding: 20px;
}

.counter-number {
  font-size: 32px;
  font-weight: 700;
}

.counter-number span {
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.coming-box {
  float: left;
  width: 25%;
}

.svg-rocket {
  height: 80px;
}

.rocket-clouds__bubble,
.rocket-clouds__cloud,
.rocket-rocket,
.rocket-inner__rocket-and-lines {
  fill: var(--alfa-primary-accent);
}

.timeline {
  margin-bottom: 50px;
  position: relative;
}

.timeline:before {
  background-color: #dee2e6;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 2px;
  height: calc(100% - 102px);
  z-index: 0;
}

.timeline .time-show {
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}

.timeline .timeline-box {
  border: solid 1px rgba(206, 212, 218, 0.5);
  background: #fff;
  display: block;
  margin: 15px 0;
  position: relative;
  padding: 20px;
}

.timeline .timeline-album {
  margin-top: 12px;
}

.timeline .timeline-album a {
  display: inline-block;
  margin-right: 5px;
}

.timeline .timeline-album img {
  height: 36px;
  width: auto;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .timeline .time-show {
    margin-right: -69px;
    text-align: right;
  }

  .timeline .timeline-box {
    margin-left: 45px;
  }

  .timeline .timeline-icon {
    background: #dee2e6;
    border-radius: 50%;
    display: block;
    height: 20px;
    left: -54px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
  }

  .timeline .timeline-icon i {
    color: #98a6ad;
    font-size: 13px;
  }

  .timeline .timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  .timeline-item {
    display: table-row;
  }

  .timeline-item:before {
    content: "";
    display: block;
    width: 50%;
  }

  .timeline-item .timeline-desk .arrow {
    top: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: none;
    display: block;
    border-right: none !important;
    transform: translateY(-50%) rotate(45deg);
    margin: 0;
    left: -11px;
    background-color: #fff;
    border-left: solid 1px rgba(206, 212, 218, 0.5);
    border-bottom: solid 1px rgba(206, 212, 218, 0.5);
  }

  .timeline-item.timeline-item-left:after {
    content: "";
    display: block;
    width: 50%;
  }

  .timeline-item.timeline-item-left .timeline-desk .arrow-alt {
    top: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: solid 1px rgba(206, 212, 218, 0.5);
    display: block;
    left: auto;
    border-right: solid 1px rgba(206, 212, 218, 0.5);
    transform: translateY(-50%) rotate(45deg);
    margin: 0;
    right: -11px;
    background-color: #fff;
    border-left: none !important;
    border-bottom: none;
  }

  .timeline-item.timeline-item-left .timeline-desk .album {
    float: right;
    margin-top: 20px;
  }

  .timeline-item.timeline-item-left .timeline-desk .album a {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-left: 5px;
  }

  .timeline-item.timeline-item-left .timeline-icon {
    left: auto;
    right: -56px;
  }

  .timeline-item.timeline-item-left:before {
    display: none;
  }

  .timeline-item.timeline-item-left .timeline-box {
    margin-right: 45px;
    margin-left: 0;
    text-align: right;
  }

  .td__first--table {
    overflow-x: hidden !important;
  }
}

@media (max-width: 767.98px) {
  .timeline .time-show {
    text-align: center;
    position: relative;
  }

  .timeline .timeline-icon {
    display: none;
  }

  .footer-item {
    display: block;
    margin: 5px 24px;
  }

  .account-pages {
    margin-top: 12px !important;
  }
}

.timeline-sm {
  padding-left: 110px;
}

.timeline-sm .timeline-sm-item {
  position: relative;
  padding-bottom: 20px;
  padding-left: 40px;
  border-left: 2px solid #dee2e6;
}

.timeline-sm .timeline-sm-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--alfa-primary-accent);
}

.timeline-sm .timeline-sm-item .timeline-sm-date {
  position: absolute;
  left: -104px;
}

@media (max-width: 420px) {
  .timeline-sm {
    padding-left: 0px;
  }

  .timeline-sm .timeline-sm-date {
    position: relative !important;
    display: block;
    left: 0px !important;
    margin-bottom: 10px;
  }

  .compartilhar__content .texto__compartilhar1,
  .texto__compartilhar2 {
    max-width: 180px;
  }
}

.faq-question-q-box {
  height: 30px;
  width: 30px;
  color: var(--alfa-primary-accent);
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(26, 188, 156, 0.15);
}

.faq-question {
  margin-top: 0;
  margin-left: 50px;
  font-weight: 400;
  font-size: 16px;
}

.faq-answer {
  margin-left: 50px;
  color: #98a6ad;
}

.card-pricing {
  position: relative;
}

.card-pricing .card-pricing-plan-name {
  padding-bottom: 20px;
}

.card-pricing .card-pricing-icon {
  font-size: 22px;
  background-color: rgba(26, 188, 156, 0.1);
  height: 60px;
  display: inline-block;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
}

.card-pricing .card-pricing-price {
  padding: 30px 0 0;
}

.card-pricing .card-pricing-price span {
  font-size: 40%;
  color: #98a6ad;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card-pricing .card-pricing-features {
  color: #98a6ad;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}

.card-pricing .card-pricing-features li {
  padding: 10px;
}

.card-pricing-recommended {
  background-color: var(--alfa-primary-accent);
  color: #fff;
}

.card-pricing-recommended .card-pricing-icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.card-pricing-recommended .card-pricing-features,
.card-pricing-recommended .card-pricing-price span {
  color: #dee2e6;
}

.filter-menu {
  margin-bottom: 20px;
}

.filter-menu a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #98a6ad;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}

.filter-menu a:hover {
  background-color: rgba(26, 188, 156, 0.2);
  color: var(--alfa-primary-accent);
}

.filter-menu a.active {
  background-color: rgba(26, 188, 156, 0.2);
  color: var(--alfa-primary-accent);
}

.gal-box {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e7eaed;
  margin-bottom: 24px;
}

.gal-box .image-popup {
  padding: 10px;
  display: block;
}

.gal-box .image-popup img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.gal-box .gall-info {
  padding: 15px;
  border-top: 1px solid #f7f7f7;
  position: relative;
}

.gal-box .gall-info h4 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gal-box .gall-info .gal-like-btn {
  position: absolute;
  right: 15px;
  font-size: 22px;
  top: 24px;
}

/* Custom CSS */
.account-pages .card {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
  border: none;
}

.login-page {
  background-image: url('../../assets/images/bg-login.jpg');
  background-position: center;
  background-repeat: no-repeat;
}

.login-central-page {
  background-image: url('../../assets/images/login-central-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
}

.custom-title {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  color: #4C5667;
}

form label {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}

form .form-control {
  font-size: 14px;
}

form .form-group {
  margin-bottom: 14px;
}

form p {
  margin-bottom: 0;
}

.form__modal--central .form-row .form-group {
  margin-bottom: 22px;
}

.form__modal--central .form-row .form-group label {
  padding: 0;
}

.form__modal--central .form-row .form-group .eye-input {
  position: relative;
  top: 12px;
  left: -30px;
  cursor: pointer;
  margin-right: -50px;
}

.modal .modal-content .modal-body .form__button--end {
  display: flex;
  justify-content: end;
  border-top: 1px solid #CED4DA;
  margin: 0;
}

.modal .modal-content .modal-body .form__button--end button {
  margin-top: 16px;
}

.modal .modal-content .modal-body .form__button--end .btn__gray--light {
  background: #F1F5F7;
  border-radius: 3px;
  color: #4C5667;
  margin-right: 8px;
}

.modal .modal-content .modal-body .form__button-between {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #CED4DA;
  padding-top: 20px;
}

.modal .modal-content .modal-body .form__button-between .btn__excluir {
  background: #F64F69;
  border-radius: 3px;
  margin-right: 6px;
}

.modal .modal-content .modal-body .form__button-between .btn__excluir:hover {
  color: red;
}

.modal .modal-content .modal-body .form__button-between .btn__inativar {
  background: #FCBE1F;
  border-radius: 3px;
  margin-right: 6px;
}

.modal .modal-content .modal-body .form__button-between .btn__inativar:hover {
  color: yellow;
}

.modal .modal-content .modal-body .btn.btn__cancelar {
  background-color: #ffffff;
  color: var(--alfa-primary-dark);
  border-color: var(--alfa-primary-dark);
}

.modal .modal-content .modal-body .container__modal--alert div {
  display: flex;
  justify-content: center;
}

.modal .modal-content .modal-body .container__modal--alert div h3 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  text-align: center;
  color: #343A40;
  margin-top: 20px;
  margin-bottom: 16px;
}

.modal .modal-content .modal-body .container__modal--alert div p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 144%;
  text-align: center;
  color: #4C5667;
}

.header__title--central {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  margin-bottom: 24px;
  color: #4C5667;
}

.breadcrumb__button {
  border: none;
}

.breadcrumb__button i {
  margin-right: 8px;
}

.modal .modal-content .modal-body .form__modal--central .form-group .input-group-prepend .custom-select-grey {
  border-radius: 3px;
}

.tecnics-card .tecnics-card-section .perfil__central {
  background: #F5F6F8;
  border: 1px solid #CED4DA;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 20px;
}

.tecnics-card .tecnics-card-section .perfil__central img {
  height: 98px;
  width: 98px;
  border-radius: 50%;
}

.tecnics-card .tecnics-card-section .text__perfil--central span {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-decoration-line: underline;
  color: var(--alfa-primary-dark);
}

.tecnics-card .tecnics-card-section .text__perfil--central p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #94A4B5;
}

.tecnics-card .tecnics-card-section .text__perfil--central .badge {
  margin-top: 8px;
}

.page__central--contrato table a {
  text-decoration: underline;
  display: inline-block;
}

.page__central--contrato table small {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #6E768E;
  position: relative;
  top: -5px;
}

.page__central--contrato table td {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Nunito', sans-serif;
  color: #4C5667;
}

.tecnics-card .card__left--container {
  margin-bottom: 41px;
}

.tecnics-card .card__left--container h3 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #4C5667;
  margin-bottom: 16px;
}

.tecnics-card .card__left--container .card__left--content {
  display: flex;
  margin-bottom: 16px;
}

.tecnics-card .card__left--container .card__left--content h5 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #4C5667;
  margin: 0;
  margin-right: 16px;
  width: 120px;
}

.tecnics-card .card__left--container .card__left--content p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #4C5667;
  margin: 0;
}

.tecnics-card .card__left--container .card__left--content small {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #94A4B5;
}

.badge__light--gray {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4C5667;
  background: #DADFE5;
  border-radius: 4px;
  height: 23px;
  padding: 6px;
  margin-right: 4px;
  margin-top: 4px;
}

.tecnics-card .card__left--container .card__left--content .badge__container {
  display: flex;
  width: 200px;
  flex-wrap: wrap;
}

.card .card-body #table__detalhes--usuarios h5 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #4C5667;
}

.table__detalhes--usuarios {
  align-items: center;
  justify-content: center;
}

.table__detalhes--usuarios tr td .remixicon-pencil-fill {
  display: flex;
  justify-content: right;
  font-size: 22px;
  cursor: pointer;
}

.table__detalhes--usuarios tr td .badge {
  padding: 13px;
  white-space: pre-wrap
}

.table__detalhes--usuarios .tr__detalhes--usuarios small {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #94A4B5;
  bottom: 5px;
}

.table__detalhes--usuarios .tr__detalhes--usuarios td {
  vertical-align: calc(100%);
}

.tr__table .container__foto--email {
  display: flex;
}

.tr__table .container__foto--email img {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.tr__table .container__foto--email p {
  position: relative;
  top: -2px;
}

.tr__table .container__foto--email p,
.tr__table .container__foto--email small {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 10px;
}

.form__date--inicio {
  position: relative;
  top: 13px;
}

.form__date--fim {
  position: relative;
  top: 16px;
}

.modal-content .modal-body .form__modal--detalhes .form-row .form-group {
  margin-bottom: 16px;
}

.modal-content .modal-body .form__modal--detalhes .form-row .form-group label {
  padding: 0;
}

.modal-content .modal-body .form__modal--detalhes .form-row .form-group .eye-input {
  position: relative;
  top: 12px;
  left: -30px;
  cursor: pointer;
  margin-right: -50px;
}

.form__modal--detalhes button {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  Width: 172px;
  Height: 37px;
  background: var(--alfa-primary-dark);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-bottom: 30px;
}

.form__modal--detalhes .btn__enviar {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  Width: 235px;
  Height: 37px;
  background: var(--alfa-primary-dark);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  margin-left: 16px;
  margin-bottom: 30px;
}

.modal__itens--between {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 16px;
  border-bottom: 1px solid #F1F5F7;
  height: 45px;
}

.border__central--bottom {
  border-bottom: 1px solid #F1F5F7;
  padding-bottom: 16px;
}

.modal__itens--between p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  position: relative;
  top: 5px;
}

.modal__form--end {
  position: relative;
  bottom: 15px;
}

.caixa__texto--gray {
  height: 124px;
  border: 1px solid #CED4DA;
  border-radius: 3px;
  background: #F1F5F7;
}

.caixa__texto--gray .li__style {
  list-style: disc;
  margin-left: 15px;
}

.custom-control-input:checked~.custom-control-label::before {
  color: var(--alfa-primary-btn);
  border-color: var(--alfa-primary-btn);
  background-color: var(--alfa-primary-btn);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  color: var(--alfa-primary-btn);
  border-color: var(--alfa-primary-btn);
  background-color: var(--alfa-primary-btn);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  width: 16px;
  height: 16px;
}

.custom-control-label {
  color: #555;
  cursor: pointer;
}

.btn-primary {
  background-color: var(--alfa-primary-btn);
  border-color: var(--alfa-primary-btn);
}

.btn-medium {
  min-width: 121px;
}

.text-primary,
.btn-clear {
  color: var(--alfa-primary-dark) !important;
}

.footer-login {
  background-color: var(--alfa-secondary-dark);
  color: #f1f5f7;
}

.footer-login .text-muted {
  color: #f1f5f7 !important;
}

.header-name {
  margin: 0;
  display: initial;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 70px;
  margin-left: 24px;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
}

.notification-list .noti-icon.remixicon-function-line {
  font-size: 15px;
  margin-top: 2px;
  display: inline-block;
}

.navigation-menu .menu-button a {
  color: #fff;
  font-size: 14px;
  margin-top: 12px;
  margin-right: 12px;
  background-color: var(--alfa-primary-btn);
  font-family: 'Nunito', sans-serif;
  padding: 9px 14px !important;
  border-radius: 3px;
}

svg.feather {
  width: 16px;
  margin-top: -3px;
  margin-right: 7px;
}

.page-title-box .page-title {
  font-size: 18px;
  color: #343a40;
  font-weight: normal;
}

.breadcrumb-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 240px;
}

.breadcrumb-item.active {
  color: #ced4da;
}

.page-home .breadcrumb-item.active {
  color: #6e768e;
}

.page-home video {
  height: 170px;
}

.footer strong {
  font-weight: bold;
}

div.dataTables_wrapper .table-search div.dataTables_filter label {
  width: 100%;
}

div.dataTables_wrapper .table-search div.dataTables_filter input {
  width: calc(100% - 77px);
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  /* content: "\23F6"; */
  content: '';
  background-image: url('../images/arrow-up.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  width: 14px;
  height: 19px;
  right: 8px;
  top: 9px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  /* content: "\23F7"; */
  content: '';
  right: 8px;
  top: 17px;
  background-image: url('../images/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  width: 14px;
  height: 19px;
}

div.dataTables_wrapper {
  overflow-x: auto;
  padding-bottom: 20px;
}

.dataTables_wrapper .row {
  margin-right: 0;
  margin-left: 0;
}

div.dataTables_wrapper div.dataTables_info,
#ultimos-chamados_length {
  float: left;
}

tbody tr td img {
  max-width: 100px;
  height: auto;
}

#file-previews img {
  position: absolute;
  top: 30px;
  left: 50%;
  background-color: #fff;
  max-width: 100px;
  height: 60px;
  object-fit: contain;
  transform: translateX(-50%);
}

.form-control[type="file"] {
  min-height: 43px;
}

.carousel .img-fluid {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 8%;
}

.ultimos-chamados td {
  text-overflow: ellipsis;
}

.table .badge,
.product-photo .badge {
  padding: 4px 14px;
  font-size: 11px;
  width: 100%;
  font-weight: normal;
  line-height: 15px;
  position: relative;
}

.product-photo img {
  max-height: 390px;
}

table .badge.noti-icon-badge {
  width: 16px;
  padding: 0;
  height: 16px;
  line-height: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
  font-style: normal;
  font-family: 'Work Sans', sans-serif;
}

table i {
  position: relative;
}

.badge.badge-light-danger {
  background-color: rgba(246, 79, 105, 0.35);
  color: #d0021b !important;
}

.table-fixed-headers.dinamic-table .badge.badge-light-danger {
  width: 47px;
  padding: 5px;
  font-size: 11px;
  font-weight: 400;
  font-family: Nunito;
  letter-spacing: 0;
  line-height: 15px;
}

.badge-light-warning {
  background-color: rgba(240, 158, 0, 0.35);
  color: #a06a00 !important;
}

.badge-light-blue {
  background-color: rgba(41, 91, 167, 0.35);
  color: #093e8e !important;
}

.badge-blue {
  background-color: rgb(41, 91, 167);
  color: #ffffff !important;
}

.badge-light-turquoise {
  background-color: #9BE5EF;
  color: #20727D !important;
}

.table-fixed-headers.dinamic-table .badge-light-primary {
  font-size: 11px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  width: 47px;
  font-family: Nunito;
  letter-spacing: 0;
  line-height: 11px;
}

.badge-light-primary {
  background-color: rgba(110, 175, 81, 0.35);
  color: #10654d !important;
}

.badge-light-dark {
  background-color: rgba(148, 164, 181, 0.35);
  color: #4c5667 !important;
}

.badge-light-grey {
  background-color: #c4c4c4;
  color: #4C5667;
}

.badge-light-purple {
  background-color: #DECEF2;
  color: #8163A6;
}

.badge-whatsapp {
  background: rgba(16, 101, 77, 0.12);
  color: var(--alfa-primary-dark);
}

.section-white {
  padding: 100px 15px;
  background-color: #fff;
}

.section-home-map {
  background-image: url("../images/bg-map.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h2.h2 {
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
}

.product-photo .badge {
  width: calc(40% - 5px);
  padding: 20px 0;
}

.box-return {
  width: calc(60% - 5px);
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-return .box-return-time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
  background-color: #f5f6f8;
  padding: 10px;
  border-radius: 3px;
  color: #6e768e;
}

.box-return .box-return-time i {
  margin-bottom: 2px;
}

.box-return-text {
  max-width: 110px;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

strong {
  font-weight: bold;
}

.table-fixed-headers.dinamic-table p,
.table-fixed-headers.dinamic-table .product-list {
  color: #6E768E;
  font-family: Nunito;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 6px;
}

p,
.produto-list {
  font-family: 'Nunito', sans-serif;
  line-height: 1.7;
  font-size: 16px;
}

a {
  color: var(--alfa-primary-btn);
}

.produto-list li {
  margin-bottom: 10px;
}

.nav-tabs {
  border-bottom: 1px solid var(--alfa-secondary-dark);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: var(--alfa-secondary-dark);
  border-color: var(--alfa-secondary-dark);
}

.nav-tabs .nav-link {
  text-transform: uppercase;
  font-weight: normal;
}

.box-vendedor {
  background-color: #f5f6f8;
  padding: 20px;
  width: 100%;
}

.box-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-input p {
  display: inline-block;
  margin-bottom: 0;
}

.box-input .form-control {
  max-width: 100px;
}

.indicator {
  padding: 20px 15px;
  background-color: #f5f6f8;
  border-radius: 3px;
  margin-bottom: 10px;
  color: var(--alfa-secondary-dark);
}

.indicator p {
  margin-bottom: 0;
}

.indicator p+p {
  margin-bottom: 0;
  font-size: 18px;
}

.indicator+h3 {
  margin-top: 30px;
}

.table thead th {
  font-weight: bold;
}

.table thead.bg-primary th {
  font-weight: normal;
}

.input-group-prepend .custom-select-grey {
  background-color: #f1f5f7;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend .custom-select-grey option {
  background-color: #fff;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
}

.grey-select {
  color: #94a4b5;
}

.custom-control-label {
  padding-left: 3px;
}

.custom-control-label::before,
.custom-control-label::after {
  left: -20px;
}

.custom-control-label::before {
  border: #6e768e solid 2px;
}

.custom-control-input[type="radio"]:checked~.custom-control-label::before {
  background-color: #ffffff;
}

.form-row .custom-radio {
  margin-right: 15px;
}

.form-row:not(.justify-content-between) .custom-control {
  margin-right: 10px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23009AC7'/%3e%3c/svg%3e");
}

#collapseFilters {
  margin-top: 21px;
}

#collapseFilters .form-group>label {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

#collapseFilters .form-group {
  margin-bottom: 42px;
}

.form-controls {
  border-top: solid 2px #ced4da;
  border-bottom: solid 2px #ced4da;
  padding: 22px 0;
}

.form-controls-custom {
  padding: 12px 0;
}

.form-controls-clear {
  display: inline-block;
  padding: .45rem 0;
  cursor: pointer;
  color: var(--alfa-primary-btn);
}

.btn-gray {
  background-color: #94a4b5;
  color: #ffffff;
}

.btn-gray:hover {
  color: #ffffff;
}

.btn-gray-light {
  background-color: #f1f5f7;
  color: var(--alfa-primary-btn);
}

/* detalhes do contrato - header */
.btn-full {
  border-radius: 3px;
  background-color: #CED4DA;
  color: #4C5667;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
}

.btn-full.full-screen-open,
.table-fixed-headers-full .btn-full.full-screen {
  display: none;
}

.table-fixed-headers-full .btn-full.full-screen-open {
  display: inline-block;
}

/* end - header - detalhes do contrato */
a.red-link {
  color: #d0021b;
  text-decoration: none;
}

a.red-link:hover {
  color: #6e768e;
}

.action-buttons {
  display: flex;
  align-items: center;
  width: auto;
}

.action-button {
  font-size: 20px;
  margin-right: 20px;
  position: relative;
}

.form-group .input-group .input-group-prepend {
  position: absolute;
  right: 0;
  z-index: 1;
}

.form-group .input-group .input-group-prepend .btn-search {
  color: #000;
}

.header-title {
  font-weight: bold;
}

.card .header-title {
  margin-bottom: 15px;
}

.full-screen-wrapper .header-title {
  margin-bottom: 8px;
}

.text-muted.font-13.mb-3 {
  margin-bottom: 20px !important;
}

.box-scheduling+.header-title {
  margin-top: 70px;
}

.form-chamado label {
  font-size: 14px;
  padding: 4px 0;
}

.form-chamado .custom-control-label {
  padding: 0px 3px 4px 3px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f1f5f7;
  color: #4c5667;
}

.btn.btn-blue {
  background-color: #295ba7;
}

.btn.btn-pink {
  background-color: #f64f69;
}

.btn.btn-green-light {
  background-color: #6eaf51;
}

.btn.btn-warning {
  background-color: #f1d6a1;
  border-color: #f1d6a1;
  color: #a06a00;
}

.btn.btn-danger {
  background-color: #fcc2cb;
  border-color: #fcc2cb;
  color: #d0021b;
}

.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #2979a7;
}

.btn-green-light:hover,
.btn-green-light:focus {
  color: #fff;
  background-color: #6ecd51;
}

.bg-primary {
  background-color: var(--alfa-primary-dark) !important;
}

.btn.btn-yellow {
  background-color: #f09e00;
  border-color: #f09e00;
  color: #ffffff;
}

.content-resumo {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.content-resumo .content-block {
  padding: 0 20px;
}

.content-resumo .row.align-items-stretch {
  width: calc(100% + 30px);
}

.title-gray {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #6E768E;
  margin-bottom: 4px;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
}

.title-gray i {
  font-size: 16px;
  margin-right: 4px;
}

.edit-button i {
  margin-right: 0;
}

.edit-button+.edit-button i {
  font-size: 14px;
}

.badge+.edit-button .fa-edit {
  font-size: 13px;
}

.edit-button+.edit-button {
  margin-left: 3px;
}

.badge+.edit-button+.edit-button {
  margin-left: 0;
}

.badge+.edit-button {
  margin-left: -1px;
}

.title-gray .edit-button .fa-edit {
  font-size: 13px;
}

.text-through {
  text-decoration: line-through;
}

.content-resumo .badge {
  padding: 5px 8px;
  font-weight: normal;
  margin-right: 4px;
  line-height: normal;
}

.content-resumo .badge.badge-light-danger {
  color: #d0021b !important;
  border: solid 1px rgba(246, 79, 105, 0.16);
  background-color: rgba(246, 79, 105, 0.08);
}

.content-resumo .img-square {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: solid 1px #ced4da;
}

.content p {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}

.title-bold .header-title {
  font-weight: bold;
}

.nav-bordered .nav-item .nav-link {
  text-transform: none;
  font-weight: bold;
  color: #94a4b5;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
}

.nav-bordered.nav-tabs .nav-item.show .nav-link,
.nav-bordered.nav-tabs .nav-link.active,
.nav-bordered.nav-tabs .nav-link:focus,
.nav-bordered.nav-tabs .nav-link:hover {
  color: #4c5667;
  background-color: transparent;
  border-color: transparent;
  border-bottom: solid 2px var(--alfa-primary-dark) !important;
}

.dataTables_wrapper .pagination-rounded .page-link {
  min-width: 35px;
  height: 35px;
  text-align: center;
  border: solid 1px #f1f5f7;
  color: #000;
  border-radius: 0 !important;
}

.dataTables_wrapper .page-item.active .page-link {
  border-color: var(--alfa-primary-btn);
  background-color: var(--alfa-primary-btn);
  color: #fff;
}

.dataTables_wrapper .pagination-rounded .disabled .page-link {
  color: #dee2e6;
}

.dataTables_wrapper .pagination-rounded .page-link:hover,
.dataTables_wrapper .pagination-rounded .page-link:focus {
  background-color: var(--alfa-primary-btn);
  color: #fff;
}

.conversation-list .chat-avatar i {
  font-size: 11px;
  letter-spacing: -0.4px;
}

.chat-conversation .col-sm-7 {
  padding-right: 0;
}

.wrapper .widget-simple .text-number {
  font-size: 24px;
  margin: 10px 0;
  line-height: initial;
}

.wrapper .widget-simple .text-muted {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-family: 'Nunito', sans-serif;
}

.wrapper .widget-simple .text-primary {
  color: var(--alfa-primary-light) !important;
}

.wrapper .widget-simple .text-sucess {
  background-color: #295ba7;
}

.custom-list li a {
  padding: 14px 24px;
  display: block;
  border-top: solid 1px #ced4da;
  color: var(--alfa-primary-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-list {
  margin-top: 4px;
  border-top: solid 1px #ced4da;
}

.content-resumo-badge .content-block {
  /* text-align: center;
  width: 12.5%; */
  padding: 0;
  flex-wrap: wrap;
}

.content-resumo-badge .content-block h6 {
  font-size: 13px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #343a40;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 40px;
}

.badge-transparent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  position: relative;
  border: solid 1px #ced4da;
  border-radius: 50px;
  color: #4c5667;
  font-size: 13px;
  text-decoration: none;
  padding: 2px 2px 2px 7px;
  margin-right: 8px;
  font-weight: normal;
}

.badge-transparent i {
  margin: 0 4px 0 0;
}

.noti-icon-badge {
  height: 20px;
  min-width: 20px;
  font-size: 11px;
  position: relative;
  top: 0;
  right: 0;
  padding: 4px;
  margin: 0 0 0 4px;
  border-radius: 10px;
}

.content-resumo-badge {
  margin: 0;
}

.gap-margin {
  margin: 16px -24px;
}

label {
  font-weight: normal;
}

hr {
  border-color: #ced4da;
}

.page-chamado .divider {
  width: calc(100% + 48px);
  margin: 56px -25px 48px -25px;
  border: solid 1px #ced4da;
}

.page-contrato table a {
  text-decoration: underline;
  display: inline-block;
}

.page-contrato table small {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #6E768E;
}

.page-contrato table td {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Nunito', sans-serif;
  color: #4C5667;
}

.steps.card {
  position: relative;
  width: 100%;
  margin: 0;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.steps.card.sticky {
  max-width: calc(100% - 192px);
  position: fixed;
  top: 131px;
  z-index: 3;
}

.steps .card-body {
  display: flex;
  padding: 16px 24px;
}

.steps .card-body nav {
  width: 100%;
}

.steps .steps-single,
.steps .nav-link,
#steps-nav .dropdown-item {
  display: flex;
  align-items: center;
  color: #6e768e;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  padding: 9px 16px;
  font-family: 'Nunito', sans-serif;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
}

.steps .steps-single .number {
  color: var(--alfa-secondary-dark);
  font-weight: normal;
  padding: 6px 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: rgba(30, 83, 89, 0.2);
  text-align: center;
  margin-right: 10px;
}

.steps .steps-single p {
  margin-bottom: 0;
  line-height: 19px;
  font-size: 14px;
  color: inherit;
}

.steps .steps-single.active {
  background-color: var(--alfa-primary-btn);
  color: #fff;
}

.steps .steps-single.active .number {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.steps .dropdown-item.active,
.steps .dropdown-item:active,
.steps .dropdown-item.hover {
  background-color: var(--alfa-primary-btn);
  color: #fff;
}

#steps-nav .dropdown-item {
  width: auto;
}

.nav-item.dropdown {
  max-width: 100px;
}

.page-chamado-title {
  font-size: 21px;
  margin-bottom: 5px;
}

.page-chamado .alert-danger {
  margin: 24px 0;
}

.box-map {
  border-radius: 4px;
  border: solid 1px rgba(148, 164, 181, 0.34);
}

.box-map .content {
  padding: 28px 24px;
}

.box-map iframe {
  display: flex;
}

.header-subtitle {
  color: #343a40;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.btn-primary:disabled,
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus {
  background-color: #CED4DA;
  color: #fff !important;
  border: none;
}

.img-tabela-produto {
  max-width: 100px;
}

.text-big {
  font-size: 16px;
  line-height: 19px;
  color: #343A40;
  font-weight: normal;
}

.modal-termos-condicoes {
  font-size: 14px;
}

.modal-termos-condicoes .modal-header .modal-title {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}

.modal-termos-condicoes .modal-body-title {
  text-transform: uppercase;
  margin-bottom: 32px;
}

.modal-termos-condicoes ul {
  list-style: disc;
}

.modal-termos-condicoes ul,
.modal-termos-condicoes ol {
  padding-left: 30px;
  font-family: 'Nunito', sans-serif;
}

.modal-termos-condicoes ul li,
.modal-termos-condicoes ol li {
  margin-bottom: 20px;
}

.modal-termos-condicoes .table td {
  border-bottom: 1px solid #dee2e6;
  border-top: 0;
}

.modal-form-radio {
  border-bottom: solid 1px #dee2e6;
  padding-bottom: 20px;
}

.modal-form-radio .form-inline .custom-control {
  margin-right: 20px;
}

#modal-empresa form .row:nth-last-child(2) .modal-form-radio {
  border-bottom: none;
}

.modal .modal-dialog.modal-lg {
  max-width: 1000px;
}

.modal .modal-dialog.modal-md {
  max-width: 768px;
}

.alert {
  font-family: 'Nunito', sans-serif;
}

.alert i {
  font-size: 20px;
}

.alert-primary {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 300px);
  background-color: #e4f0df;
  color: var(--alfa-secondary-dark);
  border-color: #d8e4d4;
}

.alert-danger {
  color: #d0021b;
  border: solid 1px rgba(246, 79, 105, 0.16);
  background-color: rgba(246, 79, 105, 0.08);
}

.nav-bordered .nav-item .nav-link.pt-0 {
  padding-top: 0 !important;
}

.map-list {
  max-width: 370px;
  right: 10px;
  box-shadow: 0 8px 16px 0 rgba(107, 107, 107, 0.5);
  border: 1px solid #F1F5F7;
  background-color: #fff;
  padding: 12px 0;
  /* position: absolute; */
}

.map-list-header {
  padding: 0 24px 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CED4DA;
}

.map-list-header .modal-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
}

.map-list-info {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 19px;
  border-bottom: 1px solid #CED4DA;
}

.map-list-info h6,
.map-list-info p {
  margin: 0;
}

.map-list-info h6 {
  color: #94A4B5;
}

.map-list-info p {
  color: #4C5667;
}

.map-list-info .content-block:not(:last-child) {
  margin-bottom: 17px;
}

.map-equipamentos {
  padding: 16px 24px;
}

.map-equipamentos>p {
  font-size: 14px;
  line-height: 19px;
}

.map-equipamentos .map-equipamentos-single {
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-top: 12px;
}

.map-equipamentos .map-equipamentos-single img {
  max-width: 86px;
}

.map-equipamentos .map-equipamentos-single .map-equipamentos-info {
  margin-left: 8px;
  flex: 1;
}

.map-equipamentos .map-equipamentos-single .map-equipamentos-info .badge {
  padding: 4px 10px;
  font-weight: normal;
}

.map-equipamentos .map-equipamentos-single .map-equipamentos-info .map-equipamentos-text {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 19px;
}

.map-equipamentos .map-equipamentos-single:not(:last-child) {
  border-bottom: 2px solid #CED4DA;
  padding: 12px 0 16px 0;
}

.card-report {
  text-align: center;
  border: 1px solid #F1F5F7;
  box-shadow: 0 1px 4px 0 rgba(146, 146, 146, 0.5);
  border-radius: 4px;
  padding: 24px 20px;
  min-height: 320px;
  margin-bottom: 24px;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.card-report .card-report-icon {
  font-size: 30px;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #F1F5F7;
  border-radius: 50%;
  margin-bottom: 35px;
  color: var(--alfa-primary-dark);
}

.card-report h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #4C5667;
}

.card-report p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  color: #98A6AD;
}

.input-group-text.bg-white {
  padding: 8px;
  font-size: 14px;
  border-left: none;
}

.form-control.no-border {
  border-right: none;
}

.organization-chart .organization-chart-title {
  font-size: 22px;
}

.organization-chart .organization-chart-person {
  border: solid 1px #222;
  padding: 14px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

.organization-chart .organization-chart-person h5 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  min-height: 42px;
}

a.text-primary.collapsed,
.accordion .card-header .text-primary {
  /* color: #ffffff !important; */
  display: flex;
  justify-content: space-between;
}

.accordion .card-header .text-primary i {
  font-size: 22px;
}

.accordion .collapse {
  border-bottom: solid 1px #e7eaed;
}

.collapse .item {
  cursor: pointer;
  color: #6e768e;
  text-decoration: none;
}

.collapse .item.active {
  color: var(--alfa-primary) !important;
}

.rotate {
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.text-primary[aria-expanded="true"] .rotate {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

a.text-primary[aria-expanded="false"] .rotate {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.button-switch {
  font-size: 1.5em;
  height: 30px;
  width: 64px;
  position: relative;
}

.button-switch .label-no,
.button-switch .label-yes {
  cursor: pointer;
  display: block;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  top: 6px;
  -webkit-transition: opacity 0.25s ease-out 0.1s;
  transition: opacity 0.25s ease-out 0.1s;
  margin-bottom: 0;
}

.button-switch .label-no {
  right: 6px;
}

.button-switch .label-yes {
  color: #fefefe;
  opacity: 0;
  left: 8px;
}

.button-switch .switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 0;
  font-size: 1em;
  left: 0;
  line-height: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0;
}

.button-switch .switch:before,
.button-switch .switch:after {
  content: '';
  font-size: 1em;
  position: absolute;
}

.button-switch .switch:before {
  border-radius: 50px;
  background: #DADFE5;
  height: 30px;
  width: 64px;
  left: 0px;
  top: 0;
  -webkit-transition: background-color 0.25s ease-out 0.1s;
  transition: background-color 0.25s ease-out 0.1s;
  cursor: pointer;
}

.button-switch .switch:after {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background: #fefefe;
  height: 20px;
  width: 20px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
  transition: -webkit-transform 0.25s ease-out 0.1s;
  transition: transform 0.25s ease-out 0.1s;
  transition: transform 0.25s ease-out 0.1s, -webkit-transform 0.25s ease-out 0.1s;
  top: 5px;
  left: 5px;
}

.button-switch .switch:checked:after {
  -webkit-transform: translate(33px, 0);
  transform: translate(33px, 0);
}

.button-switch .switch:checked~.label-no {
  opacity: 0;
}

.button-switch .switch:checked~.label-yes {
  opacity: 1;
}

.button-switch .switch:checked:before {
  background: var(--alfa-primary-btn);
}

.field-validation-error {
  color: #f1556c;
}

.input-validation-error {
  border-color: #f1556c;
}

.text-danger {
  margin: 20px 10px;
}

.horimetro__name {
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 15px 5px;
  text-align: center;
  margin-bottom: 5px;
  background-color: var(--alfa-secondary-dark);
}

.horimetro__number {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 50px 5px;
  text-align: center;
  background-color: var(--alfa-primary-dark-variant-4);
}

.table-icon {
  font-size: 24px;
  color: #4C5667;
  margin-right: 20px;
}

.table-load tr {
  display: none;
}

#append-export_wrapper .row:first-child,
#append-export_wrapper .row:last-child,
#ultimos-chamados_wrapper .row:first-child,
#basic-datatable_wrapper .row:first-child,
#basic-datatable_wrapper .row:last-child,
#custom-basic-datatable_wrapper .row:first-child,
#custom-basic-datatable_wrapper .row:last-child {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  left: 0;
}

table.dataTable.nowrap td {
  white-space: initial;
  overflow: auto;
}

table .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#disponibilidade .box-input {
  justify-content: start;
}

#disponibilidade .box-input p {
  margin-right: 25px;
}

#disponibilidade .box-input .form-control {
  max-width: 120px;
  margin-right: 10px;
}

.filter-search.filter-search-globalpresence.inter-presence {
  position: relative;
}

.filter-search.filter-search-globalpresence.inter-presence>.row {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.filter-search-container {
  display: none;
  width: 393px;
  padding: 18px 16px;
  z-index: 0;
}

.filter-search-container .close {
  font-weight: 100;
  color: var(--alfa-primary-btn);
  font-size: 24px;
  opacity: 1;
}

.filter-search-container .search {
  margin-top: 14px;
}

.filter-search-container .select2.select2-container {
  width: 100% !important;
  margin-bottom: 23px;
}

.filter-search-container .form-control {
  margin-bottom: 23px;
}

.filter-search-container .form-group {
  margin-bottom: 24px;
}

.filter-search-button {
  position: absolute;
  left: 203px;
  top: 10px;
  z-index: -1;
}

.open-filters {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group__empresa .form-inline .form-control {
  width: calc(100% - 60px);
}

.datepicker-switch {
  text-align: center;
}

.box-attendant {
  overflow: auto;
}

.select2.select2-container {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 0;
  width: calc(100% - 400px) !important;
}

.select2.select2-container--default .select2-selection--single {
  height: calc(1.5em + .9rem + 2px);
  border: none;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  width: 100%;
  height: calc(1.5em + .9rem + 2px);
  padding: .45rem .9rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #adb5bd;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.5em + .9rem + 2px);
}

.conferir-endereco-content,
.info-adicionais {
  display: none;
}

.conferir-endereco .btn-sim,
.conferir-endereco .btn-nao,
.conferir-endereco .btn-sim:hover,
.conferir-endereco .btn-nao:hover {
  border: 1px solid transparent;
  background-color: #94a4b5;
  color: #ffffff;
}

.conferir-endereco .btn.btn-primary {
  background-color: var(--alfa-primary-btn);
  border-color: var(--alfa-primary-btn);
}

.conferir-endereco .btn.btn-pink {
  background-color: #f64f69;
  border-color: #f64f69;
}

.btns-address {
  display: flex;
}

.table-responsive {
  display: table;
}

.table-refined {
  text-align: left !important;
}

.table-refined a {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  color: var(--alfa-primary-dark);
  text-decoration: underline;
}

.modal-table div.dataTables_wrapper {
  overflow-x: auto;
  padding-bottom: 0;
  border-bottom: solid 1px #dee2e6;
}

.modal-table .table th {
  border-top: none;
}

.modal-table table.dataTable {
  margin-bottom: 0 !important;
  width: 100% !important;
}

#steps-nav {
  flex-wrap: nowrap;
  max-width: 100%;
}

.page-detalhes-chamado .page-detalhes-chamado-topo .badge.badge-danger {
  color: #D0021B;
  background-color: #FCC2CB;
  border-color: #FCC2CB;
}

.page-detalhes-chamado .page-detalhes-chamado-topo .badge.badge-light-warning {
  border: solid 1px #FEDA96;
  background-color: #FFF3DD;
  color: #724D06 !important;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
}

.page-detalhes-chamado .badge {
  font-size: 11px;
  line-height: 13px;
}

.badge.badge-large {
  font-size: 14px !important;
  padding: 6px 8px !important;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.page-detalhes-chamado .badge i {
  margin: 6px 0 6px 6px;
  font-size: 13px;
}

.page-detalhes-chamado .badge.badge-large i {
  font-size: 16px;
  margin: 0 2px 0 0;
}

.page-detalhes-chamado .badge-status {
  cursor: pointer;
}

.page-detalhes-chamado .custom-notifications span {
  font-size: 14px;
}

.page-detalhes-chamado .custom-notifications span.badge {
  font-size: 13px;
  padding: 3px 5px;
}

.page-detalhes-chamado p {
  font-size: 14px;
  line-height: normal;
  color: #343a40;
  margin-bottom: 4px;
}

.page-detalhes-chamado a.text-underline {
  text-decoration: underline;
  font-size: 13px;
}

.page-detalhes-chamado .divider,
.divider-wide {
  width: calc(100% + 48px);
  margin: 56px -24px 48px -24px;
  border-top-width: 2px;
}

.page-detalhes-chamado div.dataTables_wrapper {
  overflow-x: auto;
  padding-bottom: 0;
}

.page-detalhes-chamado table.dataTable {
  margin-bottom: 0 !important;
}

.popover-body {
  text-align: center;
  font-size: 12px;
}

.popover-body p {
  font-size: 12px;
  margin-bottom: 10px;
}

.popover-body a {
  text-decoration: underline;
}

.card-status {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card-status-icon {
  font-size: 20px;
  padding: 5px 9px;
  border: solid 1px #ced4da;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.equipamento-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  border: solid 1px #ced4da;
  border-radius: 2px;
}

.equipamento-box .col-auto {
  max-width: calc(12.5% - 3px);
}

.equipamento-box .img-square {
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-right: solid 1px #ced4da;
}

.equipamento-box-image {
  margin: 8px 16px 8px 8px;
}

.equipamento-box-image .img-square {
  width: 180px;
  height: 180px;
}

.equipamento-box-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.equipamento-box-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.equipamento-box-row i {
  margin-right: 4px;
}

.equipamento-box-wrapper {
  padding: 16px 0 16px 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: calc(100% - 296px);
}

.equipamento-box .mapa {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.card-gray {
  background-color: rgba(206, 212, 218, 0.12);
}

.img-gallery {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}

.img-gallery img,
.img-gallery .img-video {
  width: 64px;
  height: 64px;
  border-radius: 2px;
  border: solid 1px #ced4da;
  margin-right: 8px;
  margin-bottom: 8px;
}

.img-gallery .img-video {
  background-color: #f1f5f7;
  font-size: 40px;
  text-align: center;
  line-height: 64px;
}

a.btn.open-filters,
a.btn.open-filters:hover {
  color: #fff;
  cursor: pointer;
}

.result.alert.alert-info {
  display: block;
  margin: 0 0 40px 0;
}

.filter-list .col-md-4 {
  margin-bottom: 15px;
}

.btn.enviarFiltros {
  margin-left: 5px;
}

.modal-body .ibox {
  padding: 16px;
}

.edit-button {
  display: inline-block;
  margin-left: 5px;
  color: var(--alfa-primary-dark);
  cursor: pointer;
}

.edit-button .fa-edit {
  font-size: 0.9em;
  margin-right: 0;
  line-height: normal;
}

#comentario-cliente {
  margin: -50px -24px -56px -24px;
  padding: 50px 24px 56px 24px;
  background-color: var(--alfa-secondary-dark);
}

#comentario-cliente .page-title,
#comentario-cliente .page-title~p {
  color: #ffffff !important;
}

.tooltip {
  pointer-events: none;
}

.styleness-link {
  display: block !important;
  color: inherit;
  text-decoration: none !important;
}

.styleness-link:hover,
.styleness-link:focus {
  color: inherit;
}

#append-export-dashboard_info .select-info {
  display: none;
}

.tecnics-wrapper .card-body {
  padding: 16px;
}

.tecnics-card .tecnics-card-section:not(:last-child) {
  padding-bottom: 9px;
  border-bottom: 1px solid #DADFE5;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.tecnics-card .tecnics-card-options .dropdown-menu-right {
  margin-top: -60px;
}

.tecnics-card .tecnics-card-options .dropdown-menu-right a {
  color: #343A40;
}

.tecnics-card .tecnics-card-info li {
  display: flex;
  justify-content: flex-start;
}

.tecnics-card p,
.tecnics-card .tecnics-card-info li {
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #6E768E;
  margin-bottom: 4px;
}

.tecnics-card a,
.tecnics-card .tecnics-card-info li.tecnics-card-info-phone a span.badge-whatsapp i {
  color: var(--alfa-primary-dark);
}

.tecnics-card .tecnics-card-info li a {
  line-height: 18px;
  display: flex;
}

.tecnics-card .tecnics-card-info li.tecnics-card-info-phone a span.badge {
  max-width: initial;
  display: inline-flex;
  align-items: baseline;
  padding: 3px 4px 5px 4px;
  margin-top: -3px;
}

.tecnics-card .tecnics-card-main {
  display: flex;
  align-items: flex-start;
}

.tecnics-card .tecnics-card-main .badge {
  max-width: initial;
}

.tecnics-card .tecnics-image {
  margin: 0 8px 0 0;
}

.tecnics-card .tecnics-image img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.tecnics-card .tecnics-card-main h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
  margin: 0 0 4px 0;
}

.tecnics-card .tecnics-card-info li:not(:last-child) {
  margin-bottom: 8px;
}

.tecnics-card .tecnics-card-info li i {
  margin: 2px 12px 0 0;
  padding-left: 6px;
  color: #94A4B5;
  width: 14px;
  letter-spacing: 3px;
  display: flex;
  justify-content: center;
}

.tecnics-card .tecnics-card-subtitle {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #6E768E;
  margin: 0 0 8px 0;
}

.tecnics-card .tecnics-card-records {
  border: 1px solid #DADFE5;
  border-radius: 4px;
  max-height: 309px;
  min-height: 309px;
  background: #ffffff;
  overflow: auto;
}

.tecnics-card {
  min-height: 512px;
}

.tecnics-card-section {
  position: relative;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.loader {
  margin: 70px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid var(--alfa-primary-dark);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.tecnics-card .tecnics-card-records li {
  padding: 12px;
}

.tecnics-card .tecnics-card-records li:not(:last-child) {
  border-bottom: 1px solid #DADFE5;
}

.tecnics-card .tecnics-card-records li p {
  display: flex;
  align-items: center;
}

.tecnics-card .tecnics-card-records li p:last-child {
  margin-bottom: 0;
}

.tecnics-card .tecnics-card-records a {
  max-width: 55%;
  margin-right: 8px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tecnics-card .badge {
  font-size: 11px;
  line-height: 13px;
  font-weight: normal;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(43% - 8px);
}

.tecnics-no-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--alfa-primary-light);
  background: var(--alfa-primary-light-clean-variant);
  margin-right: 8px;
}

.tecnics-card.tecnics-card-history {
  min-height: auto;
}

.tecnics-card-history .tecnics-card-main {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.tecnics-card-history .tecnics-image {
  margin: 0 0 12px 0;
}

.tecnics-card-history .tecnics-image img {
  width: 80px;
  height: 80px;
}

.tecnics-card-history .tecnics-card-main h4 {
  margin: 0 0 4px 0;
}

.tecnics-card.tecnics-card-history .tecnics-card-section:not(:last-child) {
  justify-content: center;
}

.tecnics-card-history .tecnics-card-options {
  position: absolute;
  top: 0;
  right: 0;
}

.tecnics-card-history .tecnics-card-options .dropdown-menu-right {
  margin: 0;
}

.page-historico-tecnico .table a {
  text-decoration: underline;
}

.equipaments-card-list {
  max-height: 276px;
  overflow-x: auto;
}

.equipaments-card-list li {
  padding: 8px 0;
  display: flex;
  align-items: start;
  justify-content: start;
}

.equipaments-card-list li:not(:last-child) {
  border-bottom: 1px solid #CED4DA;
}

.equipaments-card-list li:last-child {
  padding-bottom: 0;
}

.equipaments-card-list li .equipaments-card-list-image {
  margin: 0 12px 0 0;
  padding: 4px;
  border: 1px solid #DADFE5;
  border-radius: 2px;

}

.equipaments-card-list li .equipaments-card-list-image img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.equipaments-card-list li .equipaments-card-list-content p {
  color: #343A40;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
  font-family: 'Work Sans', sans-serif;
}

.equipaments-card-list li .equipaments-card-list-content small {
  color: #6E768E;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: block;
  font-family: 'Work Sans', sans-serif;
}

.locals-card-list {
  margin-top: 10px;
  max-height: 246px;
  overflow-x: auto;
}

.locals-card-list li {
  padding: 6px 0 0 0;
}

.locals-card-list li:not(:last-child) {
  border-bottom: 1px solid #CED4DA;
  padding: 6px 0 8px 0;
}

.locals-card-list h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
  margin: 0 0 6px 0;
}

.locals-card-list p {
  font-size: 12px;
  line-height: 14px;
  color: #6E768E;
  margin-bottom: 6px;
}

.locals-card-list small {
  font-size: 12px;
  line-height: 14px;
  color: #6E768E;
  display: block;
}

.custom-notifications {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}

.indicators-equipment {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 8px 0;
}

.indicators-equipment .card {
  width: calc(20% - 8px);
  margin: 0;
}

.indicators-equipment .card-body-equipment {
  padding: 16px;
  min-height: 98px;
}

.indicators-equipment .card-body-equipment h4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.02em;
  font-family: 'Work Sans', sans-serif;
  margin: 0 0 6px 0;
  color: #6E768E;
  text-transform: uppercase;
}

.indicators-equipment .card-body-equipment h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.6px;
  font-family: 'Work Sans', sans-serif;
  margin: 0;
}

@media (max-width: 1400px) {
  .equipamento-box .img-square {
    border-bottom: solid 1px #ced4da;
  }
}

@media (max-width: 1330px) {
  .navigation-menu>li>a {
    font-size: 13px;
    padding: 20px 12px;
  }
}

@media (max-width: 1280px) {
  .equipamento-box {
    flex-direction: column;
  }

  .equipamento-box-content {
    width: 100%;
    padding: 8px;
  }

  .equipamento-box-wrapper,
  .equipamento-box .mapa,
  .equipamento-box .mapa iframe {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 24px);
  }
}

@media (max-width: 1201px) and (min-width: 992px) {
  .navigation-menu>li>a {
    font-size: 14px;
    padding: 20px 12px;
  }

  .navigation-menu>li>a i,
  .navigation-menu>li>a svg.feather {
    display: none;
  }

  .steps.card.sticky {
    max-width: 936px;
  }
}

@media (max-width: 991px) {
  #topnav .navigation-menu .menu-button a {
    margin: 12px 15px;
    text-align: center;
    color: #fff;
  }

  #topnav .navigation-menu .menu-button a:hover,
  #topnav .navigation-menu .menu-button a:focus {
    color: var(--alfa-primary-accent);
  }

  .steps.card.sticky {
    max-width: 696px;
    top: 70px;
  }

  .equipamento-box .col-auto {
    max-width: 100%;
  }

  .ribbon-box .ribbon-box-title {
    width: 100%;
  }

  .timeline:before {
    height: calc(100% - 102px);
  }

  .dropdown-menu.position-relative.show {
    transform: translate(10px, 10px) !important;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .wrapper {
    padding: 70px 0px 0 0px;
  }

  .card-body {
    padding: 24px 16px;
  }

  #append-export_wrapper .row:first-child>.col-md-6,
  #append-export_wrapper .row:last-child>.col-md-6,
  #ultimos-chamados_wrapper .row:first-child>.col-md-6,
  #basic-datatable_wrapper .row:first-child>.col-md-6,
  #basic-datatable_wrapper .row:last-child>.col-md-6,
  #custom-basic-datatable_wrapper .row:first-child>.col-md-6,
  #custom-basic-datatable_wrapper .row:last-child>.col-md-6 {
    padding: 0;
  }

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
  }

  #append-export_filter .btn.btn-gray-light.ml-2 {
    margin-left: 0 !important;
    margin-bottom: 15px;
  }

  .footer {
    position: relative;
  }

  .footer-links {
    display: inline-grid;
  }

  .content-resumo-badge {
    display: block;
  }

  .content-resumo-badge .content-block,
  .product-photo .badge,
  .box-return {
    width: 100%;
  }

  .alert-primary {
    width: calc(100% - 30px);
  }

  .map-equipamentos .map-equipamentos-single {
    display: block;
    text-align: center;
  }

  .map-equipamentos .map-equipamentos-single .map-equipamentos-info {
    margin-left: 0;
    margin-bottom: 10px;
  }

  li.paginate_button.previous,
  li.paginate_button.next {
    font-size: 14px;
  }

  h2.h2 {
    margin-top: 20px;
  }

  .produto-list {
    margin-bottom: 20px;
  }

  .btn.btn-gray-light.ml-2 {
    margin-left: 0 !important;
  }

  table.dataTable.nowrap th,
  table.dataTable.nowrap td {
    white-space: normal;
  }

  table.table-dashboard.dataTable.nowrap th,
  table.table-dashboard.dataTable.nowrap td {
    display: table-cell !important;
  }

  .steps.card.sticky {
    max-width: 516px;
  }

  .btns-address {
    flex-direction: column;
  }

  .btns-address .btn-address {
    margin-bottom: 10px;
    margin-left: 0 !important;
  }

  .page-chamado .divider {
    width: calc(100% + 30px);
    margin: 56px -16px 48px -16px;
  }

  .btns-localizar {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .table-responsive {
    display: block;
  }

  .content-resumo-badge .content-block .badge-transparent {
    margin-bottom: 5px;
  }

  .page-detalhes-chamado .divider,
  .divider-wide {
    width: calc(100% + 32px);
    margin: 56px -16px 48px -16px;
  }

  #comentario-cliente {
    margin: -50px -16px -56px -16px;
    padding: 50px 16px 56px 16px;
  }

  .dataTables_filter .dropdown-dashboard {
    display: block;
    margin-top: 5px;
  }

  .form-group .input-group .form-control~.btn {
    display: block;
    width: 100%;
  }
}

@media (max-width: 780px) {
  .header-name {
    font-size: 12px;
    margin-left: 15px;
  }
}

@media (max-width: 450px) {
  .header-name {
    font-size: 10px;
    margin-left: 15px;
  }
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: inherit;
  /* content: inherit; */
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: 18px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 10px;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

@media (max-width: 540px) {
  .footer-links {
    margin-top: 10px;
  }

  .section-white {
    padding: 40px 15px;
  }

  .wrapper .widget-simple .text-muted {
    font-size: 12px;
  }

  .form-group .input-group .input-group-prepend {
    width: 100%;
  }

  .form-group .input-group .input-group-prepend .btn-search {
    position: absolute;
    right: 0;
  }

  .form-group .input-group .form-control {
    padding-right: 40px;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: end;
    display: flex;
    flex-direction: column;
  }

  li.paginate_button {
    display: block;
  }

  .table .badge,
  .product-photo .badge {
    width: auto;
  }

  .card-retreat {
    margin-right: -12px;
    margin-left: -12px;
  }

  .card-retreat .card-body {
    padding: 24px;
  }

  .pagination-rounded .page-link {
    margin: 0;
  }

  .container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .section-home-map {
    padding: 25px 15px;
  }

  .steps.card {
    left: 4px;
    width: calc(100% - 8px);
  }

  .steps.card.sticky {
    max-width: calc(100% - 24px);
    left: 12px;
    top: 70px;
  }

  .steps .card-body {
    flex-direction: column;
    padding: 10px 16px;
  }

  .steps .steps-single {
    padding: 7px 12px;
  }

  tr.child {
    display: none;
  }

  .card-fluid-mobile {
    padding: 0 0px;
    margin: 0px -13px;
    width: calc(100% + 25px);
  }

  .card.card-fluid-mobile-device {
    padding: 0 0px;
    margin: 0px -18px;
    width: calc(100% + 34px);
  }

  .card.card-fluid-mobile-device .card-body {
    border-radius: 0 !important;
  }

  .card.card-fluid-mobile-chamado {
    padding: 0 0px;
    margin: 0px -20px;
    width: calc(100% + 32px);
  }

  .page-historico-tecnico .col-xl-3,
  .page-historico-tecnico .col-xl-9 {
    padding: 0;
  }

  .page-historico-tecnico .steps.card {
    left: 0;
    width: 100%;
    max-width: 100%;
  }

  .row__page--central .col-12 {
    padding: 0;
  }
}

.device-details-stat-title {
  text-transform: uppercase;
  font-size: 11px;
  color: #6E768E;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-family: 'Nunito', sans-serif;
  display: flex;
  align-items: center;
  width: max-content;
}

.device-details-stat-title2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.69px;
  color: #94A4B5;
  text-transform: uppercase;
}

.device-details-stat-title i {
  font-size: 16px;
  margin-right: 4px;
}

.device-details-stat-img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 4px;
}

.maps-pin {
  height: 43px;
  width: 30px;
  object-fit: contain;
  display: block;
}

.device-details-row .col-auto {
  margin-bottom: 24px;
}

.device-details-stat-text {
  margin: 0 0 6px 0;
  font-weight: 600;
  color: #343A40;
  font-size: 14px;
  line-height: 17px;
}

.device-details-stat-text2 {
  margin: 0 0 6px 0;
  font-weight: normal;
  color: #343A40;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Work Sans', sans-serif;
}

.device-details-stat-big {
  color: #343A40;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
}

.device-image {
  height: 175px;
  width: 175px;
  object-fit: contain;
  border: 1px solid rgb(206, 212, 218, 0.5);
  border-radius: 4px;
}

.device-details-stat-subtext {
  font-size: 12px;
  line-height: 14px;
  color: #6E768E;
  margin-bottom: 0;
}

.device-details-stat-subtitle {
  font-size: 12px;
  line-height: 16px;
  margin-left: 20px;
  margin-bottom: 0;
}

.device-details-stat-status-primary {
  background: #CCE3C2;
  border-radius: 4px;
  padding: 5px 8px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 4px 4px 4px 6px;
  width: 31px;
  color: var(--alfa-primary-dark);
}

.header-status-tag {
  margin-left: 20px !important;
}

.device-details-stat-status-warning {
  background: #FADDA6;
  border-radius: 4px;
  padding: 5px 8px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 4px 0;
  margin-right: 4px;
  color: #A06A00;
}

.device-details-stat-status-danger {
  background: #FCC2CB;
  border-radius: 4px;
  padding: 5px 8px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 4px 0;
  color: #D0021B;
}

.table-device {
  overflow-x: auto;
}

.table-device-badge-danger {
  padding: 13px 8px;
  background: #FCC2CB;
  border-radius: 4px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #D0021B;
}

.table-device-badge-success {
  background: #CCE3C2;
  border-radius: 4px;
  padding: 13px 8px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--alfa-primary-dark);
}

.table-device-badge-warning {
  background: #FADDA6;
  border-radius: 4px;
  padding: 13px 8px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #A06A00;
}

.table-device-text-danger {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #F64F69;
}

.device-details-stat-gps {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
}

.shareButton {
  padding: 7.67px 8.5px;
  border: none;
  background: transparent;
}

.shareButton i {
  color: #6E768E;
  font-size: 16px;
}

/* -- Copy Function --*/
.js-copy {
  position: relative;
}

.js-copy:after {
  content: 'Clique para copiar';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: -4px;
  width: 114px;
  height: 36px;
  color: #fff;
  font-size: 10px;
  line-height: 36px;
  text-align: center;
  background: rgba(0, 0, 0, .72);
  border-radius: 3px;
}

.js-copy:hover:after {
  opacity: 1;
  visibility: visible;
}

.js-copy:active:after,
.js-copy:focus:after {
  content: 'Copiado!';
}

.map-details {
  display: flex;
  justify-content: space-between;
  height: calc(100% - 20px);
  flex-direction: column;
  margin: 9px 8px;
}

.device-details-map-card {
  padding: 11px;
  margin-bottom: 0;
}

.device-details-map-card .device-details-stat-text {
  margin: 7px 0 12px 0;
}

.device-details-map-card-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.device-details-map-card-row .maps-pin {
  margin-right: 12px;
}

.device-details-stat-link {
  font-size: 12px;
  text-decoration: underline;
}

.device-details-nav {
  background-color: transparent !important;
  font-weight: normal !important;
}

.device-details-nav.active {
  background-color: var(--alfa-primary-dark) !important;
}

.device-details-location-smallcard {
  display: flex;
  flex-direction: column;
  background: rgb(241, 245, 247);
  border: none;
  padding: 6px;
  text-align: center;
  margin-bottom: 0;
  min-height: auto !important;
  width: 100%;
}

.device-details-location-smallcard-title {
  font-weight: bold;
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 4px;
}

.device-details-location-smallcard-subtitle {
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
}

.device-details-location-smallcard-text {
  font-size: 12px;
  line-height: 14px;
  color: #6E768E;
  font-weight: normal;
  margin: 6px 0 2px 0;
}

.device-details-map-card-text {
  width: calc(100% - 42px);
  padding-right: 15px;
}

.device-details-badge-text {
  font-weight: normal;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 13px;
}

.device-details-btn-text {
  font-size: 12px;
  padding: 6px 8px;
  line-height: 16px;
  cursor: pointer;
}

.device-details-btn-text:hover {
  color: #fff;
}

.device-details-header-title {
  margin-bottom: 5px !important;
}

#combine-chart .c3-line-Limite {
  stroke-width: 2px;
}

.equipment-details-card-title {
  color: var(--alfa-primary-dark);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.equipment-details {
  font-size: 13px;
  font-weight: bold;
  margin: 0 !important;
}

.equipment-details-text-sucess {
  color: var(--alfa-primary-dark);
}

.equipment-details-card-subtitle {
  margin: 2px
}

.c3 svg {
  font: 12px sans-serif !important;
}

.equipament-stats {
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipament-stats .card-box {
  width: 20%;
}

.equipament-stats-half .card-box {
  width: 50%;
}

.equipament-stats-half div.card-box .link {
  padding: 0;
}

.card-middle {
  border-left: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.row-dispositivo .col-auto {
  max-width: 14.111%;
}

.row-contrato .col-auto {
  max-width: 18%;
}

.tab-fixed-wrapper .dataTables_wrapper {
  max-height: calc(100vh - 150px);
}

.tab-fixed-wrapper table.dataTable thead tr th {
  position: sticky;
  top: -2px;
  background-color: #fff;
  vertical-align: middle;
  line-height: normal;
  box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.10);
}

.tab-fixed-wrapper table.dataTable thead tr th:before {
  top: 17px;
}

.tab-fixed-wrapper table.dataTable thead tr th:after {
  top: 24px;
}

.contrato-produtos {
  border-top: 1px solid rgba(206, 212, 218, 0.6);
  border-bottom: 1px solid rgba(206, 212, 218, 0.6);
  margin-top: 16px;
  height: 440px;
  overflow-y: auto;
}

.contrato-produto-wrapper {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  border-bottom: 1px solid #ced4da;
  font-family: 'Nunito', sans-serif;
  padding: 16px 0 8px 0;
}

.contrato-produto-wrapper:last-child {
  border-bottom: none;
}

.contrato-produto-image img {
  height: 65px;
  width: 65px;
  border: 1px solid #CED4DA;
}

.contrato-produto-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  display: block;
  margin-bottom: 8px;
}

.contrato-produto-title-inner {
  margin-right: 6px;
}

.contrato-produto-subtitle {
  font-size: 13px;
  line-height: 18px;
  display: block;
  color: #4C5667;
}

.contrato-produto-text {
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}

.contrato-produto-about {
  padding: 0 12px;
  width: calc(100% - 190px);
}

.contrato-produto-values {
  text-align: right;
  padding-right: 16px;
}

.contrato-produto-values-title {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
  color: #94A4B5;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.contrato-produto-values-val {
  color: var(--alfa-primary-dark);
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 8px;
}

.contrato-produto-values-val-small {
  color: var(--alfa-primary-dark);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}

.contrato-map {
  height: 615px;
}

.overview {
  margin-bottom: 20px;
}

.overview__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.overview__title {
  font-size: 15.4px;
  font-weight: 600;
  color: #343a40;
  margin: 20px 0 8px 0;
}

.overview__update-time {
  color: #6e768e;
  font-size: 14.4px;
  font-weight: 400;
  margin: 20px 0 8px 0;
  font-family: "Nunito", sans-serif;
}

.overview__cards {
  display: flex;
  justify-content: space-evenly;
}

.overview__cards--right .overview__card {
  width: 100%;
}

.overview__card {
  padding: 16px 12px;
  width: 16.666%;
  min-height: 98px;
  transition: 0.5s;
  position: relative;
}

.overview__card:not(:last-child) {
  border-right: solid 1px #ebebeb;
}

.overview__card--title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.17;
  color: var(--alfa-primary-dark);
  font-family: "Nunito", sans-serif;
  margin-bottom: 0;
}

.overview__card--number {
  font-size: 26.4px;
  letter-spacing: -0.6px;
  color: #343a40;
  margin: 5px 0;
}

.overview__card--meta {
  font-weight: 600;
  color: #6e768e;
  font-family: "Nunito", sans-serif;
  display: flex;
}

.overview__card--meta p {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 12.1px;
  line-height: normal;
}

.overview__card--meta p span {
  color: #343a40;
}

.overview__card--link {
  font-size: 12.1px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  line-height: normal;
  display: none;
}

.overview__card .spinner {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

.overview__card:hover {
  background-color: var(--alfa-primary-dark);
}

.overview__card:hover .overview__card--title,
.overview__card:hover .overview__card--number,
.overview__card:hover .overview__card--link {
  color: #ffffff;
}

.overview__card:hover .overview__card--meta {
  display: none;
}

.overview__card:hover .overview__card--link {
  display: block;
}

.overview__card.loading:hover {
  background-color: transparent;
}

.overview__card.loading:hover .overview__card {
  display: block !important;
}

.equipment-card {
  border-radius: 8px;
  overflow: hidden;
}

.equipment-card .card-body {
  padding: 0;
}

.equipment-card .equipment-image {
  border-right: 1px solid #e7eaed;
}

.equipment-card .equipment-image img {
  width: 170px;
  height: 170px;
  object-fit: contain;
}

.equipment-card .equipment-row {
  padding: 25px 30px 25px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.equipment-card .device-details-stat-title {
  margin-bottom: 4px;
}

.modal .modal-content {
  width: 100% !important;
}

.modal-content-icon {
  text-align: center;
}

.modal-content-icon svg {
  max-width: 104px;
  margin-bottom: 20px;
}

.modal-content-icon h3 {
  margin: 0 0 16px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #343A40;
}

.modal-content-icon p {
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #4C5667;
  margin: 0 0 29px 0;
}

.modal-content-icon hr {
  margin: 0 0 20px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background: #F5F6F8;
}

#fullscreen-swiper-button {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.mySwiper2 {
  height: calc(100% - 80px);
  width: 100%;
  border: 1px solid #DADFE5;
  border-radius: 4px;
}

.mySwiper {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 8px;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  max-width: 80px;
  max-height: 80px;
  opacity: 0.6;
  cursor: pointer;
}

.mySwiper .swiper-slide:before {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  background-color: rgb(0 0 0 / 12%);
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: solid 2px var(--alfa-primary-accent);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper .swiper-zoom-container>img {
  max-height: 400px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background-image: url('../images/swiper-arrow.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 40px;
  height: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper .swiper-button-prev {
  transform: rotate(180deg);
}

#gallery-wrapper {
  max-width: calc(100vw - 60px);
}

#gallery-wrapper.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  background-color: #161418;
  z-index: 1001;
}

.fullscreen .mySwiper2 .swiper-slide {
  cursor: default;
  background-size: contain;
  background: #151517;
}

.fullscreen .swiper-wrapper .swiper-zoom-container>img {
  max-height: calc(100vh - 20%);
}

.fullscreen .close-button {
  display: block;
}

.fullscreen .mySwiper2 {
  height: 100%
}

.fullscreen .mySwiper {
  background-color: #000;
  height: 20%;
  position: fixed;
  bottom: 0;
  width: 100%;
  opacity: 0;
  z-index: 10;
  transition: opacity .3s ease-in-out;
  transition-delay: .5s;
}

.fullscreen .mySwiper:hover {
  opacity: 1;
  transition-delay: 0s;
}

.close-button {
  display: none;
  height: 45px;
  width: 45px;
  color: #fff;
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  opacity: .75;
}

.close-button:before {
  content: '×';
}

.close-button:hover,
.close-button:active {
  opacity: 1;
}

.fullscreen .close-button {
  display: block;
}

.fullscreen #fullscreen-swiper-button {
  display: none;
}

@media (min-width: 1600px) {
  .overview__title {
    font-size: 16.1px;
  }

  .overview__card--title {
    font-size: 13.8px;
  }

  .overview__card--number {
    font-size: 27.6px;
  }

  .overview__card--meta p {
    font-size: 12.7px;
  }

  .overview__card--link {
    font-size: 12.7px;
  }
}

@media (max-width: 1280px) {
  .overview__card {
    min-height: 115px;
  }

  .overview__card--title {
    font-size: 14px;
    line-height: 1;
    min-height: 28px;
  }
}

@media (max-width: 1199px) {
  .overview .cards__right {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .overview__cards {
    flex-wrap: wrap;
  }

  .overview__card {
    width: 33.333333%;
  }

  .overview__card:nth-child(-n+3) {
    border-bottom: 1px solid #ebebeb;
  }

  .overview__card:nth-child(3) {
    border-right: none;
  }

  .contrato-map {
    height: 400px;
  }

  .footer-social {
    justify-content: center;
    margin: 10px 0 0 0;
  }

  .footer-social li a {
    margin: 0 4px;
  }

  .footer .footer-links a,
  .footer .footer-links a:first-of-type {
    margin: 0 10px;
  }

  .footer-links {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .overview__card {
    width: 50%;
  }

  .overview__card:nth-child(-n+4) {
    border-bottom: 1px solid #ebebeb;
  }

  .overview__card:nth-child(3) {
    border-right: 1px solid #ebebeb;
  }

  .overview__card:nth-child(2),
  .overview__card:nth-child(4) {
    border-right: none;
  }
}

.alert-dot {
  height: 8px;
  width: 8px;
  border: 2px solid #D0021B;
  background-color: #F64F69;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.table-no-padding,
.table-no-padding .col-sm-12 {
  padding: 0;
}

.table-no-padding .col-md-5,
.table-no-padding .col-md-7 {
  padding: 0 15px;
}

.table-no-padding table.dataTable {
  margin: 0 !important;
}

.table thead th:empty:before,
.table thead th:empty:after {
  display: none;
}

.basic-table-equipamento-wrapper {
  display: flex;
}

.table-fixed-headers.dinamic-table .basic-table-equipamento-wrapper .table-img {
  box-sizing: border-box;
  height: 56px;
  width: 56px;
  border: 1px solid #CED4DA;
  margin-right: 7px;
}

.basic-table-equipamento-wrapper .table-img {
  margin-right: 16px;
  width: 87px;
  height: auto;
}

.table-fixed-headers.dinamic-table .basic-table-equipamento-text {
  color: #4C5667;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 7px;
}

.table-fixed-headers.dinamic-table table tbody tr td .protocolo {
  color: #6E768E;
  font-family: Nunito;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 18px;
  box-shadow: inset 0px 1px 0px #ced4da;
  padding-top: 15px;
}

.table-fixed-headers.dinamic-table .basic-table-equipamento-text small {
  color: #6E768E;
  font-family: Nunito;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
}

.basic-table-equipamento-text {
  width: max-content;
  display: flex;
  flex-direction: column;
}

.contrato-map-tooltip {
  width: 430px;
  padding: 20px 16px;
  position: relative;
  border-radius: 2px;
  background-color: #FFFFFF;
  /* border: 1px solid #CED4DA; */
  /* box-shadow: 0 4px 12px 0 rgba(0,0,0,0.12); */
  display: none;
}

/*.contrato-map-tooltip:after,
.contrato-map-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  top: inherit;
  width: 0;
  height: 0;
  border-style: solid;
}
 .contrato-map-tooltip:after {
  bottom: -20px;
  border-color: #FFFFFF transparent transparent transparent;
  border-width: 10px;
  left: calc(50% - 9px);
}
.contrato-map-tooltip:before {
  bottom: -22px;
  border-color: #CED4DA transparent transparent transparent;
  border-width: 11px;
} */
.contrato-map-tooltip .contrato-produto-title {
  font-family: 'Nunito', sans-serif;
  color: #4C5667;
}

.contrato-map-tooltip .contrato-produto-subtitle {
  margin-top: 12px;
  font-weight: normal;
}

.contrato-map-tooltip .contrato-produto-text {
  font-weight: normal;
}

.contrato-map-tooltip .contrato-produto-values {
  text-align: left;
  width: 33.333%;
  padding: 0 15px;
}

.contrato-map-tooltip .contrato-produto-values .contrato-produto-subtitle,
.contrato-map-tooltip .contrato-produto-values .contrato-produto-values-val-small {
  margin: 0;
}

.collapse-custom__header {
  border-radius: 12px 12px 0 0;
  border: 1px solid #CED4DA;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}

.collapse-custom__header .device-details-header-title {
  font-size: 14px;
  line-height: 16px;
  margin: 0 !important;
}

.collapse-custom__header .collapse-custom__header--item {
  width: 17px;
  height: 17px;
  border-bottom: solid 1px #6E768E;
  border-right: solid 1px #6E768E;
  transform: rotate(45deg);
  margin-top: -10px;
  transition: 0.5s;
}

.collapse-custom__header.collapsed {
  border-radius: 12px;
}

.collapse-custom__header[aria-expanded="false"] .collapse-custom__header--item {
  transform: rotate(225deg);
  margin-top: 0;
  margin-bottom: -10px;
}

.collapse-custom__content {
  border: 1px solid #CED4DA;
  border-top: none;
  padding: 20px 16px;
  border-radius: 0 0 12px 12px;
}

.collapse-custom__content.collapsing {
  margin-top: -12px;
  padding-top: 32px;
}

.nav-primary {
  padding: 16px 21px;
  box-shadow: 0px 4px 8px -6px #00000066;
}

.nav-primary .nav-link {
  background-color: transparent;
}

.nav-blocked .nav-link {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  font-family: 'Nunito', sans-serif;
  padding: 15px;
  font-weight: normal;
  background-color: #F1F5F7;
  color: #4C5667;
  position: relative;
}

.nav-primary .nav-link.active,
.nav-blocked .nav-link.active {
  background-color: var(--alfa-primary-dark);
}

.nav-blocked .nav-link.active:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--alfa-primary-dark);
}

.nav-blocked .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 4px;
}

.nav-blocked .nav-item:last-child .nav-link {
  border-radius: 0 4px 4px 0;
}

.table-fixed-headers th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-fixed-headers.dinamic-table th {
  background-color: #F1F5F7;
  border: none;
  max-width: 230px !important;
  padding: 8px;
  box-shadow: inset 0px 0px 0px 0px #ced4da, inset 0px -1px 0px 0px #ced4da, inset -1px 0px 0px 0px #ced4da, inset 0px 0px 0px 0px #ced4da;
  transform: translateY(-1px);
}

.table-fixed-headers th[scope=row] {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.table-fixed-headers th[scope=row] {
  vertical-align: top;
  color: inherit;
  background-color: #ffffff;
}

.table-fixed-headers.dinamic-table table tbody tr td {
  box-shadow: inset 0px -1px 0px 0px #ced4da, inset -1px 0px 0px 0px #ced4da, inset 0px 0px 0px 0px #ced4da;
  padding: 20px;
  vertical-align: top;
  padding-bottom: 7px;
  transform: translateY(-1px);
}

.table-fixed-headers.dinamic-table table tbody tr td .protocolo b {
  color: var(--alfa-primary-dark);
}

.table-fixed-headers.dinamic-table table tbody tr th[scope=row]+td:nth-child(2) {
  box-shadow: inset 0px -1px 0px 0px #ced4da, inset -1px 0px 0px 0px #ced4da, inset 0px 0px 0px 0px #ced4da;
  transform: translateY(-1px);
}

.table-fixed-headers.dinamic-table[tabindex="0"][aria-labelledby][role="region"].table-fixed-headers {
  background: none;
  background-size: 100% 4em, 100% 4em, 100% 1.4em, 100% 1.4em;
  background-attachment: local, local, scroll, scroll;
  max-height: 680px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  scrollbar-width: auto;
  scrollbar-color: rgba(165 165 165 / 71%) #ffffff;
}

@media(max-width: 359px) {
  .mobile-full-wrapper .col-md-6.mb-0:last-child {
    width: 33%;
  }

  .mobile-full-wrapper .col-md-6.mb-0:first-child {
    width: 66%;
  }

  .row.mobile-full-wrapper .col-md-6.mb-0:last-child button:first-child {
    padding: 4px;
  }
}

@media(max-width: 540px) {
  .table-fixed-headers.dinamic-table[tabindex="0"][aria-labelledby][role="region"].table-fixed-headers {
    max-height: 380px;
  }

  .mobile-full-wrapper .col-md-6.mb-0:last-child {
    width: 42%;
  }

  .mobile-full-wrapper .col-md-6.mb-0:first-child {
    width: 58%;
  }

  .mobile-full-wrapper .font-13 {
    font-size: 11px !important;
  }

  .row.mobile-full-wrapper .col-md-6.mb-0:last-child button:first-child {
    width: 100%;
  }

  .row.mobile-full-wrapper .col-md-6.mb-0:last-child button:last-child {
    float: right;
  }

  .full-screen-wrapper .col-md-6.mb-0:last-child .header-title {
    margin-bottom: 4px;
  }
}

@media(min-width: 541px) and (max-width: 1023px) {
  .table-fixed-headers.dinamic-table[tabindex="0"][aria-labelledby][role="region"].table-fixed-headers {
    max-height: 640px;
  }
}

/* Chrome, Edge, and Safari */
.table-fixed-headers.dinamic-table[tabindex="0"][aria-labelledby][role="region"].table-fixed-headers::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.table-fixed-headers.dinamic-table[tabindex="0"][aria-labelledby][role="region"].table-fixed-headers::-webkit-scrollbar-track {
  background: transparent;
}

.table-fixed-headers.dinamic-table[tabindex="0"][aria-labelledby][role="region"].table-fixed-headers::-webkit-scrollbar-thumb {
  background-color: rgb(205 205 205 / 39%);
  border-radius: 10px;
  border: 3px solid transparent;
}

.table-fixed-headers th:not([scope=row]):first-child {
  left: 0;
  background-color: #ffffff;
  z-index: 3;
}

.table-fixed-headers.dinamic-table th:not([scope=row]):first-child {
  max-width: 140px !important;
  background-color: #f1f5f7;
  color: #4C5667;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  padding-left: 0.9vw;
  vertical-align: top;
  box-shadow: inset 0px 0px 0px 0px #ced4da, inset 0px -1px 0px 0px #ced4da, inset 0px 0px 0px 0px #ced4da, inset -1px 0px 0px 0px #ced4da, 3px 0px 7px 0px #ced4da;
  transform: translateY(-1px);
}

/* Scrolling wrapper */
.table-fixed-headers[tabindex="0"][aria-labelledby][role="region"] {
  overflow: auto;
  max-height: 400px;
}

.table-fixed-headers[tabindex="0"][aria-labelledby][role="region"] table {
  margin: 0;
}

.table-fixed-headers[tabindex="0"][aria-labelledby][role="region"].rowheaders {
  background:
    linear-gradient(to right, transparent 30%, rgba(255, 255, 255, 0)),
    linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%,
    radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 4em 100%, 4em 100%, 1.4em 100%, 1.4em 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}

th[scope=row] {
  min-width: 40vw;
}

@media all and (min-width: 30em) {
  th[scope=row] {
    min-width: 20em;
  }
}

.table-fixed-headers.dinamic-table th[scope=row] {
  min-width: 140px;
  color: #4C5667;
  font-family: Nunito;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 44px;
  padding-left: 1vw;
  box-shadow: inset 0px -1px 0px 0px #ced4da, inset -1px 0px 0px 0px #ced4da, inset 0px 0px 0px 0px #ced4da;
}

th[scope=row]+td {
  min-width: 24em;
}

.table-fixed-headers.dinamic-table table tbody tr th[scope=row]+td p {
  margin-bottom: 6px;
}

.table-fixed-headers.dinamic-table table tbody tr th[scope=row]+td {
  min-width: auto;
  padding: 20px;
  padding-bottom: 7px;
}

.table-fixed-headers[tabindex="0"][aria-labelledby][role="region"]:nth-child(3) {
  max-height: 18em;
}

.table-fixed-headers[tabindex="0"][aria-labelledby][role="region"]:nth-child(7) {
  max-height: 15em;
  margin: 0 1em;
}

.full-screen-wrapper.table-fixed-headers-full {
  position: fixed;
  bottom: 0;
  z-index: 1001;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 15px;
}

.full-screen-wrapper.table-fixed-headers-full .table-fixed-headers[tabindex="0"][aria-labelledby][role="region"] {
  height: 100%;
  max-height: initial;
  height: calc(100% - 70px);
}

.full-screen-open {
  background: #5f5f5f;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}

.full-screen-open:hover,
.full-screen-open:focus {
  color: #fff;
  opacity: 0.8;
}

table #customCheckTodos~label {
  margin-right: 10px;
}

table #customCheckTodos:checked~label:after {
  background: none;
  width: 10px;
  height: 2px;
  background-color: #fff;
  top: 10px;
  left: -17px;
}

.dashboard-group-image {
  max-width: 75px;
}

table.table-dashboard.dataTable.nowrap th {
  white-space: normal;
}

table.table-dashboard .custom-control {
  width: 20px;
  padding: 0;
}

table.table-dashboard .custom-switch {
  padding-left: 2.25rem;
}

table.table-dashboard.dataTable td.sorting_1,
table.table-dashboard.dataTable td:last-child {
  width: 30px;
  max-width: 30px;
}

table.table-dashboard #customCheckTodos~label,
table.datatable-monitoring #customCheckTodos~label {
  width: 16px;
  height: 16px;
}

table.table-dashboard #customCheckTodos~label:after,
table.datatable-monitoring #customCheckTodos~label:after {
  top: 7px;
  left: 3px;
}

table.table-dashboard #customCheckTodos~label:before,
table.datatable-monitoring #customCheckTodos~label:before,
table.table-dashboard .check-dash~label:before,
table.table-dashboard .check-dash~label:after,
table.datatable-monitoring .check-dash~label:before,
table.datatable-monitoring .check-dash~label:after {
  left: 0;
  top: 0;
}

table.table-dashboard .check-dash,
table.datatable-monitoring .check-dash {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.custom-control.custom-switch .custom-control-label:before {
  height: 14px;
  width: 29px;
  border: 1px solid #94A4B5;
  border-radius: 7px;
}

.custom-control.custom-switch .custom-control-label:after {
  height: 10px;
  width: 10px;
  background-color: #94A4B5;
}

.custom-control.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.9rem);
  transform: translateX(0.9rem);
}

.switch-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.switch-row p {
  margin: 0;
}

.switch-row .vertical-separator {
  height: 20px;
  border-right: solid 1px #DADFE5;
  display: block;
  margin: 0 4px;
}

.custom-switch-text {
  padding: 0;
}

.custom-switch-text input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-switch-text label {
  width: 64px;
  height: 30px;
  border-radius: 30px;
  background-color: #DADFE5;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.custom-switch-text label span {
  width: 22px;
  height: 22px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  position: absolute;
  background-color: #FFFFFF;
  transition: 0.3s;
}

.custom-switch-text label:before,
.custom-switch-text label:after {
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.custom-switch-text label:before {
  content: 'Sim';
  color: #FFFFFF;
  margin-left: 8px;
  display: none;
}

.custom-switch-text label:after {
  content: 'Não';
  color: #6E768E;
  margin-left: 31px;
}

.custom-switch-text input:checked~label {
  background-color: var(--alfa-primary-accent-variant);
}

.custom-switch-text input:checked~label:before {
  display: block;
}

.custom-switch-text input:checked~label:after {
  display: none;
}

.custom-switch-text input:checked~label span {
  left: 38px;
}

#append-export-dashboard_wrapper .row:first-child .col-md-6:first-child {
  width: 33.3333%;
  flex: 0 0 33.3333%;
}

#append-export-dashboard_wrapper .row:first-child .col-md-6:last-child {
  width: 66.66667%;
  flex: 0 0 66.66667%;
  max-width: initial;
}

.dropdown-dashboard {
  display: inline-block;
}

.dropdown-dashboard .btn {
  border: none;
}

#datatable-monitoring_filter .btn-gray-light {
  color: var(--alfa-primary-dark);
}

/*Wizard box*/
.steps-boxes-row {
  display: flex;
  flex-direction: row;
}

.steps-boxes-row .col {
  padding: 0 4px;
}

.steps-boxes-cards {
  background: var(--alfa-primary-dark-variant-2);
  border-radius: 3px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps-boxes-cards-step {
  background: var(--alfa-primary-clean);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps-boxes-cards-step p {
  display: flex;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--alfa-primary-dark);
  margin: 0;
}

.steps-boxes-cards.active {
  background: var(--alfa-primary-btn);
}

.steps-boxes-cards.active .steps-boxes-cards-step {
  background: rgba(255, 255, 255, 0.2);
}

.steps-boxes-cards.active .steps-boxes-cards-step p {
  color: #FFFFFF;
}

.steps-wizard-content {
  border-top: 1px solid #CED4DA;
  border-bottom: 1px solid #CED4DA;
  padding: 20px 0;
  margin: 16px 0 0 0;
}

.steps-wizard-content-cards {
  background: #F5F6F8;
  border-radius: 6px;
  padding: 20px;
  min-height: 100%;
  margin-bottom: 8px;
}

.steps-wizard-content-title {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #343A40;
  margin: 0;
}

.steps-wizard-content-subtitle {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 16px 0 6px 0;
  color: #94A4B5;
}

.steps-wizard-content-excerpt p {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  text-align: center;
  padding: 0 124px 20px 124px;
  margin: 0;
  color: #4C5667;
}

.steps-wizard-content-search .steps-wizard-content-search-excerpt {
  color: #6E768E;
}

button.custom-select.custom-select-grey.mt-2.text-left {
  color: #94A4B5;
}

.steps-wizard-content-image {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.steps-wizard-content-image-low-margin {
  display: flex;
  justify-content: center;
  margin: 12px 0;
}

.steps-wizard-content-image-low-margin i {
  font-size: 80px;
  line-height: 80px;
}

.remixicon-checkbox-circle-fill.remixicon-checkbox-circle-fill-green {
  color: var(--alfa-primary-accent-variant);
}

.check-small {
  color: var(--alfa-primary-accent-variant);
  font-size: 24px;
  line-height: 24px;
}

.close-small {
  color: #F64F69;
  font-size: 24px;
  line-height: 24px;
}

.remixicon-close-circle-fill.remixicon-close-circle-fill-red {
  color: #F64F69;
}

.remixicon-checkbox-circle-fill.remixicon-checkbox-circle-fill-green.remixicon-checkbox-circle-fill-small {
  font-size: 24px;
  line-height: 24px;
}

.remixicon-close-circle-fill.remixicon-close-circle-fill-red.remixicon-close-circle-fill-red-small {
  font-size: 24px;
  line-height: 24px;
}

.steps-wizard-content-title-bigger {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 128%;
  text-align: center;
  color: #343A40;
  margin: 20px 0 16px 0;
}

.steps-wizard-content-excerpt-text {
  margin: 0;
  padding: 0 124px 20px 124px;
}

.steps-wizard-content-excerpt-text p {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #4C5667;
}

.steps-wizard-content-excerpt-text ul {
  list-style: disc;
  padding: 0 20px;
  margin: 20px 0 24px 0;
}

.steps-wizard-content-excerpt-text ul li {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #4C5667;
}

.steps-wizard-content-button-outline {
  padding: 8px 16px;
  border: 1px solid #CED4DA;
  border-radius: 3px;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: var(--alfa-primary-dark);
}

.steps-wizard-content-button-outline:hover {
  color: #FFF;
  background: var(--alfa-primary-dark);
  border-radius: 3px;
  border: 1px solid var(--alfa-primary-dark);
}

.steps-wizard-content-button-outline-fullwidth {
  border: 1px solid #CED4DA;
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px;
  transition-duration: 0.5s;
}

.steps-wizard-content-button-outline-fullwidth:hover {
  color: #FFF;
  background: var(--alfa-primary-dark);
  border-radius: 3px;
  border: 1px solid var(--alfa-primary-dark);
}

.steps-wizard-content-box-buttons-outline {
  padding: 20px 0 0 0;
}

.steps-wizard-content-list {
  border: 1px solid #DADFE5;
  box-sizing: border-box;
  border-radius: 6px;
}

.steps-wizard-content-list-item {
  border-bottom: 1px solid rgba(148, 164, 181, 0.32);
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.steps-wizard-content-card-information-info-text .steps-wizard-content-card-information-excerpt {
  font-size: 13px;
  line-height: 144%;
  color: #4C5667;
}

.steps-wizard-content-list-item .steps-wizard-content-list-item-excerpt {
  font-size: 14px;
  line-height: 16px;
  color: #6E768E;
}

.steps-wizard-content-list-item:last-child {
  border-bottom: none;
}

.steps-wizard-content-list-item-title {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144%;
  color: #343A40;
}

.steps-wizard-content-list-item-subtitle {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
  margin: 0 0 6px 0;
}

.steps-wizard-content-list-item-excerpt {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6E768E;
  display: flex;
  align-items: center;
  margin: 0;
}

.steps-wizard-content-list-item-excerpt i {
  font-size: 15px;
  line-height: 15px;
  color: var(--alfa-primary-dark);
  margin-left: 4px;
  cursor: pointer;
}

.steps-wizard-content-card-information {
  border: 1px solid #DADFE5;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin: 20px 0 12px 0;
}

.steps-wizard-content-card-information-info {
  display: flex;
  padding: 16px;
}

.steps-wizard-content-card-information-figure {
  margin: 0;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.steps-wizard-content-card-information-excerpt {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 144%;
  color: #4C5667;
  margin: 0;
}

.steps-wizard-content-card-information-figure i {
  font-size: 48px;
  line-height: 48px;
}

.steps-wizard-content-card-information-buttons {
  display: flex;
  border-top: 1px solid rgba(148, 164, 181, 0.32);
  padding: 16px;
  justify-content: space-between;
}

.steps-wizard-content-card-information-button:nth-child(1n) {
  margin-right: 16px;
}

.steps-wizard-content-montage-card {
  background: #F5F6F8;
  border-radius: 6px;
  padding: 20px 20px 20px 16px;
  margin-bottom: 6px;
}

.steps-wizard-content-montage-card-title {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: var(--alfa-primary-dark);
  margin-bottom: 8px;
}

.steps-wizard-content-montage-card-subtitle {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #343A40;
}

.steps-wizard-content-montage-card-excerpt {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6E768E;
  margin: 0;
  margin-top: 8px;
}

.steps-wizard-content-montage-card-list {
  list-style: disc;
  padding-left: 16px;
}

.steps-wizard-content-montage-card-list li {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
  margin: 16px 0 0 0px;
}

.steps-wizard-content-montage-card-check {
  border-top: 1px solid #CED4DA;
  padding-top: 16px;
  margin-top: 13px;
}

.steps-wizard-content-montage-card-check-install {
  padding-top: 20px;
}

.steps-wizard-content-input-text {
  background-image: url('../images/lupa-icon.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 10px;
  padding-left: 30px;
}

.content-input-text-search {
  background-image: url('../images/lupa-icon.svg');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 10px center;
  padding-right: 30px;
}

.content-input-calendar {
  background-image: url('../images/calendar-input.png');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  padding-right: 30px;
}

.steps-wizard-content-search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  flex-direction: column;
}

.steps-wizard-content-search-figure {
  width: 136px;
  height: 136px;
  margin: 0;
  margin-bottom: 24px;
}

.steps-wizard-content-search-title {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #343A40;
  margin: 0;
}

.steps-wizard-content-search-excerpt {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #6E768E;
  margin: 16px 0 28px 0 !important;
}

.steps-wizard-content-list-first-column {
  display: flex;
  align-items: center;
  width: 40%;
}

.steps-wizard-content-list-second-column {
  width: 60%;
}

.button-silver {
  background: #DADFE5;
  border-radius: 3px;
  border: none;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 9px 16px;
  color: #343A40;
}

.button-green {
  background: var(--alfa-primary-btn);
  border-radius: 3px;
  border: none;
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 9px 16px;
  color: #FFFFFF;
}

a:disabled {
  pointer-events: none;
  opacity: 0.4;
}

.spinner {
  border: 8px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--alfa-secondary-dark);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.card-min-width .page-title-box {
  padding-left: 0;
}

.card-min-width {
  padding-right: 8px;
  padding-left: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .card-min-width {
    width: 770px;
  }

  /* .steps-wizard-content-list-item .steps-wizard-content-list-item-excerpt {
    margin-left: 37px;
  } */
}

@media (max-width: 1200px) {
  .steps-wizard-content-excerpt-text {
    padding: 0;
  }

  .steps-wizard-content-excerpt p {
    padding: 0 0 20px 0;
  }

  .steps-wizard-content-card-information-info {
    align-items: center;
    flex-direction: column;
  }

  .steps-wizard-content-card-information-info-text .steps-wizard-content-list-item-subtitle {
    text-align: center;
  }

  .steps-wizard-content-card-information-figure {
    margin-right: 0;
    margin-bottom: 16px;
  }

  button.form-control.steps-wizard-content-input-text.text-left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .steps-wizard-content-list-first-column {
    width: 100%;
    margin-bottom: 3px;
  }

  /* .steps-wizard-content-list-item .steps-wizard-content-list-item-excerpt {
    margin-left: 37px;
  } */
  .steps-wizard-content-card-information-buttons {
    flex-wrap: wrap;
  }

  .steps-wizard-content-card-information-button {
    display: inline-block;
    width: 100%;
  }

  .steps-wizard-content-card-information-button:nth-child(1n) {
    text-align: center;
    margin-bottom: 16px;
  }

  .steps-wizard-content-card-information-buttons {
    justify-content: center;
  }

  .steps-wizard-content-list .steps-wizard-content-list-item.steps-wizard-align-column {
    flex-direction: column;
    align-items: flex-start;
  }

  .steps-wizard-content-list-second-column {
    width: 100%;
  }
}

.steps-wizard-content .form-control:disabled,
.form-control[readonly] {
  background-color: #FFF;
}

@media (max-width: 1200px) {
  .device-details-map-card-text {
    width: calc(100% - 42px);
  }

  .device-details-location-smallcard {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 1130px) {

  .row-dispositivo .col-auto,
  .row-contrato .col-auto {
    max-width: 33.3333%;
    margin-bottom: 15px;
  }
}

@media(min-width: 992px) and (max-width: 1092px) {
  .card-box {
    min-height: 160px;
  }
}

@media(min-width: 768px) and (max-width: 992px) {
  .equipament-stats {
    margin-bottom: 20px;
  }

  .equipament-stats .card-box {
    width: 33.33333%;
    margin-bottom: -1px;
    min-height: 160px;
  }

  .equipament-stats .card-box:nth-child(4) {
    border-left: 1px solid #e7eaed;
    border-bottom-left-radius: 4px;
  }

  .equipament-stats .card-box:last-child {
    border-top-right-radius: 0;
  }

  .equipament-stats-half .card-box {
    width: 50%;
  }
}

@media(max-width: 992px) {
  .footer__cookie--text {
    width: 100%;
    text-align: center;
  }

  .footer__cookie--buttons {
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }

  .contrato-produtos {
    margin-bottom: 20px;
  }

  #append-export-dashboard_wrapper .row:first-child .col-md-6:first-child {
    width: 100%;
    flex: 0 0 100%;
  }

  #append-export-dashboard_wrapper .row:first-child .col-md-6:last-child {
    width: 100%;
    flex: 0 0 100%;
    max-width: initial;
  }

  #append-export-dashboard_wrapper #append-export-dashboard_filter {
    text-align: left;
  }

  .card-min-width {
    width: 700px;
  }
}

@media(max-width: 768px) {
  .card-sm-left {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .card-sm-right {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-left: 1px solid #e7eaed;
  }

  .card-box {
    min-height: 160px;
  }

  .equipament-stats .card-box {
    width: 50%;
    margin-bottom: -1px;
  }

  .equipament-stats-half {
    margin-bottom: 24px;
  }

  .equipament-stats-half .card-box:last-child {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .maps-pin {
    margin-bottom: 15px;
  }

  .dropdown-toggle.arrow-none {
    position: absolute;
    right: 0;
  }

  .card-min-width {
    width: 540px;
  }

  .table tbody .tr__table td #dropdownMenuButton {
    position: absolute;
    right: 0px;
  }
}

@media (max-width: 580px) {

  .row-dispositivo .col-auto,
  .row-contrato .col-auto {
    max-width: 100%;
  }

  .steps-wizard-content-list-item .steps-wizard-content-list-item-excerpt {
    margin-left: 36px;
  }

  .share-button-copy {
    margin-top: 20px;
  }

  .share-button-copy .dropdown.float-right.ml-2 {
    margin-left: 30px !important;
  }

  button.btn.btn-primary.btn-copy.js-copy.ml-1 {
    margin: 20px 0 0 0 !important;
  }

  .js-copy:after {
    left: 112px;
  }

  span.badge.badge-light-warning.badge-status.ml-1.font-13 {
    margin-left: 0 !important;
  }

  .steps-wizard-content-excerpt p {
    padding: 0px 0px !important;
    padding-bottom: 20px !important;
  }

  .footer__cookie {
    width: calc(100vw - 30px);
  }

  .footer__cookie--text p {
    font-size: 14px;
    line-height: 20px;
  }

  .contrato-produto-wrapper {
    flex-wrap: wrap;
  }

  .contrato-produto-image img {
    display: none;
  }

  .contrato-produto-image {
    width: 100%;
  }

  .contrato-produto-values {
    width: 100%;
    text-align: left;
  }

  .contrato-produto-about {
    width: 100%;
    padding: 0 12px 0 0;
  }

  .contrato-produto-values {
    display: flex;
    flex-wrap: wrap;
  }

  .contrato-produto-values-wrapper {
    width: 50%;
    padding-right: 3px;
  }

  .card.card-contrato {
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .contrato-produtos {
    height: 350px;
  }

  .contrato-map {
    height: 300px;
  }

  .card-fluid-mobile .card-body {
    padding: 24px 20px;
  }

  .card-min-width .page-title-box {
    padding-left: 10px;
  }
}

.card-box.stat:hover {
  background-color: var(--alfa-primary-btn);
}

.card-box.stat:hover .device-details-stat-link {
  color: #fff;
}

div.card-box:hover .equipment-details-card-title {
  color: white
}

div.card-box:hover .equipment-details-card-subtitle {
  color: white
}

div.card-box:hover .detail {
  display: none;
}

div.card-box .detail {
  display: block;
}

div.card-box:hover .link {
  display: block;
}

div.card-box .link {
  display: none;
  padding-top: 22px;
}

/* Lista de Dashboards */
#append-export-dashboard thead tr th:first-child,
#append-export-dashboard tbody tr td:first-child {
  max-width: 30px !important;
}

#append-export-dashboard thead tr th:nth-child(3),
#append-export-dashboard tbody tr td:nth-child(3) {
  min-width: 100px !important;
}

.dashboards__link-icon {
  font-size: 22px;
  color: #6E768E;
  display: block;
  width: 100%;
  text-align: center;
}

.modal-dashboards .modal-dialog {
  max-width: 812px !important;
}

.modal-dashboards form input {
  width: 100%;
  height: 37px;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 19px;
  color: #4C5667;
}

.modal-dashboards h4,
.modal-dashboards h5 {
  font-family: 'Work Sans', sans-serif !important;
}

/* Historico de chamados */
.badge-light-green {
  background-color: #CCE3C2;
  color: #10654d !important;
}

/* Detalhes do chamado */
.content-alert {
  display: flex;
  width: 100%;
  border: 1px solid #DADFE5;
  box-shadow: 0px 2px 16px -6px rgba(0, 0, 0, 0.28);
  border-radius: 6px;
  padding: 16px 19px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.content-alert__excerpt {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
}

.content-alert__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.content-alert__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #343a40;
  margin: 0;
}

.content-alert__title span {
  display: inline-block;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 8px;
  vertical-align: middle;
  background: #f8f8f8;
  border-radius: 4px;
  margin-left: 5px;
}

.content-alert__title span.badge-light-blue {
  background: rgba(41, 91, 167, 0.35) !important;
  color: #093e8e !important;
}

.content-alert__excerpt p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #6E768E;
  margin-top: 5px;
  margin-bottom: 0;
}

.content-alert.solicitado {
  border-left: 4px solid #FFA700;
}

.content-alert.solicitado .content-alert__title span {
  background: #FADDA6;
  color: #A06A00;
}

.content-alert.solicitado .content-alert__icon {
  background: #FADDA6;
}

.content-alert.solicitado .content-alert__icon svg path {
  fill: #A06A00;
}

.content-alert.em-atendimento {
  border-left: 4px solid #B4C6E0;
}

.content-alert.em-atendimento .content-alert__title span {
  background: #B4C6E0;
  color: #093E8E;
}

.content-alert.em-atendimento .content-alert__icon {
  background: #B4C6E0;
}

.content-alert.em-atendimento .content-alert__icon svg path {
  fill: #093E8E;
}

@media (max-width: 1367px) {
  .content-alert__buttons {
    margin-top: 10px;
  }
}

.buttons-column a {
  height: 35px;
  position: relative;
}

@media (max-width: 1024px) {
  .content-alert__excerpt {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .content-alert__icon {
    margin-bottom: 10px;
  }

  .content-alert__buttons a {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.custom-control-input:checked[disabled]~.custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

.custom-control-input:checked[disabled]~.custom-control-label::after {
  filter: grayscale(1);
}



.not-found {
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 48px 0;
  text-align: center;
  margin-bottom: 24px;
}

.not-found__icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #4C5667;
  margin: 0 auto;
  margin-bottom: 24px;
}

.not-found h3 {
  font-size: 24px;
  line-height: 128%;
  font-weight: 500;
  color: #343a40;
  margin: 0;
  margin-bottom: 16px;
}

.not-found p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
}

.compartilhar__content .texto__compartilhar1,
.texto__compartilhar2 {
  position: relative;
  left: 58px;
  bottom: 10px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6E768E;
}

.compartilhar__content p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #6E768E;
}

.compartilhar__content span {
  font-weight: 600;
}

#datatable-users_wrapper {
  display: block;
}

.texto__compartilhar2,
#datatable-integrations_wrapper {
  display: none;
}

.select__compartilhar {
  display: flex;
}

.select__compartilhar img {
  position: relative;
  top: 10px;
  margin-right: 10px;
}

.select__compartilhar select {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #343A40;
  border: none;
  cursor: pointer;
}

.select__compartilhar select:focus-visible {
  outline: none;
}

.btn-shareButton {
  display: flex;
  align-items: center;
  height: 28px;
}

.btn-shareButton i {
  position: relative;
}

.btn-shareButton p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  margin: 0;
}

table #customCheckTop~label {
  margin-right: 10px;
}

table #customCheckTop:checked~label:after {
  background: none;
  width: 10px;
  height: 2px;
  background-color: #fff;
  top: 11px;
  left: 3px;
}

.container__button--feedback {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}

.container__button--feedback button {
  cursor: pointer;
  border-radius: 30px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  border: none;
  color: #fff;
  text-align: center;
}

.container__button--feedback button.button__feedback {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 168px;
  height: 44px;
  border-radius: 3px 3px 0px 0px;
  background: var(--alfa-primary-btn);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 24px rgba(0, 0, 0, 0.12);
  right: 0;
  bottom: 0;
  z-index: 100;
}

.container__modal--feedback span {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #94A4B5;
}

.container__modal--feedback p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4C5667;
  margin-bottom: 8px;
  margin-top: 20px;
}

.form__modal--feedback {
  display: flex;
  justify-content: right;
  padding: 4px;
}

.form__modal--feedback .btn__cancelar {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--alfa-primary-dark);
}

.form__modal--feedback .btn__enviar {
  background: var(--alfa-primary-dark);
  border-radius: 3px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-left: 20px;
  padding: 0 20px;
}

.star__container {
  margin-top: 4px;
}

.text__feedback {
  resize: none;
  width: 100%;
  margin-bottom: 6px;
  outline: none;
}

.modal__feedback--enviado div {
  display: flex;
  justify-content: center;
}

.modal__feedback--enviado h5 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 136%;
  text-align: center;
  color: #343A40;
  margin-top: 16px;
  margin-bottom: 6px;
}

.modal__feedback--enviado span {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 136%;
  text-align: center;
  color: #343A40;
  opacity: 0.72;
  margin-bottom: 26px;
}

.modal__feedback--enviado p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--alfa-primary-dark) !important;
  cursor: pointer;
  opacity: 1;
}

.modal__feedback--enviado p:hover {
  color: #13454D;
}

/* -- Tour Virtual -- */
div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 15px solid var(--alfa-primary-accent-variant) !important;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

div.hopscotch-bubble {
  background: var(--alfa-primary-accent-variant);
  border: none;
  filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.14)) drop-shadow(0px 6px 30px rgba(0, 0, 0, 0.12)) drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.2));
  border-radius: 0px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -15px !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
  background: #F5F6F8;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--alfa-secondary-dark);
}

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 55px;
}

div.hopscotch-bubble h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 144%;
  color: #fff;
  margin-bottom: 8px;
}

div.hopscotch-bubble .hopscotch-content {
  font-weight: 400;
  font-size: 13px;
  line-height: 144%;
  color: #fff;
}

div.hopscotch-bubble .hopscotch-next,
div.hopscotch-bubble .hopscotch-prev {
  background: var(--alfa-primary-dark) !important;
  border-radius: 4px !important;
  border: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

div.hopscotch-bubble .hopscotch-nav-button.prev {
  background: none !important;
  color: var(--alfa-primary-dark) !important;
}

div.hopscotch-bubble .hopscotch-bubble-close {
  text-indent: 0;
  top: inherit;
  right: inherit;
  bottom: 15px;
  left: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 0 10px;
  height: 26px;
  width: auto;
  border-radius: 4px;
}

div.hopscotch-bubble .hopscotch-bubble-close:hover {
  box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
}

div.hopscotch-bubble .hopscotch-nav-button.prev {
  color: #fff !important;
}

div.hopscotch-bubble .hopscotch-nav-button.prev:hover,
div.hopscotch-bubble .hopscotch-bubble-close:hover {
  background: var(--alfa-primary-dark) !important;
}

@media (max-width: 1024px) {
  div.hopscotch-bubble {
    display: none;
  }
}


/* -- Header Não Fixo --*/
#topnav.scroll,
#topnav.scroll .navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
}

.date-status {
  display: flex;
  align-items: center;
}

.date-status-border {
  border-bottom: 1px solid #D9D9D9;
}

.date-status-title {
  font-weight: 700;
  font-size: 16px;
  color: #343A40;
  margin-right: 8px;
}

.date-status-date {
  font-weight: 400 !important;
  color: #6E768E !important;
}

.section-day-route {
  max-height: 300px !important;
}

.border-none {
  border: 0;
}

.date-status img {
  margin-right: 6px;
}

.date-status p {
  margin: 0;
  margin-right: 12px;
  color: #000;
  font-weight: 400;
  line-height: normal;
}

.card-body-wrap {
  max-height: 631px;
  overflow-y: auto;
}

.card-body-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tecnics-card-route {
  border-radius: 4px;
  padding: 8px 20px;
  background: #F1F5F7;
  display: flex;
  width: 100%;
  align-items: center;
}

.tecnics-image-route {
  margin: 0;
}

.tecnics-image-route img {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 12px;
}

.tecnics-card-route h4 {
  color: #343A40;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 200px;
  margin: 0;
}

.tecnics-card-route p {
  color: #6E768E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 200;
  margin: 0;
}

.section-route-start-info {
  position: relative;
}

.route-info {
  position: relative;
}

.section-route-start {
  margin-left: 27px;
  margin-top: 4px;
  padding: 8px 0px 16px 16px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
}

.section-route-day-start {
  padding: 0px 8px 0px 16px;
  display: flex;
  justify-content: space-between;
}

.dropdown-route {
  position: relative;
  height: 28px;
}

.section-route-start h4,
.section-route-day-start>h4 {
  color: #94A4B5;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0;
}

.section-route-start h5,
.section-route-day-start>h5 {
  color: #000;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  ;
}

.section-route-start p,
.section-route-day-start>p {
  color: var(--alfa-primary-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin: 0;
}

.section-route-stop {
  margin-left: 27px;
  margin-top: 4px;
  padding: 8px 0px 8px 16px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
}

.section-route-day-stop {
  padding: 8px 0px 8px 16px;
  display: flex;
  justify-content: space-between;
}

.route-info {
  color: var(--alfa-primary);
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.route-info li {
  margin-bottom: 8px;
}

.route-info-cod {
  color: var(--alfa-primary-dark);
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.route-info-address {
  color: #000;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.route-resume-title {
  color: #000;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.route-resume-title-description {
  color: #94A4B5;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  display: flex;
}

.route-resume-description {
  color: #000;
  font-family: Nunito;
  font-size: 20px;
  font-style: normal;
  line-height: 16px;
  display: flex;
}

.route-status-service {
  background: var(--alfa-secondary) !important;
}

.route-status-free {
  background: var(--alfa-primary-light-clean);
  background-color: #BFBFBF;
}

.route-info-address-complete {
  color: var(--alfa-primary-dark);
  margin-left: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  display: flex;
  align-items: center;
}

.route-info-outhers {
  color: #6E768E;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  height: 18px;
  display: flex;
  align-items: center;
}

.section-route-end {
  margin-left: 27px;
  margin-top: 4px;
  padding: 8px 0px 8px 16px;
  display: flex;
  justify-content: space-between;
}

.section-day-route-end {
  padding: 0px 8px 0px 16px;
  display: flex;
  justify-content: space-between;
}

.section-route-end h4,
.section-day-route-end h4 {
  color: #94A4B5;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0;
}

.section-route-end h5,
.section-day-route-end h5 {
  color: #000;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
}

.section-route-end p,
.section-day-route-end p {
  color: var(--alfa-primary-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin: 0;
}

.buttons-route {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-top: 1px solid #D9D9D9;
  justify-content: flex-end;
}

.button-route-secondary {
  padding: 10px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-right: 12px;
  border-radius: 3px;
  background: #F1F5F7;
  color: var(--alfa-primary-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border: none;
}

.button-route-primary {
  border-radius: 3px;
  background: var(--alfa-primary-dark);
  padding: 9px 20px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}

.badge-route-parts {
  color: #A06A00;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 15px;
  background: #FADDA6;
  padding: 3px 8px 3px 10px;
}

.badge-route {
  border-radius: 4px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 400;
}

.badge-route-revision {
  background: #DADFE5;
  color: #4C5667;
}

.badge-route-realized {
  background: #B4C6E0;
  color: #093E8E;
}

.badge-route-assigned {
  background: #FADDA6;
  color: #A06A00;
}

.badge-route-scheduled {
  background: #BCE7FF;
  color: #206185;
}

.badge-route-serving {
  background: #CEE0FB;
  color: #34588E;
}

.badge-route-concluded {
  background: #CCE3C2;
  color: var(--alfa-primary-dark);
}

.badge-route-canceled {
  background: #FCC2CB;
  color: #D0021B;
}

.badge-route-suspended {
  background: #CED4DA;
  color: #4C5667;
}

.badge-route-sugested {
  background: #DECEF2;
  color: #8163A6;
}

.badge-route-parts-number {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 7.5px;
  background: #F64F69;
  margin-left: 9px;
  padding: 0px 5px;
}

.route-info-user::before {
  content: '';
  display: inline-block;
  background-image: url('../images/user.svg');
  background-size: contain;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}

.route-info-map::before {
  content: '';
  display: inline-block;
  background-image: url('../images/map.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}

.route-info-date::before {
  content: '';
  display: inline-block;
  background-image: url('../images/calendar.svg');
  background-size: contain;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}

.route-info-alarm::before {
  content: '';
  display: inline-block;
  background-image: url('../images/alarm.svg');
  background-size: contain;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}

.route-info-clock::before {
  content: '';
  display: inline-block;
  background-image: url('../images/clock.svg');
  background-size: contain;
  margin-right: 16px;
  width: 14px;
  height: 14px;
}

.route-info-users::before {
  content: '';
  display: inline-block;
  background-image: url('../images/users.svg');
  background-size: contain;
  margin-right: 16px;
  width: 14px;
  height: 14px;
}

.route-info-wrench::before {
  content: '';
  display: inline-block;
  background-image: url('../images/wrench.svg');
  background-size: contain;
  margin-right: 16px;
  width: 14px;
  height: 14px;
}

.route-info-message::before {
  content: '';
  display: inline-block;
  background-image: url('../images/MessageOutlined.svg');
  background-size: contain;
  margin-right: 16px;
  width: 14px;
  height: 14px;
}

.route-info-arrow::after {
  content: '';
  display: inline-block;
  background-image: url('../images/ArrowDownFilled.svg');
  background-size: contain;
  vertical-align: bottom;
  margin-left: 4px;
  width: 18.9px;
  height: 18.9px;
}

.button-route-add-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/plus.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}

.button-route-add-comment-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/document-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}

.button-route-to_generate-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/Vector.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 1px;
  margin-right: 8px;
  width: 13.325px;
  height: 13.333px;
}

.body-route {
  display: flex;
}

.map-route {
  position: relative;
}

.route-vertical-line {
  margin-top: 27px;
  margin-bottom: 50px;
  border-left: 1px solid #ccc;
  width: 1px;
  background: #D9D9D9;
  margin-left: 8px;
}

.map-route img {
  width: 100%;
}

.map-route::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 70.83%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
}

.route-title-container {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 28px;
  width: calc(100% - 52px);
  display: flex;
  padding: 13px 16px;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: var(--Light-Info-Shades-190p, linear-gradient(0deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.90) 100%), #03A9F4);
}

.route-title-container h4 {
  color: #03A9F4;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: 0.17px;
  vertical-align: middle;
  margin: 0;
}

.route-title-container h4::before {
  vertical-align: middle;
  content: '';
  display: inline-block;
  background-image: url('../images/InfoOutlined.svg');
  background-size: contain;
  margin-right: 12px;
  width: 22px;
  height: 22px;
}

.button-full-filled {
  position: absolute;
  bottom: 50px;
  left: 24px;
  padding: 6px;
  background: #FFF;
  border: none;
  line-height: normal;
  border-radius: 4px;
}

.button-location {
  position: absolute;
  bottom: 10px;
  left: 24px;
  padding: 6px;
  background: #FFF;
  border: none;
  line-height: normal;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.button-zoom {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 64px;
  padding: 6px;
  background: #FFF;
  border: none;
  line-height: normal;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.button-zoom figure img {
  cursor: pointer;
}

.button-full-filled figure,
.button-location figure,
.button-zoom figure {
  margin: 0;
  fill: var(--alfa-primary);
}

.quilometer-total {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 1px;
  bottom: 10px;
  right: 24px;
  padding: 6px;
  background: #FFF;
  border: none;
  line-height: normal;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12), 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.quilometer-total p {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.022px;
}

.quilometer-total p strong {
  font-weight: 600;
  line-height: 18px;
}

.quilometer-total figure {
  margin: 0 0 2px;
}

.route-start-pin::before {
  position: absolute;
  content: '';
  background: #FFF url('../images/pin_yellow.svg') no-repeat center;
  width: 24px;
  height: 24px;
  padding: 6px;
  box-sizing: content-box;
  left: -62px;
  top: calc(50% - 24px);
}

.route-time {
  position: absolute;
  background-color: white;
  height: 24px;
  padding: 6px;
  box-sizing: content-box;
  left: -62px;

}

.route-time.start {
  top: calc(200% - 24px);
}

.route-time.stop {
  top: calc(90% - 24px);
}

.route-time.wrench {
  top: calc(105% - 24px);
}

.route-time.stop-icon {
  top: calc(95% - 24px);
}

.route-day-start-pin::before {
  position: absolute;
  content: '';
  background: #FFF url('../images/pin_yellow.svg') no-repeat center;
  width: 24px;
  height: 24px;
  padding-bottom: 7px;

  box-sizing: content-box;
  left: -28px;
  top: 5px;
}


.route-stop-pin {
  position: absolute;
  padding: 7px;
  box-sizing: content-box;
  left: -54px;
  top: calc(50% - 24px);
  text-align: center;
  background: #FFF url('../images/pin_blue.svg') no-repeat center;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}

.route-day-stop-pin {
  position: absolute;
  padding: 7px;
  box-sizing: content-box;
  left: -26px;
  top: calc(50% - 74px);
  text-align: center;
  background: #FFF url('../images/pin_blue.svg') no-repeat center;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}

.route-end-pin::before {
  position: absolute;
  content: '';
  background: #FFF url('../images/pin_red.svg') no-repeat center;
  width: 24px;
  height: 24px;
  padding: 7px;
  box-sizing: content-box;
  left: -62px;
  top: calc(50% - 24px);
}

.route-day-end-pin::before {
  position: absolute;
  content: '';
  background: #FFF url('../images/pin_red.svg') no-repeat center;
  width: 24px;
  height: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  box-sizing: content-box;
  left: -28px;
  top: calc(50% - 45px);
}

.route-wrench-pin::before {
  position: absolute;
  content: '';
  background: #FFF url('../images/pin_wrench.svg') no-repeat center;
  width: 24px;
  height: 24px;
  padding: 7px;
  box-sizing: content-box;
  left: -62px;
  top: calc(50% - 24px);
}

.route-day-wrench-pin::before {
  position: absolute;
  content: '';
  background: #FFF url('../images/pin_wrench.svg') no-repeat center;
  width: 24px;
  height: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  box-sizing: content-box;
  left: -28px;
  top: calc(50% - 69px);
}

.vertical-center {
  display: flex !important;
  flex-direction: row;
  align-items: center !important;
}

.route-stop-icon-pin {
  position: absolute;
  content: '';
  background: #FFF url('../images/pin_stop.svg') no-repeat center;
  width: 24px;
  height: 24px;
  padding: 7px;
  box-sizing: content-box;
  left: -62px;
  top: calc(50% - 24px);
}

.route-day-stop-icon-pin {
  position: absolute;
  content: '';
  background: #FFF url('../images/pin_stop.svg') no-repeat center;
  width: 24px;
  height: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  box-sizing: content-box;
  left: -28px;
  top: calc(50% - 93px);
}

.modal-header-custom {
  padding-top: 20px;
}

.modal-body-custom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal-footer-custom {
  display: flex;
  justify-content: space-between;
  padding: 0px 16px 20px 16px;
}

.form-label-custom-modal {
  padding: 0;
  padding-bottom: 7px;
}

.form-input-custom-modal {
  margin-bottom: 16px;
}

.additional-questions {
  margin-top: 16px;
}

.btn-cancel-modal {
  color: var(--alfa-primary-dark) !important;
  min-width: 121px;
  border: none;
}

.btn-save-modal {
  min-width: 139px;
}

.btn-cancel-tooltip {
  color: var(--alfa-primary-dark) !important;
  min-width: 85px;
  border: none;
  padding: 6px 10px;
  color: var(--Accent-Green, var(--alfa-primary-dark));
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-add-tooltip {
  min-width: 129px;
  padding: 6px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.neutral-gray-dark {
  color: #6E768E;
}

.route-stop-wrench {
  color: #94A4B5;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 16px;
}

.others-semibold {
  font-weight: 600;
}

.tooltip::before {
  content: '';
  background: url('../images/ArrowTooltip.svg') no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  top: -8px;
  width: 12px;
  height: 8px;
  border-style: solid;
}

.tooltip {
  position: absolute;
  visibility: hidden;
  background: #FFF;
  color: #fff;
  border-radius: 4px;
  max-width: 490px;
  pointer-events: all;
  margin-top: 8px;
}

.tooltip.show {
  visibility: visible;
}

.tooltip-title {
  padding: 16px 16px 13px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.tooltip-body {
  padding: 16px;
}

.tooltip-body-divider {
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.tooltip-body-wrapper {
  max-height: 180px;
  overflow-y: auto;
}

.tooltip-body-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.close-tooltip {
  margin: 0px 0px 25px 0px;
}

.tooltip-footer {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.form-label-custom {
  padding-top: 4px;
  padding-bottom: 4px;
}

.row-filters-custom {
  margin-bottom: 20px;
}

.btn-clear-custom {
  font-size: 15px;
  line-height: normal;
  padding: 10px;
}

.btn-primary-custom {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  padding: 8px 16px;
}

.body-custom {
  padding: 20px 20px 16px 20px;
}

.nav-link-custom {
  text-align: center;
}

.nav-link-strong {
  font-weight: 700;
}

.tab-allocations {
  padding: 0px 20px;
}

.tab-allocations-card {
  padding: 16px 0px;
}

.tab-allocations-divider {
  margin: 0;
  border-top: 1px solid #E6E6E6;
}

.tab-allocations-info {
  display: flex;
  align-items: center;
}

.tecnics-image-allocations {
  margin: 0;
}

.tecnics-text-allocations {
  flex: 1;
  margin-left: 12px;
  margin-right: 12px;
}

.tecnics-image-allocations img {
  border-radius: 32px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.tecnics-text-allocations h4 {
  color: var(--alfa-primary-dark);
  font-size: 14px;
  line-height: normal;
  text-decoration-line: underline;
  margin: 0;
  margin-bottom: 6px;
}

.tecnics-text-allocations p {
  color: #000;
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.btn-route-revision {
  padding: 7px 10px;
  font-size: 12px;
}

.tab-content-custom {
  padding-top: 0px;
}

.btn-route-revision-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/route-solid.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 4px;
  width: 14px;
  height: 14px;
}

.tab-allocations-graph {
  margin-top: 8px;
  border-radius: 4px;
  background: #BFBFBF;
  height: 16px;
}

.white-tab-allocations-graph {
  margin-top: 8px;
  border-radius: 4px;
  background: #FFFFFF;
  height: 16px;
  overflow: visible !important;
}
.progress.white-tab-allocations-graph {
  overflow: visible !important;
}

.progress-bar-allocations {
  margin-left: 1px;
  margin-right: 1px;
  background-color: #F09E00;
  position: relative;
}

.progress-bar-allocations .tooltip-progress{
  min-width: 121px;
  max-width: 141px;
  background-color: #000000;
  position: absolute;
  left: -10px;
  z-index: 10000;
  top: calc(100%);
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  color: #FFF;
  padding-left: 8px;
  padding-right: 8px;
}

.progress-bar-allocations:hover .tooltip-progress {
  opacity: 1 !important;
  transform: translateY(.5rem);
}

.white-tab-allocations-graph .progress-bar-allocations:first-of-type {
  margin-left: 0 !important;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.white-tab-allocations-graph .progress-bar-allocations:last-of-type {
  margin-right: 0 !important;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}


.progress-bar-allocations.route {
  background-color: var(--alfa-primary-accent-green) !important;
  position: relative;
}

.progress-bar-allocations.stop {
  background-color: var(--alfa-primary-light-clean) !important;
  position: relative;
}

.progress-bar-allocations.idle {
  background-color: #94A4B5 !important;
  position: relative;
}



.progress-bar-allocations.divider {
  background-color: #7f7f7f !important;
  position: relative;
  width: 2.25px !important;
}

.progress-bar-allocations-closed {
  background-color: var(--alfa-primary-dark);
  position: relative;
}

.progress-text-realized {
  position: absolute;
  left: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.progress-text-pending {
  position: absolute;
  right: -42px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.route-allocations-date-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/calendar.svg');
  background-size: contain;
  margin-right: 4px;
  margin-bottom: -2px;
  width: 14px;
  height: 14px;
}

.navtab-bg li>a.nav-link-allocation-left {
  background: #FFF;
  margin: 0;
  border-radius: 4px 0px 0px 4px;
}

.navtab-bg li>a.nav-link-allocation-right {
  background: #FFF;
  margin: 0;
  border-radius: 0px 4px 4px 0px;
}

.nav-pills>li>a {
  color: #94A4B5;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.nav-pills .nav-link.active {
  background: var(--alfa-primary-btn);
}

.navtab-bg {
  border-radius: 4px;
  border: 1px solid #DADFE5;
}

.icon-chevron-right-alocations::before {
  content: '';
  display: inline-block;
  background-image: url('../images/chevron-right.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.pvd-user-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/user.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  width: 14px;
  height: 14px;
}

.pvd-calendar-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/calendar.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  width: 14px;
  height: 14px;
}

.pvd-map-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/map.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  width: 14px;
  height: 14px;
}

.pvd-group-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/group.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  width: 14px;
  height: 14px;
}

.pvd-profile-icon::before {
  content: '';
  display: inline-block;
  background-image: url('../images/person_pin.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  width: 14px;
  height: 14px;
}

.li-cod-user {
  position: relative;
  color: var(--alfa-primary-dark);
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-decoration-line: underline;
}

.route-table-link {
  position: relative;
  color: var(--alfa-primary);
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-decoration-line: underline;
}

.route-table-link-wrap {
  position: relative;
  color: var(--alfa-primary);
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-decoration-line: underline;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: break-word;
}

.li-common {
  color: #6E768E;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.li-common strong {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.li-address {
  color: var(--alfa-primary-dark);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin-left: 22px;
}

.li-group {
  color: #4C5667;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.li-pecas {
  color: #4C5667;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.badge-basic-large {
  border-radius: 4px;
  padding: 5px 8px;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.badges-distribuition {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.badge-expanded {
  width: 100% !important;
}

.badge-middle {
  width: calc(50% - 2px) !important;
}

.badge-basic-green {
  background: #CCE3C2;
  color: #10654d;
}

.badge-basic-orange {
  background: #FADDA6;
  color: #A06A00;
}

.badge-basic-blue {
  background: #BCE7FF;
  color: #206185;
}

.badge-basic-red {
  background: #FCC2CB;
  color: #D0021B;
}

.badge-basic-pink {
  background: #FCC2CB;
  color: #D0021B;
}

.badge-basic {
  border-radius: 4px;
  padding: 4px 12px;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.badge-basic-corretiva {
  background: #B4C6E0;
  color: #093E8E;
}

.badge-basic-preventiva {
  background: #FCC2F6;
  color: #A4559B;
}

.badge-basic-hours {
  border: 0px solid #EEA4AD;
  background: #FDD7DD;
  color: #D0021B;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.badge-basic-hours::before {
  content: '';
  display: inline-block;
  background-image: url('../images/clock.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 1px;
  width: 12px;
  height: 12px;
  filter: invert(90%) sepia(100%) saturate(9000%) hue-rotate(380deg) brightness(100%) contrast(100%);
}

.badge-number {
  color: #4C5667;
  font-size: 11px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: #DADFE5;
  padding: 3px 7px;
  min-width: 26px;
}

.pdv-rank {
  border-radius: 4px;
  background: #FCC2CB;
  color: #D0021B;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 8px;
}

.pdv-eq-title {
  color: #4C5667;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pdv-eq-common {
  color: #6E768E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pdv-eq-common underline {
  color: var(--alfa-primary-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.pdv-link-icon-pink::before {
  content: '';
  display: inline-block;
  background: #F64F69 url('../images/link_off.svg') no-repeat center;
  vertical-align: middle;
  box-sizing: content-box;
  margin-bottom: 3px;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  padding: 4px;
}

.pdv-link-icon-green::before {
  content: '';
  display: inline-block;
  background: var(--alfa-primary-dark) url('../images/link_off.svg') no-repeat center;
  vertical-align: middle;
  box-sizing: content-box;
  margin-bottom: 3px;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  padding: 4px;
}

.pdv-warning-icon::before {
  content: url('../images/warning.svg');
  margin-right: 3px;
}

.pvd-retorno-icon {
  content: '';
  display: inline-block;
  background: #FDEFD6 url('../images/ic_reply_all.svg') no-repeat center;
  vertical-align: middle;
  box-sizing: content-box;
  border-radius: 4px;
  border: 1px solid #FADCA3;
  width: 14px;
  height: 14px;
  padding: 3px;
}

.title-pdv-requirement {
  color: #94A4B5;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0;
}

.req-custom-spacing {
  margin-bottom: 8px;
  margin-top: 4px;
}

.label-select-pdv {
  margin: 0;
  margin-bottom: 6px;
  color: #4C5667;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  height: 20px;
}

.label-select-pdv-icon::after {
  content: '';
  display: inline-block;
  background-image: url('../images/ArrowDownFilled.svg');
  background-size: contain;
  vertical-align: bottom;
  margin-left: 4px;
  margin-bottom: -2px;
  width: 18.9px;
  height: 18.9px;
}

.options-pdv {
  color: #6E768E;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.link-ver-mais {
  color: var(--alfa-primary-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.pdv-anexo-icon {
  content: url('../images/OpeninNewFilled.svg');
  margin-right: 3px;
}

.pdv-cod-tipo {
  display: flex;
  flex-direction: column;
}

.pdv-cod-tipo span {
  color: #6E768E;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.icon-arrow-forwardios-filled {
  content: url('../images/ArrowForwardiosFilled.svg');
  margin-left: 10px;
  margin-top: 15px;
}

.icon-arrow-right-forwards-filled {
  content: url('../images/ArrowRightFilled.svg');
  margin-left: 15px;
  margin-top: 10px;
}

.badge-status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 3px 8px 4px 8px;
  text-align: center;
  font-size: 11px;
  line-height: normal;
}

.badge-status-em-dia {
  color: var(--alfa-primary-dark);
  background: #CCE3C2;
}

.badge-status-vencido {
  color: #D0021B;
  background: #FCC2CB;
}

.tecnics-image-integration {
  margin: 0;
}

.tecnics-image-integration img {
  border-radius: 24px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

td.tab-colapsed-integrations-td {
  padding: 0;
}

th.tab-colapsed-integrations-th {
  color: #94A4B5;
  font-size: 11px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 0px 8px 8px 8px;
  border-bottom: none !important;
  border-top: none !important;
  background-color: #FFF !important;
}

td.tab-colapsed-integrations-tdtd {
  padding: 8px 8px 0px 8px;
  background-color: #FFF !important;
}

.modal-body-tab-custom {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tecnics-imgs {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.tecnics-image {
  margin: 0;
}

.tecnics-image img {
  border-radius: 24px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.tecnics-imgs h4 {
  color: #6E768E;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-left: 6px;
}

.select-tecnic-custom {
  margin-top: 8px;
}

table.dt-responsive.table-striped.nowrap.empty-basic-datatable-second.table-custom-modals.dataTable.no-footer.dtr-inline {
  margin: 0 !important;
}

#tabela-os thead tr th {
  color: #4C5667 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  border-top: none !important;
  border-bottom: none !important;
}

th.custom-th-modal.sorting_asc,
th.custom-th-modal.sorting {
  border-top: none !important;
}

.button-container {}

.col1-container {
  margin-right: 16px;
}

.col2-container {
  margin-right: 16px;
}

@media (max-width: 1350px) {
  .button-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .col1-container {}

  .col2-container {
    margin-bottom: 4px;
  }

  .col3-container {
    margin-bottom: 4px;
  }
}

.integrations-title {
  margin: 0 0 24px 0;
  color: #4C5667;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-strong {
  font-weight: 700 !important;
}

.custom-colum-tab-location h4 {
  margin: 0;
  color: var(--alfa-primary-btn);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}

.custom-colum-tab-location p {
  margin: 0;
  color: #6E768E;
  font-size: 12px;
  font-weight: 400;
}

.custom-colum-tab-type p {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
}

.custom-colum-tab-description p {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
}

.custom-colum-tab-description strong {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.custom-colum-tab-description span {
  color: var(--alfa-primary-btn);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  cursor: pointer;
}

.custom-colum-tab-last-action p {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
}

.custom-colum-tab-last-action a {
  color: var(--alfa-primary-btn);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  cursor: pointer;
  padding: 0;
}

.custom-colum-tab-actions {
  position: relative;
}

.custom-input-modal {
  margin: 0 !important;
}

.custom-label-modal {
  margin: 0 !important;
  margin-bottom: 7px !important;
}

.modal-item-custom {
  margin-bottom: 16px;
}

.modal-confirmacao-title {
  margin: 0;
  margin-bottom: 45px;
  color: #343A40;
  font-size: 18px;
  font-weight: 400;
}

.modal-body-custom-confirm {
  padding: 20px 20px 12px 20px;
}

.modal-botons-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #DADFE5;
  ;
}

.btn-outline {
  border: 1px solid var(--alfa-primary-btn);
}

.btn-large {
  padding-left: 52px;
  padding-right: 52px;
}

.right-bar-custom {
  width: 442px;
  right: -442px;
}

.right-bar-title-custom {
  background-color: transparent !important;
  border-bottom: 1px solid #CED4DA;
}

.right-bar-title-custom h4 {
  color: #343A40 !important;
  font-size: 14px;
  font-weight: 400;
}

.right-bar-toggle-custom {
  background-color: transparent !important;
  color: #343A40 !important;
  font-size: large !important;
  background-color: #414b5b;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: -4px;
}

.rightbar-content-custom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}

.rightbar-content-card-custom {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  border-radius: 3px;
  border: 1px solid #DADFE5;
  background: #F1F5F7;
}

.tec-content-card-custom {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 3px;
  border: 1px solid #DADFE5;
  background: #F1F5F7;
  margin-bottom: 20px;
}

.card-custom-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.card-custom-item h1 {
  margin: 0;
  color: #94A4B5;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.card-custom-item span {
  margin: 0;
  color: var(--alfa-primary-btn);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.card-custom-item p {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
}

.card-custom-item p strong {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-custom-item p a {
  color: var(--alfa-primary-btn);
  text-decoration-line: underline;
}

.rightbar-content-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  border-radius: 3px;
  position: relative;
}

.card-wrap-line {
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px solid #CED4DA;
  left: 24px;
  z-index: -1;
}

.card-wrap-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.card-wrap-item-img {
  margin-left: 8px;
  min-width: 32px;
  height: 32px;
}

.card-wrap-item-img img {
  width: 100%;
  height: 100%;
}

.card-wrap-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.card-wrap-item-info-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.card-wrap-item-info-header h1 {
  margin: 0;
  color: #4C5667;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-wrap-item-info-header p {
  margin: 0;
  color: #6E768E;
  font-size: 14px;
  font-weight: 400;
}

.card-wrap-item-info-body p {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
}

.card-wrap-item-info-body p a {
  color: var(--alfa-primary-btn);
  text-decoration-line: underline;
}

#datatable-new-restrictions.dataTable.nowrap td {
  white-space: initial;
  overflow: visible;
}

#datatable-new-observations.dataTable.nowrap td {
  white-space: initial;
  overflow: visible;
}

#datatable-new-categories.dataTable.nowrap td {
  white-space: initial;
  overflow: visible;
}

.custom-colapse a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #343A40 !important;
  font-size: 24px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.48px;
}

.custom-colapse a:focus {
  color: #343A40 !important;
}

.modal-documentos-tecnico {
  display: flex;
  gap: 8px;
  padding: 9px 10px 8px 10px;
  align-items: center;
  justify-content: flex-start;
  border-radius: 3px;
  background: #DADFE5;
  border: 1px solid #CFCFCF;
}

.modal-documentos-tecnico img {
  width: 20px;
  height: unset;
}

.modal-documentos-tecnico h4 {
  margin: 0;
  color: #343A40;
  font-size: 14px;
  font-weight: 400;
}

.custom-dropzone-content {
  min-height: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-dropzone {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.dropzone-previews {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.custom-dropzone h3 {
  margin: 0;
  color: #6E768E;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.custom-dropzone span {
  margin-top: 8px;
  color: #94A4B5;
  font-size: 14px;
  font-weight: 400;
}

.btn-upload-custom {
  padding: 10px 16px;
  border-radius: 3px;
  border: none;
  background: var(--alfa-primary-light-variant-3);
  color: var(--alfa-primary-btn);
  font-size: 14px;
  font-weight: 400;
}

.custom-dropzone-anexos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 12px 16px;
  border-radius: 3px;
  background: #F1F5F7;
  cursor: pointer;
}

.custom-dropzone-anexos-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: flex-start;
}

.custom-dropzone-anexos-wrapper h1 {
  margin: 0;
  color: #6E768E;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.custom-dropzone-anexos-wrapper h4 {
  margin: 0;
  color: #94A4B5;
  font-size: 14px;
  font-weight: 400;
}

.document-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}

.document-card-wrapper h1 {
  margin: 0;
  color: var(--alfa-primary);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  margin-bottom: 8px;
}

.document-card-wrapper h4 {
  margin: 0;
  color: #6E768E;
  font-size: 12px;
  font-weight: 400;
}

.document-card-divider {
  width: 1px;
  height: 14px;
  background: #DADFE5;
}

.documents-card-list li {
  padding: 8px 0 8px 0;
}

.documents-card-list li:not(:last-child) {
  border-bottom: 1px solid #CED4DA;
}

.documents-card-container {
  max-height: 276px;
}

#tr-integracao td {
  white-space: nowrap !important;
}

.tr-integracao>td {
  max-width: 232px !important;
}

.tr-integracao>td>p {
  font-size: 14px;
}

.tr-integracao>td>span {
  font-size: 12px;
}

tr>.integracao>p {
  color: #4C5667;
  margin-bottom: 0;
}

tr>.local-de-uso>p {
  margin-bottom: 0;
}

.col-flex-custom {
  flex: 1;
  min-width: 20%;
}

.col-md-18 {
  flex: 0 0 18%;
  max-width: 18%;
}

@media screen and (max-width: 900px) {
  .col-md-18 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.integrations-actions-switch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.integrations-actions-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .integrations-actions-switch {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px
  }

  .integrations-actions-buttons {
    margin-top: 16px;
    justify-content: space-between;
  }
}

.integrations-summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.integrations-summary p {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.integrations-summary p strong {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.integrations-summary-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.integrations-summary-tag {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
}

.integrations-summary-tag span {
  display: flex;
  padding: 2px 6px;
  align-items: flex-start;
  gap: 10px;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 32px;
}

.integrations-summary-tag h4 {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.integrations-tag-variant-1 {
  color: #A04300 !important;
  background: #FAC9A6;
}

.integrations-tag-variant-2 {
  color: #4C5667 !important;
  background: #DADFE5;
}

.integrations-tag-variant-3 {
  color: #144693 !important;
  background: #B4C6E0;
}

.integrations-tag-variant-4 {
  color: #8163A6 !important;
  background: #DECEF2;
}

.integrations-tag-variant-5 {
  color: #10654D !important;
  background: #CCE3C2;
}

.integrations-tag-variant-6 {
  color: #A06A00 !important;
  background: #FADDA6;
}

.integrations-tag-variant-7 {
  color: #A4559B !important;
  background: #FCC2F6;
}

.integrations-tag-variant-8 {
  color: #D0021B !important;
  background: #F694A2;
}

#datatable-integrate-technician.dataTable.nowrap td {
  white-space: initial;
  overflow: visible;
}

.integrations-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  width: max-content;
}

.warning-icon-tag {
  width: 14px;
  height: 12px;
  background: url('../images/warning.svg') no-repeat center;
  background-size: cover;
  margin: 0;
}

.custom-colum-tab-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-colum-tab-main h1 {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}

.custom-colum-tab-main p {
  margin: 0;
  color: #6E768E;
  font-size: 12px;
  font-weight: 400;
}

.custom-colum-tab-main span {
  margin: 0;
  color: var(--alfa-primary-btn);
  font-size: 12px;
  font-weight: 400;
}

.custom-colum-tab-description-small h1 {
  margin: 0;
  color: #4C5667;
  font-size: 12px;
  font-weight: 400;
}

.custom-colum-tab-technician {
  display: flex;
}

.custom-colum-tab-technician img {
  width: 32px;
  height: auto;
}

.custom-colum-tab-technician a {
  color: var(--alfa-primary-btn);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}

.custom-colum-tab-technician p {
  margin: 0;
  color: #6E768E;
  font-size: 12px;
  font-weight: 400;
}

.custom-colum-tab-technician-with-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.custom-colum-tab-status {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.custom-colum-tab-status a {
  color: var(--alfa-primary-btn);
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
}

.card-custom-item-technician-with-image {
  display: flex;
  gap: 8px;
}

.card-custom-item-technician-with-image img {
  width: 32px;
  height: 32px;
}

.card-custom-item-technician-with-image a {
  color: var(--alfa-primary-btn);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}

.card-custom-item-technician-with-image a {
  color: var(--alfa-primary-btn);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  margin-bottom: 4px;
}

.card-custom-item-technician-with-image span {
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 8px;
  border-radius: 4px;
  text-decoration: none;
}

.custom-alerts-modal {
  margin-top: 7px;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: start;
}

.custom-alerts-modal i {
  font-size: 16px;
}

.custom-alerts-modal p {
  margin: 0;
  color: #6E768E;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.alert-need-aprovation {
  color: var(--alfa-primary-btn);
}

.alert-urgent {
  color: #D0021B;
}

.custom-integrations-additional-orientation {
  margin-top: 12px;
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 3px;
  background: #F1F5F7;
}

.tec-integrations-orientation {
  margin-top: 12px;
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  background: #F1F5F7;
  border: 1px solid var(--Neutral-Gray-Medium-Light, #DADFE5);
}


.custom-integrations-additional-orientation h2,
.tec-integrations-orientation h2 {
  margin: 0;
  color: #94A4B5;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.custom-integrations-additional-orientation span {
  margin: 0;
  color: #343A40;
  font-size: 14px;
  font-weight: 400;
}

.modal-item-custom h1 {
  margin: 0;
  margin-bottom: 16px;
  color: #343A40;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#datatable-documents-modal.dataTable.nowrap td {
  white-space: initial;
  overflow: visible;
}

.custom-colum-tab-document-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.custom-colum-tab-document-wrapper p {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
}

.custom-control-label-document {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
}

.custom-colum-tab-date-document {
  display: flex;
  flex-direction: column;
}

.custom-colum-tab-date-document p {
  margin: 0;
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
}

.custom-colum-tab-date-document a {
  color: var(--alfa-primary-btn);
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
}

.custom-colum-tab-date-document-expired {
  color: #D0021B !important;
}

.custom-label-modal-obs {
  color: #94A4B5;
  font-size: 14px;
  font-weight: 400;
}

.custom-control-label-modal-integrations {
  color: #4C5667;
  font-size: 14px;
  font-weight: 400;
}

.custom-radio-modal-integrations {
  display: flex;
  align-items: center;
}

.custom-colum-tab-actions-link {
  color: var(--alfa-primary-btn);
}

#datatable-documents-modal tbody tr td {
  padding: 10px 12px;
}

#datatable-documents-modal thead tr th {
  /* padding: 10px 12px; */
  color: #6E768E;
  font-size: 14px;
  font-weight: 700;
}

.hidden {
  display: none;
}

.custom-content {
  border-radius: 4px;
  background: #F1F5F7;
  padding: 16px;
}

.custom-content h1 {
  margin: 0;
  margin-bottom: 16px;
  color: #343A40;
  font-size: 16px;
  font-weight: 400;
}

.custom-dropzone-anexos-title {
  margin: 0 !important;
  color: #6E768E !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
}

.custom-dropzone-anexos-icon {
  display: inline-flex;
  height: 50px;
  padding: 0px 12px 0px 13px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 2px;
  background: #DADFE5;
  color: var(--alfa-primary-btn);
  font-size: 12px;
  font-weight: 400;
}

.custom-dropzone-anexos-detail {
  border-radius: 4px;
  border: 1px solid #DADFE5;
  background: #FFF;
}

.image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.image-wrapper {
  margin-right: -10px;
  position: relative;
  transition: transform 0.5s ease, z-index 0.5s ease;
}

.image-wrapper img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
}

.image-wrapper:hover {
  transform: scale(1.05);
  z-index: 1;
}

.inactive {
  filter: grayscale(1)
}

.more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: var(--alfa-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

#datatable-integration-usage-location.dataTable.nowrap td {
  white-space: initial;
  overflow: visible;
}

.profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
}

.profile-detail {
  margin-left: 8px;
}

.profile-detail>a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
}

.profile-detail>p {
  color: var(--Neutral-Gray-Dark, #6E768E);
  font-size: 12px;
  font-weight: 400;
}

.colapse-content-tec-integration>p {
  color: var(--Neutral-Gray-X-Dark, #4C5667);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.colapse-content-tec-integration>span {
  color: var(--Neutral-Gray-Medium-Dark, #94A4B5);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.ql-toolbar.ql-snow {
  width: 100% !important;
}

#datatable-new-integrations-requirements.dataTable.nowrap td {
  white-space: initial;
  overflow: visible;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #343A40 !important;
}

.img-avatar-select {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 20px;
}

.img-avatar-dropdown {
  margin-right: 12px;
  margin-left: 8px;
}

.select2-selected-custom {
  color: #343A40;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.select2-item-custom {
  color: #3F3E3E;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

.select2-subitem-custom {
  color: #6E768E;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.select2-search__field {
  background-image: url('../images/lupa-icon.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 10px center;
  padding-right: 30px;
}

.treinamentos-duvidas {
  width: 100%;
  min-height: 238px;
  background-image:
    linear-gradient(264deg, rgba(0, 0, 0, 0.08) 37.12%, rgba(0, 0, 0, 0.64) 100%),
    url('../images/background-treinamentos.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 64px 48px;
}

.treinamentos-duvidas h1 {
  margin: 0;
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 472px;
}

.treinamentos-duvidas p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  max-width: 472px;
}

.card-topics {
  min-height: 288px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 20px;
}

.card-topics h2 {
  color: #313B4D;
  font-family: "Work Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 42px;
  margin: 0 0 32px 0;
}

.card-topics .topics-items {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 76px;
}

.card-topics .topics-items h2 {
  color: #313B4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card-topics .topics-items span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-topics .topics-items span svg {
  fill: var(--alfa-primary);
}

.card-topics .topics-items span p {
  color: #494E56;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.card-video-tutorials {
  border-radius: 6px;
  border: 1px solid rgba(73, 78, 86, 0.18);
  width: 100%;
  background: #FFFFFF;
  position: relative;
  height: auto;
  cursor: pointer;
}

.card-video-tutorials::before {
  content: "";
  display: block;
  border-radius: 6px;
  padding-top: 56.25%;
  /* 16:9 ratio (9/16 = 0.5625 => 56.25%) */
}

.card-video-tutorials img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  /* Mantém a proporção da imagem e preenche o container */
}

.card-video-tutorials h1 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%;
  /* 27.2px */
  background-color: var(--alfa-primary-dark-2);
  padding: 4px 8px;
  max-width: 225px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.card-video-tutorials span {
  display: inline-flex;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: #000;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.video-tutorials h2 {
  color: #3A4049;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  /* 21.76px */
  letter-spacing: -0.32px;
  margin: 16px 0 4px 0;
}

.video-tutorials h3 {
  color: #3A4049;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  /* 19.04px */
  opacity: 0.72;
  margin: 0 0 40px 0;
}

.session-duvidas {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--alfa-primary);
}

.container-duvidas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 48px 24px 24px 24px;
  width: 100%;
  max-width: 852px;
}

.container-duvidas h1 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.title-duvidas-accordion {
  color: #313B4D !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 136%;
  /* 21.76px */
}

.card-header-duvidas {
  background: #FFF;
  border-bottom: none !important;
  padding: 20px;
}

.card-body-duvidas {
  color: #313B4D;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  /* 21.6px */
  opacity: 0.8;
  padding: 0 20px 20px 20px;
}

.card-body-duvidas strong {
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
}

.card-body-duvidas a {
  color: var(--alfa-primary-btn);
  text-decoration-line: underline;
}

.card-duvidas {
  border-radius: 3px !important;
  background: #FFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05) !important;
}

.toggle-icon-duvidas {
  color: var(--alfa-primary-btn) !important;
  font-size: 24px;
}

.toggle-icon-duvidas:hover {
  color: var(--alfa-primary-dark-variant) !important;
}

.card-detail-video {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-start;
  gap: 32px;
  height: auto;
  flex-shrink: 0;
  padding: 24px;
}

.detail-video {
  flex-grow: 3;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.video-js {
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.description-video {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 340px;
}

.general-description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.description-video h1 {
  color: #31363D;
  font-size: 24px;
  font-weight: 400;
  line-height: 136%;
  /* 32.64px */
  letter-spacing: -0.48px;
  margin: 0;
}

.description-video p {
  color: #4C5667;
  font-size: 15px;
  font-weight: 400;
  line-height: 152%;
  /* 22.8px */
  margin: 0;
}

.description-video p strong {
  font-style: normal;
  font-weight: 700;
}

.description-video-tags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.description-video-tags h4 {
  color: #979797;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 152%;
  /* 22.8px */
  margin: 0;
}

.description-video-tags .tags-video {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 4px;
  flex-wrap: wrap;
}

.tags-video span {
  display: flex;
  padding: 2px 9px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 40px;
  background: var(--alfa-primary-clean-variant);
  color: var(--alfa-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 152%;
  /* 21.28px */
}

.card-more-videos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
}

.card-more-videos h1 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.video-tutorial-time {
  margin-bottom: 0 !important;
}

.multiselect-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  min-height: 38px;
  cursor: pointer;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.multiselect-tag {
  display: flex;
  align-items: center;
  background-color: var(--alfa-primary);
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}

.multiselect-tag .remove {
  cursor: pointer;
  font-weight: bold;
  margin-right: 8px;
  transition: 0.2s;
}

.multiselect-tag .remove:hover {
  color: #D0021B;
}

.custom-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  top: 100%;
  left: 0;
}

.custom-dropdown .dropdown-item {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.custom-dropdown .dropdown-item:hover {
  background: var(--alfa-primary);
  color: white;
}

.technician-schedule-status {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.technician-schedule-status.route {
  background-color: var(--alfa-primary-accent-green);
}

.technician-schedule-status.service {
  background-color: var(--alfa-secondary);
}

.technician-schedule-status.stop {
  background-color: var(--alfa-primary-light-clean);
}

.technician-schedule-status.pause {
  background-color: #94A4B5;
}



.custom-select-container {
  width: 100%;
  position: relative;
}

.select-custom-filter-container {
  width: 100%;
  position: relative;
}

.select-custom-filter-container .filtered-text {
  color: var(--alfa-primary);
  font-family: "Work Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: none;
}

.select-custom-filter-button {
  border: 1px solid #dee2e6;
  padding: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #343A40;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.select-custom-filter-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.select-custom-filter-orange::before {
  background-color: var(--alfa-secondary);
}

.select-custom-filter-green-dark::before {
  background-color: var(--alfa-primary-accent-dark-green);
}

.select-custom-filter-blue::before {
  background-color: var(--alfa-primary-dark);
}

.select-custom-filter-green::before {
  background-color: var(--alfa-primary-accent-green);
}

.select-custom-filter-options {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 8px;
  overflow: hidden;
  display: none;
  flex-direction: column;
  background: white;
  position: relative;
  width: 100%;
  z-index: 1000;
}

.select-custom-filter-option {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #DADFE5;
  border-radius: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  cursor: pointer;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  color: #343A40;
}

.select-custom-filter-option input[type="checkbox"] {
  accent-color: #007B9F;
}

.select-custom-filter-button input[type="checkbox"] {
  accent-color: #007B9F;
}

.select-custom-filter-button.active {
  border-bottom: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.select-custom-filter-option.active {
  color: var(--alfa-primary);
  background: #E1F2F6 !important;
}

.select-custom-filter-option:hover {
  background-color: #f8f9fa;
}

.select-custom-filter-rotate {
  transform: rotate(180deg);
}

.integrations-status-danger {
  border-radius: 4px;
  background: #FCC2CB;
  color: #D0021B;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 8px;
}

.integrations-status-warning {
  border-radius: 4px;
  background: #f5d69e;
  color: #b97700;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 8px;
}

.integrations-status-success {
  border-radius: 4px;
  background: #CCE3C2;
  color: #10654D;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 8px;
}

.integrations-status-not-found {
  border-radius: 4px;
  background: hsl(25deg 89.36% 81.57%);
  color: hsl(24.68deg 62.67% 44.12%);
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 8px;
}

.general-detail-item {
  min-height: 56px;
  padding: 16px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  cursor: pointer;
}

.integrations-th {
  font-weight: normal !important;
  font-size: 10px !important;
  color: #94a4b5 !important;
}

.menu-card {
  border-radius: 3px;
  background: var(--Neutral-White, #FFF);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.menu-card-content {
  width: 100%;
}

.menu-card-content .item-buttom {
  padding: 0px;
  background-color: transparent;
  border: none;
}

.menu-card-content .item-buttom h5 {
  font-weight: bold;
}

.menu-card-content .item-buttom.active h5 {
  color: var(--alfa-primary) !important;
}

.menu-card-content .item-buttom.active svg {
  fill: var(--alfa-primary) !important;
}

.menu-card-content .collapse .active {
  color: var(--alfa-primary) !important;
}

.menu-card-content svg {
  fill: #4C5667
}

.item-buttom svg.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.item-buttom svg {
  transition: transform 0.3s ease;
}

@media screen and (max-width: 900px) {
  .card-detail-video {
    flex-direction: column;
  }

  .detail-video,
  .description-video {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .video-tutorial-time {
    margin-bottom: 40px !important;
  }
}


/*  */
.custom-switch.custom-switch-sm .custom-control-label {
  padding-top: .3125rem;
  padding-left: 1.2rem;
  font-size: 15px;
  padding-bottom: .3125rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
  width: calc(2rem + 0.75rem);
  height: 1.3rem;
  border-radius: 3rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1.3rem - 4px);
  height: calc(1.3rem - 4px);
  border-radius: calc(2rem - 0.75rem);
}

.custom-switch.custom-switch-sm .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(calc(1.689rem - 0.25rem));
}

/*  */

.custom-switch.custom-switch-md .custom-control-label {
  padding-top: .3125rem;
  padding-left: 1.2rem;
  font-size: 15px;
  padding-bottom: .3125rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
  width: calc(2rem + 0.75rem);
  height: 1.5rem;
  border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  border-radius: calc(2rem - 0.75rem);
}

.custom-switch.custom-switch-md .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
}

.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  width: calc(3rem + 0.75rem);
  height: 2rem;
  border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - 1rem);
}

.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(calc(2rem - 0.25rem));
}

.link-salvar-filtros {
  color: var(--alfa-primary);
  text-align: center;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.link-gestao-rotas {
  color: var(--alfa-primary);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.custom-tabs .nav-link {
  border: 1px solid #dee2e6;
  border-radius: 0;
  color: #6c757d;
  background-color: #fff;
}

.custom-tabs .nav-link.active {
  background-color: var(--alfa-primary-btn);
  color: #fff;
  border-color: #17a2b8;
}

.custom-tabs {
  border-radius: .25rem;
  overflow: hidden;
}

.custom-tabs .nav-link:not(:last-child) {
  border-right: none;
}

.clickable {
  cursor: pointer;
}

.route-black-text {
  color: #000;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.badge-pecas-a-retirar {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 12px;
  border-radius: 14px;
  background-color: #FADDA6;
  color: #A06A00;
  margin-left: 1rem;
}

.accordeon-icon {
  display: inline-block;
  color: #757575;
  position: relative;
  /* necessário para o transform funcionar */
  transition: transform 0.3s ease;
}

#tabela-requisitos thead .sorting:before,
#tabela-requisitos thead .sorting:after,
#tabela-requisitos thead .sorting_asc:before,
#tabela-requisitos thead .sorting_asc:after,
#tabela-requisitos thead .sorting_desc:before,
#tabela-requisitos thead .sorting_desc:after {
  display: none !important;
}

#tabela-restricoes .integrations-th {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700 !important;
  color: #4C5667 !important;
}

#tabela-restricoes .descricao {
  color: #4C5667;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

#tabela-restricoes .link {
  color: var(--alfa-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.bs-tooltip-bottom {
  background-color: transparent !important;
}

.bs-tooltip-bottom::before {
  display: none !important;
}


.table-route-description {
  white-space: nowrap;
  table-layout: auto;
  width: auto;

}

.table-route-description th {
  padding-top: 0px !important;
  padding-bottom: 2px !important;
  padding: .5rem;
  border: none !important;
  color: #94A4B5;
  font-feature-settings: 'liga' off, 'clig' off;

  font-family: "Work Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.table-route-description th:first-of-type {
  padding-left: 0 !important;
}

.table-route-description th:last-of-type {
  padding-right: 0 !important;
}

.table-route-description td:first-of-type {
  padding-left: 0 !important;
}

.table-route-description td:last-of-type {
  padding-right: 0 !important;
}

.table-route-description td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding: .5rem;
  border: none !important;
}

.table-route-description tr {
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
}

.table-route-description tbody {
  border: none !important;
  color: var(--alfa-primary, #009AC7);
  font-feature-settings: 'liga' off, 'clig' off;

  /* Table/Link-Md */
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.table-route-description th,
.table-route-description td {
  white-space: nowrap;
  padding: .5rem;
  border: none !important;
} 

.text-start{
  text-align: start !important;
}

.warning-alarm{
  width: 20px;
  height: 20px;
  margin-left: .5rem !important;
  background: url("../images/alarm-warning.svg") center center no-repeat;
}

.check-success{
  width: 20px;
  height: 20px;
  margin-left: .5rem !important;
  background: url("../images/check-success.svg") center center no-repeat;
}

.stop-danger{
  width: 20px;
  margin-left: .5rem !important;
  height: 20px;
}