@font-face {
  font-family: "Montserrat-Medium";
  src: url("../../lib/fonts/Montserrat/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../../lib/fonts/Montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../lib/fonts/Montserrat/Montserrat-Bold.ttf");
}

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

html,
body {
  user-select: text;
  height: 100%;
}

html body {
  width: 100%;
  height: 100%;
  padding: 0px;
  /* font-family: "Montserrat-Bold"; */
  font-family: Montserrat-Medium, Helvetica, sans-serif;
  line-height: 1.6;
  font-size: 1.1em;
  margin: 0px;
  color: #3d3d3d;
  background: #f6f6fb;
  background-size: cover;
}

input,
textarea {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 14px !important;
}

label {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-family: Montserrat-Bold, Helvetica, sans-serif;
}

/* ---------------------------------------------------
SELECT-2
----------------------------------------------------- */

.select2-search__field {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  background-color: #e6e7ef !important;
  border: 1px solid #e6e7ef !important;
  border-radius: 4px;
}

.select2-results__options {
  background-color: #e6e7ef !important;
}

.select2-container .select2-selection--single {
  height: 33px !important;
}

.select2-search .select2-search--dropdown,
.select2-search--dropdown {
  padding: 0px !important;
}

/* .select2-search--dropdown{
} */

/* ---------------------------------------------------
FONTS
----------------------------------------------------- */

.Montserrat-Bold {
  font-family: "Montserrat-Bold" !important;
}

.Montserrat-SemiBold {
  font-family: "Montserrat-SemiBold" !important;
}

.Montserrat-Medium {
  font-family: "Montserrat-Medium" !important;
}

.Montserrat-Regular {
  font-family: "Montserrat-Regular" !important;
}

.font-05rem {
  font-size: 0.5rem;
}

.font-09rem {
  font-size: 0.9rem;
}

.font-light-blue {
  color: #3390db;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

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

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-35 {
  font-size: 35px;
}
.font-size-35 {
  font-size: 35px;
}
.font-size-45 {
  font-size: 55px;
}

.font-azul-escuro {
  color: #001b40 !important;
}

/* ---------------------------------------------------
FREEZE TABLE
----------------------------------------------------- */

.freeze-table {
  position: relative;
}

.freeze-table table {
  position: relative;
  border-collapse: collapse;
}

.freeze-table th {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  height: 48px;
  z-index: 1;
  background-color: #e3e4ef;
}

.freeze-table th:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100%;
  border-top: 20px solid #e3e4ef;
}

.freeze-table th:after {
  content: "";
  left: 0px;
  top: 46px;
  width: 100%;
  border-top: 10px solid #e3e4ef;
}

.scroll-table {
  max-height: 253px;
}

/* ---------------------------------------------------
ICONES
----------------------------------------------------- */

.icone-eye {
  width: 23px;
}

.icone-tipo {
  width: 20px;
}

.icone-seta {
  width: 13px;
  margin-left: 5px;
}

.icone-seta-navbar {
  width: 10px;
  margin-left: 8px;
}

.icone-sidebar {
  width: 18px;
  height: 18px;
}

.alinha-icone,
.alinha-icone-eye {
  margin-top: 4px;
}

/* ---------------------------------------------------
BUTTONS
----------------------------------------------------- */

/* #3BBC5B */

.btn {
  font-family: "Montserrat-Medium";
}

.btn-green {
  background-color: #09b46a;
  color: #fff;
}

.btn-green-warning {
  background-color: #3bbc5b;
}

.btn-green:hover {
  background-color: rgb(9, 160, 95);
}

.btn-red {
  color: #fff;
  background-color: #ae232d;
}

.btn-red-warning {
  background-color: #d25b32;
}

.btn-yellow {
  background-color: #fcc035;
  color: white;
}

.btn-yellow:hover {
  background-color: #fcc035;
  color: white;
}

.btn-yellow-warning {
  background-color: #e1cd29;
}

.btn-novoCadastro {
  background-color: #41ad45;
  color: white;
}

.btn-gray-light {
  background-color: #e6e7ef !important;
}

.btn-gray-warning {
  background-color: #e6e7ef !important;
}

.bg-gray {
  background-color: #e6e7ef !important;
}

.bg-azul {
  background-color: #3390db !important;
  color: white;
}

.bg-vermelho-print { 
  box-shadow: 0 0 0 1000px #ae232d inset!important
}

.bg-amarelo {
  background-color: #fcc035 !important;
  color: white;
}

.bg-verde {
  background-color: #09b46a !important;
  color: white;
}

.bg-vermelho {
  background-color: #ae232d !important;
  color: white;
}

.dropdownBtn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

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

.btn-padding-red {
  padding: 2px 6px 2px 6px !important;
}

.btn-azulEscuro {
  background-color: #001b40 !important;
}

.btn-padding {
  padding: 10px 17px 10px 19px;
  font-size: 11px;
}

/* ---------------------------------------------------
PERSONALIZAÇÃO DO TEMA
----------------------------------------------------- */

.background-cinza {
  background-color: #e6e7ef !important;
  border: #e6e7ef !important;
}

.text-azul {
  color: #3390db !important;
}

.text-amarelo {
  color: #fcc035 !important;
}

.text-verde {
  color: #09b46a !important;
}

.text-bronze {
  color: #cd7f32 !important;
}

.text-cinza {
  color: #e6e7ef !important;
}

.text-cromado {
  color: #c0c0c0 !important;
}

.text-cinza-titulo {
  color: #a9acb5 !important;
}

.text-cinza-escuro {
  color: #707070 !important;
}

.color-icone-siderbar {
  color: #001b40 !important;
}

.d-inline-grid {
  display: inline-grid;
}

.text-vermelho {
  color: #ae232d;
}

.text-preto {
  color: #3d3d3d;
}

.overflow-hidden {
  overflow: hidden;
}

.w-13 {
  width: 13px;
}

.w-20 {
  width: 20px;
}

.w-35 {
  width: 35%;
}

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

.cursor-pointer {
  cursor: pointer;
}

.modal-header {
  border-bottom: 3px solid #dee2e6 !important;
}


.border-desativado {
  border: 4px solid #dee2e6 !important;
}


.border-ativado {
  border: 4px solid #3d3d3d !important;
}

.modal-footer {
  border-top: 3px solid #dee2e6 !important;
}

.over-x-hidden {
  overflow-x: hidden !important;
}

body.swal2-height-auto {
  height: 100% !important;
}

/* ---------------------------------------------------
FIELDSET
----------------------------------------------------- */

fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

fieldset legend {
  width: auto !important;
  padding: 0 10px !important;
}

.required-span {
  color: #e64e43;
  font-size: 18px;
}

.required-span:before {
  content: "*";
}

/* ---------------------------------------------------
Switch
----------------------------------------------------- */

.alimento-switch {
  align-items: center;
  display: contents;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

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

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

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #41ad45 !important;
}

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

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

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

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

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

.slider.round {
  border-radius: 34px;
  background-color: #e6e7ef !important;
}

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

.slider .desabilitado:before {
  color: red;
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

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

/* ---------------------------------------------------
NAVBAR
----------------------------------------------------- */

#navbar {
  background: #e3e4ef;
  color: #fff;
  width: 100%;
  height: auto;
}

header nav {
  border-radius: 0px !important;
}

.navbar:not(#navbar) {
  -webkit-border-bottom-right-radius: 26px;
  -webkit-border-bottom-left-radius: 26px;
  -moz-border-radius-bottomright: 26px;
  -moz-border-radius-bottomleft: 26px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
  background: #fff;
}

#navbar #navbarCollapse {
  background: none;
  color: #fff;
}

#navbar .logo-navbar {
  width: 80px;
}

.input-position {
  position: absolute;
  margin-left: 235px;
}

.div-search input {
  background: #283557;
  color: white !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border: none;
  padding: 0px 0px 0px 8px;
  width: 120px;
}

.div-search input:focus {
  background: transparent !important;
}

.div-search label {
  background: #283557;
  color: #fff;
  border-left: 1px solid rgb(150, 144, 144);
  border-right: none;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top: none;
  border-bottom: none;
}

.div-pesquisar {
  background: #283557;
  padding-top: 3px !important;
  padding-bottom: 0px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.user-circle {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 3px #283557;
}

.user-circle img {
  width: auto;
  height: 100%;
}

.item-navbarSec {
  padding: 1% !important;
}

.select-plataforma {
  background-color: #283557 !important;
  color: white;
}

.select-plataforma:focus {
  color: white;
}

.select-plataforma option {
  color: white;
}

.selectSiteEsconderNavbar {
  position: absolute;
  left: 48px;
}

.custom-select-cadastro {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e6e7ef;
  vertical-align: middle;
  background: url(../img/icons/Icon-ios-arrow-down.svg) no-repeat right 0.75rem
    center/8px 10px !important;
  background-color: #e6e7ef !important;
  border: 1px solid #e6e7ef;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  vertical-align: middle;
  background: url(../img/icons/Icon-ios-arrow-down.svg) no-repeat right 0.75rem
    center/8px 10px !important;
  background-color: #283557 !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.imagem-tamanho {
  width: 90px;
}


/* ---------------------------------------------------
SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  background: #e3e4ef;
  color: #001b40;
  height: 100vh;
  min-width: 250px;
  max-width: 250px;
  transition: all 0.3s;
  position: relative;
  user-select: none!important;
  }
}

#sidebar .navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
}

#sidebar .navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

#sidebar .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #333;
  margin: 40px 0;
}

#divUser,
.user {
  transition: all 0.8s;
}

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

#sidebar .user-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

#sidebar .btn-collapse:focus {
  box-shadow: none;
}

#sidebar.active .btn-collapse {
  margin: auto;
}

#sidebar .btn-collapse {
  color: #333;
  margin-left: auto;
  background: none;
  /* border: solid 2px #fff; */
}

.sidebar-header {
  height: 45px;
}

.sidebar-header .logo-sidebar {
  width: 140px;
}

#sidebar.active .sidebar-header .logo-sidebar {
  width: 0;
}

#sidebar.active #divUser .user-img {
  width: 0;
  transform: scale(1);
}

#sidebar #divUser {
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

#sidebar.active #divUser {
  position: relative;
  opacity: 0;
}

#collapseSidebar {
  font-size: 14px;
}

#sidebar.active .copyright {
  display: none;
}

#sidebar.active {
  min-width: 110px;
  max-width: 110px;
  text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
  color: #333;
  padding: 0.6rem;
  padding-left: 1rem !important;
}

#sidebar .fa-bars {
}

#sidebar ul li ul li {
  cursor: pointer;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
}

#sidebar.active ul li a i {
  margin-right: 0;
  margin-left: 0 !important;
  display: block;
  margin-bottom: 5px;
  float: none !important;
}

#sidebar.active ul ul a {
  padding: 20px 10px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#divUser div a,
#divUser a {
  color: #333 !important;
  text-decoration: none;
}

#divUser #emailUsuario {
  font-size: 12px;
}

#divUser li {
  list-style: none;
}

.border-left-blue {
  border-left: 5px solid #3390db !important;
}

.border-left-yellow {
  border-left: 5px solid #fcc035 !important;
}

.border-radius-pencil {
  background: #fcc035;
  padding: 1px 6px !important;
  border-radius: 100%;
}

.fill-white {
  fill: white;
}

#sidebar ul.components {
  padding: 10px 0;
  margin: 0;
  height: 75vh;
  overflow: auto;
}

#sidebar ul.components::-webkit-scrollbar {
  width: 7px;
  border-radius: 0%;
}

/* Fundo da barra de rolagem */

#sidebar ul.components::-webkit-scrollbar-track-piece {
  background-color: #3390db;
  border-left: 1px solid #3390db;
  -webkit-border-radius: 5px;
}

/* Cor do indicador de rolagem */

#sidebar ul.components::-webkit-scrollbar-thumb:vertical,
#sidebar ul.components::-webkit-scrollbar-thumb:horizontal {
  background-color: #3390db;
  -webkit-border-radius: 5px;
}

/* Cor do indicador de rolagem - ao passar o mouse */

#sidebar ul.components::-webkit-scrollbar-thumb:vertical:hover,
#sidebar ul.components::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #3390db;
  -webkit-border-radius: 5px;
}

#sidebar ul li {
  border-left: 0px solid transparent;
}

#sidebar ul li a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  border-left: 5px solid transparent;
}

#sidebar ul {
  overflow-x: hidden !important;
}

#sidebar ul li a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1, 1);
}

#sidebar ul li a i {
  margin-right: 6px;
}

#sidebar ul li .maquinas {
  border-left: 5px solid #001b40;
  /* background-image: linear-gradient(to right, rgba(0, 153, 255, 0.233) , rgba(0, 153, 255, 0)); */
}

#sidebar ul li a:hover {
  border-left: 5px solid #3390db;
  color: #3390db;
}

.hover-active-blue:hover {
  color: #3390db;
}

.active-menu a {
  border-left: 5px solid #3390db !important;
  color: #3390db !important;
}

#sidebar ul li .menu-list:hover {
  border-left: 5px solid #3390db;
  background-image: linear-gradient(
    to right,
    rgba(0, 153, 255, 0.233),
    rgba(0, 153, 255, 0)
  );
}

/* .firstLi{
    color: #3390DB!important;
} */

#sidebar ul li .maquinas:active {
  border-left: 5px solid #3390db;
  background-image: linear-gradient(
    to right,
    rgba(0, 153, 255, 0.233),
    rgba(0, 153, 255, 0)
  );
}

#sidebar ul li.active > a,
#sidebar ul li.active > a,
ul a[aria-expanded="true"] {
  border-left: 5px solid #3390db;
  background-image: linear-gradient(
    to right,
    rgba(0, 153, 255, 0.329),
    rgba(0, 153, 255, 0)
  );
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.sidebar-header {
  width: 100%;
  background-color: #e3e4ef;
}

.h-size {
  height: 260px;
}

.siderbar-border {
  padding: 95px 10px;
  background-color: #d8dae8;
  text-align: center;
  border-radius: 9px;
}

.sidebar-font {
  font-size: 12px;
  color: #a9acb5;
}

/* .maquinas{
    border-left: 5px solid #1C1C40!important;
} */

.div-maquina:hover {
  background-color: #d8dae8;
}

.sfsgsgsgs {
  margin-top: 15px !important;
}

.btn-sidebar {
  position: absolute !important;
  background-color: #3390db !important;
  color: black !important;
  right: -25px;
  bottom: 120px;
  width: 30px;
  height: 53px;
  z-index: 999 !important;
  font-size: 15px;
}

#sidebar.active .dropdown-toggle::after {
  /* top: autso; */
  bottom: 10px;
  right: 10px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  content: none;
}

#sidebar.active .btn-collapse {
  margin: auto;
}

/*================== SIDEBAR .ACTIVE ==================*/

/* #sidebar.active {
    min-width: 150px;
    max-width: 150px;
    text-align: center;
} */

#sidebar.active {
  margin-left: -110px;
}

/* 
    #sidebar.active .sidebar-header .logo-sidebar {
        width: 0;
    }
  
  #sidebar.active .sidebar-header h3,
  #sidebar.active .CTAs,
  #sidebar.active .copyright {
    display: none;
  }
  
  #sidebar.active .sidebar-header strong {
    display: block;
  } 

  #sidebar.active ul li a {
    padding: 20px;
    text-align: center;
    font-size: 0.85em;
  }
  
   #sidebar.active ul li a i {
      margin-right: 0;
      display: block;
      font-size: 1.8em;
      margin-bottom: 5px;
    }

  #sidebar.active ul li a.list {
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    display: block;
    text-align: left;
  }
    #sidebar.active ul li a.list i {
      margin-right: 10px;
      display: initial;
    }

  #sidebar.active ul ul a {
    padding: 20px!important;
  }
  
  #sidebar.active .dropdown-toggle::after {
    top: autso;
    bottom: 10px;
    right: 10px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    content: none;
  }
  
  #sidebar.active .btn-collapse {
    margin: auto;
  }  */

/*================== /SIDEBAR .ACTIVE ==================*/

/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  min-height: (100vh - 80px);
  /* min-height: 100vh; */
  transition: all 0.3s;
}

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */

@media (min-width: 700px) {
  .mw-sm-50 {
    max-width: 50%!important;
  }
}

@media (max-width: 991px) {
  .input-position {
    position: inherit;
    margin-left: 0px;
  }
}

@media (max-width: 370px) {
  .div-search input {
    width: 86px;
  }
}

@media (max-width: 767px) {
  #sidebar {
    position: absolute;
    box-shadow: none;
    border-right: 1px solid #ccc;
    z-index: 2;
  }
  #sidebar.active {
    margin-left: -110px;
    min-width: 110px;
    max-width: 110px;
    text-align: center;
  }
  #sidebar.active {
    min-width: 110px;
    max-width: 110px;
    text-align: center;
  }
  .sidebar-header {
    display: none;
  }
  #navbar {
    height: auto !important;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 9px 0px #ccc;
    box-shadow: 0px 0px 9px 0px #ccc;
  }
  #sidebar {
    height: calc(100vh - 54px);
    /* position: relative;
        z-index: 999; */
  }
  #content {
    min-height: calc(100vh - 54px);
  }
}

@media (max-width: 992px) {
  .w-md-75 {
    width: 75% !important;
  }
}

#content-frame,
#pagina {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#contentSidebar::-webkit-scrollbar,
#content::-webkit-scrollbar,
#listagem::-webkit-scrollbar {
  width: 8px !important;
}

#contentSidebar::-webkit-scrollbar-track,
#content::-webkit-scrollbar-track,
#listagem::-webkit-scrollbar-track {
  background: #3390db;
}

#contentSidebar::-webkit-scrollbar-thumb,
#content::-webkit-scrollbar-thumb,
#listagem::-webkit-scrollbar-thumb {
  background: #3390db;
  border-radius: 10px;
}

.copyright {
  position: absolute;
  bottom: 0;
  background: #fff;
}

.copyright p {
  color: #333;
  font-size: 14px;
}

#sidebar.active li {
  margin: 0px !important;
}

#sidebar.active #divUser {
  display: none;
}

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

.fonte-menu {
  /* font-family: "LatoRegular"!important; */
  font-size: 1em !important;
  word-wrap: break-word;
}

.fonte-sub-menu {
  /* font-family: "LatoRegular"!important; */
  font-size: 14px !important;
}

.fonte-login-sidebar {
  /* font-family: "LatoRegular"!important; */
  font-size: 1em !important;
  color: #333 !important;
}

.pagina-sub-menu {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  margin-left: 8px;
}

/* ---------------------------------------------------
LOGIN
----------------------------------------------------- */

.bg-blue-opacity {
  background-color: #001b40eb !important;
}

.bg-login {
  background-color: #3390db !important;
}

.icone-login {
  position: absolute;
  right: 15px;
  bottom: 60px;
  width: 20px;
  height: 35px;
  cursor: pointer;
}

.icone-senha {
  position: absolute;
  right: 15px;
  bottom: 18px;
  width: 20px;
  height: 35px;
  cursor: pointer;
}

.w-200 {
  width: 200px;
}

.pr-login-10 {
  padding-right: 10px;
}

.pr-login-14 {
  padding-right: 14px;
}

.btn-login {
  color: #fff;
  background-color: #333;
  transition: 0.2s ease-in-out 0s;
}

.btn-login:hover {
  color: #fff;
  background-color: #3390db;
  -webkit-transform: scale(1.1, 1);
  transform: scale(1.1, 1);
}

.hover-eye:hover {
  -webkit-transform: scale(1.1, 1);
  transform: scale(1.1, 1);
}

/* CONTROLE DE ACESSO */

.circulo {
  background: radial-gradient(
    circle closest-side,
    #d8dae8 0%,
    100%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 170px;
}

.alinhamento {
  text-align: center;
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.largura {
  width: 100px;
}

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

.card-header {
  background: none;
}

.card-body-img {
  padding: 1.4rem 2.2rem 0rem 2.2rem !important;
}

.link a:hover {
  text-decoration: none;
}

.box-shadow-controle {
  box-shadow: 0px 0px 8px 0px #00000033;
}

.box-shadow-graph {
  box-shadow: 0px 0px 4px 0px #00000033;
}

/* =========== HEADER =========== */

.general-header {
  background: #e3e4ef;
  color: #001b40;
  font-family: Montserrat-SemiBold;
}

/* =========== INPUTS =========== */

.form-control,
.form-control:focus {
  background: #e6e7ef;
  border: none;
  border-radius: 8px;
}

.filtro-div label {
  align-self: center !important;
}

/* =========== GENERAL =========== */

.rounded-corners {
  border-radius: 8px;
}

.body-container {
  -webkit-box-shadow: 0px 0px 20px -6px rgb(197, 197, 197);
  -moz-box-shadow: 0px 0px 20px -6px rgb(197, 197, 197);
  box-shadow: 0px 0px 20px -6px rgb(197, 197, 197);
}

/* =========== CONTADOR =========== */

.body-contador h4 {
  font-size: 1.1rem;
  font-family: "Montserrat-Bold";
}

.body-contador .number {
  font-size: 1.8rem !important;
}

/* =========== PAGINAÇÃO =========== */

#paginacao {
  border-top: solid 2px #e3e4ef;
}

#paginacao .pagination li a {
  background: #c2c2c7;
  color: #fff;
  border: none !important;
  border-radius: 8px;
  margin-left: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

#paginacao .pagination li a:hover,
.pagination li.active a {
  background: #3390db !important;
}

.freeze-table tr th:first-child,
.freeze-table tr td:first-child {
  padding-left: 30px;
}

.freeze-table tr th:last-child,
.freeze-table tr td:last-child {
  padding-right: 30px;
}

/* =========== ICONS =========== */

.icon-trash {
  height: 30px;
  width: 30px;
  padding: 8px;
  border-radius: 8px;
  background: #cc2936;
}

.icon-trash:hover {
  background: #bd2632;
}

/* =========== IMAGENS =========== */

[foto] {
  display: none !important;
}

.imagemPerfil {
  width: 88px;
  height: 88px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  border: solid 3px #5da456;
}

@media (max-width: 767px) {
  .general-header h4 {
    font-size: 1.3rem;
  }
}

textarea {
  resize: none;
}

table {
  overflow-y: scroll;
}

table tr {
  font-size: 14px;
}

.cursor-pointer {
  cursor: pointer !important;
}

.modal-title {
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}

.animate:hover {
  transform: scale(1.5);
}

.notification {
  position: relative;
  display: inline-block;
}

.badge {
  position: absolute;
  top: -8px;
  right: 67px;
  padding: 3px 6px;
  border-radius: 50%;
  background: red;
  color: white;
}

.checked {
  color: orange;
}

.modal-footer {
  border-top: 0px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

input:checked + .slider:before {
  background-color: #fff !important;
}

input:focus + .slider.round {
  box-shadow: 0 0 1px #e6e7ef !important;
}

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

input:checked + .slider.round {
  background-color: #2196f3 !important;
}

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

.slider.round:before {
  border-radius: 50%;
  background-color: #fff !important;
  width: 17px;
  height: 17px;
}
