﻿.tabsnew-container {
    /*display: flex;
    flex-direction: column;*/
    /*height: 100vh;*/    
}

.tabsnew-content {
    /*flex: 1;*/ /* This will make the content div take up all available space */
    overflow: auto; /* Adds scroll to the content if it overflows */
    /*margin-bottom: 80px;*/    
}

.tabsnew-bottom {
    height: 48px;
    /*background-color: #ffffff;*/
    /*border-top: 3px solid #55555533;    */
    /*background-image: linear-gradient(to top, #ddddddff 30%, #dddddd55 100%);*/
    background-color: #ddd;
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
}
