body {
    background-color: #ffffff;
}

.navbar {
    background-color: rgb(0, 0, 0);
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar .navbar-toggler {
    background-color: rgb(252, 172, 2);
}

#navbarDropdown {
    color: #fff;
}

.card {
    background-color: rgb(252, 172, 2);
}

.card .card-header {
    background-color: rgb(210 210 210);
    color: #000000;
}

.card-concurs {
    background-color: rgb(121, 203, 104) !important;
}

.card-header-concurs {
    background-color: rgb(121, 203, 104) !important;
}

.card .card-body {
    background-color: #f3f2f2;
    color: #000000;
}

@media only screen and (min-width: 768px){
    .button_date_block_text {
        text-align: right;
    }
    .card-header-politic {
        margin-top: 55px;
    }
}
@media only screen and (max-width: 768px){
    .button_date_block_button {
        text-align: left;
    }

    .card-header-politic {
        margin-top: 55px;
    }
}

.lk-btn {
    letter-spacing: 0px;
    background-color: rgb(252, 172, 2); !important;
    border-radius: 3px;
    color: #000000 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.lk-btn:hover {
    background: #d9a210 !important;
    color: #ffffff !important;
}

.lk-btn-blue {
    letter-spacing: 0px;
    background: #0f94ec; !important;
    border-radius: 3px;
    color: #ffffff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.lk-btn-blue:hover {
    background: #0e70b1; !important;
    color: #e5e5e5 !important;
}

.file-label {
    background-color: rgb(252, 172, 2);
    color: #000000;
    border: rgb(164, 114, 0) solid 1px;
    padding: 0.3rem 0.6rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
}

.file-chosen{
    margin-left: 0.3rem;
    font-family: sans-serif;
}
