.form-label {
  font-size: 0.8rem;
  font-weight: 600;
}

 .modal-body .row {
        Width: 100%;
    }

    .modal-body {
        overflow-y: scroll;
        height: -webkit-fill-available;
    }

    .modal-body::-webkit-scrollbar {
        width: 8px;
/*        display: none;*/
    }

    .modal-body::-webkit-scrollbar-thumb {
        background-color: #7d7f81;
        border-radius: 10px;
    }

    /*.modal-body:hoveR::-webkit-scrollbar {
        display: block;
    }*/

    .modal-body::-webkit-scrollbar-track {
        background-color: #dadada;
        border-radius: 0px;
    }

    .page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100vh;
}