/* Global definitions for wigo framework.. */


.wheader-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wpanel-height {
    min-height: 650px;
}

::ng-deep .mat-tooltip {
    white-space: pre-line;
}

.content {
flex: 1;
}

.w-footer {
flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .w-mainpaneltop {
        margin-top: 140px!important;
    }
    
    .wheader-main {
        display: block;
        flex-direction: column;
        min-height: 100vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-mainpaneltop {
        margin-top: 140px!important;
    }
 
}

@media (min-width: 992px) and (max-width: 1199px) {
    .w-mainpaneltop {
        margin-top: 140px!important;
    }
 
}

@media screen and (min-width: 1200px) {
    .w-mainpaneltop {
        margin-top: 140px!important;
    }
 
}
