@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

h1,
h2,
h3,
h4,
h5 {

  font-weight: bold;
  color: white;
}

body {
  color: #9ca1b2;
  /*  2b2d3c */
  background: #2a2c3b;
  /* 2f3242  */
  /* overflow-x: hidden; */
}

#chartdivGauge1 > span > svg > g + g{
  display: none !important;
}
#chartdivGauge2 > span > svg > g + g{
  display: none !important;
}
#chartdivperfomanceGaugeMais > span > svg > g + g{
  display: none !important;
}
#chartdivperfomanceGaugeMenos > span > svg > g + g{
  display: none !important;
}

.apexcharts-toolbar{
  display: none !important;
}

nav,
#sidebar-wrapper {
  background: #2f3242;
}

.action_menu_horizontal {
  background: #2195f1;
}

nav,
#sidebar-wrapper {
  -webkit-box-shadow: 0px 0px 20px 15px rgba(41, 43, 58, 1);
  -moz-box-shadow: 0px 0px 20px 15px rgba(41, 43, 58, 1);
  box-shadow: 0px 0px 20px 15px rgba(41, 43, 58, 1);
}

nav.navbar {
  z-index: 3000;
}

@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

body {
  color: #9ca1b2;

  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}

.action_menu_horizontal {
  background: #2195f1;
}

nav,
#sidebar-wrapper {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(41, 43, 58, 1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(41, 43, 58, 1);
  box-shadow: 0px 0px 0px 0px rgba(41, 43, 58, 1);
}

nav.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 72px;
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 2000;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 24rem;
  margin-bottom: 0;
  list-style: none;
}

.sidebar-nav {
  width: 100%;
}

.sidebar-nav li {
  line-height: 40px;
  width: 100%;

}

.sidebar-nav li a {
  display: block;
}

.sidebar-nav li span {
  display: none;
}

#wrapper.toggled .sidebar-nav li span {
  display: inline-block;
}

#wrapper.toggled {
  padding-left: 250px;
}

#wrapper {
  padding-left: 64px;
  padding-top: 72px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #E5E5E5;
}

.card {
  border: 0px;
}


.card .card-header {
  background: white;
  font-size: large;
  color: #333333;
  font-weight: 700;
  text-align: center;
}

.card {
  background: white
}

.bg-primary {
  background: #2196f3;
}

.text-primary {
  color: #2196f3;
}



#sidebar-wrapper {
  z-index: 500;
  position: absolute;
  left: 64px;
  width: 64px;
  height: 100%;
  margin-left: -64px;
  overflow-y: auto;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.foo-btn-circle {

  background: none;
  border: 1px solid #2196f3;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  padding-left: 10px;
}

.foo-btn-circle:hover {
  background: #2196f3;
  cursor: pointer;
}


#sidebar-wrapper>ul.sidebar-wrapper>li span {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#wrapper.toggled #page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  padding-left: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li a {
  margin-top: 15px;
  display: block;
  text-decoration: none;
  color: #757da4;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active a {
  text-decoration: none;
  color: #fff;
  /* background: rgba(255, 255, 255, 0.2); */
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }

  #page-content-wrapper {
    position: relative;
    padding-left: 15px;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #page-content-wrapper {
    padding-left: 0px !important;
    /*     //background:limegreen; */
  }

  #wrapper {
    padding-left: 0px !important;
  }

  #sidebar-wrapper,
  #menu-toggle {
    display: none;
  }
}


.sidebar-nav {
  width: 100%;
}

.sidebar-nav li {
  line-height: 40px;
  width: 100%;
  text-align: center;
}

#wrapper.toggled .sidebar-nav li {
  /*text-align:center; */
  text-align: left;
}

.sidebar-nav li a {
  display: block;
}

.sidebar-nav li span {
  display: none;
}

#wrapper.toggled .sidebar-nav li span {
  display: inline-block;
}

#wrapper.toggled {
  padding-left: 250px;
}

#wrapper {
  padding-left: 64px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#chartRepresentanteRanking > div > svg > foreignObject > .apexcharts-legend{
  display: none !important;
}

#chartRepresentante > div > svg > foreignObject > .apexcharts-legend{
  display: none !important;
}
#chartTwo > div > svg > foreignObject > .apexcharts-legend{
  display: none !important;
}

#sidebar-wrapper {
  /* z-index: 1000; */
  position: fixed;
  top: 72px;
  left: 0;
  width: 64px;
  height: calc(100vh - 72px);
  overflow: hidden;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgb(19, 56, 92);
}

.custom_button_1 i {
  color: #2196f3
}

#sidebar-wrapper>ul.sidebar-wrapper>li span {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#wrapper.toggled #sidebar-wrapper li {
  text-indent: 30px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  padding-left: 64px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li a {
  margin-top: 15px;
  display: block;
  text-decoration: none;
  color: #757da4;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active a {
  text-decoration: none;
  color: #fff;
  /* background: rgba(255, 255, 255, 0.2); */
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 248px;
    background-color: #13385C;
  }

  #page-content-wrapper {
    position: relative;
    background-color: #E5E5E5;
    ;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    background-color: #E5E5E5;
    ;
  }
}


.panel {
  overflow-y: scroll;
  max-height: 500px;
}

.panel::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #92a0b9;
}

.panel::-webkit-scrollbar {
  width: 5px;
  background-color: #596b8c;
}

.panel::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #596b8c;
  /* RED */
}

.nav-tabs .nav-link {
  font-size: medium;
  font-weight: 700;
  padding: 12px 20px;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #3a3e52;
  border: 0px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 1px solid #2196f3;
  padding-bottom: 11px;
  padding-right: 21px;
  padding-left: 21px;
}

.nav-tabs {
  border: 0px;

}

.tab-content {
  background: transparent;
  padding: 1em;
}





/*
    
*/


.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#nav-bar-name {
  background-color: #0C253E;
  height: 73px;
  width: 248px;
  margin-left: -16px;
  font-family: 'Inter';
}

#font-nav-bar-header {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  margin-left: 18px;
  color: #FFFFFF;
  margin-top: 7px;
}

.container.nav-header {
  margin-left: 33rem;
  margin-top: -4px;
}

.btt-nav-header {
  width: 135.21px;
  height: 39.77px;
  background: #13385C;
  border-radius: 8.5216px;
  color: white;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-size: 13.6346px;
  line-height: 17px;
  border: none;
}

.btt-nav-header:active {
  background: #0C253E;
}

li a#bttm-nav {
  display: block;
  padding-left: 47px;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.mystyle.sidebar-filter {
  left: 0;
  visibility: visible;
}

.sidebar-filter {
  position: fixed;
  z-index: 1000;
  background: #13385C;
  left: -250px;
  width: 248px;
  min-height: 136vh;
  margin-top: 74px;
  transition: all 0.3s ease;
  visibility: visible;
}

/* Ajusta o conteúdo principal quando o sidebar está aberto */
body.sidebar-open #page-content-wrapper {
  width: calc(100% - 248px);
  margin-left: 248px;
  transition: all 0.3s ease;
}

body.sidebar-open #wrapper {
  padding-left: 0;
  transition: all 0.3s ease;
}

body.sidebar-open .navbar ul.nav {
  width: calc(100% - 248px);
  margin-left: 248px;
  transition: all 0.3s ease;
}

/* Transições para quando o sidebar retrai */
#page-content-wrapper {
  transition: all 0.3s ease;
}

#wrapper {
  transition: all 0.3s ease;
}

.navbar ul.nav {
  transition: all 0.3s ease;
}

body.sidebar-open {
  overflow-x: hidden;
}

#datapickersStyle {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 5px;
  margin-left: -27px;
  margin-top: 1px;
  width: 106%;
  height: 24px;
  padding-left: 25px;
}

.datapickersStyle {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 5px;
  margin-left: -27px;
  margin-top: 1px;
  width: 100%;
  height: 24px;
  padding-left: 25px;
}

.list-font-position {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-left: -27px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  margin-left: -28px;
  margin-right: 27px;
}

.btt-searcher {
  width: 215px;
  height: 47px;
  background: #057899;
  border-radius: 100px;
  margin-top: 14px;
  margin-left: -32px;
  border: none;
}

.filter-save {
  width: 232px;
  height: 55px;
  background: #0C253E;
  border-radius: 2px;
  margin-top: 14px;
  margin-left: -32px;
  border: none;
}

#span-up {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  color: #333333;
}

.bttn-visualizer {
  background: #057899;
  border-radius: 74.6939px;
  width: 237px;
  height: 47px;
  border: none;
}

.text-nav {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}

.line-middle {
  width: 59.12px;
  height: 0px;
  border: 0.897959px solid #F0F0F0;
  transform: rotate(90deg);
  z-index: 5;
  position: absolute;
  left: 147px;
  top: 66px;
}

#upload-icon {
  float: right;
  border: none;

}

.uploads{
  border: none;
}

.select2-container--open .select2-dropdown {
  left: -27px !important;
}

#btt-style {
  background: #13385C;
  border-radius: 8.5216px;
  font-family: 'Inter' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13.6346px;
  line-height: 17px;
  color: #FFFFFF !important;
}

#footer-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18.6394px;
  line-height: 23px;
  color: #FFFFFF;
  position: absolute;
  margin: 19px;

}

#card-fonts {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 14.0147px;
  line-height: 29px;
  /* identical to box height */

  letter-spacing: -0.01em;

  color: #949494;
}

.card-number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 20.8941px;
    line-height: 100%;
    letter-spacing: -0.01em;
    padding: 10px 0;
    color: #333333;
}





.conainer {
  width: 600px;
  margin: 100px auto;
  font-family: 'Arial'
}

.circle_percent {
  font-size: 200px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #eee;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px;
}

.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em .5em);
}

.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #e4a6d2;
  clip: rect(0 1em 1em .5em);
  transform: rotate(180deg);
  transition: 1.05s;
}

.percent_more .circle_inner {
  clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
  position: absolute;
  left: .5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #e4a6d2;
  content: '';
}

.circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 3;
  border-radius: 50%;
}

.percent_text {
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #FAFAFA;
  border: none;
  border-radius: 4px;
}

#block1 {
  width: 90px;
  position: absolute;
  z-index: 1000;
  background-color: white;
  top: 255px;
  height: 40;
}

tr.spaceUnder>td {
  padding-bottom: 1rem;
}

.miniSpan {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 17.9677px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #333333;
}

#textOne {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 17.0242px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #333333;
}

.btt-above {
  background-color: #13385C;
  border-radius: 8.5216px !important;
  cursor: pointer;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0C253E;
  border-color: #0C253E;
}

#text-visualizer {
  color: white;
}
.btn-secondary {
  color: #fff;
  background-color:  #0C253E;
  ;
  border-color:  #0C253E;
}