/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
}

body {
  font-family: "Poppins", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;

  min-height: 100svh;
  height: 100svh;
  max-height: 100svh !important;
  width: 100%;
  max-width: 100vw;
  padding-top: 65px;
  overflow: hidden;
  background: #f1f2f7;
  font-size: 1rem;

  &:has(> header) {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "header header"
      "side-bar main";
    position: relative;
  }

  &.modal-open {
    overflow: scroll;
  }
}

.numero {
  font-family: sans-serif;
}

button#abrirChamado,
button#meusDados {
  border: none;
  background-color: white;
}

.isDisabled {
  pointer-events: none;
  color: currentColor;
  text-decoration: none;
}

.notAllowed {
  cursor: not-allowed !important;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.bold {
  font-weight: bold !important;
}

menu {
  list-style-type: none;
}

td {
  font-size: 0.75rem !important;
}

input:not(button):not([type="search"]):not([type="email"]):not(
    [type="password"]
  ):not(.mce-textbox) {
  text-transform: uppercase;
}

label {
  font-family: "Poppins", "Open Sans", sans-serif;
  margin: 0 !important;
}

.bg-flat-color-1 {
  background: #20a8d8;
}

.bg-flat-color-2 {
  background: #63c2de;
}

.bg-flat-color-3 {
  background: #ffc107;
}

.bg-flat-color-4 {
  background: #f86c6b;
}

.bg-flat-color-5 {
  background: #4dbd74;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div[class*="col-"] {
  float: left;
}

p {
  font-size: 1rem;
  font-weight: 400;
  /* line-height: 24px; */
  padding: 0 !important;
  margin: 0 !important;
}

p:focus {
  border: none;
  outline: 0;
}

a,
button {
  text-decoration: none;
  outline: none !important;
  color: #878787;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:active,
a.active,
button:active,
button.active {
  background: none !important;
  border: none !important;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h2 {
  font-size: 1.3rem;
}

ul,
ol {
  padding-left: 0;
}

.btn:focus,
button:focus {
  box-shadow: none !important;
  outline: 0;
}

img {
  max-width: 100%;
}

/* Global Styles */
/* Main Styles */
.basix-container {
  min-height: 100vh;
  position: relative;
  width: 100%;
}

aside.left-panel {
  background: #272c33;
  float: left;
  height: 100vh;
  min-height: 100%;
  padding: 0 25px;
  vertical-align: top;
  width: 220px;
  transition: width 0.3s ease;
  position: fixed;
}

.navbar {
  background: #272c33;
  border-radius: 0;
  border: none;
  display: block;
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
}

.navbar .navbar-header {
  float: none;
  text-align: center;
  width: 100%;
}

.navbar .navbar-brand {
  border-bottom: 1px solid #4e4e52;
  color: #f1f2f7 !important;
  font-family: "Open Sans";
  font-size: 1.375rem;
  float: none;
  line-height: 50px;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  display: block;
  min-height: 69px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.navbar .navbar-brand span {
  font-weight: 600;
}

.navbar .navbar-brand img {
  max-width: 160px;
}

.navbar .navbar-brand.hidden {
  display: none;
}

.navbar .menu-title {
  border-bottom: 1px solid #4e4e52;
  color: #9496a1;
  clear: both;
  display: block;
  font-family: "Open Sans";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 0 0 0;
  text-transform: uppercase;
  width: 100%;
}

.navbar .navbar-nav {
  float: none;
  position: relative;
}

.navbar .navbar-nav li {
  width: 100%;
}

.navbar .navbar-nav li.active .menu-icon,
.navbar .navbar-nav li:hover .toggle_nav_button:before,
.navbar .navbar-nav li .toggle_nav_button.nav-open:before {
  color: #fff !important;
}

.navbar .navbar-nav li > a {
  background: none !important;
  color: #c8c9ce !important;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 0.75rem;
  line-height: 30px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.navbar .navbar-nav li > a:hover,
.navbar .navbar-nav li > a:hover .menu-icon {
  color: #fff !important;
}

.navbar .navbar-nav li > a .menu-icon {
  color: #8b939b;
  float: left;
  margin-top: 8px;
  width: 20px;
  text-align: left;
  z-index: 9;
}

.navbar .navbar-nav li > a .menu-title-text {
  font-size: 0.875rem;
}

.navbar .navbar-nav li > a .badge {
  border-radius: 0;
  font-family: "Open Sans";
  font-weight: 600;
  float: right;
  margin: 6px 0 0 0;
  padding: 0.4em 0.5em;
}

.navbar .navbar-nav li.menu-item-has-children {
  position: relative;
}

.navbar .navbar-nav li.menu-item-has-children a {
  line-height: 30px;
}

.navbar .navbar-nav li.menu-item-has-children a:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-weight: 900;
  color: #c8c9ce;
  font-size: 0.75rem;
  position: absolute;
  top: 0px;
  right: 0;
  text-align: right;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navbar .navbar-nav li.menu-item-has-children a:hover:before {
  color: #fff;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu {
  background: #272c33;
  border: none;
  box-shadow: none;
  overflow-y: hidden;
  padding: 0 0 0 17.5px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu li {
  position: relative;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu i {
  color: #c8c9ce;
  float: left;
  padding: 0;
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  top: 1px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a {
  padding: 1px 0 0 20px;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a:before {
  content: "";
  display: none;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu a .menu-icon {
  top: 1px;
  text-align: left;
  width: 25px;
}

.navbar .navbar-nav li.menu-item-has-children.show a:before {
  content: "\f107";
}

.navbar .navbar-nav li.menu-item-has-children.show .sub-menu {
  max-height: 1000px;
  opacity: 1;
  position: static !important;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #d7d9e3 !important;
}

.navbar-nav li span.count {
  background: #a9d86e;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 0.5625rem;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: center;
}

body.open .navbar .navbar-brand.hidden {
  display: block;
}

.open aside.left-panel {
  max-width: 70px;
  width: 70px;
}

.open aside.left-panel .navbar .navbar-brand {
  display: none;
}

.open aside.left-panel .navbar .navbar-brand.hidden {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.open aside.left-panel .navbar .navbar-brand.hidden img {
  max-width: 30px;
  margin: 0 auto;
}

.open aside.left-panel .navbar .navbar-brand.d-md-none {
  display: block !important;
  margin: 13px 0 0;
  min-height: 67px;
  padding: 0;
  text-align: center;
}

.open aside.left-panel .navbar .navbar-nav:before {
  display: none !important;
}

.open aside.left-panel .navbar .navbar-nav li {
  position: relative;
}

.open aside.left-panel .navbar .navbar-nav li a {
  font-size: 0;
  z-index: 0;
  transition: none;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-icon {
  font-size: 1.25rem;
  z-index: -1;
  width: inherit;
}

.open aside.left-panel .navbar .navbar-nav li a .menu-title-text {
  font-size: 0;
}

.open aside.left-panel .navbar .navbar-nav li a .badge {
  display: none;
}

.open aside.left-panel .navbar .navbar-nav li > a {
  max-width: 60px;
  padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children {
  overflow: hidden;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children a:before {
  content: "";
  display: none;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children ul {
  padding-left: 0;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children .sub-menu {
  display: block;
  left: inherit;
  right: -180px;
  top: 0;
}

.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a {
  display: block;
  font-size: 0.875rem;
  max-width: inherit;
  padding: 1px 15px 1px 15px;
  width: 100%;
}

.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children
  .sub-menu
  li
  a
  .menu-icon {
  text-align: center;
}

.open aside.left-panel .navbar .navbar-nav li.menu-item-has-children.show {
  overflow: visible;
}

.open
  aside.left-panel
  .navbar
  .navbar-nav
  li.menu-item-has-children.show
  .sub-menu {
  position: absolute !important;
}

.open aside.left-panel .navbar .navbar-nav li span.count {
  display: none;
  margin-right: 5px;
  z-index: 1;
}

.open aside.left-panel .navbar .navbar-nav li.active a:after {
  content: "";
  display: none;
}

.open aside.left-panel .navbar .navbar-nav .menu-title {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
}

/* Right panel */
.right-panel {
  width: 100%;
  padding-left: 0 !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
}

.right-panel header.header {
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  clear: both;
  display: inline-block;
  padding: 15px 20px 13px 20px;
  width: 100%;
}

.open .right-panel {
  margin-left: -210px;
}

header.fixed-top {
  background: #fff;
  padding: 20px;
}

.header-menu .col-sm-7 {
  position: inherit;
}

.menutoggle {
  background: #e74c3c;
  border-radius: 50%;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.125rem;
  height: 43px;
  line-height: 44px;
  margin: -2px 20px 0 -57px;
  text-align: center;
  width: 43px;
}

.open .menutoggle i:before {
  content: "\f0a4";
}

.search-trigger {
  background: transparent;
  border: none;
  color: #272c33;
  cursor: pointer;
  font-size: 1rem;
  height: 41px;
  width: 43px;
  line-height: 38px;
}

header .form-inline {
  background: #263238;
  display: none;
  height: 70px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}

header .form-inline .search-form {
  height: 100%;
  max-width: 1025px;
  margin: 0 auto;
  position: relative;
}

header .form-inline .search-form input[type="text"] {
  background: #263238;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #d3d3d3;
  font-size: 1rem;
  height: inherit;
  margin-right: 0 !important;
  padding: 10px 36px 10px 15px;
  width: 100%;
}

header .form-inline .search-form input[type="text"].active,
header .form-inline .search-form input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.125);
  outline: 0;
}

header .form-inline .search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -14px !important;
}

header .form-inline .search-form button:active,
header .form-inline .search-form button:focus,
header .form-inline .search-form button:visited,
header .form-inline .search-form .btn-outline-success:hover {
  background: transparent;
  border: none !important;
  box-shadow: none;
  outline: 0 !important;
}

header .form-inline .search-form.close {
  display: none;
}

.header-left.open .form-inline {
  display: block;
}

.header-left .dropdown {
  display: inline-block;
}

.header-left .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  color: #272c33;
  font-size: 1rem;
}

.header-left .dropdown .dropdown-toggle:after {
  display: none;
}

.header-left .dropdown .dropdown-toggle .count {
  border-radius: 50%;
  color: #fff;
  font-size: 0.75rem;
  height: 15px;
  width: 15px;
  line-height: 15px;
  right: 0;
  top: 0;
  position: absolute;
}

.header-left .dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  top: 49px !important;
}

.header-left .dropdown .dropdown-menu p {
  font-size: 0.9375rem;
  margin: 0;
  padding: 5px 15px;
}

.header-left .dropdown .dropdown-menu .dropdown-item {
  color: #272c33;
  font-size: 0.8125rem;
  padding: 10px 15px 3px;
  text-overflow: ellipsis;
}

.header-left .dropdown .dropdown-menu .dropdown-item .photo {
  float: left;
  margin-right: 15px;
  width: 25px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .name {
  margin-top: -5px;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message .time {
  font-size: 0.75rem;
}

.header-left .dropdown .dropdown-menu .dropdown-item .message p {
  clear: both;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
}

.header-left .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.dropdown-menu {
  border-radius: 0;
  transform: none !important;
}

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

.for-notification .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  text-overflow: ellipsis;
}

.for-notification .dropdown-menu .dropdown-item i {
  float: left;
  font-size: 0.875rem;
  margin: 5px 5px 0 0;
  text-align: left;
  width: 20px;
}

.for-notification .dropdown-menu .dropdown-item p {
  padding: 0 !important;
  text-overflow: ellipsis;
}

.user-area {
  float: right;
  position: relative;
  padding-right: 15px;
}
.user-area span {
  font-size: 1.5625rem;
  color: #73a3f2;
}
.header-right {
  padding-right: 10px;
  border-right: dashed 2px #ccc;
}
.user-area .user-menu {
  background: #fff;
  border: none;
  font-family: "Open Sans";
  left: inherit !important;
  right: 0;
  top: 55px !important;
  margin: 0;
  max-width: 200px;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  z-index: 999;
  min-width: 200px;
}

.user-area .user-menu .nav-link {
  color: #272c33;
  display: block;
  font-size: 0.875rem;
  line-height: 22px;
  padding: 5px 0;
}

.user-area .user-avatar {
  float: right;
  margin-top: 4px;
  width: 32px;
}

.user-area .user-info .name {
  color: #8c8c8c;
  font-size: 0.875rem;
  position: relative;
  text-transform: uppercase;
}

.user-area .count {
  background: #d9534f;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans";
  font-size: 0.5625rem;
  font-weight: 700;
  float: right;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

#menuToggle2 {
  padding-left: 25px;
}

#language-select {
  color: #f1f2f7;
  float: right;
  margin: 7px 20px 0 0;
  max-width: 80px;
}

#language-select:focus,
#language-select:visited {
  border: none;
  outline: 0;
}

#language-select .dropdown-toggle::after {
  display: none;
}

#language-select .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0;
  left: -8px !important;
  min-width: inherit;
  padding: 0 5px;
  top: 46px !important;
}

#language-select .dropdown-menu .dropdown-item {
  margin-right: 0;
  max-width: 25px;
  padding: 0;
}

#language-select .dropdown-menu .dropdown-item:hover {
  background: #fff;
}

#language-select .dropdown-menu .dropdown-item .flag-icon {
  margin-right: 0;
  width: 25px;
}

.notification-show + .dropdown-menu,
.message-show + .dropdown-menu,
.language-show + .dropdown-menu {
  display: block;
}

.selfmenu {
  width: 145px !important;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.button_right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

hr.hr-self {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.chosen-container .chosen-results {
  max-height: 100px !important;
}

/* Aditions to class colors bootstrap */
.text-purple,
.bg-purple,
.btn-purple {
  color: #8a2be2;
  background-color: #8a2be2;
}

.btn-purple:hover {
  background-color: #6d0ac8;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #65187e;
}

.text-orange,
.bg-orange {
  color: #f07c00;
  background-color: #f07c00;
}

a.text-orange:hover,
a.text-orange:focus {
  color: #65187e;
}

.btn-orange {
  color: #fff;
  background-color: #f07c00;
}

.text-brown,
.bg-brown {
  color: #902b16;
  background-color: #902b16;
}

a.text-brown:hover,
a.text-brown:focus {
  color: #6d2313;
}

.text-purple-b,
.bg-purple-b {
  color: #46156b;
  background-color: #46156b;
}

a.text-purple-b:hover,
a.text-purple-b:focus {
  color: #320a50;
}

.text-gray-light,
.bg-gray-light {
  color: #000000;
  background-color: #dcdcdc;
}

a.text-gray-light:hover,
a.text-gray-light:focus {
  color: #dcdcdc;
}

.text-red-dark,
.bg-red-dark {
  color: #851717;
  background-color: #9b0808;
}

a.text-red-dark:hover,
a.text-red-dark:focus {
  color: #af0101;
}

.text-blue-dark,
.bg-blue-dark {
  color: #1917b3;
  background-color: #291dad;
}

a.text-blue-dark:hover,
a.text-blue-dark:focus {
  color: #2a27d1;
}

.uploadField {
  margin-top: -25px !important;
}

.hr-title {
  width: 100%;
  height: 18px;
  border-bottom: 1px solid blue;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

.hr-title.warning {
  border-bottom: 1px solid #e3b515;
}

.hr-title.danger {
  border-bottom: 1px solid #a6041f !important;
}

.hr-title span {
  font-size: 1.25rem;
  background-color: #fff;
  padding: 0 10px;
}

/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 0.875rem;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}

.panel-heading {
  border-bottom: #000 1px solid !important;
}

.link-white {
  color: #fff;
}

.link-white a:hover {
  color: #ccc;
  text-decoration: underline !important;
}

form input[type="button"]:hover,
form .btn:hover,
form input[type="button"]:active,
form input[type="button"][disabled],
form input[type="text"]:hover,
form input[type="tel"]:hover,
form input[type="password"]:hover,
form input[type="email"]:hover,
form input[type="url"]:hover,
form input[type="date"]:hover,
form input[type="number"]:hover,
form textarea:hover,
form .element-file .file_text:hover,
form select:hover {
  border-color: #8dc9e5;
}

form input[type="button"]:focus,
form .btn:focus,
form input[type="button"]:active,
form input[type="button"][disabled],
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="date"]:focus,
form input[type="number"]:focus,
form textarea:focus,
form .element-file .file_text:active,
form select:focus {
  border-color: #2da5da;
}

form input[type="submit"],
form .element-file .button {
  background-color: #2da5da;
}

form input[type="checkbox"]:hover + span:before,
form input[type="radio"]:hover + span:before,
form .rating:hover .rating-star:hover:after,
form .rating:hover .rating-star:hover ~ .rating-star:after {
  color: #8dc9e5;
}

form input[type="checkbox"]:checked + span:before,
form input[type="radio"]:checked + span:before,
form .rating-input:checked ~ .rating-star:after {
  color: #2da5da;
}

/* bootstrap select */
form .btn.btn-primary,
form .dropdown-menu li.active > a,
form .dropdown-menu li.selected > a,
form .dropdown-menu li.active > a.highlighted,
form .dropdown-menu li.selected > a.highlighted,
form .dropdown-inverse li.active > a,
form .dropdown-inverse li.selected > a {
  border-color: #e5e5e5;
}

form .btn.btn-primary:hover,
form .btn-group:focus .btn.btn-primary.dropdown-toggle,
form .dropdown-menu li.active > a:hover,
form .dropdown-menu li.selected > a:hover,
form .dropdown-menu li.active > a.highlighted:hover,
form .dropdown-menu li.selected > a.highlighted:hover {
  border-color: #8dc9e5;
}

form .btn.btn-primary:active,
form .btn-group.open .btn.btn-primary.dropdown-toggle,
form .btn.btn-primary.active,
form .btn.btn-primary:focus,
form .dropdown-menu li.active > a:focus,
form .dropdown-menu li.selected > a:focus,
form .dropdown-menu li.active > a.highlighted:focus,
form .dropdown-menu li.selected > a.highlighted:focus {
  border-color: #2da5da;
}

form .dropdown-inverse {
  border: 2px solid #2da5da;
  padding-top: 4px;
}

form .dropdown-arrow {
  border-color: transparent transparent #f3f4f5;
  border-bottom-color: #2da5da;
  border-top-color: #2da5da;
}

form .dropdown-inverse li.active > a,
form .dropdown-inverse li.selected > a,
form .dropdown-inverse li > a:hover,
form .dropdown-inverse li > a:active,
form .dropdown-inverse li > a:focus {
  color: HighlightText;
  background-color: #2da5da;
}

form .dropdown-menu li > a:hover,
form .dropdown-menu li > a:active,
form .dropdown-menu li > a:focus,
form .dropdown-submenu:hover > a {
  background-image: none;
  color: HighlightText;
  background-color: #8dc9e5;
  outline: none;
}

/* datepicker */
.datepicker {
  border: 2px solid #2da5da;
}

.datepicker:before {
  border-bottom: 7px solid #2da5da;
}

.datepicker td.active,
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled],
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td span.active,
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-image: none;
  background-color: #2da5da;
}

/* form color scheme begin end */

.divScroll {
  height: 150px;
  overflow-y: scroll;
  width: 100%;
}

.dashboardScroll {
  min-height: 225px;
  overflow-y: none;
  width: 100%;
}

.dashboardnNoScroll {
  height: 180px;
  width: 100%;
}

.btn-form {
  display: inline-block;
}

.checkbox div {
  clear: both;
  overflow: hidden;
  margin-right: 7.5px;
}

.checkbox label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #d1d3d4;
  font-weight: normal;
  padding-right: 10px;
}

.checkbox input[type="radio"]:empty,
.checkbox input[type="checkbox"]:empty {
  display: none;
}

.checkbox input[type="radio"]:empty ~ label,
.checkbox input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox input[type="radio"]:empty ~ label:before,
.checkbox input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #d1d3d4;
  border-radius: 3px 0 0 3px;
}

.checkbox input[type="radio"]:hover:not(:checked) ~ label,
.checkbox input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.checkbox input[type="radio"]:hover:not(:checked) ~ label:before,
.checkbox input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #c2c2c2;
}

.checkbox input[type="radio"]:checked ~ label,
.checkbox input[type="checkbox"]:checked ~ label {
  color: #777;
}

.checkbox input[type="radio"]:checked ~ label:before,
.checkbox input[type="checkbox"]:checked ~ label:before {
  content: "\2714";
  text-indent: 0.9em;
  color: #333;
  background-color: #ccc;
}

.checkbox input[type="radio"]:focus ~ label:before,
.checkbox input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.checkbox-default input[type="radio"]:checked ~ label:before,
.checkbox-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.checkbox-primary input[type="radio"]:checked ~ label:before,
.checkbox-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.checkbox-success input[type="radio"]:checked ~ label:before,
.checkbox-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.checkbox-danger input[type="radio"]:checked ~ label:before,
.checkbox-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.checkbox-warning input[type="radio"]:checked ~ label:before,
.checkbox-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.checkbox-info input[type="radio"]:checked ~ label:before,
.checkbox-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

a > .card.border-dark:hover {
  background-color: #cce2f5 !important;
}

fieldset {
  border: 1px solid #ddd !important;
  margin: 0;
  xmin-width: 0;
  padding: 10px;
  position: relative;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding-left: 10px !important;
}

legend {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0px;
  width: 24%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  background-color: #ffffff;
}

.btn-xs {
  padding: 0.2rem 0.35rem !important;
  font-size: 0.675rem !important;
  line-height: 0.5 !important;
  border-radius: 0.2rem !important;
  margin: 0.5px !important;
}

.table-hover > tbody > tr:hover {
  background-color: #cce2f5 !important;
}

.form-control-label {
  margin-top: 15px !important;
}

select > .form-control-label {
  margin-top: 15px !important;
}

.select2-container .select2-selection--single {
  height: 37px !important;
  padding-top: 5px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.default:checked + .slider {
  background-color: #444;
}

input.primary:checked + .slider {
  background-color: #2196f3;
}

input.success:checked + .slider {
  background-color: #8bc34a;
}

input.info:checked + .slider {
  background-color: #3de0f5;
}

input.warning:checked + .slider {
  background-color: #ffc107;
}

input.danger:checked + .slider {
  background-color: #f44336;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

h1 {
  border-bottom: 2px solid #ccc !important;
  font-weight: 300 !important;
  font-size: 1.25rem !important;
  margin: 0px 0px 0px 0px;
  line-height: 120% !important;
  font-family: "Open sans", sans-serif !important;
  padding-bottom: 10px;
}

.id-col {
  width: 45px;
  max-width: 55px;
}

.pointer-link:hover {
  cursor: pointer;
}

.shadow-self {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.5), 0 12px 30px 0 rgba(0, 0, 0, 0.5);
}

.shadow-self-sm {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.5), 0 6px 15px 0 rgba(0, 0, 0, 0.5);
}

.page-item.active {
  background-color: rgba(102, 152, 203, 1) !important;
  width: 32px !important;
  padding-left: 0;
}

.dt-button-collection {
  height: auto !important;
  min-width: 350px !important;
  padding-bottom: 80px !important;
  margin-left: 0px;
}

.buttons-columnVisibility.active {
  background: url("../fontawesome-pro-5.11.1/svgs/light/check.svg") 5px 8px !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  background-color: rgba(102, 152, 203, 1) !important;
}

.buttons-columnVisibility {
  top: 10px !important;
  min-width: 150px !important;
  width: 15% !important;
  position: relative !important;
  display: inline-block !important;
  color: #fff !important;
  border-radius: 5px !important;
  padding: 8px !important;
  z-index: 998 !important;
  background: url("../fontawesome-pro-5.11.1/svgs/light/times-circle.svg") 5px
    8px !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  background-color: rgba(103, 121, 146, 1) !important;
}

.card-header.bg-warning a {
  color: #4c4a4a;
}

.select2-container .select2-selection--single {
  height: 37px !important;
  padding-top: 4px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px !important;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .fas,
.inner-addon .fa,
.inner-addon .far,
.inner-addon .fal,
.inner-addon .fad {
  position: absolute;
  padding: 35px;
  pointer-events: none;
}

/* align glyph */
.left-addon .fas,
.left-addon .fa,
.left-addon .far,
.left-addon .fal,
.left-addon .fad {
  left: -20px;
}

.right-addon .fas,
.right-addon .fa,
.right-addon .far,
.right-addon .fal,
.right-addon .fad {
  right: -20px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

.card-header-salmon {
  background-color: #f2a59b;
  color: #ffffff;
  border-bottom: 3px solid #bbb;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: "Roboto", sans-serif;
  padding: 0px 10px 0px 10px;
  margin-top: 0px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-header-blue {
  background-color: #496fdc;
  color: #ffffff;
  border-bottom: 3px solid #bbb;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: "Roboto", sans-serif;
  padding: 0px 10px 0px 10px;
  margin-top: 0px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-header-green {
  background-color: #449448;
  color: #ffffff;
  border-bottom: 3px solid #bbb;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: "Roboto", sans-serif;
  padding: 0px 10px 0px 10px;
  margin-top: 0px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-header-grey-light {
  background-color: #d2d2d2;
  color: #000;
  border-bottom: 3px solid #bbb;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-family: "Roboto", sans-serif;
  padding: 0px 10px 0px 10px;
  margin-top: 0px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.scroll-x {
  overflow-x: auto;
}

.scrollbar-x {
  margin-left: 1%;
  margin-right: 1%;
  height: auto;
  width: 98%;
  background: #fff;
  overflow-x: auto;
  margin-bottom: 25px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285f4;
}

.scrollbar-primary::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285f4;
}

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

.scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547;
}

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

.scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff8800;
}

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

.scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00c851;
}

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

.scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}

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

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2bbbad;
}

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

.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc;
}

ul > li {
  padding-left: 20px;
  list-style-position: inside;
}

.table-xs tbody td,
th {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

@media screen and (max-width: 768px) {
  .uploadField {
    margin-top: 0px !important;
  }

  #left-panel {
    display: none;
    position: relative !important;
  }
}

@media screen and (max-width: 500px) {
  .dt-button-collection {
    height: auto !important;
    min-width: 350px !important;
    padding-bottom: 80px !important;
    margin-left: -40px;
  }
}

.input-group-append .date-addon {
  position: absolute;
  margin-top: -32px;
  margin-left: 3px;
  height: 25px;
  display: flex;
  align-items: center;
}

.form-control.tableInput {
  width: 100%;
  padding: 0px !important;
  height: 25px !important;
  background-color: rgb(255, 253, 210) !important;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

.nowrap {
  white-space: nowrap !important;
}

.card_count {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 25%;
  border: 2px solid rgba(0, 0, 0, 0.3) !important;
  min-width: 25px;
  text-align: center;
  z-index: 2;
  background-color: rgba(255, 0, 0, 1) !important;
  color: #fff;
}

.clickable {
  cursor: pointer;
}

.interact-title > .list-inline > .list-inline-item > a {
  color: rgb(244, 244, 244);
  background-color: rgb(34, 11, 210);
  border: 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 20px !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  margin-top: 5px;
  position: absolute !important;
  right: -3px !important;
  top: 22.5px !important;
}

.p-0 {
  padding: 0px !important;
}

*:not(.area-tabela) > .filtro {
  min-height: 82.5px;
  padding: 5px;
  overflow: auto;
}

*:not(button, a).direita {
  height: 20%;
}

.filtro_item:not(.master) {
  height: 100%;
  min-height: 82.5px;
  padding: 7.5px 15px;
  overflow: auto;
  font-size: 0.8em;

  & h3 {
    font-size: 1.6em;
  }
}

.filtro_item {
  height: 100%;
  min-height: 82.5px;
  padding: 7.5px 15px;
  overflow: auto;
}

.filtro_item.totalizadores {
  height: 100%;
  min-height: 80px;
  padding: 7.5px 15px;
  overflow: auto;
}

.bg-grey-light {
  background-color: #999;
}

.filtro_mes {
  border: 3px #999 solid;
  height: 100%;
  min-height: 67.5px;
  width: 100%;
  background-color: rgb(229, 229, 229);
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.filtro_mes:hover {
  background-color: aquamarine;
  transform: scale(1.03);
  transition: all 0.5s ease;
}

.filtro_mes.active {
  background-color: aquamarine;
}

.bg-red-light {
  background-color: rgba(160, 6, 6, 0.15);
}

.bg-green-light {
  background-color: rgba(24, 129, 54, 0.25);
}

.bg-green-dark {
  background-color: rgba(24, 129, 54, 1);
  color: #fff;
}

.changeCompany {
  min-height: 75px;
  border: 2px solid #999;
  border-radius: 20px;
  margin: 3px;
  padding: 15px;
  cursor: pointer;
}

.div_link {
  transition: all 0.5s ease;
}

.div_link:hover {
  cursor: pointer;
  transform: scale(1.03);
  transition: all 0.5s ease;
  font-weight: 550;
}

.changeCompany:hover {
  background-color: aquamarine;
  transform: scale(1.03);
}

/*  FLYOUT MODAL  */
.flyout > .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.flyout.modal {
  margin: 0;
}

.flyout > .flyout-dialog {
  margin: 0;
  min-height: 100%;
}

.flyout-dialog > .modal-content {
  width: 100%;
  min-height: 100%;
  height: 100%;
  right: 0;
  position: fixed;
  top: 0;
}

.flyout > .animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.flyout > .flyout-dialog > .modal-content > .modal-header {
  border-radius: 0;
  background-color: #f7f7f7;
  border-color: #d4d2d2;
  align-items: center;
  padding: 1.2rem;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.flyout > .flyout-dialog > .modal-content > .modal-body {
  margin-top: 70px;
  z-index: 998;
  overflow: auto;
}

.flyout > .modal-content {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
  box-shadow: -12px 0 38px -14px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
}

.flyout > .modal-button-container {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

.filtro_item > .btn {
  border-radius: 0;
}

.inputDtSearch {
  background: url("../../images/searchIcon.png") no-repeat left;
  background-size: 15px;
  height: 20px;
  margin: 7.5px 0;
  padding: 7.5px 7.5px 7.5px 18px;
  font-size: 0.5rem;
}

/* 
.dt-buttons {
  float: right !important;
  margin-bottom: 20px !important;
  margin-top: -40px !important;
}

.dataTables_filter {
  display: none;
} */

.t-load {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: blue;
  z-index: 999;
  background-color: #000;
  opacity: 0.9;
}

.imgloading {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -200px;
}

.move-header-left {
  margin-left: 200px;
}

.my-notify {
  position: absolute;
  left: 50%;
  top: 25px;
  border-radius: 50%;
}

h3 a:hover {
  color: #600202;
}

.clicavel {
  cursor: pointer;
}

.full {
  width: 100%;
}

.divisor {
  border-bottom: 1px solid var(--cor-cinza) !important;
  padding-bottom: 20px;
}

.select2 {
  border-radius: calc(45px / 2);

  &:has([aria-expanded="true"]) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  & .select2-dropdown {
    border-color: rgba(100, 100, 100, 0.1) !important;
  }

  & .select2-selection {
    border: none !important;
    border-radius: calc(45px / 2);
    outline: 1px solid rgba(100, 100, 100, 0.3);
    outline-offset: 0px;
  }
}

#campo-prioridade-chamado {
  & span {
    text-align: center !important;
  }

  &.vermelho {
    & .select2-selection {
      background-color: #fbacac !important;
    }
  }

  &.amarelo {
    & .select2-selection {
      background-color: #fff176 !important;
    }
  }
}

#select_situation {
  & + span {
    text-align: center !important;
  }
}

.modal-dialog:has(.modal-body) {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;

  & .modal-content {
    border-radius: 15px !important;

    & .modal-header {
      border-radius: 0 !important;
    }

    & .modal-body {
      max-height: 65svh;
      overflow-y: auto;
      overflow-x: hidden;

      &::-webkit-scrollbar {
        width: 7px;
      }
      &::-webkit-scrollbar-track {
        background: #f1f1f1;
      }

      &::-webkit-scrollbar-thumb {
        background: var(--cor-principal);
        border-radius: 7px;
      }

      &::-webkit-scrollbar-thumb:hover {
        background: var(--cor-principal-clara);
      }
    }
  }
}

.form-control {
  border-radius: calc(45px / 2) !important;

  &:is(textarea) {
    padding: 20px !important;
    resize: none;
  }
}

.hide {
  display: none;
}
.show {
  display: block;
}

.bg-red {
  background-color: rgb(243, 66, 66) !important;
}

.bg-green {
  background-color: rgb(31, 204, 52) !important;
}

.bg-blue {
  background-color: rgb(30, 124, 232) !important;
}

.bg-yellow {
  background-color: rgb(233, 192, 42) !important;
}

.bolinha-do-numero-cartao {
  display: block;
  --size: 12px;
  height: var(--size);
  min-height: var(--size);
  max-height: var(--size);
  width: var(--size);
  min-width: var(--size);
  max-width: var(--size);
  background-color: rgb(63, 217, 39) !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);

  &.cinza {
    background-color: rgb(179, 179, 179) !important;
  }
}

.borda-linha-tabela {
  /* border: 1px solid var(--cor-cinza) !important; */
  border: 1px solid var(--cor-cinza) !important;

  &:not(:first-child, :last-child) {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }

  &:first-child {
    border-right-color: transparent !important;
  }

  &:last-child {
    border-left-color: transparent !important;
  }
}

td.dataTables_empty {
  border: 1px solid var(--cor-cinza) !important;
}

th.remove-setas-datatables {
  &::after {
    display: none !important;
  }

  &::before {
    display: none !important;
  }
}

.texto-em-uma-linha {
  min-width: max-content;
  white-space: nowrap;
}

.modal {
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}

.choice.btn span.fas {
  opacity: 0;
  margin-left: -35px;
}

.choice.btn.active span.fas {
  opacity: 1;
  margin-left: -35px;
  margin-right: 0px;
  color: #fff !important;
}

.choice > input[type="radio"] {
  visibility: hidden;
}

.rounded-half {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.agrupado {
  height: 25px !important;
  width: 25px !important;
  margin-left: -35px !important;
  margin-top: 7.5px !important;
}

#selectSourceUser {
  margin-left: 5px;
}

ul > li {
  padding-left: 2px;
  list-style-position: inside;
}

#selectSourceUser .nav-link {
  background-color: #78cdd4 !important;
  color: white;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 8px 12px;
}

#selectSourceUser .nav-link.active {
  background-color: #a51f5f !important;
  padding: 8px 12px;
}

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

.box-mais-chamados {
  width: 100%;
  display: flex;
  justify-content: right;
  margin-top: 10px;
}

& .pos-relative {
  position: relative;
}

.feliz-aniversario {
  display: flex;
  flex-direction: column;
  height: 100svh;
  width: 100%;
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: 1000;
  color: white;
  top: 0px;

  & .mensagem {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1001;

    & h1,
    & p {
      margin: 0 !important;
      padding: 0 !important;
    }

    & h1 {
      font-size: 3rem !important;
      border: none !important;
    }

    & p {
      font-size: 1.5rem;
    }
  }

  canvas {
    position: fixed;
    top: 0;
    left: 0;
    height: 100svh;
    width: 100%;
    pointer-events: none;
    z-index: 1000;
  }
}

@media only screen and (max-width: 800px) {
  .feliz-aniversario {
    & .mensagem {
      & h1 {
        font-size: 1.6rem !important;
        border: none !important;
      }

      & p {
        font-size: 1.1rem !important;
      }
    }
  }
}

@media only screen and (max-width: 600px) {
  .not-mobile {
    display: none;
  }
}

.max-content-full {
  width: max-content !important;
  min-width: max-content !important;
}
