:root{
    --copis-color-btn-main:#006BB7;
    --copis-color-links:#006BB7;
}
/* LINKS */
a,a:hover {
    color: var(--copis-color-links);
}
/* UPLOAD BUTTON */
.input-files-container .btn,
.auth-login-form .btn,
#r2cCookieConsentPopup .btn{
    border-color: var(--copis-color-btn-main) !important;
    background-color: var(--copis-color-btn-main) !important;
    color: #fff !important;
}

.input-files-container .btn:focus, .input-files-container .btn:active, .input-files-container .btn.active,
.auth-login-form .btn:focus, .auth-login-form .btn:active, .auth-login-form .btn.active,
#r2cCookieConsentPopup .btn:focus, #r2cCookieConsentPopup .btn:active, #r2cCookieConsentPopup .btn.active,{
    color: #fff;
    background-color: var(--copis-color-btn-main) !important;
}

.input-files-container .btn:hover:not(.disabled):not(:disabled),
.auth-login-form .btn:hover:not(.disabled):not(:disabled),
#r2cCookieConsentPopup .btn:hover:not(.disabled):not(:disabled){
    box-shadow: 0 8px 25px -8px var(--copis-color-btn-main);
}
.form-check-input:checked {
    background-color: var(--copis-color-links);
    border-color: var(--copis-color-links);
}
/* NAVBAR */
.navbar{
    background: white !important;
}
.navbar .nav-link{
    color:rgba(0,0,0,0.9);
}
.navbar .nav-link:hover{
    color:rgba(0,0,0,0.6);
}
.navbar .nav-link.active{
    color:rgba(0,0,0,0.95);
    background-color: rgba(100,100,100,0.1);
}

#r2cCookieBadge {
    position: fixed;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 13px;
    line-height: 20px;
    color: #DDD;
    cursor: pointer;
    z-index: 2147483647;
    background-color: #222;
    padding: 6px 11px 2px;
    box-shadow: rgb(0 0 0) 0px 0px 5px;
    left: 10px;
    bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#r2cCookieConsentPopup{
    transition: none;
    height: 190px;
}
#r2cCookieConsentPopup .offcanvas-body{
    padding: 0.8rem 1.4rem;
    overflow-y: hidden;
    background-color: #222;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 1.45;
}
.offcanvas-backdrop.show {
    opacity: 0;
}
#r2cCookieConsentPopup .cookies-body{
    max-width: 600px;
    margin: auto;
    text-align: left;
}

#r2cCookieConsentPopup .cookieTitle{
    font-size: 24px;
}

#r2cCookieConsentPopup .cookieSubTitle{
    font-size: 13px;
    max-height: 40px;
    overflow: auto;
    text-overflow: ellipsis;
}

#r2cCookieConsentPopup .cookieSelector{
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 10px;
    padding: 6px 0px;
}

#r2cCookieConsentPopup .cookieSelector .form-check{
    margin-left: 15px;
    margin-bottom: 0px;
    user-select:none;
}

#r2cCookieConsentPopup .cookieSubmit{
    margin-top: 10px;
    text-align: right;
}

a.WhatsAppButton{
    position:fixed;
    width:55px;
    height:55px;
    bottom:30px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:33px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    a.WhatsAppButton{
        bottom:10px;
        right:10px;
    }
}