﻿@charset "UTF-8";
/* --- RESET --- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}

input[type=date] {
  position: relative;
}
input[type=date]:not(.originalDatepicker) + .form__picto {
  background-color: white;
}
input[type=date]:not(.originalDatepicker)::-webkit-inner-spin-button, input[type=date]:not(.originalDatepicker)::-webkit-calendar-picker-indicator {
  appearance: none;
  display: none;
}
input[type=date].originalDatepicker::-webkit-inner-spin-button, input[type=date].originalDatepicker::-webkit-calendar-picker-indicator {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0;
}

textarea {
  resize: none;
}

button,
select,
option {
  cursor: pointer;
}

body {
  font-family: sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

button {
  outline: 0;
  border: 0;
}

img {
  max-width: 100%;
}

/* --- /RESET --- */
/* === Play === */
@font-face {
  font-family: "Play";
  src: url("../fonts/Play/Play-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Play";
  src: url("../fonts/Play/Play-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* === OpenSans === */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* === Roboto === */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FFF;
  color: #101F3D;
  font-family: "Roboto";
  font-size: 14px;
}
body input,
body button,
body textarea {
  font-family: "Roboto";
}

/* === Class globales === */
.hide {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 1280px) {
  .container {
    width: 884px;
  }
}
@media (width <= 1024px) {
  .container {
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (width <= 768px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (width <= 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion {
  position: relative;
  overflow: hidden;
}
.accordion:has(.select--active) {
  overflow: visible;
}
.accordion--active .accordion__arrow {
  transform: rotate(-180deg);
}
.accordion--active .accordion__content {
  margin-top: 10px;
  grid-template-rows: 1fr;
}
.accordion__head {
  cursor: pointer;
}
.accordion__arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, margin-top 0.3s ease;
}
.accordion__desc, .accordion-list {
  overflow: hidden;
}
.accordion__desc:has(.select--active), .accordion-list:has(.select--active) {
  overflow: visible;
}

.search {
  position: relative;
}
.search__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: absolute;
}
.search__icon::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  transition: background-color 0.2s ease;
}
.search__icon svg {
  z-index: 1;
}
.search__input {
  width: 216px;
  height: 44px;
  border: 1px solid rgba(15, 72, 129, 0.1019607843);
  border-radius: 8px;
  padding-left: 44px;
  background-color: white;
}
@media (width <= 1024px) {
  .search__input {
    width: 100%;
  }
}

.select {
  border: 1px solid #bbbbbb;
  border-radius: 8px;
  background-color: white;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.select--active {
  border-radius: 8px 8px 0 0;
}
.select--active .select__arrow {
  transform: rotate(-180deg);
}
.select--active .select__content {
  border: 1px solid #bbbbbb;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 5px 20px 0px rgba(16, 31, 61, 0.1);
  grid-template-rows: 1fr;
  opacity: 1;
}
.select--active .select-list__label {
  border-top: 1px solid #bbbbbb;
}
.select--disabled {
  cursor: not-allowed;
  opacity: 0.8;
}
.select--scroll .select-list {
  overflow-y: scroll;
  max-height: 500px;
}
.select--scroll .select-list::-webkit-scrollbar {
  width: 10px;
}
.select--scroll .select-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ededed;
  cursor: pointer;
}
.select--scroll .select-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #7e7e7e;
  cursor: pointer;
}
.select:has(input:checked) .select__result {
  color: #101F3D;
  font-weight: 400;
}
.select__head {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select__result {
  color: #bbbbbb;
  font-size: 14px;
  line-height: 18px;
}
.select__arrow {
  transition: transform 0.3s ease;
}
.select__content {
  box-sizing: content-box;
  width: 100%;
  border: 0;
  border-color: #bbbbbb;
  background-color: white;
  display: grid;
  grid-template-rows: 0fr;
  position: absolute;
  left: -1px;
  z-index: 2;
  opacity: 0;
  transition: grid-template-rows 0.3s ease, opacity 0.3s ease;
}
.select-list {
  overflow: hidden;
}
.select-list__label {
  width: 100%;
  padding: 10px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.select-list__label:hover {
  background-color: #101F3D;
  color: white;
}
.select-list__label--suggested .highlight {
  background-color: #76A5D3;
}
input:checked ~ .select-list__label {
  background-color: #101F3D;
  color: white;
}

.switch {
  width: 48px;
  height: 22px;
  display: inline-block;
  position: relative;
}
.switch__slider {
  width: 100%;
  height: 100%;
  border-radius: 48px;
  background-color: rgba(15, 72, 129, 0.1019607843);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}
.switch__slider:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 0px 6px 0px rgba(16, 31, 61, 0.06);
  position: absolute;
  left: 4px;
  transition: all 0.2s ease;
}
.switch__input:checked + .switch__slider {
  background-color: #50B8E4;
}
.switch__input:checked + .switch__slider::before {
  transform: translateX(24px);
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.checkbox__input {
  flex-shrink: 0;
  margin: 0;
  border: 1.5px solid #101F3D;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-self: center;
}
.checkbox__input::before {
  content: "✔";
  color: white;
  font-weight: 700;
  line-height: 16px;
  opacity: 0;
  -webkit-opacity: 0;
  transition: color 0.15s ease, opacity 0.15s ease, border 0.15s ease;
}
.checkbox__input:checked::before {
  color: #50B8E4;
  opacity: 1;
  -webkit-opacity: 1;
}
.checkbox__input--round {
  flex-shrink: 0;
  margin: 0;
  border: 1.5px solid #101F3D;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
.checkbox__input--round::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  transition: background-color 0.15s ease;
}
.checkbox__input--round:checked::before {
  background-color: #50B8E4;
}
.checkbox__input--round::before {
  width: 10px;
  height: 10px;
}
.checkbox__label {
  font-size: 14px;
  line-height: 15px;
  cursor: pointer;
}

@media (width <= 768px) {
  .table {
    overflow-x: scroll;
  }
}
.table--scroll .table__head {
  margin-right: 15px;
}
.table--scroll .table-list {
  overflow-y: scroll;
  max-height: 580px;
  padding-right: 5px;
}
.table--scroll .table-list::-webkit-scrollbar {
  width: 10px;
}
.table--scroll .table-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ededed;
  cursor: pointer;
}
.table--scroll .table-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #7e7e7e;
  cursor: pointer;
}
.table__head {
  border: 1px solid rgba(15, 72, 129, 0.1019607843);
  border-radius: 8px 8px 0px 0px;
  padding: 15px 10px;
  background: linear-gradient(0deg, rgba(15, 72, 129, 0.05) 0%, rgba(15, 72, 129, 0.05) 100%), #FFF;
  display: grid;
  grid-template-columns: 110px 2fr 2fr 2fr 3fr 1fr;
  gap: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.26px;
}
@media (width <= 768px) {
  .table__head {
    width: max-content;
  }
}
@media (width <= 1024px) {
  .table__head--desktop {
    display: none;
  }
}
.table__head--mobile {
  display: none;
}
@media (width <= 1024px) {
  .table__head--mobile {
    margin-bottom: 12px;
    display: flex;
  }
}
.table__column {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.table__column--sort {
  cursor: pointer;
}
.table__column--asc p, .table__column--desc p {
  position: relative;
}
.table__column--asc p::after, .table__column--desc p::after {
  font-size: 18px;
  position: absolute;
  right: -20px;
}
.table__column--asc p::after {
  content: "▾";
  top: 2px;
}
.table__column--desc p {
  position: relative;
}
.table__column--desc p::after {
  content: "▴";
  top: 1px;
}
.table__column--mobile {
  max-width: 185px;
  width: 100%;
  margin-right: 10px;
  border: 1px solid #878F9E;
  border-radius: 6px;
  padding: 8px 10px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #878F9E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  font-variant: all-small-caps;
  transition: all 0.2s ease;
}
.table__column--mobile.table__column--desc, .table__column--mobile.table__column--asc {
  border-color: #101F3D;
  color: #101F3D;
}
.table__column--mobile.table__column--desc path, .table__column--mobile.table__column--asc path {
  fill: #101F3D !important;
}
.table__column--mobile.table__column--desc .arrow path, .table__column--mobile.table__column--asc .arrow path {
  stroke: #101F3D;
}
.table__column--mobile.table__column--desc .arrow {
  transform: rotate(-180deg);
}
.table__column--mobile svg:not(.arrow) {
  width: 20px;
}
.table__column--mobile svg:not(.arrow) path {
  transition: all 0.2s ease;
  fill: #878F9E;
}
.table__column--mobile .arrow {
  transition: all 0.2s ease;
}
.table-list {
  display: flex;
  flex-direction: column;
}
@media (width <= 1024px) {
  .table-list {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (width <= 768px) {
  .table-list {
    width: 100%;
    display: flex;
  }
}
.table .item {
  border: 1px solid rgba(15, 72, 129, 0.1019607843);
  border-top: 0;
  padding: 10px;
  background: #FFF;
}
@media (width <= 1024px) {
  .table .item {
    display: none;
  }
}
.table .item-list {
  display: grid;
  grid-template-columns: 110px 2fr 2fr 2fr 3fr 1fr;
  gap: 15px;
}
.table .item-list__ele {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.table .item-list__ele--icons {
  display: flex;
  gap: 10px;
}
.table .item-list__img {
  width: 46px;
}
.table .accordion__content {
  margin-top: 0;
}
.table .accordion-list__ele--actions {
  border-top: 1px solid #E7EDF2;
  padding: 24px 24px 6px;
  display: flex;
  justify-content: space-between;
}
.table .accordion__head {
  width: 100%;
}
.table .card {
  display: none;
}
@media (width <= 1024px) {
  .table .card {
    border: 1px solid #E7EDF2;
    border-radius: 10px;
    padding: 12px;
    background-color: white;
    box-shadow: 0px 5px 20px 0px rgba(16, 31, 61, 0.05);
    display: block;
  }
}
.table .card__head {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}
.table .card__group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.table .card__user {
  max-width: 26px;
}
.table .card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  font-variant: all-small-caps;
}
.table .card__row {
  border-top: 1px solid #E7EDF2;
  padding: 4px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table .card__label {
  color: #878F9E;
  font-variant: all-small-caps;
  line-height: normal;
}
.table .card__value {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  font-variant: all-small-caps;
}

.panel {
  border: 1px solid rgba(15, 72, 129, 0.1019607843);
  border-radius: 10px;
  padding: 30px;
  background-color: white;
  box-shadow: 0px 5px 20px 0px rgba(16, 31, 61, 0.05);
}
.panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel__title {
  color: #101F3D;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.panel__block {
  display: flex;
  gap: 15px;
}
.panel__link {
  padding: 10px 16px;
  border: 1px solid #50B8E4;
  border-radius: 50px;
  background-color: #50B8E4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.panel__link:hover {
  border: 1px solid #50B8E4;
  background-color: #50B8E4;
  color: white;
}
.panel__hr {
  margin: 15px 0;
  height: 2px;
  border: 0;
  background-color: rgba(15, 72, 129, 0.1019607843);
}
.panel__right {
  display: flex;
  justify-content: flex-end;
}

.statusLetter {
  width: 18px;
  height: 18px;
  border: 1.5px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 24px;
}
.statusLetter--a {
  border-color: #50B8E4;
}
.statusLetter--b {
  border-color: #DD9A19;
}
.statusLetter--c {
  border-color: #F0506E;
}

.toggleDatepicker {
  width: 56px;
  height: 46px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.datepicker {
  box-sizing: border-box;
  width: 340px;
  max-height: 350px;
  border: 1px solid #E7EDF2;
  border-radius: 12px;
  padding: 16px 32px;
  box-shadow: 0px 0px 24px 0px rgba(16, 31, 61, 0.06);
  background-color: white;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(100%);
}
.datepicker__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.datepicker__date {
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  cursor: pointer;
}
.datepicker__btn {
  border: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.datepicker__days {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.datepicker__yearly {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  overflow-y: scroll;
}
.datepicker__yearly::-webkit-scrollbar, .datepicker__yearly::-webkit-scrollbar-track, .datepicker__yearly::-webkit-scrollbar-thumb {
  display: none;
}
.datepicker__yearly::before {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  position: absolute;
  top: 55px;
}
.datepicker__yearly::after {
  content: "";
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  display: block;
  position: absolute;
  bottom: 16px;
}
.datepicker .week {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  color: #878F9E;
  text-align: center;
  text-transform: uppercase;
}
.datepicker .day {
  width: 39px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
.datepicker .day:not(.datepicker .day--blank):hover {
  background-color: #E7EDF2;
  cursor: pointer;
}
.datepicker .day--today {
  box-sizing: border-box;
  border: 2px dotted #E7EDF2;
}
.datepicker .day--selected {
  border: 0;
  background-color: #50B8E4 !important;
  color: white !important;
}
.datepicker .year {
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.datepicker .year:hover {
  background-color: #E7EDF2;
  cursor: pointer;
}
.datepicker .year--selected {
  background-color: #50B8E4 !important;
  color: white !important;
}
