@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
      font-family: "Roboto", serif;
      font-size: 1rem;
}
.fixed-bottom-padding{
    padding-bottom:clamp(1rem, 1.5rem,2rem);
}
.fixed-bottom-font{
    font-size:clamp(1rem, 1.5rem,2rem);
}
.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* Adjust as needed */
    padding: 10px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
    border-radius: 25px 25px 0 0; /* Top-left and top-right rounded, bottom corners sharp */
  }
.from-top{
    margin-top:0;
}


.location{
    border:1px solid;
    border-color:black;
}
.logo{
    width:100%;
    height:auto;
    max-width:1200px;
}

#btn-logo{
    width:80%;
    height:auto;
    max-width:400px;
}

.singlcol
{
    max-width:900px;
}


.sidebar-page{
    z-index: 10;
    background-color:rgb(20, 20, 71);
    }
.menu-text{
     color:whitesmoke;
    }
.main-page{

    padding-bottom:50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
/*
div{
    border:1px solid;
    border-color:black;
}
*/

.tax-form-font label{
    font-weight:500;
}

.large-input{    
    padding: 2px;
    font-size: clamp(1rem, 1.5vw,2.3rem);
    font-weight:700;
    white-space:normal;
    word-wrap:break-word;
    
}
.gross-input{    
    padding: 5px;
    font-size: clamp(1rem, 1vw,2rem);
    font-weight:400;
    white-space:normal;
    word-wrap:break-word;
    
}
.medium-input{    
    padding: 0.1em;
    font-size: 1rem;
    font-weight:bolder;
    white-space:normal;
    word-wrap:break-word;
    
}
.small-input{    
    font-size: clamp(.75rem, 2.5vw, 1.3rem);
    white-space:normal;
    word-wrap:break-word;
    
}
.span-logo {
    border:0;
    border-bottom:2px solid;
    color:green;
}

.smallheight{ min-height: 100vh;}

.sidebar-logo{
    margin:0;
    font-size:1rem;
    
}

#tax-results-container{
    width:100%;
    overflow-x:auto;
    white-space: nowrap;
}

@media(max-width:576px ){
    #btn-logo{
        width:50%;
        height:auto;
        max-width:400px;
    }
    .fix-top{
        position:fixed;
        top:0;
        left:0;
    }
    .from-top{
        margin-top: 15vh;
    }
    .large-input{    
        padding: 2px;
        font-size: clamp(2.5rem,3vw,3.5rem);
    }
    .small-input{    
    font-size: clamp(.70rem, 0.8vw, 1rem);
    }
    .smallheight{ min-height: 5vh;}
    .height90{ min-height: 90vh;}

}