#intervention_missing_text {
    font-family: GothamRounded-Book;
    font-size: 12px;
    background: #EEEEEE;
    border-radius: 1rem;
    padding: 1.125em 1.5em;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

.flag_img {
    margin: auto;
    display: block;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.sorting_block {
    cursor: pointer;
}

.intervention_button {
    color: #97C4B8;
    font-size: 35px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.overview_number {
    opacity: 1;
    color: #000000;
    font-family: GothamRounded-Bold;
    font-size: 13px;
}

.overview_state {
    opacity: 1;
    color: #000000;
    font-family: GothamRounded-Bold;
    font-size: 13px;
}

.overview_block {
    background-color: #F9F9F9;
    border-radius: 54px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}

.overview_block_v2 {
    background-color: #F9F9F9;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 54px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}

.overview_block_shadowless {
    background-color: #F9F9F9;
    border-radius: 54px;
}

.overview_block_inside {
    margin-left: -15px;
    padding: 12px;
}

.overview_img {
    height: 50px;
}

/* Pool Detail */

div.container-fluid:nth-child(10)>table:nth-child(2)>tbody:nth-child(1)>tr {
    line-height: 0.5;
}

.form-control {
    display: unset;
    width: unset;
}

#map {
    height: 500px;
    width: 100%;
}

.event_info {
    opacity: 1;
    color: #000000;
    vertical-align: middle;
}

.centerer {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centerer_button {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centerer_table {
    vertical-align: middle;
}

.big_name {
    opacity: 1;
    color: #000000;
    font-family: GothamRoundedMedium_21022;
    font-size: 32px;
    vertical-align: center;
}

.icon_font {
    font-size: 2rem;
    color: grey;
    margin-left: 15px;
    margin-right: 15px;
}

.footer_text {
    text-align: right !important;
    border-top: 1px solid #000000;
}

.cn {
    display: flex;
    justify-content: end;
    align-items: center;
}

.form-control {
    background-color: #f3f3f3;
}

.block_title {
    opacity: 1;
    color: #000000;
    font-weight: 350;
    font-size: 20px;
    text-align: left;
}

.block_subtitle {
    opacity: 1;
    color: #000000;
    font-weight: 325;
    font-family: GothamRounded-Medium;
    font-size: 15px;
    text-align: left;
    line-height: 18px;
    margin-bottom: 20px;
}

.legend-title {
    font-size: 18px;
}

.block_pool_resume {
    opacity: 1;
    color: #000000;
    font-family: GothamRoundedMedium_21022, sans-serif;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 15px;
    cursor: pointer;
}

.device_title {
    color: white;
    background-color: #26587A;
    width: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-family: GothamRoundedMedium_21022, sans-serif;
}

.block_form {
    padding-left: 10px;
    margin-left: 10px;
}

.block_form_full {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.bloc {
    background-color: white;
    border-radius: 40px;
    padding: 30px 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.bloc_paddingless {
    background-color: white;
    border-radius: 40px;
    margin-bottom: 30px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}

.block_title.bloc_paddingless_compensation {
    padding-top: 30px;
}

h3.device_title {
    padding-left: 40px;
    text-transform: capitalize;
}

.bloc_paddingless_compensation {
    margin-left: 40px;
    width: 95%;
}

.gray_round {
    background-color: #75C0C0;
    width: fit-content;
    color: white;
    border-radius: 100px;
    padding: 10px;
    display: inline;
}


.blue_round {
    background-color: #26587A;
    width: fit-content;
    color: white;
    border-radius: 100px;
    padding: 15px;
}

.green {
    color: #8FAE7B;
}

.red {
    color: red;
}

.gray {
    color: gray;
}

.large {
    font-size: 10px;
}


.bloc_shadowless {
    background-color: white;
    border-radius: 40px;
    padding: 30px 40px;
    margin-bottom: 30px;
}

.inner_bloc {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #A4A4A4;

    opacity: 0.6;
    color: #000000;
    font-family: GothamRoundedMedium_21022;
    font-size: 15px;
    align: left;
}

.gone_text {
    font-size: 0 !important;
    display: none;
}

.bread {
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

/* Common Animation*/

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modern_loading {
    color: transparent;
    width: fit-content;
    background: linear-gradient(270deg, #eeeeee, #ffffff);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
}

.modern_loading_img {
    color: transparent;
    border: none;
    border: 0;
    background: linear-gradient(270deg, #eeeeee, #ffffff);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 2s ease infinite;
    -moz-animation: AnimationName 2s ease infinite;
    animation: AnimationName 2s ease infinite;
}

.d-flex {
    gap: 10px;
}

.search_bar {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
    background: #F9F9F9 !important;
    border-radius: 100px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 80%;
}

.search_bar span {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 0 !important;
    padding-left: 12px !important;
    align-items: center;
    background: #F9F9F9 !important;
    border: 0 !important;
}

.search_bar input {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 70% !important;
    height: 34px;
    align-items: center;
    background: #F9F9F9 !important;
    border: 0 !important;
}

.search_bar input::placeholder {
    font-family: GothamRounded-Book;
    color: #000000
}

.search_bar input:focus {
    outline: none;
}

.custom-table thead {
    background: #EDEDED;
    height: 46px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.custom-table tbody {
    vertical-align: middle;
}

.custom-table td {
    font-family: 'GothamRounded-Book';
    font-weight: 325;
    font-size: 12px;
    line-height: 14px;
    height: 46px;
    letter-spacing: -0.3px;
}

.custom-table th {
    margin-bottom: 20px;
    font-family: 'GothamRounded-Medium';
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
}

.custom-table th:nth-child(1) {
    border-radius: 100px 0 0 0 !important;
    padding-left: 30px;
}

.custom-table td:nth-child(1) {
    padding-left: 30px;
}

.custom-table th:nth-last-child(1) {
    border-radius: 0 100px 0 0;
}

.custom-table>thead>tr>th {
    border-bottom: 5px solid #05597D;
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-table>tbody>tr>td {
    border-bottom: none;
}

.custom-table>tbody>tr:nth-child(2n+1) {
    background-color: #F9F9F9;
}

.btn-details {
    font-family: 'GothamRounded-Medium';
    height: 35px;
    min-width: 96px;
    background: #75C0C0;
    border-radius: 40px;
    font-weight: 350;
    font-size: 12px;
    color: #FFFFFF !important;
}

.btn-details-bigger {
    font-family: 'GothamRounded-Medium';
    height: 35px;
    min-width: 125px;
    background: #75C0C0;
    border-radius: 40px;
    font-weight: 350;
    font-size: 12px;
    color: #FFFFFF !important;
}

.btn-refuse {
    background: #CD533B !important;
}

.btn-details:hover {
    color: #FFFFFF;
    background: #75C0C0 !important;
}

.user-name {
    font-family: GothamRounded-Bold;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    letter-spacing: -0.3px;
}

.map-pool-name {
    font-weight: 350;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}

.map-pool-picto {
    padding-right: 0 !important;
}

#mapid {
    height: 510px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    box-shadow: 0 3px 30px rgb(0 0 0 / 40%) !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 30px !important;
    width: 230px;
    height: auto;
}

.favorite-icon {
    cursor: pointer;
    color: grey;
}

.favorite-icon.favorite {
    color: gold;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.app_pool_fail_box {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 51px;
    height: 51px;
    color: #F9F9F9;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 30%;
    background: #CD533B;
}

.count_pending_supervisors_box {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 51px;
    height: 51px;
    color: #F9F9F9;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 30%;
    background: #DDA64B;
}

.middle_bloc .row {
    display: flex;
    align-items: stretch;
}

.middle_bloc .col-6 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.middle_bloc .col-6>div {
    flex: 1;
}

#sectionUserDevices {
    height: 100%;
    width: 74%;
}

#sectionSupervisorPro {
    height: 100%;
    width: 74%;
}

.supervision_delete {
    cursor: pointer;
    background-color: red;
    color: white;
    padding: 0.5rem;
    border-radius: 10px;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.pagination-btn,
.pagination-prev,
.pagination-next {
    margin: 0 5px;
    padding: 5px 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #666;
    text-decoration: none;
}

.pagination-btn.active,
.pagination-btn:hover {
    font-weight: bold;
    color: #000;
}

.pagination-btn.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pagination-dots {
    margin: 0 5px;
    padding: 5px 10px;
    color: #ccc;
}

@media (min-width: 2000px) {
    #sectionUserDevices {
        width: 48%;
    }

    #sectionSupervisorPro {
        width: 48%;
    }
}

@media (min-width: 1024px) and (max-width: 1100px) {
    .graph_block {
        margin-top: 30px;
    }
}

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

    .shared-pool-table th:nth-child(2) {
        border-radius: 100px 0 0 0 !important;
        padding-left: 20px;
    }

    .shared-pool-table td:nth-child(2) {
        padding-left: 20px;
    }

    .analytics-table th:nth-last-child(1) {
        padding-right: 20px;
    }

    .analytics-table td:nth-last-child(1) {
        padding-right: 20px;
    }

    .search_bar {
        width: auto;
    }

    .cn {
        justify-content: start;
    }

    .overview_block {
        margin-bottom: 0px;
    }

    .overview_img {
        height: 40px;
    }

    .overview_number,
    .overview_state {
        font-size: 10px;
    }

    .overview_block_inside {
        margin-left: 0;
        padding: 5px;
    }

    #sectionUserDevices {
        width: 100%;
    }

    #sectionSupervisorPro {
        width: 100%;
    }

    .graph_block {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    #remove_button {
        font-size: 13px;
        padding: 6px;
        margin-bottom: 5px;
    }

    #div_refresh_cache {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}