.example:not(:first-child) {
  margin-top: 1.5rem;
}
.example .tab-content {
  background-color: #f9fafa !important;
}
.dark-theme .example .tab-content {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.example + p {
  margin-top: 1.5rem;
}
.example .preview + p {
  margin-top: 2rem;
}
.example .preview > .form-control + .form-control {
  margin-top: 0.5rem;
}
.example .preview > .nav + .nav,
.example .preview > .alert + .alert,
.example .preview > .navbar + .navbar,
.example .preview > .progress + .progress {
  margin-top: 1rem;
}
.example .preview > .dropdown-menu {
  position: static;
  display: block;
}
.example .preview > :last-child {
  margin-bottom: 0;
}
.example .preview > svg + svg,
.example .preview > img + img {
  margin-left: 0.5rem;
}
.example .preview > .btn,
.example .preview > .btn-group {
  margin: 0.25rem 0.125rem;
}
.example .preview > .btn-toolbar + .btn-toolbar {
  margin-top: 0.5rem;
}
.example .preview > .list-group {
  max-width: 400px;
}
.example .preview > [class*=list-group-horizontal] {
  max-width: 100%;
}
.example .preview .fixed-top,
.example .preview .sticky-top {
  position: static;
  margin: -1rem -1rem 1rem;
}
.example .preview .fixed-bottom {
  position: static;
  margin: 1rem -1rem -1rem;
}
@media (min-width: 576px) {
  .example .preview .fixed-top,
  .example .preview .sticky-top {
    margin: -1.5rem -1.5rem 1rem;
  }
  .example .preview .fixed-bottom {
    margin: 1rem -1.5rem -1.5rem;
  }
}
.example .preview .pagination {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

body{
  overflow-x: hidden;
}

.toastmsg{
  width: auto;
  height: auto;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding:10px;
  border-radius: 5px;
  display:none;
  z-index: 9999999999;
}

.terror{
  background: #B22222;
  color: #FFFFFF;
}

.tsucess{
  background: #089108;
  color: #FFFFFF;
}

.tinfo{
  background: #0889bd;
  color: #FFFFFF;
}

.link_dec{
  text-decoration: none!important;
  color:#394455!important;
}

.paginate_button {
  background: #394455;
  color:#FFFFFF;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left:5px;
  padding-right: 5px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  font-size:12px;
  margin:3px;
  opacity: 0.5;
}

.paginate_button:hover{
  background: #394455;
  color:#FFFFFF;
  opacity: 1;
}

.current{
  background: #394455;
  color:#FFFFFF;
  font-weight: bold;
  opacity: 1;
}

.current:hover{
  background: #394455;
  color:#FFFFFF;
  opacity: 0.5;
}

#tabela_next, #tabelad_next, #tabelac_next{
  margin-left: 20px;
}

#pesqtable{
  width: 300px!important;
  float: right;
  margin-bottom: 10px;
}

#tabela_paginate, #tabelad_paginate, #tabelac_paginate{
  float: right;
}

.link_table{
  text-decoration: none!important;
  color:#394455!important;
  cursor:pointer;
}

.modal{
  width: 100vw;
  height: 100vh;
  background-color: rgba(10,23,55,0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999999;
}

.box_modal{
  width: 500px;
  position: absolute!important;
  left: 0!important;
  right: 0!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  margin:0 auto;
}

.icon_close_modal{
  color:red;
  cursor: pointer;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: transparent!important; 
}

body::-webkit-scrollbar-thumb {
  background-color: #303C54;
}

textarea::-webkit-scrollbar {
  width: 5px;
}

textarea::-webkit-scrollbar-track {
  background: transparent!important; 
}

textarea::-webkit-scrollbar-thumb {
  background-color: #303C54;
  border-radius: 5px;
}

.link-dash{
  text-decoration: none!important;
  color: #333333;
}

.btn{
  color:#FFFFFF!important;
}

td{
  vertical-align: middle!important;
  border: 1px solid #cccccc;
}

th{
  vertical-align: middle!important;
  cursor:n-resize;
  border: 1px solid #cccccc;
}

.thead-kf{
  background: #394455;
  color:#FFFFFF;
}

table{
  user-select: none!important;
}

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