
*{
    font-family: 'poppins';
}

/*body {
    background: rgb(255,255,255);
background: linear-gradient(147deg, rgba(228,248,255,1) 0%, #c8e8ff 93%);
}*/

#app{
    min-width: auto;
    margin: 20px;  
   
}

@media (max-width: 767px) {
    #app{
        margin: 10px;
    }
}

.mainContent {
    max-width: calc(100% - 10px); /* Ensures 10px margin on each side */
    width: 100%;
    margin: 0 auto;
    padding: 0;
    min-height: calc(100vh - 200px);
}


.accordion-button{
    background-color: #F5F9FD  !important;
    color: #000055 !important;
    font-weight: 500 !important;
}

[class^="bi-"]::before, [class*=" bi-"]::before{
    line-height: 1.5;
}

/* @media screen and (max-width: 850px) {
    #app{
        max-width: 100vw;
    }

    .mainContent{
        margin: 5px;
    }

    #app{
        max-width: 100%;
        margin-left: 5px;
        margin-right: 5px;
    }
}
 */
