body {
  font-family: "Quicksand", sans-serif !important;
  color: white !important;
  overflow: overlay;
}
img {
  image-rendering: crisp-edges;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
  -ms-interpolation-mode: nearest-neighbor;
}

/*** |MAIN| ***/

#connexionModal {
  color: black;
}
.mt-6 {
  margin-top: 8rem !important;
}

.mt-12 {
  margin-top: 15rem !important;
}

@media only screen and (max-height: 740px) {
  .mt-6 {
    margin-top: 6rem !important;
  }

  .mt-12 {
    margin-top: 9rem !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .mt-6 {
    margin-top: 6rem !important;
  }

  .mt-12 {
    margin-top: 9rem !important;
  }
}

@media only screen and (max-width: 575.98px) and (min-height: 740px) {
  .mt-6 {
    margin-top: 8rem !important;
  }

  .mt-12 {
    margin-top: 15rem !important;
  }
}
.morphext > .animated {
  display: inline-block;
}
.main-bg {
  background-color: #8EC5FC;
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);

  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: center;
  box-shadow: 0 2px 10px 0 hsl(0deg 0% 53% / 77%);
  -webkit-overflow-scrolling: touch;
}

.btn-connexion {
  color: white !important;
  border-color: transparent !important;
  background-color: hsl(0deg 1% 24%);
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.btn-connexion:hover {
  background-color: hsl(0deg 1% 24% / 58%);
}

.btn-inscription {
  color: white !important;
  border-color: transparent !important;
  background-color: hsl(0deg 1% 24%);
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.btn-inscription:hover {
  background-color: hsl(0deg 1% 24% / 58%);
}
.fs-6 {
  font-size: 2.5rem !important;
}

.fs-7 {
  font-size: 3rem !important;
}
.main-content {
  color: black;
}



.bg-grey {
  background-color: #eaeaea;
  box-shadow: 0 2px 10px 0 hsl(0deg 0% 53% / 77%);
}
#scrolldownbtn {
  color: white;
}
/*** |MAIN|***/

/*** |NPROGRESS| ***/

:root {
  --nprogress-color: #818ec4;
  --nprogress-height: 3px;
  --nprogress-spinner-opacity: 1;
  --nprogress-spinner-size: 32px;
  --nprogress-spinner-stroke-width: 3px;
}

#nprogress {
  /* Make clicks pass-through */
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  background: var(--nprogress-color);
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  height: var(--nprogress-height);
}

/* Glow effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  box-shadow: 0 0 10px var(--nprogress-color), 0 0 5px var(--nprogress-color);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  left: 50%;
  margin-left: -16px;
  opacity: var(--nprogress-spinner-opacity);
}

#nprogress .spinner-icon {
  width: 32px;
  width: var(--nprogress-spinner-size);
  height: 32px;
  height: var(--nprogress-spinner-size);
  box-sizing: border-box;
  border: solid 2px transparent;
  border: solid var(--nprogress-spinner-stroke-width) transparent;
  border-top-color: #29d;
  border-top-color: var(--nprogress-color);
  border-left-color: #29d;
  border-left-color: var(--nprogress-color);
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*** |NPROGRESS| ***/

/*** |INSCRIPTION| ***/
.main-signin {
  background-color: #21d4fd;
  background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
  color: white;
  height: 100vh;
  overflow: hidden;
}

.mt-n3 {
  margin-top: -9rem !important;
}
.tt {
  color: #cecece;
  font-size: 1.8em;
  display: none;
}
.tt.active {
  background-color: transparent !important;
  display: contents;
}

/*** |INSCRIPTION|***/

/*** |CONNEXION| ***/
.user_img {
  background-image: url(../uploads/u_def.png);
  background-size: cover;
  height: 150px;
  width: 150px;
  transition: background 1s linear;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.user_menu_img {
  background-image: url(../uploads/u_def.png);
  background-size: cover;
  height: 100px;
  width: 100px;
  transition: background 1s linear;
  background-repeat: no-repeat;
  background-position: center center;
}
.user_img_ex{
  background-image: url(../uploads/u_def.png);
  background-size: cover;
  height: 215px;
  width: 150px;
  transition: background 1s linear;
  background-repeat: no-repeat;
  background-position: center center;
}
.user_img_pp{
  background-size: cover;
  height: 215px;
  width: 100%;
  transition: background 1s linear;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .user_img {
    height: 7em;
    width: 7em;
  }
  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }

}
.nopadding {
  padding: 0 !important;
}
/*** |END_CONNEXION| ***/

/*** |DASHBOARD| ***/
.main-dash {
  background: #485563; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #29323c,
    #485563
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #29323c,
    #485563
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.btn-profil {
  color: white;
  border: 1px solid #ffffffe0;
  -webkit-tap-highlight-color: transparent;
}
.btn-profil:hover {
  color: white;
  -webkit-tap-highlight-color: transparent;
}

.m {
  color: #21d4fd;
}
.v {
  color: #e44c77;
}

.pp {
  border-bottom: 1px solid #fff;
}
.pps {
  border-bottom: 1px solid #ffffff4f;
}
.fs-8 {
  font-size: 1rem !important;
}
.btn-mod {
  font-weight: bold;
  color: white !important;
  border-color: transparent !important;
  background-color: #e44c77;
}
.NN{
  margin:0 auto;

}
.gear-img{
  text-align: right;
    height: 100%;
    cursor: pointer;
}
.m-n10{
  margin: -0.3em;
}

#dpz{
  color: white;
  background-color: rgb(33 37 41);
}

.navbar-toggler{
  border: 0px solid transparent !important;
}

.title-page{
  border-bottom: 1px solid #ffffff4a;
}

.patient-chart{
  background: white;
  color: black;
}
.chart-label{
  background: #556194;
  color: white;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.chart-field{
  color: black;
  padding: 5px;
  font-size: 14px;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a8a8a8; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.pill-question{
  background-color: #212529  !important;
}
.pads-but{
  padding: 25px;
  color: white !important;
  border-radius: 0px !important;
}
.nav-valid{
  background-color: #55a55d !important;
}
.nav-invalid{
  background-color: #7a3334 !important
}
/*** |END_DASHBOARD| ***/
#answer_response img {
  width: -webkit-fill-available !important;
}

.btn-answer {
  color: white !important;
  border-color: transparent !important;
  background-color: #556194;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.btn-answer:hover {
  background-color:  #556194b3;
}

.black-accordion{
background-color: #2c3034;
border: none !important;
}
.black-accordion-head{
  background-color: #212529;
  color: white;
  border-bottom: .5px solid #373b3e!important;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.accordion-button:not(.collapsed) {
  background-color: #556194;
  color: white;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.accordion-button.collapsed:hover {
  background-color: #2c3034;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}


.progress-bar{
  background-color: #556194 !important;
}

#clickable-row{
  cursor: pointer;
}

.page-link{
  border: 1px solid #363636 !important;
  background-color: #212529 !important;
  color: #ffffff !important;
}

.page-item.disabled .page-link {
  color: #ffffff !important;
  pointer-events: none;
  background-color: #212529 !important;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #556194 !important;
  border-color: #556194 !important;
}

.mlb{
  border-left: 1px solid #7b848d;
}

.dt-row{
  padding-top:10px;
  padding-bottom:10px;
}

.paddthisimage{
  padding: 15px;
}