    .left {
        width: 39%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
    }

    .right {
        margin: 40px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        align-items: center;

    }

    .actions {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .paginate {
        position: absolute;
        bottom: 0;
        left: 50%;
    }

    .paginate a {
        text-decoration: none !important;
        border: 1px solid green !important;
        color: green !important;
        margin: 5px;
        border-radius: 10px
    }

    .request-title {
        font-weight: bold;
        text-align: center !important;
        text-transform: uppercase;
        font-size: 40px !important;
        color: #108a00 !important;
        margin-bottom: 40px !important;

    }

    .desc {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase
    }

    .label-search {
        width: 70%;
        font-size: 15px !important;
        color: #108a00;
        font-weight: bold;
    }

    .external-actions {
        margin: 10px;
        float: right;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 10px;
    }

    .btn-delete {
        background: white !important;
        color: black !important;
        border-radius: 10px;
        border-color: black !important;
        padding: 5px !important;
    }

    .deposer {
        background: #108a00 !important;
        color: white !important;
        border-radius: 10px;
    }

    .fa-trash {
        color: red;
        cursor: pointer
    }

    .fa-pencil,
    .fa-eye {
        color: #4C78AF;
        cursor: pointer
    }
