.btn {
    height: 38px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1%;
    color: #FFFFFF;
    text-align: center;
    padding-inline: 16px;
}

.btn-primary {
    background-color: #0D386B;
}

.btn-secondary {
    background-color: #1BA239;
}

.btn-error {
    color: #FF0000;
    border: 1px solid #FF0000;
    padding-top: 4px ;
}


.btn-info {
    color: #1BA239;
    border: 1px solid #1BA239 !important;
    padding-top: 4px ;
}

.btn-downloadButton {
    color: #0D386B;
    border: 1px solid #0D386B !important;
    padding-top: 4px ;
}

.btn-delete {
    background-color: #FF0000;
}