* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  min-height: 100vh;
  height: fit-content;
  font-family: WorkSans-Regular, sans-serif;
}

.modal-ellon {
  min-width: 80% !important;
}

.body-modal-ebi {
  min-height: fit-content;
}

.title-modal {
  font-family: WorkSans-Regular, sans-serif;
  font-size: 40px;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 9px;
}

.header-modal-ebi {
  background-repeat: repeat;
  background: linear-gradient(-150deg, #242f5f, #4d7ea8, #678096);
  background: -webkit-linear-gradient(-150deg, #242f5f, #4d7ea8, #678096);
  background: -o-linear-gradient(-150deg, #242f5f, #4d7ea8, #678096);
  background: -moz-linear-gradient(-150deg, #242f5f, #4d7ea8, #678096);
}

.footer-modal-ebi {
  background-repeat: repeat;
  background: linear-gradient(-150deg, #242f5f, #4d7ea8, #678096);
  background: -webkit-linear-gradient(-150deg, #242f5f, #4d7ea8, #678096);
  background: -o-linear-gradient(-150deg, #242f5f, #4d7ea8, #678096);
  background: -moz-linear-gradient(-150deg, #242f5f, #4d7ea8, #678096);
}

.btn-modal-ebi {
  font-family: WorkSans-Regular, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: rgb(0, 0, 0);

  height: 45px;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  margin-top: 10px;
}

.btn-modal-ebi:hover {
  color: #fff;
  background: #4d7ea8;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #a1c5e6;
}

.body-geral {
  height: 100%;
  /* background-repeat: repeat;
  background: linear-gradient(-150deg, #272932, #4d7ea8, #828489);
  background: -webkit-linear-gradient(-150deg, #272932, #4d7ea8, #828489);
  background: -o-linear-gradient(-150deg, #272932, #4d7ea8, #828489);
  background: -moz-linear-gradient(-150deg, #272932, #4d7ea8, #828489); */
  background: #d6d8db;
}

.cabecalho {
  font-family: WorkSans-Regular, sans-serif;
  background: -moz-linear-gradient(top, #272932 0%, #4d7ea8 100%);
  background: -webkit-linear-gradient(top, #272932 0%, #4d7ea8 100%);
  background: linear-gradient(to bottom, #272932 0%, #4d7ea8 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  margin-bottom: 0px !important;
}

.span-table {
  background-color: #4d7ea8;
  color: #fff;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  position: absolute;
  margin-top: 5px;
  padding: 5px;
  width: 100%;
}

/*---------------------------------------------*/
a {
  font-family: WorkSans-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: rgb(17, 10, 59);
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: WorkSans-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder {
  color: #999999;
}

textarea::-webkit-input-placeholder {
  color: #999999;
}
textarea:-moz-placeholder {
  color: #999999;
}
textarea::-moz-placeholder {
  color: #999999;
}
textarea:-ms-input-placeholder {
  color: #999999;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

label {
  font-family: WorkSans-Regular, sans-serif;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: WorkSans-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: WorkSans-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(179, 213, 236, 0.479);
}

.wrap-login100 {
  width: 960px;
  background: rgb(17, 10, 59);
  background: -webkit-linear-gradient(
    -135deg,
    rgb(76, 149, 191),
    rgb(17, 10, 59)
  );
  background: -o-linear-gradient(-135deg, rgb(76, 149, 191), rgb(17, 10, 59));
  background: -moz-linear-gradient(-135deg, rgb(76, 149, 191), rgb(17, 10, 59));
  background: linear-gradient(-135deg, rgb(76, 149, 191), rgb(17, 10, 59));
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 177px 130px 33px 95px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
}

.login100-pic img {
  max-width: 100%;
}

/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 290px;
}

.login100-form-title {
  font-family: WorkSans-Bold;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 70px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: WorkSans-Medium;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgb(17, 10, 59);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: rgb(17, 10, 59);
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #333333;
  color: #fff;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-login100 {
    padding: 177px 90px 33px 85px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }
  .multiselect-container.dropdown-menu {
    position: absolute !important;
    max-width: 92vh !important;
    z-index: 1;
  }
  .form-check-label {
    max-width: 86vh !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .cbn-empresas {
    width: 100%;
    max-width: 92vh !important;
  }
  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 100px 15px 33px 15px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: rgb(17, 10, 59);
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: WorkSans-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.row-graficos {
  margin-top: 10px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  place-content: space-between;
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

.btn-filtro {
  font-family: WorkSans-Regular, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  background: #0fc263;
  color: #fff;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-filtro:hover {
  color: #fff;
  background: #333333;
}

.border-filtros {
  margin-top: 15px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(17, 10, 59);
  border-radius: 10px;
  padding: 15px;
}

.list-body {
  padding-top: 20px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.alg-center {
  display: flex;
  align-items: center;
  height: 100%;
}

.cabecalho {
  font-weight: bolder;
  font-size: 17px;
}

.label-filtros {
  font-family: WorkSans-Regular, sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

td {
  font-family: WorkSans-Regular, sans-serif;
  font-weight: 900;
  font-size: 15px;
}

.title-modal {
  font-family: WorkSans-Bold, sans-serif;
  font-size: 22px;
  color: #fff;
}

.label-info {
  font-family: WorkSans-Regular, sans-serif;
  font-size: 11px;
  color: #fff;
}

.input-info {
  font-size: 14px;
  font-family: WorkSans-Regular, sans-serif;
}

.modal-ellon {
  background-color: rgb(17, 10, 59);
}

.graficos {
  overflow-y: auto;
  width: 100%;
  height: 50%;
  background-color: white;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 2px 2px rgba(148, 145, 167, 0.5);
  /* border: 2px solid #4d7ea8; */
  margin-bottom: 5px;
}

.fundo {
  --background: linear-gradient(135deg, #81bef7, #ced8f6);
}

.btn-exibe-filtros {
  height: 13px;
  width: 100%;
}

.inner {
  background-color: white;
  display: table;
  margin: 0 auto;
  width: 150px;
  border: 1px solid rgb(17, 10, 59);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  font-family: WorkSans-Regular, sans-serif;
  cursor: pointer;
}

.div-filtros {
  height: 150px;
  transform: scaleY(1);
  transition: transform 0.26s ease;
}

.div-filtros.abre {
  height: 0px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
}

.div-filtros-pre {
  font-family: WorkSans-Medium, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background: #ccd1e1;
  color: #000;
  width: 100%;
  height: 45px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.div-filtros-pre:hover {
  background: #2e256d;
  color: #fff;
}

.btn-filtros {
  margin-right: 0px;
}

.div-cbn-empresas {
  flex-grow: 1;
  min-width: 0;
  margin-top: 4px;
  font-family: WorkSans-Regular, sans-serif;
  font-size: 17px;
}
.cbn-empresas {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.multiselect-container .multiselect-item .multiselect-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.div-cbn-consolidar {
  width: 90px;
  margin-top: 4px;
  margin-right: 5px;
  font-family: WorkSans-Regular, sans-serif;
  font-size: 17px;
}

.date-filtros {
  min-width: 100px;
  margin-right: 0px;
  margin-top: 5px;
}

.btn-filtrar {
  margin-top: 1px;
}

button.selected {
  color: white;
  background: rgb(17, 10, 59);
}

.titulo-filtro {
  margin-left: 5px;
  margin-right: 5px;
  font-family: WorkSans-Regular, sans-serif;
  font-size: 20px;
}

.amcharts-amexport-item {
  border: 2px solid #fff;
}

.box {
  padding-left: 5px;
  width: 100%;
  height: 0px;
  background-color: white;
  border-radius: 5px;
  padding-bottom: 5px;
}

#zoomout {
  font-size: 15px;
  padding: 5px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}

.box-totalizadores {
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #fff;
  margin: 5px;
}

/*================================MEDIA QUERIES================================*/
@media only screen and (min-width: 320px) {
  .graficos {
    height: 440px;
  }
  .box {
    height: 00px;
  }
  .btn-filtros {
    margin-top: 15px;
  }
  .date-filtros {
    margin-top: 15px;
  }
  .btn-filtrar {
    margin-top: 15px;
  }
  .modal-ellon {
    min-width: 100% !important;
    min-height: 99% !important;
  }
}

@media only screen and (min-width: 480px) {
  .graficos {
    height: 390px;
  }
  .box {
    height: 0px;
  }
  .modal-ellon {
    min-width: 100% !important;
    min-height: 99% !important;
  }
}

@media only screen and (min-width: 768px) {
  .graficos {
    height: 400px;
  }
  .box {
    height: 340px;
    color: red;
  }
  .modal-ellon {
    min-width: 100% !important;
    min-height: 99% !important;
  }
}

@media only screen and (min-width: 992px) {
  .graficos {
    height: 410px;
  }
  .box {
    height: 370px;
  }
  .btn-filtros {
    margin-top: 5px;
  }
  .date-filtros {
    margin-top: 5px;
  }
  .btn-filtrar {
    margin-top: 5px;
  }
  .modal-ellon {
    min-width: 80% !important;
    min-height: 70% !important;
  }
}

@media only screen and (min-width: 1000px) {
  .graficos {
    height: 410px;
  }
  .box {
    height: 380px;
  }
  .btn-filtros {
    margin-top: 5px;
  }
  .date-filtros {
    margin-top: 5px;
  }
  .btn-filtrar {
    margin-top: 5px;
  }
  .modal-ellon {
    min-width: 80% !important;
    min-height: 70% !important;
  }
}

@media only screen and (min-width: 1300px) {
  .graficos {
    height: 470px;
  }
  .box {
    height: 395px;
  }
  .btn-filtros {
    margin-top: 0px;
  }
  .date-filtros {
    margin-top: 5px;
    min-width: 145px;
  }
  .btn-filtrar {
    margin-top: 0px;
  }
  .modal-ellon {
    min-width: 80% !important;
    min-height: 70% !important;
  }
}
