.manual-book {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(122, 140, 255, 0.5);
    line-height: 46px;
}

.manual-book:focus, .manual-book:hover {
    color: white;
}

.manual-book:hover {
    background: #5a5c69;
}

.manual-book i {
    font-weight: 800;
}

@media (max-width: 900px) {
    #logo-brt {
        width:70px ;
    }

    body {
        font-size : 11pt ;
    }
    
    .table {
        font-size: 10pt;
    }

    .btn {
        padding: 5px 10px ;
        font-size: 10pt;
    }
    
    .form-control
    {
        font-size: 11pt;
    }

    h6{
        font-size : 10pt;
    }

    h5{
        font-size : 11pt;
    }

    h4{
        font-size : 12pt;
    }

    h3{
        font-size : 13pt;
    }

    h2{
        font-size : 15pt;
    }

    h2{
        font-size : 17pt;
    }

}

@media (max-width: 680px) {

    body {
        font-size : 10pt ;
    }
    
    .table {
        font-size: 9pt;
    }

    .btn {
        padding: 2px 4px ;
        font-size: 9pt;
    }
    .form-control
    {
        font-size: 10pt;
    }

    h6{
        font-size : 9pt;
    }

    h5{
        font-size : 10pt;
    }

    h4{
        font-size : 11pt;
    }

    h3{
        font-size : 12pt;
    }

    h2{
        font-size : 14pt;
    }

    h2{
        font-size : 16pt;
    }
}