/* Import Fonts */

@font-face {
    font-family: "GothamRounded-Bold";
    src: url("../fonts/Gotham/GothamRounded-Bold.otf");
}

@font-face {
    font-family: "GothamRounded-BoldItalic";
    src: url("../fonts/Gotham/GothamRounded-BoldItalic.otf");
}

@font-face {
    font-family: "GothamRounded-Book";
    src: url("../fonts/Gotham/GothamRounded-Book.otf");
}

@font-face {
    font-family: "GothamRounded-BookItalic";
    src: url("../fonts/Gotham/GothamRounded-BookItalic.otf");
}

@font-face {
    font-family: "GothamRounded-Light";
    src: url("../fonts/Gotham/GothamRounded-Light.otf");
}

@font-face {
    font-family: "GothamRounded-LightItalic";
    src: url("../fonts/Gotham/GothamRounded-LightItalic.otf");
}

@font-face {
    font-family: "GothamRounded-Medium";
    src: url("../fonts/Gotham/GothamRounded-Medium.otf");
}

@font-face {
    font-family: "GothamRounded-MediumItalic";
    src: url("../fonts/Gotham/GothamRounded-MediumItalic.otf");
}

@font-face {
    font-family: "GothamRoundedBold_21016";
    src: url("../fonts/Gotham/GothamRoundedBold_21016.ttf");
}

@font-face {
    font-family: "GothamRoundedBook_21018";
    src: url("../fonts/Gotham/GothamRoundedBook_21018.ttf");
}

@font-face {
    font-family: "GothamRoundedLight_21020";
    src: url("../fonts/Gotham/GothamRoundedLight_21020.ttf");
}

@font-face {
    font-family: "GothamRoundedMedium_21022";
    src: url("../fonts/Gotham/GothamRoundedMedium_21022.ttf");
}

.text-medium {
    font-family: GothamRounded-Medium !important;
}

.text-book {
    font-family: GothamRounded-Book !important;
}

.intervention_button {
    color: #748F8E;
    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);
}

#logout_div {
    margin-right: 20px;
}

@media (max-width: 576px) {
    .overview_block {
        margin-bottom: 20px;
    }

    #remove_button {
        font-size: 13px;
        padding: 6px;
        margin-bottom: 5px;
    }

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

    #div_pool_detail {
        display: none;
    }

    #empty_div {
        display: none;
    }
}

@media (max-width: 991px) {
    .overview_block {
        margin-bottom: 20px;
    }

    .navbar {
        align-items: inherit;
    }

    #div_pool_detail {
        display: none;
    }

    #empty_div {
        display: none;
    }
}


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

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

/* 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;
}

.nav-item {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color 1s;
    height: 74px;
}

.nav-item_selected {
    background: rgba(0, 0, 0, 0.1);
}

.nav-item:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar .form-control {
    border-width: thin !important;
}

ul.nav.flex-column li.nav-item a.nav-link i.bi {
    margin-left: 5%;
    margin-right: 5%;
}

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

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

.force_blue_background {
    background-color: #05597D !important;
}

.force_white_background {
    background-color: #FFFFFF !important;
}

.nav-link {
    color: white !important;
    opacity: 1;
    font-family: GothamRounded-Bold;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.3px;
}

.nav-link img {
    height: 11px;
}

body {
    background-color: #F4F4FC;
    font-family: GothamRoundedMedium_21022, sans-serif;
}

.navbar {
    background-color: #FFFFFF;
    height: 89px;
}

.block_title {
    opacity: 1;
    color: #000000;
    font-weight: 350;
    font-size: 28px;
    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;
}

.device_title_img {
    height: 50px;
    border-radius: 100px;
}

.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: #6D908E;
    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;
}


p {
    margin-bottom: unset;
}

.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: #6D908E;
    border-radius: 40px;
    font-weight: 350;
    font-size: 12px;
    color: #FFFFFF !important;
}

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

.btn-details:hover {
    color: #FFFFFF;
}

.btn-lang {
    background: #EDEDED;
    border-radius: 45px;
    height: 50px;
    font-style: normal;
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
}

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

.lang-dropdown {
    background: #EDEDED;
    border: none !important;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
}

.btn-user {
    background: #32556E;
    border-radius: 45px;
    color: #FFFFFF;
    height: 50px;
    font-weight: 325;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
}

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

.user-level {
    font-family: 'GothamRounded-Book';
    font-style: normal;
    font-weight: 325;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.3px;
}

.btn-refresh {
    background-color: #EDEDED !important;
    border-radius: 45px;
    color: #000000;
}

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

.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: 700px;
    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;
}

@-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;
}

#sectionUserDevices {
    width: 65%;
}

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