@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

:root {
    --bleu-claire: #DAE6F0;
    --bleu: #1479cc;
    --bleu-fonce: #095797;
    --gris-claire: #F2F1F1;
    --couleur-bordure: #1479CC;
    --couleur-erreur: #d10000;
    --succes-couleur-pale: #BCDA9A;
    --erreur-couleur-pale: #EDBAB1;
    --general-couleur-pale: #D9E6F0;
    --succes-couleur: #4F813D;
    --erreur-couleur: #CB381F;
    --general-couleur: #095797;
    --boite-avis-bordure: #C5CAD2;
    --boite-avis-arriere-plan: #ffffff;
}

*, html, body {
    color: #223654;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}



.police-icone {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, legend {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

h1, h2, legend {
    font-size: 2.5em;
    margin-top: 0;
    margin-bottom: 1.2em;
    letter-spacing: inherit;
    line-height: 1.2;
}

.contenant {
    margin-top: 7em;
}

.title-bar::after {
    content: " ";
    display: block;
    height: 0.3125rem;
    line-height: 0.3125rem;
    margin: 0.75rem 0 0;
    width: 2.5rem;
    background: #1479cc;
}

.note-info,
.note-succes,
.note-erreur {
    display: flex;
    border: 1px solid var(--boite-avis-bordure);
    margin-bottom: 1.5em;
}

.bloc {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 1.5em;
    border: 1px solid var(--boite-avis-bordure);
}


    .bloc::before {
        content: "";
        height: 1.5em;
        width: 1px;
        background: var(--boite-avis-bordure);
        position: absolute;
        left: 50%;
        top: -1.5em;
    }

    .bloc.removeBefore::before {
        display: none;
    }

    .bloc > em {
        position: absolute;
        font-style: normal;
        top: -20px;
        font-size: small;
    }


blockquote {
    margin: 2em auto;
    width: 70%;
}

    blockquote ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.li_label {
    font-weight: bold;
}

fieldset > .bloc:nth-child(2)::before {
    width: 0;
}

.bloc-info {
    background: var(--bleu-claire);
    padding: 1.5em;
}

.note-info-txt, .bloc-txt {
    padding: 2em;
}

    .bloc-txt legend {
        font-size: 1em;
    }

.note-info > i.bi {
    background-color: var(--general-couleur-pale);
    padding: 1.5em 0.5em;
    font-size: 1.5em;
    color: var(--general-couleur);
}

.note-succes i {
    background-color: var(--succes-couleur-pale);
    padding: 1.5em 0.5em;
    font-size: 1.5em;
    color: var(--succes-couleur);
}

.note-erreur i {
    background-color: var(--erreur-couleur-pale);
    padding: 1.5em 0.5em;
    font-size: 1.5em;
    color: var(--erreur-couleur);
}



.btn-conteneur-quitter {
    text-align: center;
}


.btn-conteneur, .btn-conteneur-quitter {
    display: flex;
    margin-bottom: 5em;
    justify-content: center;
}

.btn {
    /*font-family: "Open Sans";*/
    font-size: 16px;
    font-weight: bold;
    /* si Compact font-weight: 600; */
    line-height: 24px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 112px;
    /* si Compact min-width: 80px; */
    padding: 14px 22px;
    /* si Compact padding: 7px 15px; */
    transition: all 0.24s ease-in-out;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid transparent;
    /* si Compact border: 1px solid transparent; */
    border-radius: 0;
    /* si Arrondi border-radius: 4px; */
}

    .btn.btn-primaire {
        color: #fff;
        border-color: #095797;
        background-color: #095797;
        box-shadow: 0 1px 4px rgba(34, 54, 84, 0.16);
    }

        .btn.btn-primaire:hover {
            border-color: #156bb2;
            background-color: #156bb2;
        }

        .btn.btn-primaire:focus {
            border-color: #223654;
            background-color: #156bb2;
            box-shadow: 0 2px 8px rgba(34, 54, 84, 0.16), 0 0 0 2px #4a98d9;
        }

        .btn.btn-primaire:active {
            border-color: #3783c9;
            background-color: #3783c9;
        }

    .btn.btn-secondaire {
        color: #095797;
        border-color: #095797;
    }

        .btn.btn-secondaire:hover {
            background-color: rgba(9, 87, 151, 0.16);
        }

        .btn.btn-secondaire:focus {
            border-color: #223654;
            background-color: rgba(9, 87, 151, 0.16);
            box-shadow: 0 0 0 2px #4a98d9;
        }

        .btn.btn-secondaire:active {
            background-color: rgba(9, 87, 151, 0.08);
        }


p:first-child, p:last-child {
    margin: 0;
}

label span.titre {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-top: 2%;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

/** Inputs form **/
input[type=checkbox], input[type=radio], label, .editer {
    cursor: pointer;
}

.editer {
    text-decoration: underline;
}

    .editer:hover {
        text-decoration: none;
    }

label:first-letter {
    text-transform: uppercase;
}

/*,
span.required > label:first-of-type::after, span.required > label:first-of-type::after*/
.required > p:first-of-type::after,
.required > span:first-of-type::after,
.required > label:first-of-type::after {
    content: "*";
    color: var(--couleur-erreur);
    /*position: absolute;
	margin-left: 2px;*/
}

.form-check:last-child, .form-group:last-child {
    margin-bottom: 0 !important;
}

textarea.form-control {
    height: 16em;
}

/** CSS Erreur **/
input.error, textarea.error, select.error {
    border-color: var(--couleur-erreur);
}

    input.error:focus, textarea.error:focus, select.error:focus {
        color: #495057;
        background-color: #fff;
        border-color: var(--couleur-erreur);
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgb(209 0 0 / 25%);
    }

label.error {
    margin: 3px 0 0;
    color: var(--couleur-erreur);
    font-size: 0.7em;
    display: block;
}

html .resume h3:first-child {
    margin-top: 0 !important;
}

p[id]:not([id=""]),
.required > label:first-of-type {
    font-weight: bold;
    display: inline-block;
}

p[id]:not([id=""]) {
    margin: 0;
}

#p_consigne_preuves {
    font-weight: normal;
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 250px;
    padding: 0.8rem 0.8rem;
    color: #0e245d;
    text-align: left;
    box-shadow: 0 0 2px 0 rgba(0 0 0 / 50%);
    background: #fff;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #fff !important;
}

.bs-tooltip-top .arrow::after {
    position: absolute;
    content: ' ';
    z-index: -1;
    bottom: 0.2rem;
    left: 0.2rem;
    transform: rotate(-45deg);
    width: 0.8rem;
    height: 0.4rem;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0 0 0 / 50%);
}

.bs-tooltip-right .arrow::before {
    border-right-color: #fff !important;
}

.bs-tooltip-right .arrow::after {
    position: absolute;
    content: ' ';
    z-index: -1;
    right: -0.4rem;
    transform: rotate(45deg);
    width: 0.4rem;
    height: 0.8rem;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0 0 0 / 50%);
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff !important;
}

.bs-tooltip-bottom .arrow::after {
    position: absolute;
    content: ' ';
    z-index: -1;
    top: 0.4rem;
    left: 0.4rem;
    width: 0.4rem;
    height: 0.8rem;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    border-width: 0 0.4rem 0.4rem;
    border-right-color: #fff;
    box-shadow: -3px -2px 2px 3px rgb(0 0 0 / 20%);
}

.bs-tooltip-left .arrow::before {
    border-left-color: #fff !important;
}

.bs-tooltip-left .arrow::after {
    position: absolute;
    content: ' ';
    z-index: -1;
    left: -0.2rem;
    transform-origin: 0 0.4rem;
    transform: rotate(45deg);
    width: 0.4rem;
    height: 0.8rem;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-right-color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0 0 0 / 50%);
}

.info {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    background-color: #095797;
    color: #ffffff !important;
    text-align: center;
    position: relative;
    font-family: ui-serif;
    font-weight: bold;
    font-size: 0.9rem;
}

.btn-tooltip {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 20px;
    height: 20px;
}

    .btn-tooltip:focus {
        outline: none;
    }

*[data-toggle*="tooltip"] {
    cursor: pointer;
}

address {
    margin-bottom: 0;
}

    address ul {
        margin: 0;
        padding: 0;
    }

        address ul li {
            list-style: none;
        }


.date {
    background: #fff;
    padding: 0.5em 0.5em;
    display: inline-block;
}

/*
.contenu-fixe,
.contenant {
    padding: 0 !important;
}
*/


/** Fléche select **/
select, .select-field {
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    background-color: var(--base-bg);
    background-image: url("/images/ico_chevrondown_select.svg");
    background-position: center right 0.5rem;
    background-repeat: no-repeat;
    background-size: 1rem 0.5rem;
    border: 1px solid;
    box-sizing: border-box;
    box-shadow: none;
    color: #223654;
    color: var(--base-fg);
    display: block;
    height: 2.5rem;
    min-width: 3.9375rem;
    padding-left: 0.5rem;
    padding-right: 2.25rem;
    width: 100%;
}


@media (max-width: 768px) {
    h1, h2, legend {
        font-size: 2rem;
        line-height: 1.175;
    }
}


div#division-generale a:visited {
    color: #095797;
}

div#division-generale a, div#division-generale a:hover, div#division-generale a:visited {
    color: #095797;
}

.contenant {
    margin-top: 4.5em;
}

#tooltip {
    background-color: #fff !important;
    color: 000 !important;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.odd .description_overflow:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, rgb(249 249 249) 90%, rgb(246 246 246) 100%);
}

#tableau-plainte.dataTable.hover tbody tr:hover,
#tableau-plainte.dataTable.display tbody tr:hover {
    background: rgba(47, 123, 186, 0.1);
}

#tableau-plainte.dataTable.display tbody tr.even:hover .description_articles.description_overflow:before,
#tableau-plainte.dataTable.display tbody tr.odd:hover .description_articles.description_overflow:before {
    background: rgb(47, 123, 186);
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, rgb(234 242 248) 90%, rgb(234 242 248) 100%);
}

.even .description_overflow:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, rgb(255 255 255) 90%, rgb(255 255 255) 100%);
}

/*.description_overflow_plus:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 10px 5px 0px;
    border-color: transparent #6595bd transparent transparent;
    display: inline-block;
    margin-right: 5px;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    bottom: 5px;
} */

.description_overflow_plus:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1;
    box-shadow: 1px 1px 4px -1px #cfcfcf;
}

tr.odd .description_overflow_plus:after {
    background: #f9f9f9;
}

tr.even .description_overflow_plus:after {
    background: #ffffff;
}

#tableau-plainte.dataTable.display tbody tr:hover .description_overflow_plus:after,
#tableau-plainte.dataTable.display tbody tr:hover .description_overflow_plus:after {
    background: #eaf2f8;
}

.description_overflow_plus {
    position: relative;
    cursor: pointer;
}

/*.description_overflow_plus:after {
    content: "\F27E";
    display: inline-block;
    position: absolute;
    right: 47%;
    bottom: -10px;
    font-weight: bolder;
    color: #569fe4;
    font-size: 12px;
    font-family: "bootstrap-icons";
}*/
.whitespace {
    white-space: nowrap;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 20px;
    left: 10px;
    background-color: #095797;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left: 40px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    background-color: #1479CC;
}

html .dataTables_info {
    font-size: 12px;
    color: #223654 !important;
}

#search:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

#tableau-plainte_wrapper {
    margin-top: 2rem;
}

#tableau-plainte td {
    vertical-align: top;
}

.dataTables_scrollHead {
    background: #dae6f0 !important;
}

#tableau-plainte tbody {
    font-size: 0.9em;
    /* padding-top: 2rem; */
}

.description_overflow {
    overflow: hidden;
    max-height: 45px;
}

.description_articles {
    position: relative;
    cursor: pointer;
}

.liste-articles {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col-droite-titre {
    font-size: 2rem !important;
}

#custom-select {
    position: relative;
    width: 100%;
}

    #custom-select input[type=text] {
        cursor: default;
    }

.selected-value {
    padding-right: 30px;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: white !important;
    background-image: url("/images/ico_chevrondown_select.svg");
    background-position: center right 0.5rem;
    background-repeat: no-repeat;
    background-size: 1rem 0.5rem;
    width: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.options {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 555;
    background: white;
    width: 100%;
    border: solid 1px #000;
    border-top: none;
}

    .options .option span {
        cursor: pointer;
        padding: 3px;
        padding-left: 13px;
    }

.option_groupe {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .option_groupe .option span {
        padding-left: 25px;
    }

.option span {
    display: block;
}

    .option span:hover {
        background: #DAE6F0;
    }

.category-filter label[for=statutFiltre] {
    white-space: nowrap;
    margin: 0 10px 0 0;
}

#tableau-plainte_filter #statutFiltre {
    padding-right: 2em;
}

.champs-notice {
    margin: 3rem 0 3rem 0;
    border-bottom: 2px solid #E2E4E8;
    font-size: 14px;
}

.required-e {
    color: red;
    margin-left: 3px;
    font-size: 1rem;
}

.info-assistance {
    margin: 2em 0em 1em 0;
}

    .info-assistance p {
        font-size: 14px;
    }

.info {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    background-color: #095797;
    color: #ffffff !important;
    text-align: center;
    position: relative;
    font-family: ui-serif;
    font-weight: bold;
    font-size: 0.9rem;
}

.btn-tooltip {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 20px;
    height: 20px;
}

    .btn-tooltip:focus {
        outline: none;
    }

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 250px;
    padding: 0.8rem 0.8rem;
    color: #0e245d;
    text-align: left;
    box-shadow: 0 0 2px 0 rgba(0 0 0 / 50%);
    background: #fff;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #fff !important;
}

.bs-tooltip-top .arrow::after {
    position: absolute;
    content: ' ';
    z-index: -1;
    bottom: 0.2rem;
    left: 0.2rem;
    transform: rotate(-45deg);
    width: 0.8rem;
    height: 0.4rem;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0 0 0 / 50%);
    ;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #fff !important;
}

.bs-tooltip-right .arrow::after {
    position: absolute;
    content: ' ';
    z-index: -1;
    right: -0.4rem;
    transform: rotate(45deg);
    width: 0.4rem;
    height: 0.8rem;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0 0 0 / 50%);
    ;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff !important;
}

.bs-tooltip-bottom .arrow::after {
    position: absolute;
    content: ' ';
    z-index: -1;
    top: 0.4rem;
    left: 0.4rem;
    width: 0.4rem;
    height: 0.8rem;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    border-width: 0 0.4rem 0.4rem;
    border-right-color: #fff;
    box-shadow: -3px -2px 2px 3px rgb(0 0 0 / 20%);
}

.bs-tooltip-left .arrow::before {
    border-left-color: #fff !important;
}

.bs-tooltip-left .arrow::after {
    position: absolute;
    content: ' ';
    z-index: -1;
    left: -0.2rem;
    transform-origin: 0 0.4rem;
    transform: rotate(45deg);
    width: 0.4rem;
    height: 0.8rem;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-right-color: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0 0 0 / 50%);
    ;
}

.info {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    background-color: #095797;
    color: #ffffff !important;
    text-align: center;
    position: relative;
    font-family: ui-serif;
    font-weight: bold;
    font-size: 0.9rem;
}

.category-filter {
    float: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.datatables_filters {
    display: flex;
    justify-content: space-between;
}

#search {
    width: 140px;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-filter {
    display: flex;
    align-items: center;
}

    .search-filter label {
        margin-bottom: 0;
    }

#tableau-plainte_filter {
    margin-bottom: 2rem;
    padding: 0 5px;
}

    #tableau-plainte_filter > label {
        position: relative;
        order: -1;
        margin-bottom: 0;
    }

.pilule-info {
    -webkit-align-items: center;
    align-items: center;
    background: #f2f1f1;
    border-radius: 1em;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    margin-right: 0.05rem;
    min-height: 1.625rem;
    padding: 0 0.5rem;
    text-align: left;
}

*[data-toggle*="tooltip"] {
    cursor: pointer;
}

html .dataTables_wrapper .dataTables_filter {
    text-align: left;
    float: none;
    display: flex;
    justify-content: space-between;
    display: none;
}

html table.dataTable thead th, table.dataTable thead td {
    font-size: 14px;
    padding: 10px 11px;
}

.dtr-title {
    display: block !important;
}

@media only screen and (max-width: 1024px) {


    #search {
        width: 100%;
        margin-left: 0;
    }

    .search-filter {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-filter {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 5px;
    }

    .datatables_filters label {
        margin-bottom: 0.5rem !important;
    }

    #tableau-plainte_filter > label {
        margin-right: 5px;
    }

    #tableau-plainte_filter {
        padding: 0;
    }

        #tableau-plainte_filter input {
            width: 100%;
        }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0;
    }
}

@media only screen and (max-width: 670px) {
    .description_overflow {
        overflow: visible;
        height: auto;
        cursor: auto;
    }

    .category-filter {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }

        .category-filter label {
        }

    #tableau-plainte_filter > label {
        margin-right: 0;
    }

    html .dataTables_wrapper .dataTables_filter {
        flex-direction: column;
    }

    #custom-select {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {

    .datatables_filters {
        flex-direction: column;
    }

    #search {
        margin: 0;
    }

    .category-filter {
        margin-top: 10px;
    }
}


@media only screen and (max-width: 576px) {
    .btn-primaire {
        width: 100%;
    }

    #portail-client label[for^=type_] {
        display: block !important;
    }
}

@media only screen and (max-width: 530px) {

    #custom-select {
        width: 100%;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0;
    }
}

#form-connexion {
    position: relative;
}

/* Loading spin */
.loader {
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 2s linear infinite;
    margin: 0 8px 0;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
