@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

:root {
  /* --blue : #2D728F;
    --orange : #FF3A20;
    --blue-light : #3B8EA5;
    --orange-dark : #BF0603;
    --black : #2A2D34;
    --deep-black : #000;
    --light : #f6faf9; */
  /* --light : #F7F9F9; */

  --blue: #3d348b;
  --orange: #f18701;
  --blue-light: #7678ed;
  --orange-dark: #f35b04;
  --black: #2a2d34;
  --deep-black: #000;
  /* --light : #f7f7fb; */
  --yellow: #f7b801;
  --green: #44af69;
  --light: #f0f0f8;
}

.imgintext {
  max-height: 700px;
  max-width: 50%;
  margin: 15px 0;
  display: block;
}

.activity-list-container li {
  position: relative;
  border-left: 3px solid var(--blue);
  padding: 0px 0 10px 30px;
}

.activity-list-container li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: white;

  top: 0px;
  left: -9px;
  border-radius: 30px;
  z-index: 1;
  border: 3px solid var(--blue);
}

.activity-list-container li:first-child:before {
  display: none;
}

.activity-list-container li:last-child {
  border: none;
  /* padding-top: 0; */
}

.user-rounded {
  position: relative;
}

.user-rounded:before {
  position: absolute;
  content: "";
  top: 45px;
  right: 20px;
  width: 1px;
  height: 100%;
  background-color: var(--orange);
  z-index: 0;
}

.button {
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--blue);
}

.non-lu {
  font-weight: 700;
  color: var(--deep-black) !important;
}

body {
  /* font-family: 'Inter', sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: var(--light);
}

#wrapper {
  display: flex;
}

#header {
  /* background-color: var(--blue); */
  padding: 0.25rem 0;
  /* border-bottom : 1px solid #dee4ec;
    box-shadow:5px 7px 26px -5px #cdd4e7;  */
  margin-bottom: 30px;
}

p,
td,
tr {
  /* color: #3D3D44; */
}

a {
  text-decoration: none;
}

tr,
th {
  border: none !important;
  border-bottom: 1px solid #eee !important;
}

td {
  border: none;
}

.card tr,
.card td,
.card th {
  padding: 15px 5px !important;
}

td,
th {
  font-size: 13px;
}

h2,
h3,
h4 {
  font-weight: 700;
}

.ui-state-default {
  border: none !important;
  background: #f0f3fb !important;
}

thead {
  background: #fafafa;
}

thead th {
  color: #303030;
}

.main {
  width: 100%;
  padding-left: 1.5rem;
  /* padding-right : 1.5rem; */
  background-color: var(--light);
}

.content {
  margin-left: 17%;
  /* margin-top : -150px; */
}

a {
  color: var(--blue);
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  color: #000;
  font-weight: 700;
}

/* .login-container{
margin : 100px 0;
} */

.login-container h1 {
  font-size: 60px;
  font-weight: 700;
}

.modal {
  z-index: 20000000000 !important;
}

/* CARDS */

.card-stat {
  text-align: center;
  padding: 1rem !important;
}

.card-stat p {
  font-size: 14px;
  text-transform: uppercase;
}

.card-header {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none !important ;
  padding: 0;
  margin-bottom: 10px;
}

.card-stat .stat {
  font-size: 42px;
  font-weight: 700;
  font-family: "Roboto", Arial sans-serif;
}

.bulles-container {
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 70%;
}

.bulle {
  border: 1px solid #bbdefb;
  background-color: #f3f7fa;
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.bulle img:not(.download) {
  width: 100%;
}

.left {
  background: rgb(231, 226, 255);
}

.right {
  background: #e8f9fd;
  margin-left: auto;
}

.pointer {
  cursor: pointer;
}

.badge-priority {
  background-color: #eef7fd;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-blue-light {
  background-color: var(--blue-light) !important;
}

.bg-orange {
  background-color: var(--orange) !important;
}

.bg-orange-dark {
  background-color: var(--orange-dark);
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-yellow {
  background-color: var(--yellow);
}

.text-orange {
  color: var(--orange) !important;
}

.text-orange-dark {
  color: var(--orange-dark) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-black {
  color: var(--black);
}

.text-yellow {
  color: var(--yellow);
}

.text-extra-small {
  font-size: 10px;
}

.numero {
  font-weight: 700;
  font-size: 13px;
}

.border-orange {
  border: 1px solid #ff1e00;
}

.body-ticket-legacy img {
  width: 100%;
}

.card {
  box-shadow: -8px 12px 18px 0 #dadee8;
  border: 1px solid #fbf8ff;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 1.5rem;
}

.card-title,
.card-title-lg {
  text-transform: uppercase;
  font-weight: 600;
}

.card-title {
  font-size: 14px;
  color: var(--orange);
}

.card-title-lg {
  font-size: 24px;
  color: var(--black);
}

.card-figures {
  font-size: 20px;
  color: #454545;
  font-weight: 600;
  margin-bottom: 0;
}

a .card {
  position: relative;
}
a .card-effect:before {
  position: absolute;
  background-color: var(--blue);
  color: white;
  content: "ÉDITER";
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 3;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transition: all 0.1s;
  opacity: 0;
}

a .card-effect:hover:before {
  height: 100%;
  opacity: 1;
}

.p-heading {
  font-size: 20px;
  font-weight: 400;
  color: #3d3d44;
}

.tiny-text {
  font-size: 11px;
}

hr {
  border-top: 1px solid #aaa;
}

div.separator {
  width: 1px;
  height: 15px;
  background-color: #ccc;
  display: inline;
  margin: 0 15px;
}

/* header NAV  */

.header-nav {
  background-position: center;
  background-image: url("/lib/img/login-img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  margin-bottom: -50px;
}

.item {
  margin-right: 15px;
  text-align: center;
}

.item:last-child {
  margin-right: 0px !important;
}

.item a,
.item p {
  color: #303030;
  font-size: 12px;
}

/* NAV SIDE BAR */

#navSidebar {
  /* overflow-y: scroll; */
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

.nav-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.dark-mode-bg {
  background-color: #fafafa;
}

.nav-sidebar a,
.nav-mobile a {
  color: #000;
  transition: margin-left 0.3s;
  font-weight: 400;
}

.nav-sidebar a:hover {
  margin-left: 3px;
}

.nav-side {
  width: 20%;
  min-height: 100%;
  box-shadow: 0 8px 10px 0 rgba(183, 192, 206, 0.2);
  border-right: 1px solid #f2f4f9;
}

.navbar-brand {
  display: initial;
  margin-right: 0 !important;
}

/* .nav-sidebar-container{
    margin : 20px 0;
  } */

.current-link {
  color: red !important;
}

.nav-sidebar li {
  width: 100%;
  padding: 7px 20px;
  font-weight: 300;
  color: #311b92;
}

.nav-sidebar p {
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 5px;
  margin-top: 20px;
  color: var(--orange-dark);
  font-weight: 500;
  font-size: 14px;
}

.logo-mobile {
  display: none;
}

#mobile-nav {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ccc;
  z-index: 1000;
}

.action-mobile-button {
  position: fixed;
  bottom: 100px;
  right: 5%;
  z-index: 200;
  display: none;
}

/* ----- END NAV SIDE BAR -------- */

/*------ NAV MOBILE --------*/

.inner-nav-mobile {
  display: flex;
  text-align: center;
  margin: 0;
  align-items: end;
  /* overflow-x : scroll; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-mobile-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

#full-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 80%;
  z-index: 700;
  transform: translateX(-200%);
  transition: transform 0.5s;
  -webkit-box-shadow: 3px -1px 14px -8px #000000;
  box-shadow: 3px -1px 14px -8px #000000;
  overflow-x: hidden;
  overflow-y: scroll;
}

#overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
}

/* ------- END NAV MOBILE ------- */

/* --------- FORM --------- */

input {
  background: none;
  border: none;
}

.form-control,
.form-select {
  border: 1px solid #eee;
}

#search {
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  /* border : 1px solid rgba(0,0,0,.525);
    padding : 10px 5px;
    border-radius : .25rem;
    font-size : 12px;
    transition: all 0.3s;
    background : #fff;*/
  /* width : 50%;  */
}

#entries,
#entries-assign {
  position: absolute;
  border: 1px solid #000;
  border-top: none;
  padding: 10px;
  background-color: #fff;
  z-index: 600;
  width: 100%;
  visibility: hidden;
  margin-bottom: 20px;
}

#entries div {
  cursor: pointer;
}

#select-date {
  width: 25%;
}

label {
  color: var(--blue);
  margin-bottom: 5px !important;
  font-size: 13px;
}

textarea {
  height: 120px;
  resize: none;
  border: 1px solid #00002a;
}

select.custom-select {
  color: #000;
  border: 2px solid #ff1e00;
  width: auto;
}

select.custom-select:focus {
  border-bottom: 1px solid #000051;
  box-shadow: none;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus {
  /* border-color : none; */
}

input[type="password"] {
  font-family: sans-serif;
}

.btn-link {
  margin-bottom: -15px;
  margin-top: 20px;
}

.btn-link a {
  color: #0fff00;
  border-radius: 100px;
  border: 3px solid #1a237e;
  padding: 8px 15px;
  background: #fff;
}

.btn-sm {
  padding: 3px 10px;
}

#btn-dropdown {
  border-radius: 5px;
  position: relative;
  padding-right: 35px;
}

#btn-dropdown:before {
  position: absolute;
  content: "";
  font-size: 8px;
  /* color: grey; */
  right: 10px;
  top: 45%;
  border-left: 0.25em solid #202020;
  border-bottom: 0.25em solid #202020;
  border-top: none;
  border-right: none;
  transform: translateY(-45%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-bottom-left-radius: 1px;
}
#scenario {
  border: none;
  padding-bottom: 20px;
}

.dropdown-container-r {
  position: absolute;
  background-color: white;
  z-index: 100;
  padding: 15px;
  margin-top: 5px;
  border: 1px solid #ddd;
  display: none;
}

#btn-dropdown:hover .dropdown-container-r {
  /* visibility: visible; */
  background-color: darkseagreen;
}

/* .search-input select, .search-input input[type=date]{
border: 2px solid #fff;
background-color: #fff;
border-radius: 25px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
} */

select option {
  font-family: inherit !important;
}

.tag {
  font-size: 12px;
  padding: 3px 5px 0;
  border-radius: 3px;
  font-weight: 500;
}

#select-nums {
  height: 150px;
}

/* --------- ENDFORM --------- */

.btn {
  border-radius: 100px;
}

.btn-orange {
  background-color: var(--orange-dark);
  border: 1px solid var(--orange-dark);
  color: #fff;
}

.btn-orange:hover {
  background-color: transparent;
  border: 1px solid #fc4a1a;
  color: #fc4a1a;
}

#filters-container {
  display: block;
}

.btn-blue {
  background-color: var(--blue);
  color: #e8f9fd;
}

.btn-blue:hover {
  background-color: #000051;
  border: 1px solid #000051;
  color: #fff;
}

.btn-outline-success {
  border: 1px solid #00c853;
  color: #00c853;
}

.btn-outline-success:hover {
  background-color: #00c853;
  border: 1px solid #00c853;
  color: #fff;
}

.btn-xs {
  padding: 0.15rem 0.4rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* Badges */

.badge {
  font-weight: 500;
  border-radius: 0.5rem;
}

.label {
  transition: all 0.3s;
}

.selected-label {
  padding-right: 20px;
  position: relative;
}
.selected-label:before {
  position: absolute;
  content: "✓";
  right: 7px;
}

#selected-badge {
  background-color: #4caf50 !important ;
}

.badge-orange {
  background-color: #ffccbc;
  color: #ff3d00;
}

.expired-badge {
  position: relative;
  width: 15px;
  height: 15px;
  background-color: var(--orange-dark);
  border-radius: 50px;
  margin-top: 5px;
}

.expired-badge span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: var(--orange-dark);

  border-radius: 50px;
  animation: animate 2.5s linear infinite;
  animation-delay: 0s;
  animation-delay: calc(-0.5s * var(--i));
}

@keyframes animate {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  90% {
    transform: scale(3);
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

/* END badge */

/* ALERTS */

.alert-info {
  background-color: #eeebfd;
  color: var(--purple);
  border: 1px solid var(--blue-light);
}

/* ---- Collazpse section STYLE ----- */

.section-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
}

.show-signaler {
  max-height: 100px !important;
  overflow: initial !important;
}

.button-signaler {
  background: none;
  border: none;
}

#button-filtres {
  display: none;
}

/* ----  END  Signaler section STYLE ----*/

.full-content {
  margin-left: 0 !important;
}

.nav-inactive {
  display: none;
  width: 0 !important;
}

.user-message {
  font-style: italic;
}
.user-badge {
  
  text-transform: uppercase;
  color: var(--blue);
  font-weight : 700;
  margin-bottom: 8px;

}

.container-message {
  background-color : #f5f6ff;
  padding : 10px;
  border-radius: 8px;
  margin-bottom : 20px;
}



/*------------RESPONSIVE---------*/

/* VUE tablettes + mobiles */

@media screen and (max-width: 991px) {
  /* NAV BURGER */

  /* On vire le menu latérial sur petits écrans */
  .nav-side {
    display: none;
  }

  /* Le contenu de la page prend donc maintenant toute la largeur vu que la sidebar a disparu */

  .main {
    padding-left: 0;
    width: 100%;
  }

  /* On fait appraitre le menu en bas de l'écran  */
  #mobile-nav,
  .action-mobile-button {
    display: block;
  }

  /* END NAV BURGER */

  h1 {
    font-size: 24px;
  }

  .logo-mobile {
    display: block;
  }

  .content {
    margin-left: 0;
  }

  .card-stat p {
    font-size: 12px;
  }

  .card-stat .stat {
    font-size: 30px;
  }

  /* .card-header{
        display : block;
        
    } */

  .login-container {
    margin: 50px 0;
  }

  .login-container h1 {
    font-size: 30px;
  }

  .card td,
  .card th {
    padding-left: 5px !important;
    padding-right: 25px !important;
  }

  #select-date {
    width: 50%;
  }

  .menu-hide-show {
    display: none !important;
  }

  #filters-container {
    display: none;
  }
  #button-filtres {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
}

/* END VUE tablettes + mobiles */

/*----- EXTRA SMALL ---*/

@media screen and (max-width: 575px) {
  #mobile-nav a,
  .nav-mobile-item div {
    font-size: 12px;
  }

  /* .card-header>input{
       
         display : none; 
    
    } */
  #search {
    width: 100%;
  }

  .login-img {
    display: none;
  }

  .imgintext {
    width: 100%;
  }
}

/*-----  SMALL ---*/

@media screen and (min-width: 576px) and (max-width: 767px) {
  .card-header > input {
    display: none;
  }
  #search {
    width: 100%;
  }

  .login-img {
    display: none;
  }
  .imgintext {
    width: 100%;
  }
}

/*------- MEDIUM --------*/

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card-header > input {
    display: none;
  }

  #search {
    width: 100%;
  }
}

/*------- Large --------*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .content {
    margin-left: 19%;
  }
}

/* Large and +  */

@media screen and (min-width: 992px) {
  .navbar {
    display: none;
  }

  .content {
    margin-left: 19%;
  }
}

/* Large+++ and +  */

@media screen and (min-width: 1600px) {
  .nav-side {
    width: 15%;
    /* transition: width 0.1s; */
  }

  .content {
    margin-left: 17%;
    transition: margin-left 0.2s;
  }
}

.blinker {
  width: 50px;
  height: 50px;
  -webkit-animation: animation-blinker 1.5s infinite;
  -moz-animation: animation-blinker 1.5s infinite;
  -o-animation: animation-blinker 1.5s infinite;
  animation: animation-blinker 1.5s infinite;
}

@-webkit-keyframes animation-blinker {
  0%,
  49% {
    background-color: rgba(255, 255, 255);
  }
  50%,
  100% {
    background-color: #56bb77;
  }
}
