.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


    .img-account-profile {
        height: 15rem;
    }
    .rounded-circle {
        border-radius: 50% !important;
    }
    .card {
        box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);

    }
    .card .card-header {
        font-weight: 500;
    }
    .card-header:first-child {
        border-radius: 0.35rem 0.35rem 0 0;
    }
    .card-header {
        padding: 1rem 1.35rem;
        margin-bottom: 0;
        background-color: rgba(33, 40, 50, 0.03);
        border-bottom: 1px solid rgba(33, 40, 50, 0.125);
    }
    .form-control-tandem, .dataTable-input {
        display: block;
        width: 100%;
        padding: 0.875rem 1.125rem;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1;
        color: #69707a;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #c5ccd6;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.35rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .nav-borders .nav-link.active {
        color: #0061f2;
        border-bottom-color: #0061f2;
    }
    .nav-borders .nav-link {
        color: #69707a;
        border-bottom-width: 0.125rem;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1rem;
        margin-right: 1rem;
    }


    .op{

        background-color: #9b9b9b;
}

select option {

    background: #9b9b9b;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.textWhite{

     color: white;
}

.readonly{
    background-color: #ccc;
}


.img-thumbnail
{
    width: 150px;
}


.cookie-consent__message
{
    color: black;
    background-color: #fbceb5;
    opacity: 0.70;
}
.js-cookie-consent-agree
{
background: #fbceb5 !important;
border: 1px solid #fbceb5 !important;
color: #000 !important;
cursor: pointer;
border-radius: 40px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 15px;
text-transform: uppercase;
}

.a_cookie
{
    transition: .3s all ease;
    color: black;
    text-decoration: underline;
background-color: transparent;
font-weight: bold;
}


.emoji{
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


.ui-datepicker-trigger
{
    width: 50px;
}
