body {
  background: #f8f7fc !important;
}

h1, h2, .next-update-timer {
    color: #253a71;
}

.container-header {
    display: flex;
    background: #fff;
    box-shadow: 0px 8px 8px -3px rgba(0,0,0,0.27);
}

.logo {
    width: 150px;
    margin: 20px;
}

.stats-container {
    padding: 10px;
}

.stats-bloc, .sponsorship-bloc {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 19rem;
    margin: 10px;
    padding: 30px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-bloc:hover, .sponsorship-bloc:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.stats-bloc .offer, .sponsorship-bloc .title {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.stats-bloc .target, .stats-bloc .realized {
    text-align: center;
    font-size: 18px;
}

.stats-bloc .percent {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.sponsorship-bloc {
    background: 2px solid #f2f5f7;
}

.send > .title {
    color: #3d41ff;
}

.create > .title {
    color: #ff6c4b;
}

.validate > .title {
    color: #1aae9f;
}

.sponsorship-value {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.lower {
    background: #f6dade;
}

.lower .percent {
    color: #d23d55;
}

.reached {
    background: #fdf3d3;
}

.reached .percent {
    color: #f7c325;
}

.superior {
    background: #d1efec;
}

.superior .percent {
    color: #1aae9f;
}

.today, .prevday, .prevweek, .prevmonth, .prevquarter, .weekProrata, .weekCumul, .quarterProrata, .quarterCumul, .monthProrata, .monthCumul, .yearProrata, .yearCumul {
    background: #f2f5f7;
}

.percent.lower {
    color: #d23d55;
    background: #f2f5f7;
}

.percent.reached {
    color: #f7c325;
    background: #f2f5f7;
}

.percent.superior {
    color: #1aae9f;
    background: #f2f5f7;
}

.next-update-timer {
    font-weight: 600;
    font-size: 22px;
}

#dailyStatsList tr.active {
  background: #FF7757;
}

#dailyStatsList thead {
    position: sticky;
    top: 0;
    background: #FFF;
}

/**
* Menu
 */
.menu {
    background: #fff;
    margin-right: 1rem;
    padding: 0.8rem;
    margin-top: 1rem;
    height: fit-content;
}

.menu a {
    text-decoration: none;
    color: #253a71;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size:18px;
}

.menu a:hover {
    color: #3654a0;
}

#hideMenu a {
    color: #494949;
    font-size:10px;
    padding: 20px;
}

    /**
    * Login Form
    */
.container-form {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.login-form {
    max-width: 448px;
    padding: 60px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 5px 15px -9px #000000;
}

.login-form .logo-login {
    display: flex;
    justify-content: center;
}

.login-form .logo-login > img {
    width: 250px;
}

.login-form label,
.login-form input {
    display: block;
    margin-bottom: 10px;
}

.login-form label {
    font-weight: bold;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.login-form button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}



.tooltip-container {
    position: absolute;
    display: inline-block;
    top: -8px;
    right: -10px;
    background: #00bbff;
    padding: 4px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.tooltip-content {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    top: 100%;
    left: 0;
    width: 150px;
    text-align: center;
    z-index: 1;
    font-size: 14px;
}

.tooltip-container:hover .tooltip-content {
    display: block;
}


.pagination span {
    margin: 0 5px;
    padding: 5px;
}

.pagination a {
    color: #212529;
    text-decoration: none;
}

.pagination a:hover {
    color: rgb(255, 119, 87);
    font-weight: 500;
}

.pagination .current {
    color: rgb(255, 119, 87);
    font-weight: 500;
}

thead tr {
    background: #253A71;
    color: #fff;
}

.btn-primary {
    background: #fff;
    border: 1px solid #253A71;
    color: #253A71;
    font-weight: 600;
}

.btn-primary:hover {
    background: #253A71;
    color: #fff;
}

.btn-secondary {

}

.btn-danger {
    background: #fff;
    border: 1px solid #bb2d3b;
    color: #bb2d3b;
    font-weight: 600;
}

.next-update-bloc {
    background: #fff;
    border-radius: 25px 25px 0px 0px;
    width: fit-content;
    padding: 5px;
}

.box-dashboard {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-radius: 0px 0px 25px 25px / 25px 25px 25px 25px;
}

.box-dashboard-full {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-radius: 25px;
}

.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.title-container::before,
.title-container::after {
    content: '';
    border-bottom: 1px solid #000;
    margin: 0 10px;
    width: 50px
}

.title {
    color: #253a71;
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
}