/**
* Template Name: Rio Pardo - v2.4.1
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #F9F9F6 !important;
  overflow-x: hidden !important;
}

a {
  color: #172613;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 30px 30px;
  transition: all 0.3s;
}





/* BARRA DE ROLAGEM */
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius: 20px;
  border: 4px solid #f1ede9;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #A7221C;
  border: 3px solid #A7221C;
}

/* BARRA DE ROLAGEM */
.listaDatas::-webkit-scrollbar {
  height: 15px;
  background-color: #e8e8e8;
}

.listaDatas::-webkit-scrollbar-thumb {
  background-color: #a9211c;
  border-radius: 20px;
  border: 4px solid #e8e8e8;
}

.listaDatas::-webkit-scrollbar-thumb:hover {
  background-color: #A7221C;
  border: 4px solid #A7221C;
}



/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
  padding: 0 !important;
}

.pagetitle h1 {
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 400;
  color: #a9201a;
  font-family: "Staatliches", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #172613;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #a9201a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #fec3a5;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

.selecionaDados {
  border: 2px solid #dedede !important;
  color: #607d8b !important;
  font-weight: 700 !important;
}

.selecionaDados:hover {
  border-color: #f2a12c !important;
  color: #000 !important;
  background-color: #f2a12c !important;
}

.tabelaViagens td {
  padding: 20px !important;
}

.tabelaViagens th {
  padding: 10px 20px !important;
}

.tabelaViagens th {
  background-color: #FFF !important;
  border-bottom: 1px solid #E3E1E0;
}

.iconeSeta {
  margin-left: 15px;
}





@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #4C6145;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

/* .card-body {
  padding: 0 20px 20px 20px;
} */

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #4C6145;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #172613;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #172613;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #172613;
  border-bottom: 2px solid #172613;
}

.btnModalViagem i {
  color: #30afdb;
}

.btnModalViagem:hover {
  background-color: #30afdb !important;
  border-color: #30afdb !important;
}

.btnModalViagem:hover i {
  color: #FFF !important;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.blocoLogin {
  background: radial-gradient(circle farthest-corner at 50% 50%, #ffc107fa, hsl(18deg 90% 18% / 83%)), url(https://reservas.expressoriopardo.com.br/img/625a9f1f-fb4a-4094-8e53-47da2be1a963.jpg);
  background-position: 0 0, center;
  background-size: auto, cover;
}

.blocoLogin .min-h-screen:first-child {
  padding: 30px;
}

.blocoLogin div.w-full {
  padding: 30px !important;
  border-radius: 4px;
}


.logoLogin img {
  width: 200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: #F1EDE7 !important;
  overflow-x: hidden !important;


}

input {
  border: 1px solid #d1d5db;
  border-radius: 3px !important;
}

.botaoLogin button {
  width: 100%;
  padding: 15px !important;
  margin: 15px 0 0 0;
  text-align: center;
  border-radius: 150px;
  display: block;
  background: #ab1f1e;
  border: none !important;
}

.botaoLogin button:hover {
  background: #d21817;
}


.botaoLogin a {
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 1em;
  color: #795548;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo,
.logo_menu {
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* @media (min-width: 1200px) {
  .logo {
    width: 180px;
  }
} */

.logo img {
  width: 130px;
  top: 18px;
  position: relative;
}

.logo_menu img {
  max-height: 50px;
  margin-right: 6px;
}

.logo span,
.logo_menu span {
  font-size: 26px;
  font-weight: 700;
  color: #4C6145;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  /* box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1); */
  background-color: #332b1d;
  padding: 0 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 0;
  cursor: pointer;
  color: #ffbe4a;
}



.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

.header p {
  color: #795548;
  margin: 0;
  font-family: "Staatliches", sans-serif;
}

.tituloPassageiro {
  font-size: 28px;
  color: #567e29;
  font-weight: 500;
  font-family: "Staatliches", sans-serif;
}

.tituloForm {
  font-size: 20px;
  color: #ab1f1d;
  margin: 0 0 -16px 0;
}

.tituloResumo {
  margin: 0;
  font-size: 22px;
  line-height: .9em;
  color: #FFF;
  font-weight: 500;
  letter-spacing: -.5px;
  text-align: left;
  font-family: "Staatliches", sans-serif;
}

.precoPassagem {
  margin: -9px 0 0 0;
  font-size: 34px;
  line-height: 1em;
  color: #ffc107;
  font-weight: 800;
  letter-spacing: -.5px;
  text-align: right;
}

.precoPassagem span {
  display: block;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1em;
  margin: 1px 0 0 0;
}

.boxValor {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding: 15px 10px !important;
  border: 1px solid #f9b12b00;
  background: #4b181463;
  margin-bottom: 5px;
}


.boxValor p:last-child {
  margin: 0;
}

.boxValor b {
  font-size: 13px;
  letter-spacing: .5px;
}

.boxValor p {
  font-size: 18px;
}


.recebvlr {
  font-size: 23px;
  font-weight: 900;
  text-align: right;
  color: #ffc107;
}

#plt {
  font-weight: 700;
  font-size: 28px;
  margin: 2px 1px 0 4px;
  position: relative;
  top: 5px;
  text-align: center;
}

.botaoPagamento {
  width: 100%;
  padding: 18px 0 16px 0;
  margin-top: 20px;
  border-radius: 64px;
  background-color: #e79b29;
  border: none;
  font-weight: 500;
  font-size: 22px;
  font-family: "Staatliches", sans-serif;
}

.botaoPagamento:hover {
  background-color: #ffc107;
}

.secaoPassageiro {
  padding: 110px 0 60px 0 !important;
}

.trocarPassagem {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  padding: 6px 16px 7px 16px;
  transform: translateY(-100%);
  border-radius: 6px 6px 0 0;
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #c6bdbd;
  border-bottom: 0;
}

.trocarPassagem:hover {
  background-color: #000;
  color: #FFF;
  border-color: #000;
}

.trocarPassagem i {
  margin-right: 8px;
}

.blocoResumo {
  background-color: #a9211c;
  padding: 40px !important;
  border-radius: 10px;
  color: #FFF;
}

.blocoFormPassageiro {
  padding-right: 25px !important;
}

.botaoBuscar {
  width: 100%;
  padding: 4px 0 0 0;
  height: 65px;
  color: #000;
  border: transparent;
  background-color: #f2a12c;
  border-radius: 4px;
  font-family: "Staatliches", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.btnPesquisa {
  height: 50px;
  color: #000;
  border: transparent;
  background-color: #f2a12c;
  border-radius: 4px;
  font-family: "Staatliches", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.botaoBuscar:hover,
.btnPesquisa:hover {
  background-color: #ffc107;
}

.blocoBusca select,
.blocoBusca input {
  display: block;
  width: 100%;
  padding: 5px 18px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
  height: 48px;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #831717;
  border-radius: 6px;
}


.blocoBusca select {
  padding: 5px 38px 5px 18px;
}




.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #FFF;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #4C6145;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #FFF;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #FFF;
}

.header-nav .nav-profile:focus,
.header-nav .nav-profile:hover {
  color: #FFF;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
  border: none;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span,
.header-nav .profile .dropdown-header button {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 260px;
  z-index: 996;
  transition: all 0.3s;
  padding: 35px 0 40px 40px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  /* box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff; */
}

a.text-danger {
  background-color: transparent !important;
  border: 1px solid #64371882;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }

  .toggle-sidebar .sidebar {
    width: 100%;
    padding: 50px;
    background-color: #332b1de0;
  }

  .toggle-sidebar .sidebar-nav {
    border: 1px solid #b4e22338;
    box-shadow: none;
  }


}

@media (max-width: 768px) {
  .tituloViagens {
    display: none;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 260px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 20px;
  margin: 0;
  list-style: none;
  background-color: #22331d;
  border-radius: 10px;
  border: 1px solid #E3E1E0;
  box-shadow: 0px 1px 0px #e3e1e0;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #ff5722;
  background-color: #192814;
  padding: 10px 15px;
  border-radius: 4px;
}

.text-danger:hover {
  background-color: #ae1c22 !important;
  color: #FFF !important;
}

.text-danger:hover i {
  color: #FFF !important;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #ff9800;
}

.botoesFormulario {
  border-top: 1px solid #9e9e9e30;
  padding-top: 30px;
  margin-top: 10px !important;
}

.botoesFormularioSemLinha {
  border-top: none;
  margin: 0 !important;
}

.botoesFormulario .col-md-10 {
  text-align: right;
}

.botoesFormulario .btn.btn-primary,
.botoesFormulario .btn.btn-secondary {
  border: 1px solid #dacece;
  background-color: transparent;
  color: #000;
  font-family: "Staatliches", sans-serif;
  padding: 8px 20px 4px 20px;
  letter-spacing: 1px;
}

.botoesFormulario .btn.btn-secondary:hover {
  background-color: #000;
  color: #FFF;
}

.botoesFormulario .btn.btn-primary {
  background-color: #306820;
  border-color: #308f15;
  color: #FFF;
}

.botoesFormulario .btn.btn-primary:hover {
  background-color: #308f15;
  color: #FFF;
}

.botoesResumo {
  margin-top: 30px !important;
}

.botoesResumo .btn-secondary {
  border: 1px solid #dacece36 !important;
  color: #FFF !important;
}

.date-separator {
  font-weight: 700;
  font-size: 14px;
  margin-top: 15px;
  display: block;
  text-align: center;
  color: #9e9e9e;
}


.row div:first-child {
  padding-left: 0;
}

.row div:last-child {
  padding-right: 0;
}

.sidebar-nav .nav-link.collapsed {
  color: #FFF;
  background: transparent;
}

.sidebar-nav .nav-link.collapsed i {
  color: #ff9800;
}

.bi-chevron-down::before {
  color: #D28A4E;
}

.sidebar-nav .nav-link:hover {
  color: #ff5722;
  background-color: #192814;
}


.sidebar-nav .nav-link:hover i {
  color: #ff9800;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #d2851e;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
  top: 1px;
  position: relative;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #ffbb08;
}

.sidebar-nav .nav-content a.active i {
  background-color: #172613;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #172613;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #4C6145;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #172613;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #4C6145;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #172613;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

table {
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #E3E1E0;
  box-shadow: 0px 1px 0px #e3e1e0;
  border-collapse: collapse !important;
  margin-top: 30px !important;
  line-height: 1em;
  width: 100%;
}

table p {
  margin: 0;
}

table th {
  vertical-align: middle;
  font-weight: 500;
  color: #2C372A;
  border: none;
  font-size: 14px;
}

table tr {
  border-bottom: 1px solid #E3E1E0;
}

table tbody tr:hover {
  background-color: #eaf0f0f0 !important;
}

table thead tr th {
  /* padding: 10px 20px !important; */
  color: #4C5A4A;
  font-weight: 400;
  font-size: 12px;
}

.tab-content td {
  padding: 20px;
}

.modal {
  background: #573e1f8f;
}

.modal-body {
  padding: 40px 50px !important;
  background-color: whitesmoke;
}

.modal-title {
  color: #324a2e;
  font-size: 26px;
  line-height: 1em;
}

.modal-header,
.modal-footer {
  padding: 20px 55px !important;
}

.cardModal {
  background-color: #FFF;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #9e9e9e59;
}

.btnFechar {
  font-family: "Staatliches", sans-serif;
  padding: 8px 20px 6px 20px;
  letter-spacing: 1px;
  background-color: #a28585;
  color: #FFF;
  border: none !important;
  border-radius: 4px;
  margin: 0 !important;
}

.btnFechar:hover {
  background-color: #a9211c;
}

.btnContinuar {
  font-family: "Staatliches", sans-serif;
  padding: 8px 20px 6px 20px;
  letter-spacing: 1px;
  background-color: #306820;
  color: #FFF;
  border: none !important;
  border-radius: 4px;
  margin: 0 !important;
}

.btnContinuar:hover {
  background-color: #42a426;
}

.dataTables_filter .form-control {
  margin: 0 0 0 15px !important;
}

.cardModal .row:last-child {
  margin: 0 !important;
}

.textoInfo {
  font-size: 17px;
  color: #332b1d;
}

.colBotoes {
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colBotoes .btn {
  border: 1px solid #e3e1e0;
}

table.table-bordered.dataTable tbody th,
table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: none !important;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

::-moz-selection {
  color: #FFF;
  background-color: #000;
}

::selection {
  color: #FFF;
  background-color: #000;
}


/*--------------------------------------------------------------
# Botões
--------------------------------------------------------------*/
.dt-buttons button,
.btnFiltro button {
  border: 1px solid #d28a4e !important;
  background: transparent !important;
  font-weight: 400;
  color: #000 !important;
  font-family: "Staatliches", sans-serif;

  border-radius: 3px !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: none !important;
}

.dt-buttons button {
  margin: 5px;
  padding: 2px 10px 0px 10px !important;
}

.dt-buttons button:hover,
.btnFiltro button:hover {
  background: #faa627 !important;
  border-color: #faa627 !important;
  color: #000 !important;
}

.dt-buttons button.active {
  border-color: #d28a4e !important;
  background: #faa627 !important;
}

.dt-buttons button.active:hover {
  border-color: #d28a4e !important;
  background: #FFF !important;
}



.paginate_button a {
  font-size: 12px !important;
}

.paginate_button.active a {
  font-weight: 800 !important;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #4C6145;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #4C6145;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #4C6145;
}

.profile .profile-overview .label {
  font-weight: 700;
  color: #2c8551;
  font-size: 12px;
  letter-spacing: .5px;
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #172613;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #172613;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #4C6145;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #172613;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #172613;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

input[type="datetime-local"],
input[type="date"] {
  text-transform: uppercase !important;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #172613;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #4C6145;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #4C6145;
}

.footer,
.credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #4C6145;
  display: none;
}

footer {
  background-color: #FFFFFF;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
}

a {
  text-decoration: none !important;
}

textarea {
  min-height: 100px;
  max-height: 200px;
}




@media screen and (max-width: 497px) {

  .blocoLogin .min-h-screen:first-child,
  .blocoLogin div.w-full {
    padding: 30px !important;
  }

  #pesquisa {
    margin-bottom: 10px;
  }
}


.rounded {
  margin-top: 30px !important;
  padding: 50px !important;
  border: 1px solid #cdbfb77d;
  border-radius: 10px !important;
  background-color: #e4cccc03;
}

.navbar {
  background-color: #332b1d;
  padding: 30px;
}

.tab .tab-content {
  border: 1px solid #cdbfb77d;
  border-radius: 0 0 10px 10px;
  background-color: #FFF;
}

.nav-tabs .nav-link {
  color: #9e9e9e;
}

.nav-tabs .nav-link:hover {
  background-color: #e8e8e8;
  color: #6d6464;
}

.tab-content>.tab-pane {
  padding: 50px !important;
}

.card-body .tab-content>.tab-pane {
  padding: 0px !important;
}

.tab-pane.tabTable {
  padding: 0 !important;
  margin-top: 30px;
}

.tab-content .card-title {
  padding: 0 0 15px 0;
  font-size: 16px;
  color: #5d874f !important;
}

.tab-content .row:last-child {
  margin-bottom: 0 !important;
}

.blocoBusca {
  background-color: #a9211c;
  padding: 40px 35px 25px 35px !important;
  border-radius: 10px 0 10px 10px;
  color: #FFF;
  position: relative;

}

.blocoDatas {
  padding: 25px 30px;
  border-bottom: 1px solid #e8e8e8;
  background: #f6f6f6;
}

.blocoDatas h3 {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 300;
  color: #8e8e8e;
  /* font-family: "Staatliches", sans-serif; */
}

.listaDatas li {
  background-color: #FFF;
  padding: 10px;
  border-radius: 0 !important;
  border: 1px solid #e8e8e8;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 160px;
}

.listaDatas li button {
  padding: 8px 12px 7px 12px;
  color: #000;
  border-radius: 4px !important;
  transition: none !important;
  /* font-family: "Staatliches", sans-serif; */
  line-height: .9em;
  width: 100%;
  font-size: 14px !important;
  font-weight: 700;
}

.listaDatas li button:hover,
.listaDatas li .active {
  background-color: #a9211c !important;
  color: #fff !important;
}

.tituloViagens {
  color: #607d8b;
  font-family: "Staatliches", sans-serif;
  line-height: .9em;
  position: absolute;
  font-size: 34px;
  margin: 10px 0 0 0;
}

.blocoViagens {
  margin-top: 25px !important;
  border-radius: 15px !important;
  overflow: auto;
}

@media screen and (max-width: 1199px) {

  .colBotoes {
    margin-top: 10px;
  }

  .itemValor,
  .itemValor .recebvlr {
    text-align: center;
  }

  .itemValor .recebvlr {
    margin-top: 5px !important;
  }

  table tbody tr:hover {
    background-color: #FFF !important;
  }

  .tab-content>.tab-pane {
    padding: 30px !important;
  }

  .tab-pane.tabTable {
    padding: 0 !important;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    width: 100% !important;
  }

  .precoPassagem {
    margin: 0 0 0 0;
    text-align: left;
  }

  .blocoResumo {
    margin-top: 30px;
    padding: 20px !important;
  }

  .botaoPagamento {
    margin-top: 0px;
  }

  #main {
    padding: 50px 30px 30px 30px;
  }

  .pagetitle h1 {
    font-size: 20px;
    line-height: 1em;
  }

  .rounded {
    margin-top: 15px;
    padding: 0px !important;
    border: none;
  }

  .row>* {
    padding: 0 !important;
    margin-top: 0 !important;
  }

  .botoesFormulario .btn.btn-primary,
  .botoesFormulario .btn.btn-secondary {
    width: 100%;
    padding: 14px 20px 10px 20px;
  }

  .botoesFormulario {
    flex-direction: column-reverse;
  }

  .botoesFormulario .btn.btn-secondary {
    margin-top: 20px;
  }

  .dt-buttons button {
    border: none !important;
    border-bottom: 1px solid #ffffff29 !important;
    background: transparent !important;
    color: #FFF !important;
    margin: 0;
    padding: 8px 10px !important;
    border-radius: 0 !important;
    width: 100%;
  }

  div.dt-buttons {
    background-color: black;
    margin-bottom: 30px;
  }

  .dt-down-arrow {
    color: #fff !important;
  }

  .dt-buttons button:hover .dt-down-arrow {
    color: #000 !important;
  }

  .dt-buttons {
    width: 100%;
  }

  div.dt-button-collection {
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
    background-color: black;
    overflow: hidden;
    z-index: 2002;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
  }

  div.dt-button-collection button.dt-button,
  div.dt-button-collection div.dt-button,
  div.dt-button-collection a.dt-button {
    margin: 0;
  }

  table.dataTable {
    overflow: auto;
    width: 100%;
    display: block;
  }

  div.dataTables_wrapper div.dataTables_info {
    padding: 15px 0 20px 0;
  }

  .table-bordered>:not(caption)>* {
    display: block;
    padding: 10px 0;
  }

  .tabelaViagens>:not(caption)>* {
    display: block;
    padding: 0;
  }

  .table>tbody,
  .tabelaViagens>tbody {
    width: 100%;
    display: block;
  }

  .table>thead,
  .tabelaViagens>thead {
    display: none;
  }

  table.table-bordered.dataTable tbody th,
  table.table-bordered.dataTable tbody td {
    display: block;
    padding: 2px 20px;
  }

  .tabelaViagens td {
    display: block;
    border-bottom: 1px solid #E3E1E0;
  }

  .colBotoes {
    display: flex !important;
  }

  table.table-bordered.dataTable th:last-child,
  table.table-bordered.dataTable th:last-child,
  table.table-bordered.dataTable td:last-child,
  table.table-bordered.dataTable td:last-child {
    border-right-width: 0;
  }

  table tr {
    border-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  th:before {
    content: attr(data-th) " ";
    width: 35%;
    float: left;
    display: block;
    color: #000;
    margin-right: 2px;
    font-size: 10px;
    margin-top: 0.8px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
  }

  .colBotoes:before {
    display: none;
  }
}

.tableTrip {
  width: 100% !important;
}

@media (max-width: 1199px) {
  .blocoBusca {
    padding: 20px 15px 25px 15px !important;
  }

  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .toggle-sidebar .bi-list::before {
    content: "\f659";
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }

  .header p {
    display: none !important;
  }

  .secaoPassageiro {
    padding: 130px 30px 30px 30px !important;
  }
}

@media screen {
  .corpo {
    overflow: hidden;
  }

  .dataTables_info {
    display: none;
  }

  .corpo::before {
    content: '';
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999999;
    background: radial-gradient(circle farthest-corner at 50% 50%, #ffc107fa, hsl(18deg 90% 18% / 83%)),
      url(https://reservas.expressoriopardo.com.br/img/625a9f1f-fb4a-4094-8e53-47da2be1a963.jpg);
    background-position: 0 0, center;
    background-size: auto, cover;
  }

  .corpo::after {
    content: '';
    position: fixed;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    z-index: 9999999999;
    background: url("../img/loading.svg");
    background-position: 0 0;
    background-size: auto;
  }
}

@media print {

  th {
    padding: 10px 20px !important;
  }

  th,
  td {
    border-width: 0;
  }

  td {
    font-size: 12px;
    line-height: 1em;
  }

  table {
    margin-top: 50px !important;
  }

  .corpo {
    overflow: auto;
  }

  .corpo::before {
    display: none !important;
  }
}

.tituloPrint {
  margin: 20px 0 0 0;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 34px;
  color: #a9201a;
  font-family: "Staatliches", sans-serif;
}

.resumo-viagem {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ffffff29;
  background: #ac2e2a;
  margin-bottom: 30px;
  display: none;
}

.resumo-viagem--de:first-child,
.resumo-viagem--para:first-child {
  margin-top: 9px;
}

.resumo-viagem::before {
  content: '';
  background: url(https://reservas.expressoriopardo.com.br/img/origem-destino.svg) no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 14px;
  height: 50px;
}

.resumo-viagem--de,
.resumo-viagem--para {
  font-weight: bold;
  padding: 7px 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.secaoPassageiro .dataTables_info {
  display: none;
}

.linhaPermissionamento {
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.linhaPermissionamento label input {
  margin: 0;
  padding: 0;
  height: 18px;
}

.linhaPermissionamento label {
  margin: 0;
  padding: 0;
  color: #000;
  cursor: pointer;
  font-weight: 500;
}

.botaoTodos {
  font-size: 16px;
  font-weight: 800;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 2px 7px 0px 7px;
  background-color: #FFF;
  border: 1px solid #0075ff;
  color: #0075ff;
  float: right;
  padding: 5px
}

.botaoTodos:hover {
  background-color: #0075ff;
  color: #FFF;
}

.opcoesPermissionamento {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}

.opcoesPermissionamento div {
  border-radius: 4px;
}

.tituloPermissoes {
  color: black;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 16px;
  margin: 0 0 22px 0;
  float: left;
  width: 70%;
}

.labelCheckbox {
  font-size: 16px;
}

.itemCheckbox {
  margin: 22px auto 0 auto;
  height: 30px;
  width: 30px;
  float: left;
}

@media screen and (max-width: 1250px) {

  .linhaPermissionamento label {
    font-size: 14px;
  }

  .linhaPermissionamento {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .opcoesPermissionamento div {
    padding: 8px 5px 4px 5px;
  }
}

@media screen and (max-width: 479px) {
  .tituloPermissoes {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .botaoTodos {
    float: left;
    margin: 0 0 20px 0;
  }

  .opcoesPermissionamento {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {

  .labelCheckbox {
    margin-top: 7px;
  }

  .itemCheckbox {
    margin: 0 auto 20px auto;
  }
}



.nomeBotao {
  padding: 5px 10px;
  background-color: #e1e1e1;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.nomeBotao:hover {
  background-color: #f2a12c;
}

.listaOpcoes {
  position: absolute !important;
  background-color: #22331d !important;
  padding: 16px !important;
  z-index: 10 !important;
  border-radius: 10px 0 10px 10px !important;
  top: 0px !important;
  right: 0 !important;
  left: auto !important;
  box-shadow: -4px 8px 14px #1b262875;
}

.listaOpcoes .btn {
  background-color: #FFF;
  border-radius: 8px 0 8px 8px !important;
  border: none;

}

/* Estilos principais para os blocos do formulário */
.bloco-form-passageiro .card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  /* Garante que o header arredondado funcione */
}

.bloco-form-passageiro .card-header {
  background-color: #3c3c3c;
  /* Um cinza escuro para combinar */
  color: #fff;
  font-weight: bold;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

/* Estilo para o bloco de passageiro que será clonado */
.passageiro-card-dinamico {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 1.5rem;
  position: relative;
}

/* Adiciona um espaçamento entre os blocos de passageiros */
.passageiro-card-dinamico+.passageiro-card-dinamico {
  margin-top: 1.5rem;
}

.passageiro-titulo {
  color: #8b4513;
  /* Marrom para o título do passageiro */
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}

/* Botão de remover passageiro (lixeira) */
.btn-remover-passageiro {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d9534f;
  /* Tom de vermelho */
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
}

.btn-remover-passageiro:hover {
  color: #c9302c;
}

/* Botão de Adicionar Passageiro */
.btn-adicionar-passageiro {
  background-color: #5cb85c;
  /* Tom de verde do seu botão de pagamento */
  border-color: #4cae4c;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 0.75rem;
  margin-top: 1rem;
}

.btn-adicionar-passageiro:hover {
  background-color: #4cae4c;
  border-color: #4cae4c;
  color: white;
}

/* Ajustes finos nos labels */
.form-label {
  font-weight: 500;
  color: #555;
}

*, .nav-link {
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .colBotoes {
    flex-direction: column;
  }

  .listaOpcoes {
    position: static !important;
    padding: 16px !important;
    width: auto;
    transform: translate(0) !important;
  }
}