.btn {
    background-color: #313b3d;
    border-color: #313b3d;
    color: #fff;
}

body.gig-2_0 .gig-legance .tabs-custom-disclosure .nav-tabs .nav-link a {
    color:#474747!important;
}
body.gig-2_0 .gig-legance .tabs-custom-disclosure .nav-tabs .nav-link.active a {
    color:#833030!important;
}

body.gig-2_0 .gig-legance table.rinaCert td input, body.gig-2_0 .gig-legance table.rinaCert td textarea {
    background: none;
    border: none;
    display: inline-block;
}
body.gig.gig-2_0 .gig-legance .btn-primary {
    background-color: #833030;
    border: 1px solid #833030;
    box-shadow: -6px -6px 14px -5px hsla(0, 0%, 100%, .75), 4px 7px 12px 0 rgba(27, 27, 27, .1);
    align-items: center;
    color: #fff;
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    gap: .5rem;
    justify-content: center;
    padding: 6px 12px;
    text-align: center;
}
body.gig.gig-2_0 .gig-legance .btn-primary i {
    background-color: #fcfcfc !important;
}
body.gig.gig-2_0 .gig-legance .btn-secondary {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #111;
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    gap: .5rem;
    justify-content: center;
    padding: 6px 12px;
    text-align: center;
}
body.gig.gig-2_0 .gig-legance .btn-secondary i {
    background-color: #111 !important;
}