/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 14px;
  font-weight: 500;
  min-height: 100vh;
  background: #f4f4f5;
}

#menu {
  background: #a30e22;
  box-shadow: 0px 10px 20px #333 inset;
}

#tabOcorrencia {
  margin-left: 1%;
  width: 100%;
}

.row {
  width: 100% !important;
}

.container {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-left: 2% !important;
  width: 96% !important;
}

/* Pre css */
.flex {
  display: flex;
  align-items: center;
}

.checkout-panel {
  background-color: #fff;
  width: 100%;
  margin: 20px 0 0 15px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px !important;
}

.checkout-panel,
h2 {
  float: left;
  margin-bottom: 3%;
}

.table {
  text-align: center;
}

.table th {
  cursor: pointer;
  user-select: none;
  position: relative;
}

.sort-arrow {
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
}

.sort-asc .fa-sort-up {
  display: inline;
  color: #000;
}

.sort-desc .fa-sort-down {
  display: inline;
  color: #000;
}

.fa-sort, .fa-sort-up, .fa-sort-down {
  color: #ccc;
}

.footer {
  margin-top: 20px;
  width: calc(100% + 15px);
  display: flex;
  justify-content: space-between;
}

.button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.legend {
  text-align: left;
  width: 100%;
  color: gray;
  font-size: 20px;
  font-weight: 800;
  border-bottom: 1px solid rgb(225, 225, 225);
  margin-bottom: 1%;
}

.form-legend {
  text-align: left;
  width: 100%;
  color: gray;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid rgb(225, 225, 225);
  margin-bottom: 3%;
}

fieldset {
  border: 1px solid #ffffff !important;
  margin-top: 20px;
}

#blocoBotoesDetalhes {
  position: absolute;
  top: 238px;
  left: 64px;
  z-index: 1;
}

.breadcrumb {
  background-color: #f8f9fa;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 13px !important;
  border-radius: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 1rem;
}

.breadcrumb-item {
  margin-right: 0.5rem;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumb>i {
  margin-top: 1px;
  margin-right: 5px;
}

.breadcrumb>a {
  padding: 0 5px 0 5px;
}

.breadcrumb>a:visited {
  color: black;
  font-size: 13px;
}

.breadcrumb>a:hover {
  text-decoration: underline;
}

.navbar {
  border: 0 !important;
  border-radius: 0 !important;
}

.navbar-logo {
  margin: 10px 0 10px 45px;
  width: 70%;
}

.navbar-inverse {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.navbar-toggle {
  margin-top: 15px;
}

#universoNavbar {
  margin-top: -10px;
  padding-top: 10px;
  background-color: #0B3390;
  border: 0;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  color: white;
  transition: none;
  transform: none;
}

.navbar-inverse .navbar-toggle {
  border-color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #0B3390;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  background-color: #ff6700;
  border-radius: 10px;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  background-color: #ff6700;
  color: white;
  border-radius: 10px;
  margin: 0 10px 0 10px;
}

.nav_image {
  display: flex;
  min-width: 50px;
  justify-content: center;
}

.nav_image img {
  height: 40px;
  width: 30px;
  border-radius: 50%;
}

#img-text {
  margin-top: 10px;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  background: #0B3390;
  padding: 94px 5px 0px 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  z-index: 2;
}

.close {
  font-size: 15px;
  font-weight: 500;
  text-shadow: none !important;
  opacity: 100 !important;
  line-height: 0 !important;
}

.sidebar.close {
  width: calc(45px + 20px);
}

.logo_items {
  margin-top: -40px;
}

.sidebar.close .logo_name,
.sidebar.close #lock-icon,
.sidebar.close #sidebar-close {
  opacity: 0;
  pointer-events: none;
}

#lock-icon,
#sidebar-close {
  color: #ff6700;
  font-size: 25px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 155px;
}

#sidebar-close {
  display: none;
  color: #333;
}

.menu_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  height: 100%;
}

.menu_container::-webkit-scrollbar {
  display: none;
}

.menu_title {
  position: relative;
  height: 50px;
  width: 55px;
}

.menu_title .title {
  color: #ff6700;
  font-weight: 800;
  margin-left: 15px;
  transition: all 0.3s ease;
}

.sidebar.close .title {
  opacity: 0;
}

.menu_title .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 20px;
  border-radius: 25px;
  background: #ff6700;
  transition: all 0.3s ease;
}

.menu_title .line {
  opacity: 0;
}

.sidebar.close .line {
  opacity: 1;
}

.item {
  list-style: none;
}

.link {
  text-decoration: none;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #d7e2ef;
}

.link:hover {
  color: #fff;
  background-color: #ff6700;
}

.link span {
  white-space: nowrap;
}

.link i {
  height: 50px;
  min-width: 55px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

a:focus,
a:hover {
  text-decoration: none;
}

a:visited {
  color: #fff;
}

.sidebar_profile {
  padding-top: 15px;
  margin-top: 15px;
  gap: 15px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.sidebar_profile .name {
  font-size: 18px;
  color: #333;
}

.sidebar_profile .email {
  font-size: 15px;
  color: #333;
}

#sidebar-open {
  font-size: 30px;
  color: #333;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}

.search_box {
  height: 46px;
  max-width: 500px;
  width: 100%;
  border: 1px solid #aaa;
  outline: none;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 18px;
  color: #333;
}

#aumenta_checkout_panel {
  width: calc(100% + 60px);
  margin: 80px 0 0 35px;
}

#diminui_checkout_panel {
  width: calc(84% + 60px);
  margin: 80px 0px 0px 220px;
}

/* Estilo para tornar a primeira coluna fixa */
.table-fixed th:first-child,
.table-fixed td:first-child {
  position: sticky;
  text-align: center;
  left: 0;
  background-color: #f8f9fa;
  /* Cor de fundo da primeira coluna */
  border-right: 2px solid #ddd;
  /* Adiciona borda à direita na primeira coluna */
  z-index: 1;
}

/* Adicione estilos striped (listrados) para linhas pares e ímpares */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa;
  /* Cor de fundo para linhas ímpares */
}

/* Estilo para o cabeçalho com borda */
.table-fixed thead th {
  border-bottom: 2px solid #343a40;
  /* Adiciona borda à direita no cabeçalho */
}

/* Estilo para a barra de rolagem horizontal */
.table-responsive {
  overflow-x: auto;
}

.table>thead:first-child>tr:first-child>th {
  border-top: 0;
  text-align: center !important;
}

form {
  background-color: #fff;
  margin: 20px 0 20px 0;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgb(225, 225, 225);
  text-align: -webkit-center;
  width: 100%;
}

.cardstyle {
  background-color: #fff;
  margin: 20px 0 20px 0;
  padding: 30px 10px 10px 40px;
  border-radius: 10px;
  border: 1px solid rgb(225, 225, 225);
  text-align: -webkit-left;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=checkbox],
input[type=radio] {
  margin: 0 5px 0 0;
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
}

/* Input Fields */
.input-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input-fields {
  display: block;
  margin-bottom: 5px;
  color: #b4b4b4;
}

label {
  display: flex;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #888a88;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  font-size: 13px;
  width: 100% !important;
  height: 35px;
  padding-right: 40px;
  padding-left: 16px;
  color: black;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 8px !important;
  outline: none;
}

.labelStilo {
  color: black !important;
  margin-left: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: rgb(119, 219, 119);
}

/* Buttons */
.btn {
  outline: none;
  font-size: 13px;
  height: 35px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
}

.btn:focus {
  outline: none; 
}

.btn-success {
  background: #0cc16d;
}

.btn-success:hover {
  background: #1fdf86;
}

.btn-primary {
  background: #a30e22;
}

.btn-primary:focus {
  background: #a30e22;
}

.btn-primary:hover {
  background: #a83b49;
}

.btn-warning {
  background: #777777;
}

.btn-warning:hover {
  background: #aaaaaa;
}

.btn-warning:focus {
  background: #777777;
}

.input-group-addon {
  color: #a9b1be;
  border-color: #c7cfda;
  -moz-border-radius-topleft: 10px !important;
  -moz-border-radius-bottomleft: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  position: relative;
  min-height: 1px;
  margin-top: 0 !important;
  padding-right: 0px;
  padding-left: 10px;
}

#inputBusca {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -moz-border-radius-topleft: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  z-index: 1;
}

.grupoBotao {
  margin-top: 24px !important;
  display: inline-block;
}

.paragrafoLabel {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.tab-content {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}

.nav-tabs {
  margin-top: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border-radius: 10px 10px 0px 0px !important;
}

.topBottomSpace {
  margin-bottom: 35px;
}

#addContato,
#removeContato {
  font-size: 20px;
  padding-top: 5px;
  font-weight: bold !important;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  border-radius: 10px;
}

.select2-container .select2-selection--single {
  height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 3px;
  text-align: justify;
  margin-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
  right: 4px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
  margin: 3px;
  border-radius: 10px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  margin: 3px;
  border-radius: 10px;
}

#paginacao {
  float: right;
}

.dados input[type="text"],
textarea,
input[type="email"],
input[type="password"],
select,
textarea {
  height: 35px;
  color: black;
  background-color: #f5f5f5;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  box-shadow: inset 0 0 0 white;
}

.form-control[disabled] {
  background-color: #fff;
}

.pago {
  width: 100px;
  padding: 2px;
  background: #15e115;
  margin-left: 15px;
  color: white;
  font-weight: 700;
  border-radius: 10px;
}

.pendente {
  width: 100px;
  padding: 4px;
  background: #e9db1c;
  margin-left: 15px;
  color: black;
  font-weight: 700;
  border-radius: 10px;
}

.cancelado {
  width: 100px;
  padding: 4px;
  background: #e21b1b;
  margin-left: 15px;
  color: white;
  font-weight: 700;
  border-radius: 10px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  margin: 5% auto;
  width: 30%;
  max-width: 100%;
  border-radius: 8px;
  text-align: center;
}

#textDialog {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 20px;
}

#buttonDialog button {
  width: 90px;
}

#dadosPaginacao {
  margin-top: 28px;
  margin-left: 5px;
}

#mensagem {
  border-radius: 10px;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
  padding-left: 30%;
}

.alinhaNome {
  text-align: left;
}

.ajusteMaximo {
  min-width: 350px;
}

.ajusteMedio {
  min-width: 250px;
}

.ajusteMinimo {
  min-width: 150px;
}

/* Estilizando a barra de rolagem */
::-webkit-scrollbar {
  height: 5px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #b9b8b8;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a3a1a1;
}

.iconeImageAtualizar {
  max-width: 18px;
  max-height: 18px;
}

.iconeImage {
  max-width: 25px;
  max-height: 25px;
}

#msgContrato,
#msgCancelamento {
  text-align: left;
  display: none;
}

.resumoCancelamento {
  display: none;
}

#cancel {
  margin-top: 25px;
}

.pagination>.active>a {
    z-index: 0 !important;
}

#areaUsuario {
  display: block;
  background-color: white !important;
  color: #0b3390 !important;
  padding-top: 15px;
  margin: 0px 50px 10px 50px;
  font-size: 13px;
}

#areaUsuario:hover {
  color: #0a0a0a;
}

#areaUsuario + .dropdown-menu {
  background-color: white !important;
  border: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  top: 100%;
  padding-bottom: 2%;
  min-width: 200px;
  right: 10%;
  text-align: center;
}

#areaUsuario + .dropdown-menu li {
  padding: 1px 15px;
}

#areaUsuario + .dropdown-menu li p {
  color: #000;
  font-weight: bold;
  text-align: start;
  margin: 0;
}

#areaUsuario + .dropdown-menu li a {
  color: #ddd;
  background-color: #0b3390;
  text-decoration: none;
  border-radius: 10px;
  display: block;
  padding: 5px 10px 10px 10px;
}

#areaUsuario + .dropdown-menu li a:hover {
  color: #fff;
  background-color: #ff6700;
  border-radius: 10px;
}

#areaUsuario + .dropdown-menu form {
  margin: 0;
  padding: 0;
  border-radius: 10px;
  border: none;
}

#modalUsuario {
  float: left;
}

#buttonDialogUsuario {
  float: right;
}

#tabUsuario {
  margin-left: 30px;
}

.divRadio {
  margin-left: 10px !important;
  margin-bottom: 20px;
  padding-top: 15px;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 10px;
  text-align: -webkit-left;
}

#radioRemetente {
  display: none;
}

#btnRemetente {
  display: none;
}

.radio-inline {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}