body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;        
}

main {
    flex: 1 0 auto;
    /*background-color: #fce4ec;*/
    background-image: url('../images/macc_back.jpg');
}

.img_tit{
    width: 400px;
    height: 200px;
}

.white_bg{
    background-color: #ffffff !important;
}

.nav-link{
    font-size: 12px !important;
}

@media (min-width: 1920px) {
    .double-nav .button-collapse {
      display: none; } 
}

    @media (max-width: 1920px) {
    .double-nav .button-collapse {
      display: block;
      position: relative;
      font-size: 1.4rem;
      margin-right: 10px;
      margin-left: 10px; } 
}

@media only screen and (max-width : 992px) {		
    .g_btn {			
        padding: 10px !important;
    }
}

.picker__date-display{
    background-color:rgb(233, 30, 99, 0.7) !important;
  }

.my-custom-scrollbar {
    position: relative;
    width: 100%;
    overflow: auto;
}
.table-wrapper-scroll-x {
    display: block;
}

.select-wrapper.disable-toggle-all  .select-toggle-all {
    display: none;
}

@media only screen and (max-width : 992px) {
    th, td{
        font-size: 10px !important;
    }

    .img_tit{
        width: 200px !important;
        height: 100px !important;
    }
}
