.btnRed {
    background-color: red;
}

.textColorTable {
    color: aliceblue !important;
    text-decoration: aliceblue;
}

.itemRapportDetail {
    background-color: #343a40;
    color: aliceblue;
}

.topBar {
    display: flex;
    flex-direction: row;
    align-items: end;
    direction: rtl;
}

.alert-error {
    background-color: #dc3545 !important;
    color: white;
    font-size: 20px;
    text-align: center;
}

.giveRapportContainer {
    max-width: 30rem;
}



.resumeText {
    font-size: x-large !important;
    color: #c32938;
}


/*assign full width inputs*/

input[type=text],
input[type=password] {
    color: black;
}

.loginInput input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/*set a style for the buttons*/

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}


/* set a hover effect for the button*/

button:hover {
    opacity: 0.8;
}


/*set extra style for the cancel button*/

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


/*centre the display image inside the container*/

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}


/*set image properties*/

img.avatar {
    width: 40%;
    border-radius: 50%;
}


/*set padding to the container*/

.container {
    padding: 16px;
}


/*set the forgot password text*/

span.psw {
    float: right;
    padding-top: 16px;
}


/*set styles for span and cancel button on small screens*/

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

.form {
    border: none !important;
}

@media (min-width: 768px) {
    .loginPage {
        font-size: xxx-large !important;
    }

    .helpPassword {
        font-size: xx-large !important;
    }

    #freepik_stories-date-picker {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .loginPage {
        font-size: medium !important;
    }

    .helpPassword {
        font-size: medium !important;
    }

    #freepik_stories-date-picker {
        width: 30%;
    }
}

.form {
    border: none !important;
}

.helpPassword {
    color: darkgray;
    margin-bottom: 2px;
}

.loginInput {
    line-height: normal !important;
}

.colorTextBox {
    color: white !important;
}

.card-body {
    height: 10rem;
}

.statutRendu {
    border-top: 2px white solid;
    margin-top: 15px;
    padding: 5px;
}

@keyframes clignotement {
    0% {
        color: #f44336;
        transform: scale(1);

    }

    50% {
        color: white;
        transform: scale(1.20);

    }

    100% {
        color: #f44336;
        transform: scale(1);

    }
}


.clignotement {
    animation: clignotement 2s infinite;
}

.rapportCard {
    height: 11rem !important;
}

.tplCard {
    height: 11rem !important;
}

.linkRapport {
    color: #6e42c1bf;
}

.imgContainer {
    display: flex;
    justify-content: center;
}

.loginPageTitle {
    font-weight: bold;
    margin-bottom: 0rem !important;
}

.imgLogo {
    max-width: 5rem;
    margin-right: 1rem;
    font-size: 3rem;
}

@media (max-width: 768px) {
    .animated {
        width: none !important;
        height: auto;
        font-size: 3rem;
    }

    .loginPageTitle {
        font-size: 1.5rem;
    }

    .imgLogo {
        max-width: 2.5rem;
        margin-right: 0.5rem;
    }
}

@media (min-width: 768px) {
    .animated {
        width: 30%;
        height: auto;
        font-size: 3rem;
    }
}

.card-footer {
    min-height: 3rem;
}

@media screen and (min-width: 769px) {
    #fullscreen-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .dataTables_wrapper {
        overflow-x: scroll;
    }
}

.statRapportCardHeader {
    color: whitesmoke;
    font-size: 2rem;
}

.statRapportCardBody {
    height: 50%;
    font-size: 1.5rem;
}

.statRapportCard {
}

canvas {
    max-width: 100%;
}

.table {
    background-color: var(--bg-color);
}

.dataTables_filter {
    margin-bottom: 20px;
}

.select2-results__option {
    color: rgb(0, 0, 0) !important;
}

.select2-search__field {
    background-color: whitesmoke;
    color: #343a40;
}



.ea-dark-scheme {
    --body-bg: #101010f0 !important;
}

#btnGoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #e2630f;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    width: auto;
}

#btnGoTop:hover {
    background-color: #555; /* Changement de couleur au survol */
}

#map-add{
    z-index: 1;
}