body {
  overflow: hidden;
}

body,
html {
  font-family: 'Montserrat', 'Open Sans Light', 'Open Sans', sans-serif;
}

:root {
  --wbwhite: rgb(255, 255, 255);
  --wbblue: rgb(24, 106, 246);
  --wbblue2: rgb(59, 144, 236);
  --wbgrey: rgb(112, 112, 112);
  --wbgrey2: rgb(243, 243, 243);
  --wborange: rgb(252, 69, 0);
  --wborange2: rgb(255, 187, 0);
  --wbgreen: rgb(131, 228, 154);
  --wbred: rgb(228, 134, 131);
}

#sidebar_left {
  display: flex;
  min-height: 100vh;
}

#sidebar_left_menu_container,
#sidebar_left_submenu_container,
#sidebar_left_notifications_container {
  display: flex;
  flex-direction: column;
  z-index: 100;
}

.main_container {
  height: 96%;
}

#management_sidebar_center {
  max-height: 60vh;
  overflow-y: auto;
}

main {
  height: 96vh;
  overflow-x: hidden;
}

#sidebar_left_menu_container {
  background: linear-gradient(rgb(63, 155, 254), rgb(24, 106, 246));
  justify-content: space-between;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.29);
  z-index: 1;
  height: 100vh;
}

#sidebar_left_submenu_container {
  display: none;
  background-color: rgb(255, 255, 255, 0.95);
}

#sidebar_left_submenu_container_row {
  display: flex;
  justify-content: space-between;
}

#sidebar_left_submenu_container_row_close {
  padding: 10px
}

#siderbar_left_menu_logo_container {
  margin: 10px;
  margin-right: 20px;
}

#siderbar_left_menu_logo {
  display: block;
  /* max-width: 100%; */
  /* height: 12vh; */
  /* max-height: 120px; */
  max-height: 12vh;
  max-width: 100%;
}

/* #sidebar_top {
} */

#sidebar_bottom {
  height: 22vh;
}

#sidebar_bottom_links {
  height: 20vh;
}

#sidebar_bottom_links li {
  height: 4vh;
}

.webreathe_logo {
  /* width: 100%;
  height: auto; */
  max-height: 8vh;
  max-width: 75%;
}

#webreathe_logo_link {
  padding: 0;
  margin-top: 3%;
  text-align: center;
}

#siderbar_left_menu_logo_bottom {
  height: 40;
  width: 110;
  left: 5%;
  position: relative;
}

#sidebar_navbar_container_root {
  position: fixed;
}

#sidebar_navbar_container {
  display: flex;
  width: 100vw;
}

#sidebar_navbar {
  display: inline-flex;
  width: 100%;
  /*border-radius: 0px!important;*/
  background: linear-gradient(to right, rgb(63, 155, 254), rgb(24, 106, 246));
  /*border-radius: 0px 0px 5px 0px;*/
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
  transition: all 0.5s ease;
  height: 40px;
}

#sidear_navbar_title {
  width: 100%;
}

.p-2-li {
  padding: 0px;
  margin: 0px;
}

ul.map-navbar-right li {
  padding: 2px 7px!important;
  padding-left: 7px!important;
  padding-right: 7px!important;
  margin: 0px!important;
}

ul.map-navbar-left {
  position: relative;
  left: 40%;
  display: flex;
}

#care_element {
  border-left: 1px dashed white;
  margin: 5px 0px 5px 2.5ch;
}

li.global-default-link a:hover {
  border-left: 5px solid white
}

li.global-default-link .active {
  border-left: 5px solid white
}

li.global-navbar-left-side {
  font-size: 1.6vh;
}

li.global-navbar-left-side a {
  transition: 0.25s ease-out;
}

li.global-navbar-left-side a:hover {
  background-color: #FFFFFF;
  color: #186AF6!important;
  transition: 0.25s ease-in;
  cursor: pointer;
}

li.global-navbar-left a {
  transition: 0.25s ease-out;
}

li.global-navbar-left a:hover {
  background-color: #FFFFFF;
  color: #186AF6!important;
  transition: 0.25s ease-in;
  cursor: pointer;
}

li.global-navbar-left .active {
  background-color: #FFFFFF;
  color: #186AF6!important;
  cursor: pointer;
}

ul.map-navbar-left li {
  margin: 0px!important;
  font-weight: 400!important;
  transition: 0.25s ease-out;
}

ul.map-navbar-left li:hover {
  font-weight: 400!important;
  background-color: #FFFFFF;
  color: #186AF6!important;
  transition: 0.25s ease-in;
  cursor: pointer;
}

.map-navbar-right {
  padding: 0px;
  margin: 0px;
}

.map-navbar-notification {
  color: white!important;
  font-size: 20px;
  transition: 0.25s ease-out;
}

.map-navbar-notification:hover {
  background-color: white;
  color: #186AF6!important;
  transition: 0.25s ease-in;
}

.map-navbar-alert-red {
  color: white!important;
  font-size: 30px;
  transition: 0.25s ease-in;
  background-color: #E48683;
}

.map-navbar-alert-yellow {
  color: white!important;
  font-size: 30px;
  transition: 0.25s ease-in;
  background-color: rgb(249, 80, 80);
}

.map-navbar-alert {
  color: white!important;
  font-size: 20px;
  transition: 0.25s ease-in;
}

.map-navbar-notification,
.map-navbar-alert {
  padding: 0px;
}

.shadow {
  box-shadow: 0px 0px 3px 0px #AAA;
  border-radius: 10px;
}

.footer-item {
  width: 50%;
  padding: 8px 0px;
  text-align: center;
  transition: all 0.25s ease;
}

.footer-item:hover {
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}

.close-item {
  width: 50%;
  padding: 8px 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5)!important;
  cursor: not-allowed;
}

.close-item:hover {
  background-color: rgba(0, 0, 0, 0.5)!important;
}

.font-sidebar-footer {
  color: white!important;
  font-weight: 400;
  font-size: 12px;
}

.custom-scrollbar-all {
  overflow-x: auto;
  overflow-y: auto;
}

.custom-scrollbar-vertical {
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-scrollbar-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
}

.custom-scrollbar-all::-webkit-scrollbar,
.custom-scrollbar-vertical::-webkit-scrollbar,
.custom-scrollbar-horizontal::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}

.custom-scrollbar-all::-webkit-scrollbar-thumb,
.custom-scrollbar-vertical::-webkit-scrollbar-thumb,
.custom-scrollbar-horizontal::-webkit-scrollbar-thumb {
  background-color: #186AF6;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}


/* ************************************** */


/*input[type=checkbox] {
height: 0;
width: 0;
visibility: hidden;
}

label {
cursor: pointer;
text-indent: -9999px;
width: 50px;
height: 25px;
background: grey;
display: block;
border-radius: 25px;
position: relative;
}

label:after {
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
background: #fff;
border-radius: 22px;
transition: 0.3s;
}

input:checked+label {
background: var(--wbblue2);
}

input:checked+label:after {
left: calc(100% - 5px);
transform: translateX(-100%);
}

label:active:after {
width: 130px;
}

input[type=file] {
background-color: rgba(255, 255, 255, 1);
}

input.custom-file-input {
opacity:1!important;
}

label.file-upload {
cursor: pointer;
text-indent: 0px;
width: 0;
height: 0;
background: #80808000;
display: block;
position: relative;
}

label.file-upload:after {
content: 'Edit';
position: absolute;
top: 0px;
left: 0px;
width: auto;
height: auto;
padding: 0 7px;
}*/

center {
  margin: 0 0!important;
}


/* ************************************** */

#aze {
  color: white;
}

#aze2 {
  color: rgb(40, 126, 249);
}

ul {
  color: white;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

svg {
  display: inline-block
}

#menu_menu ul li {
  display: inline-block;
}


/*#sidebar_left_menu_container li {
padding: 0.5em;
margin: 0.5em 0em 0.5em 0em;
}*/

#sidebar_left_menu_container a,
#sidebar_navbar a {
  color: white;
  width: 100%;
}

h1 {
  color: rgb(24, 106, 246);
  font-size: 3rem;
  padding: 1rem;
  font-weight: bold;
}

.network_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 0px #656565;
  padding: 15px;
}

#azea {
  height: 60px;
}

#azea a {
  color: var(--wbblue) !important;
}

#azea a:hover {
  text-decoration: none;
}

/* JIAYU MODIFIERR*/

#sidebar_left_profil_container {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  color: rgb(0, 0, 0);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

.profil-margin {
  margin-bottom: 10px;
}

#profil_image_container {
  padding: 0px;
  width: 150px;
  height: 150px;
  /*border-radius:50%;*/
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.sidebar_left_popupmenue_container {
  width: 35%;
  /*height: 50%;*/
  left: 35%;
  top: 25%;
  padding: 30px;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 4px 0px rgb(255, 255, 255);
}


/* END */

#sidebar_left_submenu_container_row_close {
  cursor: pointer;
}

.btnCustom {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btnCustom:hover,
.btnCustom:focus,
.btnCustom.focus {
  text-decoration: none;
}

.btnCustom:active,
.btnCustom.active {
  background-image: none;
}

.btnCustom.disabled,
.btnCustom[disabled],
fieldset[disabled] .btnCustom {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}

a.btnCustom.disabled,
fieldset[disabled] a.btnCustom {
  pointer-events: none;
}

.btnCustom-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btnCustom-default:focus,
.btnCustom-default.focus {
  color: #333;
}

.btnCustom-default:hover {
  color: #333;
}

.btnCustom-default:active,
.btnCustom-default.active,
.open>.dropdown-toggle.btnCustom-default {
  color: #333;
}

.btnCustom-default:active:hover,
.btnCustom-default.active:hover,
.open>.dropdown-toggle.btnCustom-default:hover,
.btnCustom-default:active:focus,
.btnCustom-default.active:focus,
.open>.dropdown-toggle.btnCustom-default:focus,
.btnCustom-default:active.focus,
.btnCustom-default.active.focus,
.open>.dropdown-toggle.btnCustom-default.focus {
  color: #333;
}

.btnCustom-default:active,
.btnCustom-default.active,
.open>.dropdown-toggle.btnCustom-default {
  background-image: none;
}

/* .btnCustom-default.disabled,
.btnCustom-default[disabled],
fieldset[disabled] .btnCustom-default,
.btnCustom-default.disabled:hover,
.btnCustom-default[disabled]:hover,
fieldset[disabled] .btnCustom-default:hover,
.btnCustom-default.disabled:focus,
.btnCustom-default[disabled]:focus,
fieldset[disabled] .btnCustom-default:focus,
.btnCustom-default.disabled.focus,
.btnCustom-default[disabled].focus,
fieldset[disabled] .btnCustom-default.focus,
.btnCustom-default.disabled:active,
.btnCustom-default[disabled]:active,
fieldset[disabled] .btnCustom-default:active,
.btnCustom-default.disabled.active,
.btnCustom-default[disabled].active,
fieldset[disabled] .btnCustom-default.active {} */

  .btnCustom-default .badge {
    color: #fff;
    background-color: #333;
  }

  .btn-group-sm>.btn,
  .btn-xsm {
    padding: 0px 7px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
  }

  .btn-blanc {
    font-weight: bold;
    color: #186AF6;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    transition: all 0.25s ease-out;
  }

  .btn-blanc:hover {
    transition: all 0.25s ease-in;
    background-color: #edf2fa;
    font-weight: bold;
  }

  li,
  a {
    font-weight: 400;
    transition: 0.1s ease-out;
  }

  li.nav-item:hover {
    cursor: pointer;
  }

  a:hover {
    text-decoration: none;
  }

  input.custom-file-input:after {
    content: 'Edit';
  }


  /* ------------------------------------ NOTIFICATION CSS STYLE --------------------------------------------------------------------*/

  .notifications-overlay-container-left,
  .preference-overlay-container-left,
  .support-overlay-container-left,
  .add-notifications-overlay-container-left {
    display: none;
    position: fixed;
    left: 11.2%;
    top: 49%;
    height: 40vh;
    width: 33vh;
    z-index: 100000;
    background-color: white;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.39);
    border-radius: 3px;
  }

  .alerts-overlay-container-top,
  .add-alerts-overlay-container-top {
    display: none;
    position: fixed;
    left: 75%;
    top: 7%;
    height: 40vh;
    width: 33vh;
    z-index: 100000;
    background-color: white;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
    border-radius: 3px;
  }

  .notifications-header,
  .support-header,
  .preference-header,
  .add-notifications-header,
  .alerts-header,
  .add-alerts-header {
    width: 100%;
    height: 10%;
    color: white;
    font-size: 15px;
    font-weight: 600;
    padding: 9px!important;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.39);
    background: linear-gradient(to right, #409CFF, #186AF6);
    z-index: 3;
  }

  .notifications-header span {
    text-align: left;
  }

  .notifications-body,
  .preference-body,
  .support-body,
  .add-notifications-body,
  .alerts-body,
  .add-alerts-body {
    width: 100%;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .notifications-body::-webkit-scrollbar,
  .preference-body::-webkit-scrollbar,
  .support-body::-webkit-scrollbar,
  .add-notifications::-webkit-scrollbar {
    display: none;
  }

  .notifications-footer,
  .preference-footer,
  .support-footer,
  .add-notifications-footer,
  .alerts-footer,
  .add-alerts-footer {
    width: 100%;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.39);
    background: linear-gradient(to right, #409CFF, #186AF6);
    z-index: 3;
  }

  .media {
    background-color: white;
    padding: 9px;
    border-bottom: 0.25px solid rgba(0, 0, 0, 0.36);
    transition: 0.25s ease-out;
    cursor: pointer;
  }

  .media:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.25s ease-in;
  }

  .media-footer {
    font-size: 8px;
    color: rgba(0, 0, 0, 0.67);
  }

  h5,
  h4,
  h3 {
    color: #186AF6;
    margin-bottom: 0px;
  }

  /* --------------------------
  Notifications
  -------------------------- */

  #notifications {
    margin: 0;
    padding: 0;
  }

  #notifications p {
    margin: 0;
  }

  .back_grey {
    width: 100%;
    background: #ffffff;
    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0;
    text-align: center;
    padding: 20%;
    height: 100%;
  }

  .example-card {
    display: none;
  }

  .close {
    font-size: 30px;
    margin: 0 3% 5%;
    color: var(--wb-blue);
  }

  #sidebar_left_notifications_container {
    justify-content: space-between;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.29);
    height: 100vh;
    width: 0;
    position: absolute;
    transition: 0.5s;
    overflow-x: hidden;
    top: 100;
    font-size: inherit;
    z-index:1021;
    max-width: 365px;
  }

  #notification-header {
    font-size: 35px;
    padding: 0;
  }

  .notification-card > .card-body {
    padding: 3%;
  }

  .notification-content .notif-content {
    margin: 2% 0;
  }

  .notification-content {
    margin: 4% 0;
  }

  .notification-content p {
    margin: 0;
  }

  #notification p {
    margin: 0;
  }

  .notification-title {
    margin: 0;
    font-size: 18px;
    margin-top: -1%;
    height: 3vh;
  }

  .notification-card {
    min-width: 260px;
    transition: all 0.2s ease;
  }

  .notification-card:hover {
    cursor: pointer;
    box-shadow: 1px 1px 0px 0px darkgrey;
    border-color: #ffffff;
  }

  .notification-card.active {
    background: var(--wbblue);
    color: #FFFFFF;
  }

  .notification-expired.active .notification-title {
    color: #FFFFFF;
  }

  .notification-card.active .notification-title-blue {
    color: #FFFFFF!important;
  }

  .notification-title-blue {
    color: var(--wbblue);
  }

  .notification-title-green {
    color: var(--green);
  }

  .notification-title-yellow {
    color: var(--yellow);
  }

  .notification-title-orange {
    color: var(--orange);
  }

  .notification-title-red {
    color: red;
  }

  .active .notification-title-red {
    color: #f7778b;
  }

  .active .notification-title-orange {
    color: #fab378;
  }

  .notification-unread {
    border: 2px solid var(--blue);
  }

  .notification-expired {
    border-color: var(--wbgrey);
    color: var(--wbgrey);
  }

  .notification-read {
    border: none;
  }

  .notification-expired .notification-title {
    color: var(--wbgrey);
  }

  .notification-close {
    border: none;
  }

  #datetime-diff {
    display: none;
  }

  .notification-link:hover, .notification-trash:hover {
    cursor: pointer;
  }

  .see-button a {
    text-decoration: none;
    color: var(--wbblue);
  }

  #newNotificationDialog label {
    color: var(--wbblue);
  }

  #newNotificationDialog input,
  #newNotificationDialog select,
  #newNotificationDialog .dropdown-toggle,
  #newNotificationDialog textarea{
    border-color: var(--wbblue);
  }

  /* ---------------------------------------------------- */

  .tweet-text {
    font-size: 10px;
  }

  .editLayout-li {
    position: relative;
    padding: 0 0;
  }

  .add-notifications {
    padding: 2px 10px;
  }

  .add-notifications-contents>* {
    margin: 4px 0;
  }

  .editLayout-li {
    transition: 0.25s ease-out;
  }

  .editLayout-li:hover {
    background-color: #FFFFFF;
    color: #186AF6!important;
    transition: 0.25s ease-in;
    cursor: pointer;
  }

  .custom-textarea {
    height: 65%;
  }

  .form-control-notif {
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 0 5px;
    margin: 0 0px;
  }

  @media screen and (max-width: 1024px) {
    #siderbar_left_menu_logo {
      margin: 10px;
      margin-right: 10px;
      width: 100%;
    }
    #siderbar_left_menu_logo_bottom {
      height: 40;
      width: 82;
      left: 5%;
      position: relative;
    }
    body,
    html {
      font-family: 'Montserrat', 'Open Sans Light', 'Open Sans', sans-serif;
    }
    :root {
      --wbwhite: rgb(255, 255, 255);
      --wbblue: rgb(24, 106, 246);
      --wbblue2: rgb(59, 144, 236);
      --wbgrey: rgb(112, 112, 112);
      --wbgrey2: rgb(243, 243, 243);
      --wborange: rgb(252, 69, 0);
      --wborange2: rgb(255, 187, 0);
      --wbgreen: rgb(131, 228, 154);
      --wbred: rgb(228, 134, 131);
    }
    #sidebar_left {
      display: flex;
      min-height: 100vh;
    }
    #sidebar_left_menu_container,
    #sidebar_left_submenu_container {
      display: flex;
      flex-direction: column;
      z-index: 100;
    }

    #sidebar_left_menu_container {
      background: linear-gradient(rgb(63, 155, 254), rgb(24, 106, 246));
      justify-content: space-between;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
      min-width: 10vw;
      min-height: 96vh;
    }
    #sidebar_left_submenu_container {
      display: none;
      background-color: rgb(255, 255, 255, 0.95);
    }
    #sidebar_left_submenu_container_row {
      display: flex;
      justify-content: space-between;
    }
    #sidebar_left_submenu_container_row_close {
      padding: 10px
    }
    #siderbar_left_menu_logo_container {
      margin: 10px;
      margin-right: 20px;
    }
    #siderbar_left_menu_logo {
      position: relative;
      width: 145px;
      height: 30px;
      padding: 0px 0px;
      margin-right: 25px;
      margin-left: 10px;
      /* left: -10; */
    }
    .webreathe_logo {
      height: 50px!important;
      margin: 3% auto;
    }
    #siderbar_left_menu_logo_bottom {
      height: 40;
      width: 110;
      left: 5%;
      position: relative;
    }
    #sidebar_navbar_container_root {
      position: fixed;
      z-index: 50;
    }
    #sidebar_navbar_container {
      display: flex;
      width: 100vw;
    }
    #sidebar_navbar {
      display: inline-flex;
      width: 100%;
      border-radius: 0px!important;
      background: linear-gradient(to right, rgb(63, 155, 254), rgb(24, 106, 246));
      border-radius: 0px 0px 5px 0px;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
      transition: all 0.5s ease;
      height: 4%;
    }
    #sidear_navbar_title {
      width: 100%;
    }
    .p-2-li {
      padding: 0px;
      margin: 0px;
    }
    ul.map-navbar-right {
      height: inherit;
    }
    ul.map-navbar-right li {
      padding: 2px 7px!important;
      padding-left: 7px!important;
      padding-right: 7px!important;
      margin: 0px!important;
      height: inherit;
    }
    ul.map-navbar-left {
      position: relative;
      left: 40%;
      display: flex;
    }
    ul.global-navbar-left {
      height: inherit;
    }
    ul.global-navbar-left li {
      transition: 0.25s ease-out;
      height: inherit;
    }
    ul.global-navbar-left li:hover {
      background-color: #FFFFFF;
      color: #186AF6!important;
      transition: 0.25s ease-in;
      cursor: pointer;
    }
    ul.map-navbar-left li {
      margin: 0px!important;
      font-weight: 400!important;
      transition: 0.25s ease-out;
    }
    ul.map-navbar-left li:hover {
      font-weight: 400!important;
      background-color: #FFFFFF;
      color: #186AF6!important;
      transition: 0.25s ease-in;
      cursor: pointer;
    }
    .map-navbar-right {
      padding: 0px;
      margin: 0px;
    }
    .map-navbar-notification {
      color: white!important;
      font-size: 20px;
      transition: 0.25s ease-out;
    }
    .map-navbar-notification:hover {
      background-color: white;
      color: #186AF6!important;
      transition: 0.25s ease-in;
    }
    .map-navbar-alert-red {
      color: white!important;
      font-size: 30px;
      transition: 0.25s ease-in;
      background-color: #E48683;
    }
    .map-navbar-alert-yellow {
      color: white!important;
      font-size: 30px;
      transition: 0.25s ease-in;
      background-color: rgb(249, 80, 80);
    }
    .map-navbar-alert {
      color: white!important;
      font-size: 20px;
      transition: 0.25s ease-in;
    }
    .map-navbar-notification,
    .map-navbar-alert {
      padding: 0px;
    }
    .shadow {
      box-shadow: 0px 0px 3px 0px #AAA;
      border-radius: 10px;
    }
    .footer-item {
      width: 50%;
      padding: 8px 0px;
      text-align: center;
      transition: all 0.25s ease;
    }
    .footer-item:hover {
      background-color: rgba(0, 0, 0, 0.15);
      transition: all 0.25s ease;
    }
    .close-item {
      width: 50%;
      padding: 8px 0px;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.5)!important;
      cursor: not-allowed;
    }
    .close-item:hover {
      background-color: rgba(0, 0, 0, 0.5)!important;
    }
    .font-sidebar-footer {
      color: white!important;
      font-weight: 400;
      font-size: 12px;
    }
    .custom-scrollbar-all {
      overflow-x: auto;
      overflow-y: auto;
    }
    .custom-scrollbar-vertical {
      overflow-x: hidden;
      overflow-y: auto;
    }
    .custom-scrollbar-horizontal {
      overflow-x: auto;
      overflow-y: hidden;
    }
    .custom-scrollbar-all::-webkit-scrollbar,
    .custom-scrollbar-vertical::-webkit-scrollbar,
    .custom-scrollbar-horizontal::-webkit-scrollbar {
      width: 5px;
      height: 5px;
      background-color: rgba(0, 0, 0, 0.1);
      position: relative;
    }
    .custom-scrollbar-all::-webkit-scrollbar-thumb,
    .custom-scrollbar-vertical::-webkit-scrollbar-thumb,
    .custom-scrollbar-horizontal::-webkit-scrollbar-thumb {
      background-color: #186AF6;
      border-radius: 10px;
      box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    }
    /* ************************************** */
    /*input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
  }
  label {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 25px;
  background: grey;
  display: block;
  border-radius: 25px;
  position: relative;
}
label:after {
content: '';
position: absolute;
top: 2px;
left: 2px;
width: 22px;
height: 22px;
background: #fff;
border-radius: 22px;
transition: 0.3s;
}
input:checked+label {
background: var(--wbblue2);
}
input:checked+label:after {
left: calc(100% - 5px);
transform: translateX(-100%);
}
label:active:after {
width: 130px;
}
input[type=file] {
background-color: rgba(255, 255, 255, 1);
}
input.custom-file-input {
opacity:1!important;
}
label.file-upload {
cursor: pointer;
text-indent: 0px;
width: 0;
height: 0;
background: #80808000;
display: block;
position: relative;
}
label.file-upload:after {
content: 'Edit';
position: absolute;
top: 0px;
left: 0px;
width: auto;
height: auto;
padding: 0 7px;
}*/
center {
  margin: 0 0!important;
}
/* ************************************** */
#aze {
  color: white;
}
#aze2 {
  color: rgb(40, 126, 249);
}
ul {
  color: white;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
svg {
  display: inline-block
}
#sidebar_left_menu .svg-inline--fa {
  margin: 0 0.8em;
}
#menu_menu ul li {
  display: inline-block;
}
/*#sidebar_left_menu_container li {
padding: 0.5em;
margin: 0.5em 0em 0.5em 0em;
}*/
#sidebar_left_menu ul li {
  height: 2em;
}
#sidebar_left_menu_container a,
#sidebar_navbar a {
  color: white;
  width: 100%;
}
h1 {
  color: rgb(24, 106, 246);
  font-size: 3rem;
  padding: 1rem;
  font-weight: bold;
}
.network_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 0px #656565;
  padding: 15px;
}
#azea a {
  color: var(--wbblue) !important;
}
#azea a:hover {
  text-decoration: none;
}
/* JIAYU MODIFIERR*/
#sidebar_left_profil_container {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  color: rgb(0, 0, 0);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.profil-margin {
  margin-bottom: 10px;
}
#profil_image_container {
  padding: 0px;
  width: 150px;
  height: 150px;
  /*border-radius:50%;*/
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.sidebar_left_popupmenue_container {
  width: 35%;
  /*height: 50%;*/
  left: 35%;
  top: 25%;
  padding: 30px;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 4px 0px rgb(255, 255, 255);
}

.profile-modal {
  width: 100%;
  max-width: 50%;
}

/* END */
#sidebar_left_submenu_container_row_close {
  cursor: pointer;
}
.btnCustom {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btnCustom:hover,
.btnCustom:focus,
.btnCustom.focus {
  text-decoration: none;
}
.btnCustom:active,
.btnCustom.active {
  background-image: none;
}
.btnCustom.disabled,
.btnCustom[disabled],
fieldset[disabled] .btnCustom {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}
a.btnCustom.disabled,
fieldset[disabled] a.btnCustom {
  pointer-events: none;
}
.btnCustom-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btnCustom-default:focus,
.btnCustom-default.focus {
  color: #333;
}
.btnCustom-default:hover {
  color: #333;
}
.btnCustom-default:active,
.btnCustom-default.active,
.open>.dropdown-toggle.btnCustom-default {
  color: #333;
}
.btnCustom-default:active:hover,
.btnCustom-default.active:hover,
.open>.dropdown-toggle.btnCustom-default:hover,
.btnCustom-default:active:focus,
.btnCustom-default.active:focus,
.open>.dropdown-toggle.btnCustom-default:focus,
.btnCustom-default:active.focus,
.btnCustom-default.active.focus,
.open>.dropdown-toggle.btnCustom-default.focus {
  color: #333;
}
.btnCustom-default:active,
.btnCustom-default.active,
.open>.dropdown-toggle.btnCustom-default {
  background-image: none;
}
.btnCustom-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-group-sm>.btn,
.btn-xsm {
  padding: 0px 7px;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.btn-blanc {
  font-weight: bold;
  color: #186AF6;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  transition: all 0.25s ease-out;
}
.btn-blanc:hover {
  transition: all 0.25s ease-in;
  background-color: #edf2fa;
  font-weight: bold;
}
li,
a {
  font-weight: 400;
  transition: 0.1s ease-out;
}
li.nav-item:hover {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
input.custom-file-input:after {
  content: 'Edit';
}
/* ------------------------------------ NOTIFICATION CSS STYLE --------------------------------------------------------------------*/
.notifications-overlay-container-left,
.preference-overlay-container-left,
.support-overlay-container-left,
.add-notifications-overlay-container-left {
  display: none;
  position: fixed;
  left: 11.2%;
  top: 49%;
  height: 40vh;
  width: 33vh;
  z-index: 100000;
  background-color: white;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.39);
  border-radius: 3px;
}
.alerts-overlay-container-top,
.add-alerts-overlay-container-top {
  display: none;
  position: fixed;
  left: 75%;
  top: 7%;
  height: 40vh;
  width: 33vh;
  z-index: 100000;
  background-color: white;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
  border-radius: 3px;
}
.notifications-header,
.support-header,
.preference-header,
.add-notifications-header,
.alerts-header,
.add-alerts-header {
  width: 100%;
  height: 10%;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 9px!important;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.39);
  background: linear-gradient(to right, #409CFF, #186AF6);
  z-index: 3;
}
.notifications-header span {
  text-align: left;
}
.notifications-body,
.preference-body,
.support-body,
.add-notifications-body,
.alerts-body,
.add-alerts-body {
  width: 100%;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
.notifications-body::-webkit-scrollbar,
.preference-body::-webkit-scrollbar,
.support-body::-webkit-scrollbar,
.add-notifications::-webkit-scrollbar {
  display: none;
}
.notifications-footer,
.preference-footer,
.support-footer,
.add-notifications-footer,
.alerts-footer,
.add-alerts-footer {
  width: 100%;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.39);
  background: linear-gradient(to right, #409CFF, #186AF6);
  z-index: 3;
}
.media {
  background-color: white;
  padding: 9px;
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.36);
  transition: 0.25s ease-out;
  cursor: pointer;
}
.media:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.25s ease-in;
}
.media-footer {
  font-size: 8px;
  color: rgba(0, 0, 0, 0.67);
}
h5,
h4,
h3 {
  color: #186AF6;
  margin-bottom: 0px;
}
.tweet-text {
  font-size: 10px;
}
.editLayout-li {
  position: relative;
  padding: 0 0;
}
.add-notifications {
  padding: 2px 10px;
}
.add-notifications-contents>* {
  margin: 4px 0;
}
.editLayout-li {
  transition: 0.25s ease-out;
}
.editLayout-li:hover {
  background-color: #FFFFFF;
  color: #186AF6!important;
  transition: 0.25s ease-in;
  cursor: pointer;
}
.custom-textarea {
  height: 65%;
}
.form-control-notif {
  border: 1px solid rgba(0, 0, 0, 1);
  padding: 0 5px;
  margin: 0 0px;
}




}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
  #sidebar_navbar {
    display: inline-flex;
    width: 100%;
    border-radius: 0px!important;
    background: linear-gradient(to right, rgb(63, 155, 254), rgb(24, 106, 246));
    border-radius: 0px 0px 5px 0px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
    transition: all 0.5s ease;
    height: 13%;
    width: 100%;
  }
  .sidebar_left_container {
    width: 0%!important;
  }
  .navbar_container {
    width: 100%!important;
    z-index: -1;
  }
}


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
  #sidebar_navbar {
    display: inline-flex;
    width: 100%;
    border-radius: 0px!important;
    background: linear-gradient(to right, rgb(63, 155, 254), rgb(24, 106, 246));
    border-radius: 0px 0px 5px 0px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
    transition: all 0.5s ease;
    height: 13%;
    width: 100%;
  }
  .sidebar_left_container {
    width: 0%!important;
  }
  .navbar_container {
    width: 100%!important;
    z-index: -1;
  }
}


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
  #sidebar_navbar {
    display: inline-flex;
    width: 100%;
    border-radius: 0px!important;
    background: linear-gradient(to right, rgb(63, 155, 254), rgb(24, 106, 246));
    border-radius: 0px 0px 5px 0px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.29);
    transition: all 0.5s ease;
    height: 13%;
    width: 100%;
  }
  .sidebar_left_container {
    width: 0%!important;
  }
  .navbar_container {
    width: 100%!important;
    z-index: -1;
  }
}

/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {}


  /* Extra large devices (large desktops, 1200px and up)*/

  @media (min-width: 1200px) {}


    /* ------------------------------------------------ END ----------------------------------------------------*/































    /**************************


template
template
template
template
template
template
template
template
template
template
template
template
template
template
template
template
template
template
template
template
template







    ***********************************/



    .sidebarbar_menu_class {
      color: #186AF6;
      margin-left: 0px;
      padding: 0px;
      cursor: pointer;
      left: 94%;
      position: absolute;
      top: 2%;
  }

  #sidebar_navbar a:hover {
      color: #3e9afe;
  }

  .blue {
      color: #186AF6;
  }

  .modal {
      display: none;
  }

  .white {
      color: white;
  }

  #profil_map_li {
      padding-right: 0px;
      cursor: not-allowed;
  }

  #profil_map_li .p-2 {
      margin-left: 4px!important;
  }

  #sidebar_menu_option {
      padding: 0px!important;
      border-top: 2px solid rgba(0, 0, 0, 0.15);
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  #sidebar_menu_option .footer-item,
  .close-item {
      border-left: 0px solid!important;
      border-right: 0.5px solid rgba(255, 255, 255, 0.5)!important;
      border-bottom: 0.5px solid rgba(0, 0, 0, 0.11);
  }

  .icone_size {
      height: 12px;
      width: 12px;
  }

  .block_cursor {
      cursor: not-allowed!important;
  }

  #sidebar_left_notifications_container {
      background-color: rgb(248, 248, 248);
      color: rgb(24, 106, 246);
  }

  #notification {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  #notification_title {
      padding: 0.5rem;
  }

  #notification_title {
      margin-left: 1em;
      padding: 1rem;
      cursor: pointer
  }

  #news {
      padding-left: 10px
  }

  #news div {
      background-color: rgb(255, 255, 255);
      padding: 1rem;
      margin: 1rem;
      border-radius: 5px
  }

  .global-navbar-left {
      display: inline-flex;
  }

  #sidebar_menu_container_top {
      display: inline-flex;
      padding-left: 80px;
  }

  .map-navbar-right {
      display: inline-flex
  }

  .actu_val {
      background-color: white;
  }

  .actu_val_title {
      text-align: center;
      font-weight: bold;
      color: rgb(112, 112, 112);
      font-size: 10px;
  }

  .actu_val_value {
      text-align: center;
      font-weight: bold;
      color: #186AF6;
      font-size: 15px;
  }

  #date_box {
      text-align: center;
      font-weight: 600;
      padding: 8px 8px!important;
  }

  #hour_box {
      width: 80px;
  }

  #date_time {
      margin-left: 1vh;
  }

  /* #date_time_head {
    width: 200px;
  } */

  #sidear_navbar_title_div {
      height: 10vh;
  }

  .sidebar_navbar_container_root_map {
      width: 100%;
      position: fixed!important;
  }

  .sidebar_navbar_container_map {
      width: 100%;
  }

  .sidebar_navbar_map {
      width: 100%;
      border-radius: 0px!important;
  }

  #sidebar_menu_container_top_map {
      display: inline-flex;
      padding-left: 50px;
  }

  .map-navbar-left {
      display: inline-flex;
  }

  #header_6 {
      height: 90vh;
  }

a.lock-link {
  cursor: not-allowed !important;
}

.round-counter {
  border: 2px solid black;
    width: 25%;
    text-align: center;
    height: 25%;
    border-radius: 50px;
    padding: 6%;
    font-weight: 600;
    margin: 5% auto;
}

.notif_title {
  font-weight: bold;
  font-size: 20px;
}

/* Animation bar QR Code (20sec) */

#timerwrapper {
  height: 10px;
  width: 30%;
  border-radius: 25px;
  background: #48494925;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}

.shrinking{
  width: 100%;
  height: 10px; 
  border-radius: 25px;  
  /* animation : fillBar 20s ease-in infinite; */
  background-image: linear-gradient(to right, rgb(24, 106, 246), rgb(63, 155, 254));  
}

@keyframes fillBar {
from { width: 100%; }
to   { width: 0%; }
}

/* Tutorial et visite guidée */

.progress {
  margin-bottom: 10px;
}

.progress-bar {
  background-color: rgb(63, 155, 254);
}

.progress-bar-striped {
  background-image: none;
}

.popover {
  max-width: 350px;
}

.tour {
  font-family: 'Montserrat', 'Open Sans Light', 'Open Sans', sans-serif;
  width: 350px;
}

.btn-tuto-prevnext {
  color : rgb(63, 155, 254);
}
.btn-tuto-prevnext:hover {
  color : rgb(24, 106, 246);
}

.btn-tuto-end {
  text-decoration: underline !important;
  font-size:small;
  color: rgb(119, 119, 119) !important;
  cursor: pointer;
  margin-left: 100px;
}

.tutoheader {
  color: rgb(119, 119, 119)!important;
  font-weight: bold!important;
  font-size: 18px!important;
  text-align: left;
}

.profil-modal-title {
  width: 45rem;
}

.return-to-visit {
  padding: 1rem 1rem;
  font-size: small;
}

.dropdown-visit {
  font-size: small;
  margin-top: 15px!important;
}

.dropleft-visit {
  margin-top: 1px;
}

.button-visit{
  margin-left : 25%;
  border-radius: .25rem;
  border: 1px solid;
  transition: color .15s 
              ease-in-out,background-color .15s 
              ease-in-out,border-color .15s 
              ease-in-out,box-shadow .15s 
              ease-in-out;
}

.checkbox-visit{
  vertical-align: middle;
}

.label-profil {
  color: inherit;
  font-weight: inherit;
}
