#app {
    overflow: auto;
    min-width: max-content;
    
}

.body-container {
    min-height: 600px;
}

a:hover {
cursor: pointer;
}

#header-container {
    display: flex;
    padding: 20px 0 10px;
    margin-top: 15px;
    align-items: center;
}

#header-container h1 {
    font-size: 22px;
    flex-grow: 1;
    margin: 0;
}

#header-container form {
display: flex;
}

#header-container form .search {
    width: 250px;
}

#header-container form button {
    width: 50px;
}

.sidebar-nav {
width: 200px;
padding: 40px 20px 0;
box-sizing: border-box;
}

li {
list-style: none;
}

.page-title {
font-size: 22px;
padding: 20px 0 10px;
margin-top: 15px;
}

.sidebar-nav .nav-item {
display: flex;
line-height: 18px;
margin-bottom: 10px;
font-size: 15px;
}

.sidebar-nav .nav-item svg{
color: #fff;
margin-right: 15px;
}

.nav-item svg{
color: #fff;
margin-right: 15px;
}

.slidFour{
padding: 25px 20px 0 !important;
}

.hrFourCompanies {
background: rgb(255 255 255 / 22%);
height: 0.3px;
}

.sidebar-nav .nav-link {
padding: 0 0 20px 0;
}

.filter-container {
background-color: #ffffff;
width: 100%;
height: auto;
margin: 20px 0;
padding: 20px;
}

.filter-container .row {
    display: flex;
    height: 50px;
}

.filter-container select {
max-width: 200px;
margin: 0 5px;
}

.filter-container input[type=date] {
    max-width: 160px;
    margin: 0 5px;
}

.filter-container .search-button {
    max-width: 50px;
    margin: 0 15px;
}

.error {
    color: #ff0000;
    font-weight: 600;
}

.export_form {
    text-align: right;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.filter_form .select2-selection.select2-selection--single,
.filter_form .select2-selection__rendered,
.select2-selection__arrow {
    height: 37px!important;
    line-height: 35px!important;
}

.select2.select2-container.select2-container--default {
    margin-right: 10px;
}

.section {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #ffffff;
    width: 55%;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
}

.vac_count_cont {
    margin-top: 20px;
    max-height: 600px;
    overflow-y: auto;
}

.vac_count_cont p {
    margin: 0;
}

.filter_col {
    margin: 0 10px;
    text-align: center;
}
.filter_label {
    display: block;
    margin: 0;
    line-height: 15px;
}

.settings-container {
    display: flex;
    margin-bottom: 50px;
}

.hidden  {
    display: none!important;
}

@media (min-width: 1200px) {
.header-container {
    max-width: 100%;
}
}

.twodates {
cursor: pointer;
color: #000000;
text-decoration: none !important;
margin: 10px 0 10px 15px;
display: flex;
font-weight: bold;
}

.analysis {
font-weight: bold;
display: flex;
}

.two_period {
display: none;
}

.firstPeriod {
display: none;
}

.difference {
display: none;
}

.openBtn_period, .openBtn_settings {
  width: fit-content;
  margin-left: 5px; 
}

.openBtn_period_two {
  width: fit-content;
  margin-left: 5px; 
}

.perNl {
    width: fit-content;
    margin-left: 5px;
  transform: rotate(0deg);
  cursor: pointer;
}
.second_period {
font-weight: bold !important;
display: none;
}

.date_two {
display: none;

}

.percent {
display: none;
}

.categoriesName {
 font-weight: bold;
}

.colres{
  display: none;
}

.pdSub_cat{
padding: 0 15px;
text-align: center;
 display: flex;
  flex-direction: column;
}

.inpAnalysis {
background: #e2e2e2;
}

.txtsub_cat {
    background: #353535d6;
    color: #FFFFFF;
    padding: 0 5px;
width: 70px;
}

.bg_sub_span {
box-shadow: 0px 0px 2px #000000;
}


.inp_top{
  margin-top: -24px;
}

.secondPeriod {
displayn: none;
}

.txtDataCompany {
position: relative;
}

.cat_none {
display: none;
}

.noneSub {
display: none;
}

.fourComp {
margin: 0 !important;
display: inherit !important;
font-weight: normal !important;
}



.fourComp b {
  color: rgba(255, 255, 255, 0.5);
}

.totba .txtsub_cat {
   background: #353535d6;
   width: 140px;
}

.toggleFourCompanyMenu, .toggleSettingsMenu {
  display:none;
}


.btn_navbar_company {
  text-align: start;
  background: none;
  outline: none;
  border: none;
}

.activeTransform {
  transform: rotate(90deg);
  transition: all 0.75s 0.25s;
}

.caret {
  transform: rotate(0deg);
  transition: all 0.75s 0.25s;
}









