@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    /* --bgSidebar:#004AAD; */
    /* --primaryColor:#004AAD; */
    --secondaryColor:#163D64;
    --greenSecondary:#00614d;
    --terciaryColor:#4aa9ce;
    --lightBlue:#eff4fe;
    --grayBtn:#A1A1A1;
    --lightGray:#E1E1E1;
    --darkGray:#808080;
    --white:#FFF;
    --bgHover:#d8def3;
    --disabled:#928f88;
    --graySidebar:#4e4e50;
    --black:#000;
    --borderDisabled:#e8e8e8;
    --background:#F4F6F7;
    --searchNav:#f1f3f8;
    --tsearchNav:#a9b6c6;
    --poppins:"Poppins", sans-serif;
    --roboto:"Roboto", sans-serif;

}
.dt-info{
    display: none;
}
.table>:not(:last-child)>:last-child>*{
    border-bottom: 0.5px solid #BDBCBC ;
    font-size: 16px;
    font-family: var(--roboto);
    color: var(--darkGray);
    font-weight: 700;
    text-align: center;
}

table.table.dataTable>:not(caption)>*>*{
    font-family: var(--roboto);
    font-size: 18px;
    font-weight: 400;
    padding: 1rem 0.5rem;
    text-align: center;
    vertical-align: middle;
}
div.dt-scroll-body{
    border-bottom: none;
    min-height: 250px;
}

.table.table-details>:not(:last-child)>:last-child>*{
    font-size: 15px;
    font-weight: 800;
    color: var(--black);
    text-align: justify;
}
table.table-details>:not(caption)>*>*{
    font-family: var(--roboto);
    font-size: 15px;
    font-weight: 400;
    padding: 1rem 0.5rem;
    text-align: justify;
}
label.label-sm{
    font-size: 12px;
    font-weight: 600;
    color: var(--disabled);
}
.dt-search{
    display: none;
}

.form-select-sm, .form-control-sm{
    padding: 5px 10px !important;
    border: 1px solid var(--borderDisabled) !important;
    color: var(--disabled);
}