/*
* Base structure
*/
@font-face {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
}


body,
a,
button,
p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
input,
button,
select,
textarea,
label,
div {
  font-family: 'Avenir', sans-serif;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font-family: 'Avenir', sans-serif;
  overflow-x: hidden;
  background: #f5f5f5;
}

button {}

span .glyphicon-chevron-left {
  color: #F05222 !important;
}

form label {
  color: #898989;
  font-weight: 300 !important;
}

span.stepper-next {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px
}

span.stepper-before {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px
}

a {
  color: #000000;
}

td {
  font-size: 14px !important;
}

#align-center {
  text-align: center !important;
  color: #800000 !important;
}

.btn-success {
  background: #1C66A9;
  border: none !important;
  color: white !important;
  border-radius: 100% !important;
  width: 43px;
  height: 43px;
  text-align: center;
  font-size: 18px;
}

.btn-success:hover {
  background: #001323;
}

.btn-danger {
  background-color: #FA6262 !important;
  border-color: #FA6262 !important;
  color: white !important;
  border-radius: 20px !important;
}


.btn-laranja {
  background-color: #800000 !important;
  /* border-color: #E9AA00!important; */
  color: #fff !important;
}


.btn-laranja {
  background-color: #800000 !important;
  /* border-color: #E9AA00!important; */
  color: #fff !important;
}

.btn-primary {
  color: #fff;
  background-color: #001323;
  border-color: #001323;
  font-weight: bold;
  outline: 0px !important;
  outline-offset: 0px !important;
  height: 45px;
  font-size: 11px !important;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #001323;
  border-color: #001323;
}

.btn-primary:hover {
  color: #fff;
  background-color: #001323;
  border-color: #001323;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #001323;
  border-color: #001323;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #001323;
  border-color: #001323;
}

.border-radius {
  border-radius: 5px;
  text-transform: uppercase;
}

.inserir_modulo {
  border-radius: 100% !important;
}

.total-relatorio {
  font-weight: 100;
  padding-top: 9%;
  padding-left: 0;
  text-align: left;
}

.dashboard_title {
  background-color: #fff !important;
  color: #878891 !important;
}

.btn-insert {
  background-color: #800000 !important;
  border-color: #800000 !important;
  color: #fff !important;
  width: 50px;
  border-radius: 50px 50px;
}

.table>thead>tr>th,
.table>tbody>tr>th {
  border: 0 !important;
}

.table-responsive thead {
  background: #fff;
  padding: 20px;
  color: #000;
}

.table-responsive thead tr {
  padding: 10px;
}

.fontAwesome {
  font-family: FontAwesome, sans-serif;
}

.img-equip-evento {
  max-width: 200px;
  max-height: 120px;
  margin: 3%;
}

.img-modal-equipamento {
  margin-left: 30%;
  max-width: 800px;
  max-height: 600px;
  padding-bottom: inherit;
}

.modal-position {
  width: 65%;
  margin: auto;
  margin-top: 35%;
  border-radius: 0px;
  border: 0px;
}

.modal-backdrop {
  background-color: #fff !important;
}

.modal-backdrop.in {
  opacity: 0.5 !important;
  z-index: 9998;
  position: fixed;
}


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

.row-info-dashboard {
  margin-bottom: 3.5%;
}

.btn-dashboard {
  color: #fff;
  border: 0px !important;
  background-color: #E9AA00;
  border-radius: 50px 50px !important;
}

.btn-default {
  color: #fff;
  border-radius: 20px !important;
  background: #1C66A9;
  border: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: #FFFFFF;
  outline: 0px;
  height: 35px;
}

.btn-default:hover {
  color: #fff;
  background: #001323;
  opacity: 0.7;
  outline: 0px;
}

.btn-default:focus,
.btn-default.focus {
  color: #fff;
  background: #001323;
  border: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  color: #FFFFFF;
  outline: 0px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
  outline: 0px;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
  color: #fff;
  background: #001323 !important;
  border: none;
  outline: 0px;
}

.menu-admin:hover {
  color:#FFF !important;
  color: #fff !important;
}

.centralizar {
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centralizar-contador {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table>thead:first-child>tr:first-child>td {
  text-transform: uppercase;
  background: #001323;
  border: 0 !important;
  font-weight: 500;
  color: #fff;
}

.table-bordered>tbody>tr>td {
  border: 0px;

}


.sweet-alert h2 {
  color: #004593 !important;
}

.pad-5 {
  margin-left: 5px;
}

.link-central-ajuda {
  text-decoration: none !important;
}
.form-control{
  border-radius: 20px!important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: none !important;
}

.img-100 {
  width: 100px;
  max-width: 150px !important;
}

.img-usuarios {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.title-image {
  font-weight: bold;
  letter-spacing: 1;
}

.bootstrap-tagsinput .tag {
  background-color: #2E8B57;
}

.contador-panels {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 27px;
  font-weight: 600;
  text-align: left;
  margin-top: 20px;
  color: #800000;
}

.color-h4 {
  color: #000352;
}

.nome-panels {
  font-size: 14px;
  padding-top: -11px;
  margin-bottom: 0px;
  color: #A5A6AD;
}

.title-panels {
  display: block;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 10px;
}

.no-padding {
  padding: 0 !important;
}

.button-alterar-times {
  width: 132px;
  margin: auto;
  padding-top: 10px;
}

.padding-10 {
  padding: 10px;
}

.padding-5 {
  padding: 5px;
}

.padding {
  padding: 0px;
}

.btn-voltar {
  padding-left: 63% !important;
  background: transparent;
  color: #001323;
  font-size: 23px;
  outline: 0px;
}

.btn-voltar:active,
.btn.active {
  background-image: none;
  outline: 0px;
  box-shadow: none;
}

.btn-voltar:hover,
.btn:focus,
.btn.focus {
  color: #001323 !important;
  text-decoration: none;
  outline: 0px;
}



.btn-tam {
  margin-top: 10px;
  margin-bottom: 10px;
}


.title-input {
  color: #a5a6ad;
  font-size: 12px;
  font-weight: 600;
}

.custom-select-filtro::before {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  right: 30px;
  top: 55%;
  color: #4F515E;
}

.custom-select-filtro>select {
  -webkit-appearance: none;
  -webkit-appearance: none;
}

.custom-select::before {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  right: 30px;
  top: 7px;
  color: #DDDDDD;
}

.custom-select>select {
  -webkit-appearance: none;
  -webkit-appearance: none;
}

.custom-select-label::before {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  right: 30px;
  top: 32px;
  color: #DDDDDD;
}

.custom-select-label>select {
  -webkit-appearance: none;
  -webkit-appearance: none;
}

.button-alterar-times {
  width: 132px;
  margin: auto;
  padding-top: 10px;
}

.flex-confontos {
  display: flex;
  justify-items: center;
  justify-content: space-between;
}

.bootstrap-select>.dropdown-toggle {
  height: 100% !important;
}

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid transparent;
  margin-bottom: 0;
  outline: 0;
}

.button-reverse {
  width: 48px;
  height: 40px;
  margin: auto;
  padding-top: 10px;
}

.icon-versos {
  width: 100px;
  height: 10px;
  margin: auto;
  padding-right: 10px;
}

.direction {
  flex-direction: row-reverse;
}

.image-checkbox-checked {
  border-color: #4783B0;
}

.image-checkbox .fa {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}

.image-checkbox-checked .fa {
  display: block !important;
}

.img-tamanho {
  height: 100px;
  margin: auto;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* Top navigation - Hide default border to remove 1px line. */
.navbar-fixed-top {
  border: 0;
}


/* Sidebar */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sidebar {
    width: 16% !important;

  }

  .dropdown-toggle {
    background-color: #001323 !important;
  }

  .dropdown-toggle:hover {
    background-color: #001323 !important;
    color: black !important;
  }


}


@media (min-width: 768px) and (max-width: 991.98px) {
  .remove_button {
    margin-top: 6%;
  }

  .dropdown-toggle .responsivo:hover {
    background-color: #800000 !important;
    color: white !important;
  }

  #menuMobile {
    display: none !important;
  }

  .dropdown-toggle {
    background-color: #001323 !important;
  }

  .dropdown-toggle:hover {
    background-color: #001323 !important;
    color: black !important;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {

  .remove_button {
    margin-top: 6% !important;
  }

  .dropdown-toggle {
    color: white !important;
    background-color: #800000 !important;
  }

  .active a {
    background-color: #800000 !important;
  }

  .active a:hover {
    background-color: #001323 !important;
    color:#FFF !important;
  }

  .menus a {
    color: #fff !important;

  }

  .menus a:hover {
    background-color: #001323 !important;
    color:#fff !important;

  }

  .dropdown-toggle .responsivo:hover {
    background-color: #800000 !important;
    color: white !important;
  }
}

@media (max-width: 575.98px) {
  .dropdown-toggle {
    color: white !important;
    background-color: #800000 !important;
  }

  .remove_button {
    margin-top: 6%;
  }

  .dropdown-toggle .responsivo:hover {
    background-color: #800000 !important;
    color: white !important;
  }

  .active a {
    background-color: #800000 !important;
  }

  .active a:hover {
    background-color: #001323 !important;
    color:#FFF !important;
  }

  .menus a {
    color: white !important;

  }

  .metragens {
    font-size: 11px !important;
  }

}

.menus a:hover {
  background-color: #f5f5f5 !important;
  color:#001323 !important;

}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    width: 16% !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background: #001323;
    text-align: center;
    color: #000;
  }
  .active{
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #menuMobile {
    display: none !important;
  }

  .dropdown-toggle {
    background-color: #fff !important;
  }

  .dropdown-toggle:hover {
    background-color: #fff !important;
    color: black !important;

  }

  .remove_button {
    margin-top: 6%;
  }

}

.active.menus a:hover {
  background-color: #800000 !important;
}

@media (min-width: 1200px) {
  #menuMobile {
    display: none !important;
  }

  .dropdown-toggle {
    background-color: #001323 !important;
  }

  .dropdown-toggle:hover {
    background-color: #001323 !important;
    color: #000 !important;
  }

  .remove_button {
    margin-top: 6%;
  }
}

/* Sidebar navigation */
.nav-sidebar>li>a {
  font-size: 14px;
  padding: 15px 20px;
  float: left;
  text-align: left;
  width: 100% !important;
  cursor: pointer;
  color: #FFF;
  padding-left: 30px;
  background: #001323;
}

.nav-sidebar>.active>a,
.nav-sidebar>.active>a:hover,
.nav-sidebar>.active>a:focus {
  color: #001323 !important;
  background-color: #f5f5f5 !important;
  border-left: solid #1C66A9 4px;
  transition: 0.5s ease;
  width: 100% !important;
  padding-left: 30px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  font-weight: bold;
}

/*
  * Main content
  */
a .menus:hover {
  background-color:#001323 !important;
  color:#FFF !important;
}

.main {
  padding: 5%;
  margin-left: 18%;
}

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header {
  margin-top: 0;
  font-weight: 700;
  color: #001323;
  font-size: 30px;
  border: none !important;
  margin-bottom: 0;
}

/* Placeholder dashboard ideas  */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}

.placeholders h4 {
  margin-bottom: 0;
}

.placeholder {
  margin-bottom: 20px;
}

.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.navbar-brand {
  padding: 0px !important;
  height: 100px;
  box-shadow: 0px 2px 3px #0000000D;
}

.navbar-brand img {
  width: 100px;
  background-size: cover;
  margin-top: 0px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  background-color: #fff !important;
}

.navbar-inverse {
  background-color: #ffffff !important;
  color: #000;
  border-bottom: 2px solid #eee;
  padding: 6px;
  box-shadow: 0px 0px 6px #0000000A;
}

/* .tool {
  position: relative;
  text-align: center
}

.tool::before,
.tool::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  z-index: 1000000000;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
  opacity: 1;
  z-index: 1000000000;
  font-size: 11px;
  text-transform: uppercase;
}

.tool::before {
  border-style: solid;
  border-width: 1em .75em 0 .75em;
  border-color: rgba(62, 71, 79, 0.8) transparent transparent transparent;
  bottom: 100%;
  margin-left: -.5em;
  content: " ";
}

.tool::after {
  background: rgba(62, 71, 79, 0.8);
  border-radius: 20px;
  bottom: 125%;
  color: white;
  min-width: 14.5em;
  padding: 3px;
  margin-left: -8.75em;
  content: attr(data-tip);
} */

.form-busca .col-md-4 {
  margin-bottom: 10px;
}
.form-busca .col-md-3 {
  margin-bottom: 10px;
}

button {
  border-radius: 25px !important;
  border: 0px;

}

.form-mostruario .form-control {
  border-radius: 15px;
}

.form-adicionar .col-md-4 {
  margin-bottom: 10px;
}

.recovery {
  cursor: hand !important;
}

.profile-photo .slim {
  width: 150px;
  border-radius: 50%;
}

.form-adicionar .col-md-3 {
  margin-bottom: 10px;
}

.form-adicionar .col-lg-12 {
  margin-bottom: 10px;
}

.panel-title {
  color: white;
  padding: 10px;
  background: #001323;
  text-transform: uppercase;
  font-size: 13px;
}

.panel-heading {
  padding: 0 !important;
}

.center {
  text-align: center;
}

.stepper {
  padding: 8px;
  cursor: pointer;
  border: 1px solid #0f4b8e;
  border-radius: 4px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 16px
}

.buscar {
  border-radius: 30px !important;
  background-color: #800000 !important;
  color: white !important;
  padding: 10px;
}

.stepper-active {
  background-color: #001323;
  color: #fff;
  border: 1px solid #001323;
  border-radius: 4px;
  padding: 8px;
  font-size: 16px
}

.stepper:hover {
    background-color: #00132380;
    color: #fff
}

.active .menus {
  background-color: #001323 !important;
  color: white !important;
}

.valid {
  border: 1px solid green;
}

.invalid {
  /* background-color: rgba(255, 211, 237, 0.14); */
  border: 1px solid red !important;
}

.filtroativo {
  background-color: rgb(235, 255, 224);
}

.btn-accept{
  background:#1C66A9;
}

.btn-deny{
  background: #F55B67;
}

.btn-accept:hover{
  background:#1C66A9 !important;
  opacity: 0.7 !important;
}

.btn-deny:hover{
  background: #F55B67 !important;
  opacity: 0.7 !important;
}
.btn-info {
  margin-top: 5px;
  border-radius: 20px !important;
  background: #1C66A9;
  border: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  color: #FFFFFF;
  outline: 0px;
  height: 35px;
  padding: 2px 10px!important;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #001323;
  border-color: #1C66A9;
}

.btn-info:hover {
  color: #fff;
  background-color: #001323;
  opacity: 0.7;
  border-color: #1C66A9;
}

#menuMobile {
  max-height: 1000px !important;
  background-color: rgb(74, 30, 101) !important;
  color: white !important;
}


#menuMobile li {
  line-height: 15px !important;
  font-size: 11px !important;
  padding: 0
}



.rodape {
  background-color: none;
  text-align: center;
  color: #5a5a5a;
  font-size: 12px;
  padding-top: 5px;
  position: relative;
  bottom: 0px;
  height: 40px;
  width: 100%;
  z-index: 9999;
}

.rodape-login {
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: relative;
  bottom: 0 !important;
  width: 100%;
  z-index: 9999;
}

.img-rodape-login {
  max-width: 100%;
  max-height: 100%;
}

.footer {
  position: absolute;
}

.main {
  min-height: calc(100vh - 90px);
}

.img-div-time {
  height: 20px;
  margin: auto;
}

.img-div-time img {
  height: 20px;
  max-width: 50px;
}

.table-responsive {
  text-align: center;
  color: #4F515E;
  box-shadow: 0 1px 15px rgb(255, 255, 255);
}

.active .dialog-team {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  margin: auto;
}

.active .dialog-team::after {
  content: "\f00c";
  font-family: "fontawesome";
  background: green;
  text-align: center;
  color: #fff;
  font-size: 27px;
  border-radius: 50%;
}

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

.listaImagens img {
  width: 200px;
  margin: 10px;
  border: 3px solid #ccc;
  margin-left: 0px;
}

.listaVideos video {
  width: 400px;
  margin: 10px;
  margin-left: 0px;
}

.navbar-toggle {
  border-color: #800000 !important;
}


.navbar-toggle>.icon-bar {
  background-color: #800000 !important;
}

#tab-user {
  color: #A5A6AD;
  background-color: #fff !important;
  border: 0;
}

#a-menu-lateral {
  color: #000;
  font-size: 14px;
}

#a-menu-lateral:hover {
  background: #001323 !important;
  color: #fff;
}

#txt-foto {
  color: #4F515E;
  font-weight: 100;
  line-height: 1.2;
}

#panel-heading {
  padding: 15px !important;
}

#page-header {
  border: 0px !important;
}

#panel {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgb(255, 255, 255);
  box-shadow: 0 1px 15px rgb(255, 255, 255);
  border: 0;
}

#imgavatar,
#avatar,
#imgimagem,
#imgfoto,
#files {
  border-radius: 100px;
  width: 150px;
  height: 150px;
  object-fit: cover;
  background-color: #e8e8e8;
}

#form-busca input.input-form-busca::placeholder,
#form-busca select.select-form-busca::placeholder,

#form-alt input.input-form-alt::placeholder,
#form-alt textarea.textarea-form-alt::placeholder,
#form-alt select.select-form-alt::placeholder,

#form-add select.select-input-form::placeholder,
#form-add input.input-form-add::placeholder,
#form-add textarea.textarea-form-add::placeholder {
  color: #555 !important;
  font-weight: 100;
}

#mudar_times {
  display: none;
  width: 100%;
  height: auto;
  border-style: dashed;
  overflow: hidden;
  margin-top: 30px;
}

#campeonatos-selecionados {
  margin-top: 10px;
  margin-bottom: 10px;
}

#logout a {
  color: #333;
}

#linkifu,
#linkifu:link,
#linkifu:visited {
  color: #FF9800 !important;
}


#divimg {
  margin-bottom: 5%;
}

#formImage {
  display: none;
}

#formVideo {
  display: none;
}

#label-recuperar {
  text-align: center;
  color: #838383;
}

.panel-body {
  width: 100%;
  /* overflow-x: auto; */
}

#overlay {
  opacity: 0.9 !important;
  z-index: 1039;
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  transition: opacity 200ms ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* Black background with opacity */
  /* z-index: 2; Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

#lista-motoboys tbody tr td,
#lista-clientes tbody tr td {
  vertical-align: middle;
}

.midias img {
  width: 100px !important;
  border: solid 5px #ccc;
  margin: 10px;
  vertical-align: top;
  display: inline-block;
}

.chat1 {
  background-color: #FFF !important;
  border: solid 2px #c3c3c3;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  width: 60%;
  display: inline-block;
}

.separador {
  width: 200px;
  display: inline-block;
  height: 30px;
  background-color: white;
}

.conversa img {
  width: 50px;
  border: solid 2px #c3c3c3;
  border-radius: 30px;
  display: inline-block;
}

.hidden {
  display: none !important;
}

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

.flex-direction-column {
  flex-direction: column;
}

.container-logo {
  margin-bottom: 3%;
  margin-top: 6%;
  width: 25%;
}

.container-logo img{
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.container-login {
  /* background: #fff; */
  width: 25%;
  height: 180px;
  /* box-shadow: 0px 3px 6px #00000029; */
  border-radius: 9px;
  padding: 10px;
}


.btn-login {
  width: 25%;
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 7px !important;
  opacity: 1;
  margin-top: 50px;
  color: #001323 !important;
}

.moda


.padding-0 {
  padding: 0px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}


.width-400 {
  width: 350px !important;
}

.text-align-center {
  text-align: center;
}

.modal-header {
  padding-bottom: 10px;
}

.modal-title {
  font-weight: bold;
}

.btn-recuperar {
  height: 50px;
  width: 60%;
}
l-footer {
  border: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0px;
  outline-offset: 0px;
  color: #FFF!important;
}

.gradient-button {
  background: #001323;
  border: none;
}

.panel-footer button {
  width: 140px;
  text-transform: uppercase;
}

textarea {
  resize: none;
}

.nome-mapa {
  color: #001323 !important;
  font-weight: bold !important;
  text-align: center;
}

.img-galeria {
  width: 130px;
  height: 100px;
  object-fit: cover;
  border-radius: 13px;
}


.titulo-box-relatorio {
  color: #001323;
  font-weight: bold;
  font-size: 15px;
}

#divBusca {
  color: #fff;
  background: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #FFFFFF;
  outline: 0px;
  height: 35px;
}

#txtBusca {
  float: left;
  background-color: transparent;
  font-size: 12px;
  border: none;
  outline: 0px;
  width: 93%;
}

.box-relatorio {
  width: 24%;
  height: 95px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.height-45 {
  height: 45px;
}

.div-evento-data {
  color: #43425D;
  font-weight: bold;
  font-size: 12px;
}

.local-data {
  color: #43425D;
  font-weight: bold;
  font-size: 12px;
  text-align: end;
  padding-right: 61px;
}

.h5-titulo-dashboard {
  color: #001323;
  font-size: 17px;
  font-weight: bold;
}

.titulo-box-relatorio {
  color: #001323;
  font-weight: bold;
  font-size: 15px;
}

.box-dashboard {
  width: 32%;
  height: auto;
  margin-right: 9px;
  margin-bottom: 20px;
  padding-left: 3px;
  padding-right: 3px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #0000000A;
}

.box-dashboard-2 {
  width: 43%;
  height: 125px;
  margin-right: 23px;
  margin-bottom: 6px;
  padding-left: 3px;
  padding-right: 3px;
}

.titulo-box-dashboard {
  color: #4B4B4B;
  font-weight: bold;
  font-size: 30px;
  margin-top: 10px;
}

.subtitulo-dash {
  color: #4B4B4B;
  font-size: 16px;
  padding-left: 13px;
  padding-top: 16px;
  opacity: 0.7;
}

.p-atendimento-consolidado {
  font-size: 14px;
  padding-top: 7px;
  padding-left: 9px;
  color: #4D4F5C;
}

.width-73 {
  width: 73%;
}

.btn-legenda1 {
  background-color: #001323;
  border-radius: 8px !important;
  width: 18px;
  height: 8px;
  margin-top: 3px;
  margin-right: 1.5%;
}

.p-legenda-grafico {
  font-size: 9px;
  color: #4D4F5C;
  opacity: 0.7;
}

.row-sem-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-9 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 9px;
  padding-right: 0;
}

.btn-legenda2 {
  background-color: #DB5D94;
  border-radius: 8px !important;
  width: 18px;
  height: 8px;
  margin-top: 3px;
  margin-right: 1.5%;
}

.btn-legenda3 {
  background-color: #8878BF;
  border-radius: 8px !important;
  width: 18px;
  height: 8px;
  margin-top: 3px;
  margin-right: 1.5%;
}

.btn-exportar {
  width: 35%;
  float: right;
  margin-top: 5%;
}

.text-muted {
  font-weight: 300;
  color: #BFBFBF;
}

.card-header {
  background: #001323;
  color: #fff;
  margin: -10px -10px 10px -10px;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px 10px;
}


.card-title {
  color: #001323 !important;
}

.owl-stage-outer {
  width: 95% !important;
  margin: 0 auto;
}

.owl-prev {
  background-color: transparent !important;
  color: #B7B7B7 !important;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px !important;
}

.owl-next {
  background-color: transparent !important;
  color: #B7B7B7 !important;
  height: 70%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 36px !important;
}

.card-body {
  width: 256px;
  padding: 10px;
  height: 200px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(#00000A, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(#00000A, 0.75);
  box-shadow: 1px 1px 5px 0px rgba(#00000A, 0.75);
  display: inline-block;
  margin-left: 10px;
}

.contagem-atendimento {
  background: #001323;
  border: none !important;
  color: white !important;
  border-radius: 100% !important;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.p-totalleituras {
  text-align: center;
  margin-bottom: 4px;
  font-size: 14px;
}

.div-totalleituras {
  background-color: #fff;
  width: 100%;
  height: 76px;
  text-align: center;
}

.h3-valorleituras {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  color: #778087;
}

.padding-l-r-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.message-candidate {
  border: 1px solid #E7E8EA;
  border-radius: 14px;
  opacity: 1;
  width: 80%;
  margin-bottom: 10px;
  /* margin-top: 10px; */
  /* text-align: center; */
  padding: 15px;
  /* text-overflow: ellipsis; */
  white-space: normal !important;
}

.message-hiring-manager {
  background: transparent linear-gradient(180deg, #73B5ED 0%, #001323 100%) 0% 0% no-repeat padding-box;
  border-radius: 14px;
  opacity: 1;
  padding: 15px;
  width: 80%;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}

.message-name {
  /* text-align: right; */
  padding-right: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.message-date {
  padding-left: 10px;
  /* text-align: left; */
  letter-spacing: 0;
  color: #000000;
  opacity: 0.24;
  margin-bottom: 20px;
}

.textarea-chat {
  background: #F5F6FA 0% 0% no-repeat padding-box !important;
  opacity: 1 !important;
  border-radius: 10px !important;
}

.panel-transferencia {
  background: transparent linear-gradient(180deg, #73B5ED 0%, #73B5ED 100%) 0% 0% no-repeat padding-box;
  border-radius: 14px;
  color: #fff !important;
  height: 10px;
  overflow: hidden;
}

.panel-container-transferencia {
  border: none;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  white-space: nowrap;
}

.color-azul-bebe {
  color: #8878BF;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.botao-balao-status {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001323;
}

.margin-0 {
  margin: 0;
}


/* Modal mudar status */

.modal-status {
  width: 230px;
  height: auto;
  background-color: #fff;
  position: relative;
  top: -20px;
  left: 115px;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
}

.modal-status p {
  text-align: center;
  line-height: 20px;
  color: #001323;
  cursor: pointer;
}


.modal-faq {
  padding: 10px;
  width: 350px;
  height: auto;
  background-color: #fff;
  position: absolute;
  /* top: -1px; */
  left: 60%;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  z-index: 99999999;
  color: #4D4F5C;
}

.modal-atalhos{
  padding: 10px;
  width: 90%;
  height: 120px;
  background-color: #fff;
  position: absolute;
  top: -130px;
  height: 120px;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  z-index: 99999999;
  color: #4D4F5C;
}

.item-sugestao-atalho{
  display: flex;
  justify-content: start;
  margin-bottom: 15px;
}

/* Modal de transferencia */

.modal-tranfer {
  position: relative;
  width: 350px;
  margin-top: -100px;
  left: 200px;
  height: auto;
  background-color: #fff;
  padding: 50px;
  display: none;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
}


.align-center {
  text-align: center;
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.modal-concluir {
  position: relative;
  width: 350px;
  /* margin-top: -300px; */
  left: 200px;
  height: auto;
  background-color: #fff;
  padding: 50px;
  display: none;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.23);
}

.btn-importar {
  margin-bottom: 10px;
  border-radius: 26px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.head-listagem-ticket{
  padding-left: 10px;color: #fff;
  background: #001323 0% 0% no-repeat padding-box;
  opacity: 0.52;
  height: 40px;
  display: flex;
  align-items: center;
}

.itens-listagem-ticket{
  margin-bottom: 10px;
  margin-top: 10px;
}

.cor-ciano{
  color:#8878BF;
}

.lista-faqs{
  cursor: pointer;
}

.panel-body-mensagens{
  overflow-y: auto !important;
  height: 500px !important;
}


.img_upload{
  width: 42px;
  height: 42px;
  cursor: pointer;
}


.c-carrosel{
  padding:20px;
  border:dotted 1px;
  white-space:nowrap;
  overflow-x:auto;
}

.box{
  width:100px;
  height:180px;
  background-color: red;
  margin:10px;
  display:inline-block;
}

.icone-input-login {
  border: none;
  background: white;
}

.input-login {
  border: none;
  height: 50px;
}

.input-group{
  margin-bottom: 20px;
}
.link-esqueci-senha {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin-top: 22px;
  color: #fff;
}

.link-esqueci-senha a {
  text-decoration: none;
  color:#FFF;
}

.titulo-esqueci-senha {
  color: #fff;
  font-weight: bold;
  width: 30%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
}


.modal-content {
  background-color: #001323;
  border-radius: 30px;
  color: #FFF;
}

.inputPadrao {
  border-radius: 8px;
  border: 1px solid #B5B5B5;
}

.btn-upload-comercio {
  width: 75%;
  border: 1px solid #B5B5B5;
  border-radius: 8px !important;
  background: #fff;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-option-inner-inner {
  color: #FFF !important;
}

.caret {
  color: #FFF;
}

#imgbanner {
  border-radius: 8px;
  height: 200px;
  width: 500px;
  object-fit: cover;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  cursor: pointer;
}
.canva {
  display:block;
  background-color: #FFF;
  padding:10px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  margin-top: 5px;
  font-weight: 900;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.zpto {
  background-color: purple;
}
.item-lista-cancelado {
  background-color: red;
}
.item-lista-em-andamento {
  background-color: red;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.rejeitar-cliente{
  background-color: #F55B67;
  border-color: #F55B67;
  margin-right: 5px;
}

.aceitar-cliente{
  background-color: #1C66A9;
  border-color: #1C66A9;
  margin-right: 5px;
}

.btn-xs{
  height: 20px;
  padding-top: 3px;
}

.table-center{
  text-align: center;
}

.inserir_rentabilidade, .remover_rentabilidade{    
  margin-top: 20px;
  background-color: #5370f6;
  color: #FFF;
  opacity: 1 !important;
}

.input-fluxo{
  border-radius: 0 !important;
}

.nav-tabs > li > a{
  color: #001323;
  background: #DDDDDD;
  border-radius: 10px 10px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  background: #001323;
  color: #FFF;
  font-weight: bold;
}
.nav-tabs > li.active{
  padding-left:0;
}
.panel{
  border: 0;
}

.panico,.logout{
  cursor: pointer;
}
.panico{
  background-color: #F00;
}
.panico a:hover{
  background-color: #F33!important;
}
#modal_token .modal-content{
  padding: 20px;
}
#modal_token .modal-body{
  text-align: center;
}
#modal_token .modal-body input{
  background-color: transparent;
  border: solid 3px #fff;
  width: 10%;
  height: 50px;
  font-size: 40px;
  text-align: center;
}
#modal_token .modal-footer{
  text-align: right;
}
.hover_modal:hover{
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}

.container-token input{
  width: 5%;
  height: 50px;
  font-size: 40px;
  background-color: transparent;
  border: solid 3px #FFF;
  display: inline-block;
  text-align: center;
  color: #FFF;
}

.container-token .form-group{
  text-align: center;
}

.d-none{
  display: none!important;
}

.topmenu li{
 display: inline-block;
}

.title-header {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.table-entradas td{
    font-size: 12px !important;
    text-align: center;
}

.table-entradas thead {
    text-align: center;
    white-space: nowrap;
}





.lista-corretoras_col_3, .lista-corretoras_col_1 {
    width: 170px;
    max-width: 170px;
}

.table-entradas td{
    font-size: 12px !important;
    text-align: center;
}

.table-entradas thead {
    text-align: center;
    white-space: nowrap;
}

.lista-corretoras_col_3, .lista-corretoras_col_1 {
    width: 170px;
    max-width: 170px;
}

.btn-limpar-filtro {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-limpar-filtro i {
    font-size: 13px;
}

.lista-extrato-saidas_col_6 {
    text-align: left;
}

.lista-extrato-saidas_col_0 {
    width: 150px;
    max-width: 150px;
}

.lista-extrato-saidas_col_5 {
    width: 120px;
    max-width: 120px;
}

.lista-extrato-saidas_col_6 {
    width: 180px;
    max-width: 180px;
}

.lista-resgates_col_4, .lista-resgates_col_3, .lista-resgates_col_2 {
    width: 120px;
    max-width: 120px;
}

.conta-corrente_col_0,
.conta-corrente_col_2,
.conta-corrente_col_4,
.conta-corrente_col_5,
.conta-corrente_col_6 {
    width: 80px !important;
    max-width: 80px !important;
}

.conta-corrente_col_1,
.conta-corrente_col_3 {
    width: 120px !important;
    max-width: 120px !important;
}

.conta-corrente_col_3 {
    white-space: break-spaces;
}

.desabilita-edicao {
    pointer-events: none;
}
.desabilita-edicao:hover {
    cursor: not-allowed;
}

.lista-clientes_col_6 {
    white-space: break-spaces;
    width: 120px;
    max-width: 120px;
}

.lista-pagamento-clientes_col_0,
.lista-pagamento-clientes_col_2,
.lista-pagamento-clientes_col_3 {
    width: 130px;
    max-width: 130px;
}

.lista-pagamento-clientes_col_5,
.lista-pagamento-clientes_col_7,
.lista-pagamento-clientes_col_8 {
    width: 120px;
    max-width: 120px;
}

.lista-pagamento-clientes_col_1 {
    width: 140px;
    max-width: 140px;
}

.lista-pagamento-clientes_col_4,
.lista-pagamento-clientes_col_6,
.lista-pagamento-clientes_col_9 {
    width: 90px;
    max-width: 90px;
}

.btn-inativo {
    pointer-events: none;
}

.lista-detalhe-juros-clientes_col_1,
.lista-detalhe-juros-clientes_col_2,
.lista-detalhe-juros-clientes_col_3,
.lista-detalhe-juros-clientes_col_4,
.lista-detalhe-juros-clientes_col_5,
.lista-detalhe-juros-clientes_col_6,
.lista-detalhe-juros-clientes_col_7 {
    width: 110px;
    max-width: 110px;
}

.lista-detalhe-juros-clientes_col_0 {
    width: 130px;
    max-width: 130px;
}

.lista-detalhe-juros-clientes_col_8,
.lista-detalhe-juros-clientes_col_9 {
    width: 80px;
    max-width: 80px;
}

.lista-movimentacao-juros-clientes_col_3, 
.lista-movimentacao-juros-clientes_col_4, 
.lista-movimentacao-juros-clientes_col_5,
.lista-movimentacao-comissao-agentes_col_4
{
    color: green !important;
}

.lista-movimentacao-juros-clientes_col_6,
.lista-movimentacao-juros-clientes_col_7,
.lista-movimentacao-juros-clientes_col_8,
.lista-movimentacao-comissao-agentes_col_9,
.lista-movimentacao-comissao-agentes_col_10
{
    color: #e05a5a !important;
}

.lista-movimentacao-juros-clientes_col_12,
.lista-movimentacao-comissao-agentes_col_12
{
    color: #0695ef;
}

#lista-movimentacao-juros-clientes0_col_3,
#lista-movimentacao-juros-clientes0_col_4,
#lista-movimentacao-juros-clientes0_col_5,
#lista-movimentacao-juros-clientes0_col_6,
#lista-movimentacao-juros-clientes0_col_7,
#lista-movimentacao-juros-clientes0_col_8,
#lista-movimentacao-juros-clientes_col_12,
#lista-movimentacao-comissao-agentes thead tr td
{
    color: white !important;
}

.lista-movimentacao-juros-clientes_col_1,
.lista-movimentacao-juros-clientes_col_2,
.lista-movimentacao-juros-clientes_col_3,
.lista-movimentacao-juros-clientes_col_4,
.lista-movimentacao-juros-clientes_col_5,
.lista-movimentacao-juros-clientes_col_6,
.lista-movimentacao-juros-clientes_col_7,
.lista-movimentacao-juros-clientes_col_8,
.lista-movimentacao-juros-clientes_col_9,
.lista-movimentacao-juros-clientes_col_10,
.lista-movimentacao-juros-clientes_col_11,
.lista-movimentacao-juros-clientes_col_12,
#lista-movimentacao-comissao-agentes thead tr td
{
    min-width: 140px;
    max-width: 140px;
}

.lista-movimentacao-juros-clientes_col_0,
.lista-movimentacao-comissao-agentes_col_0,
.lista-movimentacao-comissao-agentes_col_1,
.lista-movimentacao-comissao-agentes_col_8
{
    min-width: 240px;
    max-width: 240px;
}

#lista-movimentacao-juros-clientes tbody tr:hover,
#lista-movimentacao-comissao-agentes tbody tr:hover,
#lista-extrato-powerbi tbody tr:hover {
    background: #0013231c;
}

.lista-comissao-gerentes_col_0,
.lista-comissao-gerentes_col_3,
.lista-comissao-gerentes_col_7 {
    min-width: 125px;
    max-width: 125px;
}

.lista-comissao-gerentes_col_2 {
    min-width: 70px;
    max-width: 70px;
}

.lista-comissao-gerentes_col_1 {
    min-width: 135px;
    max-width: 135px;
}

.lista-comissao-gerentes_col_4,
.lista-comissao-gerentes_col_5,
.lista-comissao-gerentes_col_6,
.lista-comissao-gerentes_col_8 {
    min-width: 130px;
    max-width: 130px;
}

.lista-pagamento-agentes_col_1 {
    width: 100px;
    max-width: 100px;
}

.lista-pagamento-agentes_col_0,
.lista-pagamento-agentes_col_2 {
    width: 150px;
    max-width: 150px;
}

.lista-pagamento-agentes_col_5 {
    width: 80px;
    max-width: 80px;
}

.lista-pagamento-agentes_col_7 {
    width: 100px;
    max-width: 100px;
}

.lista-pagamento-agentes_col_8 {
    width: 100px;
    max-width: 100px;
}

.lista-rel-agentes_col_3,
.lista-rel-agentes_col_4,
.lista-rel-agentes_col_5,
.lista-rel-agentes_col_6 {
    width: 100px;
    max-width: 100px;
}

.lista-rel-agentes_col_1 {
    width: 120px;
    max-width: 120px;
}

.lista-rel-agentes_col_0,
.lista-rel-agentes_col_2 {
    width: 210px;
    max-width: 210px;
}

.icone-limpar-filtro {
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-disabled[disabled] {
    background: #eee !important;
}

.invalid-form {
    border: 1px solid #ff0000 !important;
}

.acao-status-comissao {
    cursor: default !important;
    background: #14be14 !important;
}

.acao-tipo-status-comissao {
    cursor: default !important;
    background: #808080 !important;
}

.alterar-valor-comissao {
    background: #547ea3 !important;
}

#lista-extrato-powerbi thead tr td {
    min-width: 180px;
    max-width: 180px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.fw-600 {
    font-weight: 600 !important;
}

.borda-cn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.borda-cn span {
    border-top: 1px solid #555;
    opacity: 0.4;
}

#content {
  margin-top: 3rem;
}

