/*--BEGINNING--Tab wider--*/

/*--INFO--*/
/*--These CSS are meant to make the Tab component wider
PENDING SNOW TICKET --*/


.cmp-tabs {
    max-width: 80rem !important;
}

@media screen and (min-width: 1350px) and (max-device-width: 1390px){
    .cmp-tabs {
        max-width: 70rem !important;
    }   
}

@media screen and (min-width: 1024px) and (max-device-width: 1349.99px){
    .cmp-tabs {
        max-width: 60rem !important;
    }   
}

@media (max-width: 767.98px) and (max-device-width: 1023.99px){
    .cmp-tabs {
        max-width: 50rem !important;
    } 
}
/* To allow more line height in all text components within the Tab*/
.cmp-text {
    line-height: 2rem;
}
/*--END--Tab wider--*/
