/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 ott 2022, 21:59:40
    Author     : Luca
*/

.bg-gradient-primary {
    background-image:linear-gradient(180deg,#fafafa 75%,#bbb 100%);
}

.btn-primary {
    color: #fff;
    background-color: #555;
    border-color: #aaa;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.table {
    color:#320;
}

.btn-xxs{
    padding:0.25rem .35rem;
    font-size:.65rem;
    line-height:1;
    border-radius:.2rem
}

.blocker {
    text-align: right !important;
    padding-right:30px !important;
}

.modal {
    max-width:700px !important;
}

.has_linkedin i{
    color:#0e76a8;
}

.has_not_linkedin i {
     color:#bbb;
}