﻿h1:focus {
  outline: none;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid #e50000;
}

.validation-message {
  color: #e50000;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

html, body {
  font-family: "Open Sans", sans-serif;
}

h1:focus {
  outline: none;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #4C799E;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #4C799E;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}

code {
  color: #c02d76;
}

.button {
  padding: 0px 10px;
  cursor: pointer;
}

.button:hover {
  /*border-radius: 3px;*/
  /*background-color: lightgrey;*/
  text-decoration: underline;
}

.bg-weekend {
  background-color: lightgrey;
}

.bg-cp {
  background: #30b1ff;
  color: white !important;
}

.bg-rtt {
  background: #3AC47D;
  color: white !important;
}

.bg-css {
  background: #D92550;
  color: white !important;
}

.page-body {
  height: calc(100vh - 64px);
  background: #F5F5F5;
  overflow-y: scroll;
}
.page-body.new-request-page {
  padding: 0 1rem;
}
.page-body.new-request-page .page-title {
  margin: 0 !important;
}

@media (max-width: 641px) {
  .login-page .page-title img {
    width: 130px;
  }
}
.login-page .login-form-container {
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 512px;
  position: absolute;
  margin-top: -149px;
  background: #FFFFFF;
  border-radius: 8px;
}
.login-page .login-form-container .herakles {
  font-size: 1.953rem;
  font-weight: 600;
  color: #30526F;
  text-align: center;
  margin-top: 32px;
}
.login-page .login-form-container .text-identification {
  font-size: 1.25rem;
  font-weight: 600;
  color: #5E92BA;
  text-align: center;
}
.login-page .login-form-container form {
  margin-top: 64px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.login-page .login-form-container form label {
  color: #3A6388;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 8px;
}
.login-page .login-form-container form label:focus-within {
  color: darkslategrey;
}
.login-page .login-form-container form input {
  border: none;
  width: 100%;
  border-bottom: solid 2px #808080;
  color: #2E2E2E;
  font-size: 1rem;
  font-weight: 400;
  background: #FFFFFF;
}
.login-page .login-form-container form input:focus {
  border: none;
  border-bottom: solid 2px #808080;
}
.login-page .login-form-container form input:focus-visible {
  outline: inherit;
}
.login-page .login-form-container form .login-name {
  margin-top: 32px;
}
.login-page .login-form-container form .login-password {
  margin-top: 32px;
  position: relative;
}
.login-page .login-form-container form .login-password .show-password {
  position: absolute;
  right: 4px;
  line-height: 28px;
  color: #808080;
  cursor: pointer;
}
.login-page .login-form-container form .login-select select {
  width: 100%;
  border: none;
  border-bottom: solid 2px #808080;
  color: #2E2E2E;
  font-size: 1rem;
  font-weight: 400;
}
.login-page .login-form-container form .login-select .login-select {
  text-align: left;
}
.login-page .login-form-container form button {
  margin-top: 64px;
  margin-bottom: 32px;
  width: 100%;
  background: #4C799E;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  line-height: 46px;
  border: none;
}
.login-page .login-form-container form button:hover {
  background: #5E92BA;
}

.app-page-header {
  margin: 0 1rem 0 1rem;
  border-bottom: 1px solid #F9A806;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.app-page-header .page-title {
  margin-left: 0;
  margin-right: 0;
  border: none;
  padding-top: 0;
}
.app-page-header .fa-info-circle {
  font-size: 2em;
  cursor: pointer;
}

.modal {
  background: rgba(1, 1, 1, 0.7);
}

.caption-part:nth-child(n+2) {
  margin-top: 5vh;
}
.caption-part .caption-part-title {
  font-weight: bold;
}
.caption-part .colors-caption-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1vh 0 1vh 0;
}
.caption-part .colors-caption-line .caption-color {
  margin-right: 1vw;
}
.caption-part .colors-caption-line .caption-color .caption-color-filled-area {
  width: 7em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caption-part .colors-caption-line .caption-color .caption-color-filled-area div {
  font-size: 1.3vh;
  color: white;
  padding: 0 0.2em;
}
.caption-part .colors-caption-line .caption-color .caption-color-filled-area .caption-area-half-day {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caption-part .colors-caption-line .caption-title {
  font-style: italic;
}

.nav-item {
  position: relative;
}

.icon-badge {
  font-size: 12px;
  color: white;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.planning-page-date-picker {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  width: auto;
  display: flex;
  font-size: 2vh;
  text-align: center;
  background: white;
  border-radius: 3px;
  color: #F9A806;
  font-weight: bold;
  line-height: 3vh;
}

.mobile-home-page-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5rem 1rem;
}
.mobile-home-page-footer .requests-count {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1rem;
}
.mobile-home-page-footer .requests-count .count-badge {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.mobile-home-page-footer .add-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.planning-page-command-row {
  margin: 0.5rem 1rem 0 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 5vh;
}
.planning-page-command-row .requests-count {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 15%;
}
.planning-page-command-row .planning-page-date-picker {
  width: 70%;
  margin: 0;
}
.planning-page-command-row .add-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 15%;
}

.all-collaborators-checkbox {
  color: black !important;
  font-weight: normal;
  cursor: pointer;
}
.all-collaborators-checkbox input {
  cursor: pointer;
  margin-right: 0.5vw;
}

.planning-page-table {
  margin: 16px;
  width: auto;
}

.table-month {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: #30526F;
}
.table-month thead tr {
  background-color: #F1F6F9;
}
.table-month thead tr th {
  text-align: center;
  font-size: 0.875rem;
  border-right: 1px solid #5E92BA;
  border-top: 2px solid #5E92BA;
  border-bottom: 1px solid #5E92BA;
}
.table-month thead tr th:first-child {
  border-top-left-radius: 8px;
  border-left: 2px solid #5E92BA;
}
.table-month thead tr th:last-child {
  border-top-right-radius: 8px;
  border-right: 2px solid #5E92BA;
}
.table-month tbody tr td {
  border-top: 1px solid #5E92BA;
  border-right: 1px solid #5E92BA;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  color: #30526F;
}
.table-month tbody tr td:first-child {
  border-left: 2px solid #5E92BA;
}
.table-month tbody tr td:last-child {
  border-right: 2px solid #5E92BA;
}
.table-month tbody tr:last-child td {
  border-bottom: 2px solid #5E92BA;
}
.table-month tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.table-month tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.week-number {
  float: right;
  font-size: smaller;
  position: absolute;
  right: 5px;
  line-height: normal;
  padding: 0.1vh;
  font-weight: 600;
  top: 0;
}

.cell-span {
  height: 0.875rem;
  display: inline-block;
}

.icon-planning {
  position: absolute;
  right: 25px;
  top: 1px;
}

.mobile-app-page-header {
  margin: 1rem;
  border-bottom: 1px solid #F9A806;
  display: flex;
  justify-content: space-between;
}
.mobile-app-page-header .planning-mobile-page-title {
  font-size: 3vh;
  width: auto;
}
.mobile-app-page-header .planning-mobile-page-title i {
  color: #F9A806;
  margin-right: 1rem;
}
.mobile-app-page-header .fa-info-circle {
  font-size: 2em;
  cursor: pointer;
}

.planning-mobile-page-date-picker {
  width: auto;
  margin: 0 1rem 1rem 1rem;
  font-size: 20px;
  display: flex;
  color: #F9A806;
}

.chevron-left {
  padding: 0 0.6rem 0 0.6rem;
  border: 1px solid #F9A806;
  border-radius: 5px;
  margin-right: 5px;
}
.chevron-left:hover {
  background-color: #F9A806;
  color: white;
}

.chevron-right {
  padding: 0 0.6rem 0 0.6rem;
  border: 1px solid #F9A806;
  border-radius: 5px;
}
.chevron-right:hover {
  background-color: #F9A806;
  color: white;
}

.date {
  width: 100%;
  margin-right: auto;
  text-align: left;
  color: #F9A806;
  font-weight: bold;
}

.table-planning-mobile {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}
.table-planning-mobile tbody tr td {
  height: 7vh;
}

.div-table-planning-mobile {
  margin: 0 1rem 0 1rem;
}

.cell-rtt {
  border: 1px solid #3AC47D;
  border-radius: 5px;
  background: #3AC47D;
  color: white;
}

.cell-cp {
  border: 1px solid #30b1ff;
  border-radius: 5px;
  background: #30b1ff;
  color: white;
}

.cell-css {
  border: 1px solid #D92550;
  border-radius: 5px;
  background: #D92550;
  color: white;
}

.cell-rtt-waiting {
  border: 2px solid #3AC47D;
  border-radius: 5px;
}

.cell-cp-waiting {
  border: 2px solid #30b1ff;
  border-radius: 5px;
}

.cell-css-waiting {
  border: 2px solid #D92550;
  border-radius: 5px;
}

.service-name-cell {
  padding-left: 0rem !important;
  font-size: 2vh !important;
  line-height: 3vh !important;
  font-weight: bold;
}

.planning-admin-page-table {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  width: auto;
}

.monday-header-cell {
  background: #F9A806;
  color: white;
}

.pointer:hover {
  cursor: pointer;
}

.weekend-cell {
  background: #E0E0E0 !important;
}

.planning-admin-cell-left {
  padding: 0 !important;
}

.planning-admin-cell-right {
  padding: 0 !important;
}

.empty-cell {
  padding-top: 3vh !important;
}

.login-page-div-select {
  /*margin-top: 30vh;*/
  width: 100%;
  text-align: center;
}
.login-page-div-select select {
  width: 100%;
  font-size: 2.3vh;
  height: 4.3vh;
  border-color: #F9A806;
  border-radius: 5px;
  color: #454545;
}
.login-page-div-select select option:hover {
  box-shadow: 0 0 10px 100px #F9A806 inset;
}
.login-page-div-select select:focus {
  outline: none;
}
.login-page-div-select select:before {
  color: #F9A806;
}
.login-page-div-select select::after {
  color: #F9A806;
}

.login-page-div-form {
  width: 100%;
  margin-top: 5vh;
  /*div {
      display: grid;

      div {
          width: fit-content;
          margin: auto;
      }
  }*/
}
.login-page-div-form label {
  font-size: 2vh;
}
.login-page-div-form input {
  width: 100%;
  border: solid 1px black;
  border-radius: 5px;
  height: 3.5vh;
  line-height: 3.5vh;
  font-size: 1.7vh;
}
.login-page-div-form input:focus {
  outline: none;
}

.login-page-div-button {
  width: fit-content;
  margin-left: auto;
  left: 0;
  right: 0;
  margin-right: auto;
}

.dashboard-page-card-line {
  width: 100%;
  display: flex;
  margin-top: 2.5vh;
}

.dashboard-page-card {
  width: 20vw;
  height: 23vh;
  padding: 0 0.5rem;
  text-decoration: none;
}

.dashboard-page-card-div {
  width: auto;
  height: 23vh;
  border: 1px solid black;
  border-radius: 5px;
  padding: 2vh;
  text-align: center;
  font-weight: 400;
  border: 2px solid #495057;
  color: white;
  transition: 0.5s ease;
  background: #495057;
}
.dashboard-page-card-div:hover {
  cursor: pointer;
  color: white;
  background: #F9A806;
  border: 2px solid #F9A806;
}
.dashboard-page-card-div:hover .circleborder {
  background: #495057;
  transition: all 0.65s;
  transform: rotateY(360deg);
}

.dashboard-page-card-icon {
  font-size: 5vh;
}

.dashboard-page-card-title {
  margin-top: 1vh;
  font-size: 3vh;
}

.circlepic {
  width: 11vh;
  height: 11vh;
  background: #767d85;
  margin: auto;
  border-radius: 50%;
}
.circlepic:hover {
  background: #767d85;
}

.center-circle {
  display: flex;
  height: 11vh;
}

.circleborder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9vh;
  height: 9vh;
  background: #F9A806;
  margin: auto;
  border-radius: 50%;
}

.dashboard-page-div-button {
  position: absolute;
  bottom: 3vh;
  left: 7vh;
}
.dashboard-page-div-button a {
  text-decoration: none;
}

.action-button {
  border: 2px solid #F9A806;
  background: white;
  padding: 0 20px 0 10px;
  border-radius: 5px;
  font-size: 3vh;
  /*box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);*/
  color: #F9A806;
  /*transition: background-color 0.5s ease-in;*/
  display: flex;
  justify-content: center;
  align-content: center;
  transition: all 0.35s;
}
.action-button span {
  position: relative;
  z-index: 2;
}
.action-button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F9A806;
  color: white;
  transition: all 0.35s;
  border-radius: 5px;
}
.action-button:hover:after {
  width: 100%;
}
.action-button:hover {
  color: white !important;
}

.div-new-request-period {
  margin: auto;
  margin-top: 5vh;
  display: flex;
  font-size: 2vh;
}
.div-new-request-period .col {
  padding: 0 !important;
}
.div-new-request-period .row {
  margin-left: 0;
  margin-right: 0;
}
.div-new-request-period .new-request-date-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.div-new-request-period .new-request-date-column .new-request-date-prefix {
  width: 10%;
}
.div-new-request-period .new-request-date-column .new-request-date-input {
  width: 60%;
}
.div-new-request-period .new-request-date-column .new-request-date-moment {
  width: 30%;
}
.div-new-request-period .new-request-date-delay {
  margin-left: 5%;
}

@media (min-width: 576px) {
  .div-new-request-period {
    margin-top: 10vh;
    width: 60vw;
  }
  .div-new-request-period .div-new-request-period-date {
    /*width: 70%;*/
  }
  .div-new-request-period .div-new-request-period-date .new-request-date-prefix:last-of-type {
    padding-left: 0.5vw;
  }
  .div-admin-new-request-employee + .div-new-request-period {
    margin-top: 5vh;
  }
  .div-update-request-employee-name + .div-update-request-period {
    margin-top: 5vh;
  }
}
@media (max-width: 576px) {
  .div-new-request-period .div-new-request-period-date .new-request-date-delay {
    margin-left: 10%;
  }
  .div-new-request-period .div-new-request-period-date .new-request-date-column {
    margin-bottom: 1vh;
  }
  .div-new-request-period .div-new-request-period-date .new-request-date-column .new-request-date-prefix {
    padding: 0 !important;
  }
  .div-new-request-period .div-new-request-period-infos {
    margin: 1vh 0;
  }
  .div-new-request-description {
    width: 100% !important;
    margin-top: 2vh !important;
  }
  .div-new-request-description textarea {
    height: 30vh !important;
    max-height: 30vh !important;
  }
  .new-request-button-group {
    margin-top: 5vh !important;
    width: 100% !important;
    justify-content: center;
    align-items: center;
  }
}
.div-new-request-period-date input {
  width: 98%;
  /*min-width: 140px;*/
  border: solid 1px lightgrey;
  border-radius: 5px;
  line-height: 3.5vh;
}
.div-new-request-period-date input:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}
.div-new-request-period-date select {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  height: 3.5vh;
}
.div-new-request-period-date select:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}
.div-new-request-period-date div:has(+ div > input:focus) {
  color: #F9A806;
}
.div-new-request-period-date div.new-request-date-prefix:has(+ div + div > select:focus) {
  color: #F9A806;
}
.div-new-request-period-date label:has(+ select:focus) {
  color: #F9A806;
}

.div-new-request-period-date-motif {
  margin-top: 5vh;
  display: grid;
}
.div-new-request-period-date-motif select {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  height: 3.5vh;
}
.div-new-request-period-date-motif select:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}

.div-new-request-period-infos {
  /*width: 30%;*/
  height: 100%;
  margin-left: 0.3vw;
  border: solid 1px black;
  padding: 0.25rem;
  font-size: 2vh;
  border-radius: 1.25em 5px 5px 5px;
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
}

.div-new-request-description {
  width: 60vw;
  margin: auto;
  margin-top: 1vh;
  font-size: 2vh;
}
.div-new-request-description textarea {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  min-height: 9vh;
  height: 9vh;
  max-height: 9vh;
}
.div-new-request-description textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}
.div-new-request-description label:has(+ textarea:focus) {
  color: #F9A806;
}

.new-request-button-group {
  width: fit-content;
  margin-right: 7vh;
  margin-left: auto;
  margin-top: 30vh;
}

.cancel-button {
  border: 2px solid #D92550;
  border-radius: 5px;
  color: #D92550;
  background: white;
  transition: ease 0.35s;
  font-size: 2vh;
  line-height: 4vh;
  font-weight: 500;
  padding: 0.5vh;
}
.cancel-button:hover {
  color: white;
  background: #D92550;
  box-shadow: 0 0 15px #D92550;
}
.cancel-button:hover i {
  color: white;
  transition: all 0.35s;
  transform: rotateY(360deg);
}

/*
.validation-button {
    border: solid 2px #F9A806;
    border-radius: 5px;
    color: #F9A806;
    background: white;
    transition: ease 0.35s;
    font-size: 2vh;
    line-height: 4vh;
    font-weight: 500;

    &:hover {
        color: white;
        background: #F9A806;
    }
}*/
/*.div-update-request-select {
    width: 80vw;
    margin: auto;
    margin-top: 2vh;
    display: flex;
    font-size: 2vh;

    select {
        width: 35%;
        border: solid 1px #F9A806;
        border-radius: 5px;
        height: 4vh;

        &:focus {
            outline: none;
        }
    }
}*/
@media (max-width: 576px) {
  /*.div-update-request-select {
      width: 100%;

      label {
          display: flex;
          align-items: center;
          width: 100%;

          select {
              width: 100%;
              margin-left: 1rem;
          }
      }
  }*/
  .div-update-request-period {
    margin-top: 1vh !important;
  }
  .div-update-request-period .div-update-request-period-date .update-request-date-delay {
    margin-left: 10%;
  }
  .div-update-request-period .div-update-request-period-date .update-request-date-column {
    margin-bottom: 1vh;
  }
  .div-update-request-period .div-update-request-period-date .update-request-date-column .update-request-date-prefix {
    padding: 0 !important;
  }
  .div-update-request-period .div-update-request-period-date .div-update-request-period-date-motif {
    margin-top: 1vh !important;
  }
  .div-update-request-period .div-update-request-period-infos {
    margin: 1vh 0;
  }
  .div-update-request-description {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .div-update-request-description textarea {
    height: 25vh !important;
    max-height: 30vh !important;
  }
  .div-update-request-cancel {
    width: 100% !important;
    margin: 0 !important;
  }
  .div-update-request-cancel .div-update-request-cancel-first-line {
    flex-direction: column;
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .div-update-request-cancel .div-update-request-cancel-first-line .validation-details {
    margin-top: 2vh;
  }
  .update-request-button-group {
    margin-top: 3vh !important;
    margin-left: 0 !important;
    width: 100% !important;
    justify-content: center;
    align-items: center;
  }
  .update-request-button-group .col:last-of-type {
    margin: 1vh 0 !important;
  }
}
.div-update-request-validation-comment {
  width: 60vw;
  margin: auto;
  font-size: 2vh;
}
.div-update-request-validation-comment textarea {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  min-height: 9vh;
  height: 9vh;
  max-height: 9vh;
}
.div-update-request-validation-comment textarea:focus {
  outline: none;
}
.div-update-request-validation-comment label:has(+ textarea:focus) {
  color: #F9A806;
}

.div-update-request-cancel input {
  width: 1vw;
  cursor: pointer;
}
.div-update-request-cancel label {
  cursor: pointer;
}
.div-update-request-cancel input[type=checkbox] {
  height: 1em;
  width: 1em;
  margin-right: 5px;
}
.div-update-request-cancel .form-label {
  display: flex;
  align-items: center;
}

@media (min-width: 576px) {
  .div-update-request-period {
    margin-top: 10vh;
    width: 60vw;
  }
  .div-update-request-period .div-update-request-period-date .update-request-date-prefix:last-of-type {
    padding-left: 0.5vw;
  }
  .div-update-request-period .div-update-request-period-infos {
    height: 100%;
  }
}
.div-update-request-period {
  margin: auto;
  margin-top: 10vh;
  display: flex;
  font-size: 2vh;
}
.div-update-request-period .col {
  padding: 0 !important;
}
.div-update-request-period .row {
  margin-left: 0;
  margin-right: 0;
}
.div-update-request-period .update-request-date-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.div-update-request-period .update-request-date-column .update-request-date-prefix {
  width: 10%;
}
.div-update-request-period .update-request-date-column .update-request-date-input {
  width: 60%;
}
.div-update-request-period .update-request-date-column .update-request-date-moment {
  width: 30%;
}
.div-update-request-period .update-request-date-delay {
  margin-left: 5%;
}

.div-update-request-period-date input {
  width: 98% !important;
  border: solid 1px lightgrey;
  border-radius: 5px;
  line-height: 3.5vh;
}
.div-update-request-period-date input:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}
.div-update-request-period-date .row .update-request-date-input .input-group:nth-child(odd) {
  width: 98% !important;
}
.div-update-request-period-date select {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  height: 3.5vh;
}
.div-update-request-period-date select:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}
.div-update-request-period-date div:has(+ div > input:focus) {
  color: #F9A806;
}
.div-update-request-period-date div.update-request-date-prefix:has(+ div + div > select:focus) {
  color: #F9A806;
}
.div-update-request-period-date label:has(+ select:focus) {
  color: #F9A806;
}

.div-update-request-period-date-motif {
  margin-top: 5vh;
  display: grid;
}
.div-update-request-period-date-motif select {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  height: 3.5vh;
}
.div-update-request-period-date-motif select:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806 !important;
}
.div-update-request-period-date-motif input {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  height: 3.5vh;
}
.div-update-request-period-date-motif input:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806 !important;
}

.div-update-request-period-infos {
  margin-left: 0.3vw;
  border: solid 1px black;
  padding: 0.25rem;
  font-size: 2vh;
  border-radius: 1em 5px 5px 5px;
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
}

.div-update-request-description {
  width: 60vw;
  margin: auto;
  margin-top: 1vh;
  font-size: 2vh;
}
.div-update-request-description textarea {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  min-height: 9vh;
  height: 9vh;
  max-height: 9vh;
}
.div-update-request-description textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}
.div-update-request-description label:has(+ textarea:focus) {
  color: #F9A806;
}

.infos-card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  font-style: italic;
  flex: 0 1 auto;
}
.infos-card-title .title-icon-area {
  display: flex;
  margin-right: 0.5em;
}
.infos-card-title .title-icon-area .title-icon-badge {
  border: solid 1px;
  height: 2em;
  width: 2em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infos-card-title .title-icon-area .title-icon-badge .info-icon {
  padding: 0.25em;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: rgb(13, 202, 240);
  color: white;
}

.infos-description {
  padding: 0.5rem;
  margin-top: 0.5rem;
  background-color: white;
  border: solid 1px rgb(13, 202, 240);
  color: black;
  display: flex;
  flex: 1 1 auto;
  border-radius: 0 0 5px 5px;
}

.div-update-request-cancel {
  width: 60vw;
  margin: auto;
  margin-top: 2vh;
  font-size: 2vh;
  display: flex;
}
.div-update-request-cancel .div-update-request-cancel-first-line {
  display: flex;
  justify-content: space-between;
  width: 60vw;
}
.div-update-request-cancel .div-update-request-cancel-first-line .validation-details {
  display: flex;
  flex-direction: row;
}
.div-update-request-cancel .div-update-request-cancel-first-line .validation-details .request-status-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
}
.div-update-request-cancel .div-update-request-cancel-first-line .validation-details .request-status-area .request-status-badge {
  border: solid 1px;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.div-update-request-cancel .div-update-request-cancel-first-line .validation-details .request-status-area .request-status-badge.border-accept {
  border: solid 2px #3AC47D;
}
.div-update-request-cancel .div-update-request-cancel-first-line .validation-details .request-status-area .request-status-badge.border-refuse {
  border: solid 2px #D92550;
}
.div-update-request-cancel .div-update-request-cancel-first-line .validation-details .request-status-area .request-status-badge.border-waiting {
  border: solid 2px #f27216;
}
.div-update-request-cancel .div-update-request-cancel-first-line .validation-details .request-status-area .request-status-badge.border-cancel {
  border: solid 2px #30b1ff;
}
.div-update-request-cancel .div-update-request-cancel-first-line .validation-details .request-status-area .request-status-badge .request-status-icon {
  padding: 0.25em;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.div-update-request-cancel textarea {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  min-height: 6vh;
  height: 6vh;
  max-height: 6vh;
}
.div-update-request-cancel textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}
.div-update-request-cancel input {
  line-height: 3vh;
}
.div-update-request-cancel label:has(+ textarea:focus) {
  color: #F9A806;
}

.update-request-button-group {
  width: fit-content;
  margin-right: 7vh;
  margin-top: 15vh;
  width: -webkit-fill-available;
  margin-left: 7vh;
  display: flex;
}
.update-request-button-group .col {
  padding: 0 !important;
}
.update-request-button-group .row {
  margin-left: 0;
  margin-right: 0;
}

.w-fit-content {
  width: fit-content;
}

.div-update-request-select-user {
  width: 80vw;
  margin: auto;
  margin-top: 2vh;
  display: flex;
  font-size: 2vh;
}
.div-update-request-select-user select {
  width: 35%;
  border: solid 1px #F9A806;
  border-radius: 5px;
  height: 4vh;
}
.div-update-request-select-user select:focus {
  outline: none;
}

.div-update-request-select-date {
  width: 80vw;
  margin: auto;
  margin-top: 0.5vh;
  display: flex;
  font-size: 2vh;
}
.div-update-request-select-date select {
  width: 35%;
  border: solid 1px #F9A806;
  border-radius: 5px;
  height: 4vh;
}
.div-update-request-select-date select:focus {
  outline: none;
}

.admin-update-request-button-group {
  width: fit-content;
  margin-right: 7vh;
  margin-top: 19vh;
  width: -webkit-fill-available;
  margin-left: 7vh;
  display: flex;
}

.admin-request-legend {
  padding: 2vh;
  font-size: 2vh;
  display: flex;
}

.my-requests-period-navigation {
  margin: 1rem;
}
.my-requests-period-navigation .col {
  padding: 0 !important;
}
.my-requests-period-navigation.mobile-mode .my-requests-period-filter {
  justify-content: space-between;
}
.my-requests-period-navigation.mobile-mode .my-requests-period-filter .chevron {
  padding: 0 0.6rem 0 0.6rem;
  border: 1px solid #F9A806;
  border-radius: 5px;
}
.my-requests-period-navigation.mobile-mode .my-requests-period-filter .chevron .fa-lg {
  font-size: 1em;
}
.my-requests-period-navigation.mobile-mode .my-requests-period-filter .chevron:hover {
  background-color: #F9A806;
}
.my-requests-period-navigation.mobile-mode .my-requests-period-filter .chevron:hover i {
  color: white !important;
}

.my-requests-counts {
  padding: 0 1rem 1rem 1rem;
  font-size: 2vh;
  flex-wrap: wrap;
}

.request-quantity-line:first-of-type {
  margin-bottom: 1vh;
}
.request-quantity-line .request-quantity {
  width: 100%;
  display: flex;
  align-items: center;
}

.my-requests-quantity-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.3vh;
  border-radius: 3vh;
}
.my-requests-quantity-badge.border-accept {
  border: solid 2px #3AC47D;
}
.my-requests-quantity-badge.border-accept .quantity-count {
  color: #3AC47D;
}
.my-requests-quantity-badge.border-refuse {
  border: solid 2px #D92550;
}
.my-requests-quantity-badge.border-refuse .quantity-count {
  color: #D92550;
}
.my-requests-quantity-badge.border-waiting {
  border: solid 2px #f27216;
}
.my-requests-quantity-badge.border-waiting .quantity-count {
  color: #f27216;
}
.my-requests-quantity-badge.border-cancel {
  border: solid 2px #30b1ff;
}
.my-requests-quantity-badge.border-cancel .quantity-count {
  color: #30b1ff;
}
.my-requests-quantity-badge.border-waiting-collaborators {
  border: solid 2px #FF9900;
}
.my-requests-quantity-badge.border-waiting-collaborators .quantity-count {
  color: #FF9900;
}
.my-requests-quantity-badge.border-waiting-all {
  border: solid 2px #E69138;
}
.my-requests-quantity-badge.border-waiting-all .quantity-count {
  color: #E69138;
}
.my-requests-quantity-badge .quantity-icon {
  padding: 0.5vh;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1vh;
}
.my-requests-quantity-badge .quantity-count {
  font-weight: bold;
  margin-right: 1vh;
}
.my-requests-quantity-badge .quantity-text {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .my-requests-counts {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row !important;
    padding-bottom: 0;
  }
  .my-requests-counts .request-quantity-line {
    justify-content: space-around;
    flex-wrap: wrap;
    width: 50%;
    margin-bottom: 0 !important;
  }
  .my-requests-counts .request-quantity-line .col {
    display: flex;
    flex: 0 0 0;
    padding: 0 !important;
  }
  .my-requests-counts .request-quantity-line .request-quantity {
    position: relative !important;
    margin-bottom: 0.5rem;
  }
  .my-requests-counts .request-quantity-line .request-quantity .my-requests-quantity-badge.show-description {
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  .my-requests-counts .request-quantity-line .request-quantity .quantity-text {
    position: absolute !important;
    margin-left: 0;
    width: 0% !important;
    transition-property: width !important;
    transition-duration: 0.3s !important;
    overflow-y: hidden !important;
    z-index: 2 !important;
    height: 5vh;
  }
  .my-requests-counts .request-quantity-line .request-quantity .quantity-text.show-description {
    width: 100% !important;
    padding-left: 8vh !important;
    border-radius: 2.5vh;
    display: flex;
    align-items: center;
  }
  .my-requests-counts .request-quantity-line .request-quantity .quantity-text.show-description.border-accept {
    border: solid 2px #3AC47D;
  }
  .my-requests-counts .request-quantity-line .request-quantity .quantity-text.show-description.border-refuse {
    border: solid 2px #D92550;
  }
  .my-requests-counts .request-quantity-line .request-quantity .quantity-text.show-description.border-waiting {
    border: solid 2px #f27216;
  }
  .my-requests-counts .request-quantity-line .request-quantity .quantity-text.show-description.border-cancel {
    border: solid 2px #30b1ff;
  }
  .my-requests-counts.show-description {
    flex-direction: column !important;
  }
  .my-requests-counts.show-description .request-quantity-line {
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
  }
  .my-requests-counts.show-description .request-quantity-line.row {
    margin: 0;
  }
  .my-requests-counts.show-description .request-quantity-line.row .col {
    display: flex;
    flex: 0 1 auto;
    padding: 0;
  }
  .my-requests-counts.show-description .my-requests-quantity-badge {
    transition: all 0.3s;
    transform: rotatey(360deg);
  }
}
@media (min-width: 992px) {
  .my-requests-counts {
    width: 70%;
  }
  .request-quantity-line {
    height: 5vh;
  }
  .my-requests-table:not(.mobile-mode) {
    /*max-height: 72vh;
    overflow-y: auto;
    overflow-x: hidden;*/
  }
  .my-requests-table:not(.mobile-mode) thead {
    position: sticky !important;
    top: 0;
    background-color: white;
    z-index: 1;
  }
  .update-request-button-group {
    width: calc(100% - 300px);
    margin: 0;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 0 0 0 2rem;
  }
  .errors-holder {
    width: 60vw;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .page {
    flex-direction: column !important;
  }
  .sidebar + main {
    margin-top: 3.5rem !important;
  }
  .sidebar {
    width: 100vw !important;
    height: 3.5rem !important;
    position: fixed !important;
    z-index: 3;
  }
  .my-requests-table {
    width: 100vw;
    overflow: auto;
  }
  .my-requests-table .mobile-mode.ozytis-table thead {
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.3s;
    height: 0;
    background-color: aliceblue;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.132), 0 1px 2px 0 rgba(0, 0, 0, 0.108);
    margin-top: 0.5rem;
  }
  .my-requests-table .mobile-mode.ozytis-table thead tr {
    width: 60%;
  }
  .my-requests-table .mobile-mode.ozytis-table thead tr th {
    height: 3rem;
    border: none;
  }
  .my-requests-table .mobile-mode.ozytis-table thead tr:first-of-type {
    width: 40%;
  }
  .my-requests-table .mobile-mode.ozytis-table thead tr:first-of-type th:last-of-type {
    width: 250%;
    margin-bottom: 0.5rem;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card {
    border: solid 2px;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.132), 0 1px 2px 0 rgba(0, 0, 0, 0.108);
    display: flex;
    flex-direction: row;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card.light-color {
    border-width: 2px;
    outline: 1px solid darkgrey;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card.light-color .request-status-area {
    border: solid 1px darkgrey;
    border-right: none;
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card.light-color .request-details {
    border: solid 1px darkgrey;
    border-left: none;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card.light-color .request-details .request-reason {
    text-shadow: -1px -1px 0 darkgrey, 1px -1px 0 darkgrey, -1px 1px 0 darkgrey, 1px 1px 0 darkgrey;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card.light-color .edit-button {
    color: darkgrey;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-details {
    width: 65%;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-details .first-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    font-weight: bold;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-details .first-line .request-reason {
    padding: 0 0.3rem;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .edit-button {
    width: 15%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-status-area {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-status-area .request-status-badge {
    border: solid 1px;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-status-area .request-status-badge.border-accept {
    border: solid 2px #3AC47D;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-status-area .request-status-badge.border-refuse {
    border: solid 2px #D92550;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-status-area .request-status-badge.border-waiting {
    border: solid 2px #f27216;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-status-area .request-status-badge.border-cancel {
    border: solid 2px #30b1ff;
  }
  .my-requests-table .mobile-mode.ozytis-table .request-card .request-status-area .request-status-badge .request-status-icon {
    padding: 0.25em;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .my-requests-table .mobile-mode.ozytis-table tbody > tr:last-of-type > td {
    border: none;
  }
  .my-requests-table.filter-visible thead {
    height: 19em !important;
    border: solid 1px rgb(13, 202, 240);
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .my-requests-period-navigation .primary-button {
    margin-top: 0.5rem;
  }
}
.admin-request-period input {
  border: solid 1px #F9A806;
  border-radius: 5px;
  height: 4vh;
}

.request-quantity-line {
  display: flex;
}

.request-quantity {
  display: flex;
  width: 30%;
  vertical-align: middle;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

.quantity-widget {
  padding: 0.5vh;
  border-radius: 50%;
  width: 4vh;
  height: 4vh;
  text-align: center;
}

.quantity-text {
  line-height: 4vh;
  margin-left: 1vh;
}

.bg-accept {
  background: #3AC47D;
  color: white;
}

.bg-refuse {
  background: #D92550;
  color: white;
}

.bg-waiting {
  background: #f27216;
  color: white;
}

.bg-cancel {
  background: #30b1ff;
  color: white;
}

.div-buttons-action {
  width: fit-content;
  height: fit-content;
  margin: auto;
  margin-top: auto;
  margin-bottom: 1vh;
}
.div-buttons-action button {
  margin-top: 0.5vh;
  width: -webkit-fill-available;
}

.primary-button {
  border: 2px solid #F9A806;
  background: #F9A806;
  padding: 0 20px 0 10px;
  border-radius: 5px;
  font-size: 2vh;
  line-height: 4vh;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0.5vh;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-button i {
  margin-right: 5px;
}
.primary-button:hover:not(:disabled) {
  background: white;
  color: #F9A806;
  box-shadow: 0 0 15px #F9A806;
}
.primary-button:hover:not(:disabled) i {
  color: #F9A806;
  transition: all 0.35s;
  transform: rotateY(360deg);
}
.primary-button:disabled {
  background: rgba(239, 239, 239, 0.3);
  border-color: rgb(170, 170, 170);
  color: rgb(170, 170, 170);
}
.primary-button:disabled:hover {
  cursor: not-allowed;
}

.align-content-end {
  align-content: end;
}

.validation-request-header {
  font-size: 2vh;
  display: flex;
}

.validation-request-content {
  width: 96%;
  background: #FFFFFF;
  margin-top: -149px;
  position: absolute;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.validation-request-content .checkbox-collaborator {
  margin-top: 0;
}
.validation-request-content .request-counter-in-progress {
  margin-bottom: 8px;
}

.validation-page-table-div {
  height: 45vh;
  border: solid 1px black;
  max-height: 45vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.validation-page-table-div thead {
  position: sticky !important;
  top: 0;
  background-color: white;
  z-index: 1;
}

.validation-request-info {
  margin-top: 2vh;
  display: flex;
  font-size: 2vh;
}

.validation-request-info-left {
  width: 50%;
}

.pl-5 {
  padding-left: 5vh;
}

.mt-2vh {
  margin-top: 2vh;
}

.validation-request-info-right {
  width: 50%;
}
.validation-request-info-right .div-validation-request-infos {
  margin-left: 0.3vw;
  border: solid 1px black;
  padding: 0.25rem;
  font-size: 2vh;
  border-radius: 1.25em 5px 5px 5px;
  background-color: aliceblue;
  display: flex;
  flex-direction: column;
}
.validation-request-info-right .div-validation-request-infos .infos-description {
  padding: 0.5rem;
  margin-top: 0.5rem;
  background-color: white;
  border: solid 1px rgb(13, 202, 240);
  color: black;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
}

/*.menu-item {
    font-size: 18px;
    padding: 0px 15px 0 15px;

    i {
        margin-right: 10px;
    }
}
*/
.admin-request-period input {
  padding: 0.5rem;
}

.my-requests-period-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  font-size: 2vh;
  font-weight: bold;
}
.my-requests-period-filter i {
  color: #F9A806;
}
.my-requests-period-filter i:hover {
  cursor: pointer;
}

/*.chart {
    display:flex;
    justify-content:center;
    align-items:center;

    .chart-main {
        fill: white;

        .data-label {
            fill: black;
        }

        .y-axis-label:nth-child(even) {
            fill: black !important;
        }

        .y-axis-label:nth-child(odd) {
            display: none;
        }

        .x-axis-label {
            fill: black !important;
        }

        .legend-text {
            fill: black !important;
        }
    }
}*/
.selected-line {
  background: #F9A806;
  color: white;
  vertical-align: middle;
}

.selectable-tr {
  vertical-align: middle;
}

.selectable-tr:hover {
  cursor: pointer;
}

.radio-group div {
  display: block;
}
.radio-group .form-check-input:checked {
  background-color: #F9A806;
  border-color: #F9A806;
}
.radio-group .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806;
}
.radio-group .form-check-input:focus {
  border-color: #F9A806;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.radio-group .form-check-label {
  margin-left: 5px;
}

.primary-button-icon {
  border: 2px solid #F9A806;
  background: #F9A806;
  padding: 0 20px 0 10px;
  border-radius: 5px;
  font-size: 2vh;
  line-height: 4vh;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0.5vh;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-button-icon i {
  margin-right: 1px;
}
.primary-button-icon:hover {
  background: white;
  color: #F9A806;
  box-shadow: 0 0 15px #F9A806;
}
.primary-button-icon:hover i {
  color: #F9A806;
  transition: all 0.35s;
  transform: rotateY(360deg);
}

textarea:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806 !important;
}

.fs-italic {
  font-style: italic;
}

.div-update-request-employee-name {
  margin-top: 5vh;
  display: flex;
  align-items: end;
  font-size: 2vh;
}
.div-update-request-employee-name .text-edit {
  padding: 1rem 0 0 1rem;
}
.div-update-request-employee-name .text-edit .input-group {
  width: 30vw;
}
.div-update-request-employee-name .text-edit input {
  border: solid 1px lightgrey;
  border-radius: 5px;
  height: 45px;
  margin: 0px 2px 0px 2px;
}
.div-update-request-employee-name .text-edit input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806 !important;
}
.div-update-request-employee-name .div-department {
  padding: 0.75rem 0.75rem;
}

.admin-or-manager-home-page-sub-title {
  margin: 1rem 1rem 0 1rem;
  display: flex;
  flex-direction: row;
}
.admin-or-manager-home-page-sub-title .requests-count {
  width: 80%;
}
.admin-or-manager-home-page-sub-title .requests-count .request-quantity {
  display: flex;
  align-items: center;
}
.admin-or-manager-home-page-sub-title .requests-count .request-quantity .quantity-icon.bg-waiting-collaborators {
  background-color: #FF9900;
  color: white;
}
.admin-or-manager-home-page-sub-title .requests-count .request-quantity .quantity-icon.bg-waiting-all {
  background-color: #E69138;
  color: white;
}
.admin-or-manager-home-page-sub-title .requests-count .request-quantity {
  margin-bottom: 1vh;
}
.admin-or-manager-home-page-sub-title .add-button {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: start;
}

.div-admin-new-request-employee {
  margin-top: 5vh;
  display: flex;
  align-items: end;
  font-size: 2vh;
}
.div-admin-new-request-employee .remote-select {
  width: 50%;
}
.div-admin-new-request-employee .options-container-opened .form-control {
  border-color: #F9A806;
}
.div-admin-new-request-employee .options-container-opened .input-group-text {
  border-color: #F9A806;
}
.div-admin-new-request-employee .options-container-opened .input-group {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
  border-radius: 0.375rem;
}
.div-admin-new-request-employee .options-container-opened label {
  color: #F9A806;
}
.div-admin-new-request-employee .employee-department {
  width: 20%;
  padding: 0.375rem 0.75rem;
}

.div-admin-new-request-validate {
  width: 60vw !important;
  margin: auto;
  margin-top: 1vh;
  font-size: 2vh;
}
.div-admin-new-request-validate .validate-comment {
  width: 60vw;
  margin: auto;
  font-size: 2vh;
}
.div-admin-new-request-validate .validate-comment textarea {
  width: 100%;
  border: solid 1px lightgrey;
  border-radius: 5px;
  min-height: 9vh;
  height: 9vh;
  max-height: 9vh;
  /*margin-top: 1vh;*/
}
.div-admin-new-request-validate .validate-comment textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #F9A806 !important;
  border-color: #F9A806;
}
.div-admin-new-request-validate label:has(+ textarea:focus) {
  color: #F9A806;
}

.admin-new-request-button-group {
  width: fit-content;
  position: absolute;
  bottom: 1rem;
  right: 0;
  padding: 0 1rem;
}

.background-in-progress {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}

.admin-request-table {
  max-height: 74vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.admin-request-table thead {
  position: sticky !important;
  top: 0;
  background-color: white;
  z-index: 1;
}

.show-more {
  border: 2px solid #F9A806 !important;
  background: white;
  border-radius: 5px;
  color: #F9A806;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.132), 0 1px 2px 0 rgba(0, 0, 0, 0.108);
}
.show-more:hover {
  background: #F9A806;
  color: white;
}
.show-more:hover i {
  transition: all 0.35s;
  transform: rotate(360deg);
}

@media (max-width: 991px) {
  .show-more {
    border-radius: 50%;
  }
  .show-more span {
    display: none;
  }
}
.remote-select .badge {
  border-width: 1px !important;
  border-radius: 1em;
}
.remote-select .badge.border-accept {
  border: solid 2px #3AC47D;
}
.remote-select .badge.border-refuse {
  border: solid 2px #D92550;
}
.remote-select .badge.border-waiting {
  border: solid 2px #f27216;
}
.remote-select .badge.border-cancel {
  border: solid 2px #30b1ff;
}

@media (max-width: 991px) {
  .badge {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .badge span {
    display: none;
  }
  .badge i {
    margin-right: 0.1rem !important;
  }
}
.options-container .options-list > li:hover {
  background-color: #e9ecef;
}

.form-check-input:checked {
  background-color: #F9A806;
  border-color: #F9A806;
}

.toast {
  z-index: 4;
}

select:disabled {
  background: rgba(239, 239, 239, 0.3);
}

input[type=checkbox i]:disabled {
  cursor: default;
}

label:has(> input[type=checkbox i]:disabled) {
  cursor: default;
  color: graytext;
}

@media (min-width: 641px) {
  .navbar-toggler {
    display: none;
  }
  .collapse {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
  .nav-scrollable {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 64px);
    overflow-y: auto;
  }
  .menu {
    background: #30526F;
    height: calc(100vh - 64px);
    width: 248px;
  }
  .menu-item {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600;
    display: table;
    padding: 8px 34px;
    height: 50px;
    width: 100%;
    line-height: 16px;
    text-decoration: none !important;
  }
  .menu-item:hover {
    background: #3A6388;
    color: #FFFFFF;
  }
  .menu-item-badge {
    font-size: 0.875rem;
    line-height: 0.875rem;
    background: #FEF5E1;
    color: #5A3C02;
    margin-left: 8px;
    padding: 0px 8px;
    border-radius: 8px;
  }
  .menu-item-name {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-item-name .menu-item-label {
    display: inline-block;
    width: 80% !important;
  }
  .menu-item-active {
    background: #4C799E;
  }
}
.page-title {
  height: 256px;
  background: #5E92BA;
}
.page-title .title {
  text-align: center;
  padding-top: 32px;
  color: #FFFFFF;
  font-size: 1.953rem;
  font-weight: 600;
  position: sticky;
  width: -webkit-fill-available;
}

.page-title-login {
  height: 320px;
  background: #5E92BA;
}

.page-content {
  /*background: $neutral-100;*/
  /*height: calc(100vh - 64px - 256px);*/
  position: relative;
}

.request-counter-in-progress {
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  background: #FEF5E1;
  width: 316px;
  border-radius: 8px;
  margin-top: 16px;
  margin-left: 16px;
}
.request-counter-in-progress .number {
  margin: 8px;
  /* padding: 0px 15px; */
  width: 48px;
  text-align: center;
  background: #956504;
  border-radius: 8px;
  color: #FEF5E1;
  line-height: 35px;
}
.request-counter-in-progress .name {
  line-height: 35px;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #956504;
}

.checkbox-collaborator {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #3A6388;
  font-size: 0.875rem;
  text-align: right;
  margin-right: 74px;
}
.checkbox-collaborator input {
  width: inherit;
}

.no-second-line thead tr:nth-child(2) {
  display: none;
}
.no-second-line thead tr:first-child th:last-child {
  content: none;
}
.no-second-line thead tr:first-child th:last-child i {
  display: none;
}

.table-validate-request {
  margin: 0px 16px 16px 16px;
  width: -webkit-fill-available;
  border-spacing: 0;
  border-collapse: separate;
}
.table-validate-request thead tr th:first-child {
  border-top-left-radius: 8px;
  border: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-bottom: solid 1px #5E92BA;
}
.table-validate-request thead tr th {
  border: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  background: #F1F6F9;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3A6388;
}
.table-validate-request thead tr th:nth-last-child(-n+2) {
  border-top-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
}
.table-validate-request thead tr th:last-child {
  border: none;
  background: inherit;
  width: 54px;
}
.table-validate-request tbody tr td {
  border: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2E2E2E;
  vertical-align: top;
}
.table-validate-request tbody tr td:first-child {
  border-left: solid 2px #5E92BA;
}
.table-validate-request tbody tr td:nth-last-child(-n+2) {
  border-right: solid 2px #5E92BA;
}
.table-validate-request tbody tr td:last-child {
  border: none;
  width: 54px;
  padding: inherit;
  position: relative;
  width: 54px;
}
.table-validate-request tbody tr td:last-child button {
  width: 46px;
  background: #4C799E;
  color: #FFFFFF;
  height: 44px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-validate-request tbody tr td:last-child button span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-validate-request tbody tr:last-of-type td {
  border-top: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-bottom: solid 2px #5E92BA;
}
.table-validate-request tbody tr:last-of-type td:first-child {
  border-bottom-left-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
}
.table-validate-request tbody tr:last-of-type td:nth-last-child(-n+2) {
  border-bottom-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
}
.table-validate-request tbody tr:last-of-type td:nth-last-child(-n+2) .empty-row {
  border-left: solid 2px #5E92BA !important;
}
.table-validate-request tbody tr:last-of-type td:last-child {
  border: none;
}
.table-validate-request tbody tr.selected-line {
  background: #4C799E;
}
.table-validate-request tbody tr.selected-line td {
  color: #FFFFFF !important;
}
.table-validate-request tbody tr.selected-line td:nth-last-child(-n+2) {
  border-bottom-right-radius: 0px;
}
.table-validate-request tbody tr.selected-line td:last-child {
  border: none;
  width: 54px;
  padding: inherit;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table-validate-request tbody tr.selected-line td:last-child button {
  width: 46px;
  background: #FFFFFF;
  color: #4C799E;
  height: 44px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-validate-request tbody tr.selected-line td:last-child button span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-validate-request tbody tr.no-data td:first-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
}

.badge-status-in-progress {
  color: #4D4D00;
  background: #FFFFCC;
  border-radius: 4px;
  width: fit-content;
  padding: 0px 4px;
}

.validation-info {
  position: absolute;
  bottom: 0;
  width: 75%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #F1F6F9;
  border-width: 2px 2px 0px 2px;
  border-style: solid;
  border-color: #BFD5E3;
  color: #30526F;
  padding: 16px 16px 32px 16px;
  display: flex;
}
.validation-info .left {
  width: 50%;
}
.validation-info .left .employee {
  font-size: 1.25rem;
  font-weight: 600;
}
.validation-info .left .department {
  font-size: 1rem;
  font-weight: 400;
}
.validation-info .left .typeanddate {
  display: flex;
  margin-top: 16px;
}
.validation-info .left .typeanddate .type {
  background: #4C799E;
  width: 80px;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1rem;
  display: grid;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.validation-info .left .typeanddate .date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #30526F;
}
.validation-info .left .creation {
  margin-top: 16px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #30526F;
}
.validation-info .right {
  width: 50%;
}
.validation-info .right .info {
  color: #5A3C02;
  background: #FEF5E1;
  border: 2px solid #FCD27E;
  border-radius: 8px;
  padding: 4px 8px;
}
.validation-info .right .info span:first-child {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.validation-info .right .info span:last-child {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  vertical-align: middle;
}
.validation-info .right .info .current {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  font-weight: 400;
}
.validation-info .right .info .current div:first-child {
  font-weight: 600;
  display: contents;
}
.validation-info .right .info .total {
  font-size: 0.875rem;
  font-weight: 400;
}
.validation-info .right .info .total div:first-child {
  font-weight: 600;
  display: contents;
}
.validation-info .right .radio {
  margin-top: 16px;
}
.validation-info .right .radio .radio-group div {
  display: inherit;
}
.validation-info .right .radio .form-check-input {
  border: #30526F 2px solid;
  cursor: pointer;
}
.validation-info .right .radio .radio-group .form-check-input:checked {
  background-color: #30526F;
  border-color: #30526F;
  cursor: pointer;
}
.validation-info .right .comment {
  margin-top: 16px;
}
.validation-info .right .comment .form-label {
  margin-bottom: 0;
}
.validation-info .right .comment textarea:focus {
  box-shadow: none !important;
  border: 2px solid #5E92BA !important;
}
.validation-info .right .comment textarea {
  height: 99px;
  width: 100%;
  border: 2px solid #5E92BA !important;
}
.validation-info .right .validate-decision {
  text-align: right;
  margin-top: 16px;
}
.validation-info .right .validate-decision button {
  border-radius: 8px;
  color: #FFFFFF;
  border: none;
  font-size: 0.875rem;
  line-height: 32px;
  font-weight: 600;
}
.validation-info .right .validate-decision .can-validate {
  background: #4C799E;
}
.validation-info .right .validate-decision .cant-validate {
  background: #808080;
}

.fw-600 {
  font-weight: 600;
}

.separation {
  width: 90%;
  border: solid 1px white;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}

.collab-request {
  width: 96%;
  background: #FFFFFF;
  margin-top: -149px;
  position: absolute;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.date-picker {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  height: 32px;
}
.date-picker .chevron-left {
  background: #4C799E;
  color: #FFFFFF;
  border-radius: 8px 0px 0px 8px;
  border: none;
  line-height: 32px;
  margin-right: 0px;
  cursor: pointer;
}
.date-picker .chevron-left span {
  margin-top: 4px;
}
.date-picker .chevron-left:hover {
  background: #5E92BA;
}
.date-picker .date {
  background: #F1F6F9;
  color: #30526F;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  line-height: 32px;
  display: flex;
}
.date-picker .date div:first-child {
  margin-left: auto;
}
.date-picker .date div:last-child {
  margin-right: auto;
}
.date-picker .chevron-right {
  background: #4C799E;
  color: #FFFFFF;
  border-radius: 0px 8px 8px 0px;
  border: none;
  line-height: 32px;
  cursor: pointer;
}
.date-picker .chevron-right span {
  margin-top: 4px;
}
.date-picker .chevron-right:hover {
  background: #5E92BA;
}

.request-counter-accept {
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  background: #E7F9F0;
  width: 316px;
  border-radius: 8px;
  margin-top: 16px;
  margin-left: 16px;
}
.request-counter-accept .number {
  margin: 8px;
  /* padding: 0px 15px; */
  width: 48px;
  text-align: center;
  background: #1F7A4C;
  border-radius: 8px;
  color: #E7F9F0;
  line-height: 35px;
}
.request-counter-accept .name {
  line-height: 35px;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #1F7A4C;
}

.request-counter-cancel {
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  background: #F1F6F9;
  width: 316px;
  border-radius: 8px;
  margin-top: 16px;
  margin-left: 16px;
}
.request-counter-cancel .number {
  margin: 8px;
  /* padding: 0px 15px; */
  width: 48px;
  text-align: center;
  background: #4C799E;
  border-radius: 8px;
  color: #F1F6F9;
  line-height: 35px;
}
.request-counter-cancel .name {
  line-height: 35px;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #4C799E;
}

.request-counter-refuse {
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
  background: #FDE3E3;
  width: 316px;
  border-radius: 8px;
  margin-top: 16px;
  margin-left: 16px;
}
.request-counter-refuse .number {
  margin: 8px;
  /* padding: 0px 15px; */
  width: 48px;
  text-align: center;
  background: #B81414;
  border-radius: 8px;
  color: #FDE3E3;
  line-height: 35px;
}
.request-counter-refuse .name {
  line-height: 35px;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #B81414;
}

.counterandbutton {
  display: flex;
}
.counterandbutton .counters .counter-in-progress-and-accept {
  display: flex;
}
.counterandbutton .counters .counter-cancel-and-denied {
  display: flex;
}
.counterandbutton .multi-rows-counters-in-progress {
  width: 432px;
  margin-top: 16px;
  margin-left: 16px;
  border-radius: 8px;
  background: #FEF5E1;
  color: #956504;
  display: grid;
  font-size: 1.25rem;
  font-weight: 600;
}
.counterandbutton .multi-rows-counters-in-progress .row-counter-in-progress {
  display: flex;
}
.counterandbutton .multi-rows-counters-in-progress .row-counter-in-progress .row-number {
  margin: 8px 8px 0px 8px;
  width: 48px;
  text-align: center;
  background: #956504;
  border-radius: 8px;
  color: #FEF5E1;
  line-height: 35px;
}
.counterandbutton .multi-rows-counters-in-progress .row-counter-in-progress .row-name {
  line-height: 35px;
  margin-top: 8px;
}
.counterandbutton .multi-rows-counters-in-progress .row-counter-in-progress:last-child {
  display: flex;
}
.counterandbutton .multi-rows-counters-in-progress .row-counter-in-progress:last-child .row-number {
  margin: 8px 8px 8px 8px;
  width: 48px;
  text-align: center;
  background: #956504;
  border-radius: 8px;
  color: #FEF5E1;
  line-height: 35px;
}
.counterandbutton .multi-rows-counters-in-progress .row-counter-in-progress:last-child .row-name {
  line-height: 35px;
  margin-top: 8px;
}
.counterandbutton .buttons {
  margin-left: auto;
  margin-right: 16px;
  margin-top: 16px;
}
.counterandbutton .buttons button {
  width: 300px;
  background: #4C799E;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  line-height: 46px;
}
.counterandbutton .buttons button span {
  vertical-align: middle;
}
.counterandbutton .buttons button:first-child {
  margin-bottom: 8px;
}
.counterandbutton .buttons button:hover {
  background: #5E92BA;
}

.table-collaborator-request {
  margin: 32px 8px 16px 16px;
  width: -webkit-fill-available;
  border-spacing: 0;
  border-collapse: separate;
}
.table-collaborator-request thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
  border: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-bottom: none;
}
.table-collaborator-request thead tr:first-child th {
  border: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-bottom: none;
  background: #F1F6F9;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3A6388;
}
.table-collaborator-request thead tr:first-child th:nth-last-child(-n+2) {
  border-top-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-bottom: none;
  border-left: solid 1px #5E92BA;
}
.table-collaborator-request thead tr:first-child th:last-child {
  border: none;
  background: inherit;
  width: 54px;
}
.table-collaborator-request thead tr th:first-child {
  border-left: solid 2px #5E92BA;
}
.table-collaborator-request thead tr th {
  border: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-top: none;
  border-bottom: solid 1px #5E92BA;
  background: #F1F6F9;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3A6388;
}
.table-collaborator-request thead tr th:nth-last-child(-n+2) {
  border: solid 2px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-top: none;
  width: 160px;
}
.table-collaborator-request thead tr th:last-child {
  border: none;
  width: 54px;
  padding: inherit;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: none;
  width: inherit;
}
.table-collaborator-request thead tr th:last-child button {
  width: 46px;
  background: #B81414;
  color: #FFFFFF;
  height: 44px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-collaborator-request thead tr th:last-child button span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-collaborator-request thead tr:last-child th:nth-last-child(-n+2) {
  padding: 0;
}
.table-collaborator-request tbody tr td {
  border: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2E2E2E;
  vertical-align: top;
}
.table-collaborator-request tbody tr td:first-child {
  border-left: solid 2px #5E92BA;
}
.table-collaborator-request tbody tr td:nth-last-child(-n+2) {
  border-right: solid 2px #5E92BA;
}
.table-collaborator-request tbody tr td:last-child {
  border: none;
  width: 54px;
  padding: inherit;
  position: relative;
}
.table-collaborator-request tbody tr td:last-child button {
  width: 46px;
  background: #4C799E;
  color: #FFFFFF;
  height: 44px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-collaborator-request tbody tr td:last-child button span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-collaborator-request tbody tr:last-of-type td {
  border-top: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-bottom: solid 2px #5E92BA;
}
.table-collaborator-request tbody tr:last-of-type td:first-child {
  border-bottom-left-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
}
.table-collaborator-request tbody tr:last-of-type td:nth-last-child(-n+2) {
  border-bottom-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
}
.table-collaborator-request tbody tr:last-of-type td:last-child {
  border: none;
}
.table-collaborator-request tbody tr.selected-line {
  background: #4C799E;
}
.table-collaborator-request tbody tr.selected-line td {
  color: #FFFFFF !important;
}
.table-collaborator-request tbody tr.selected-line td:nth-last-child(-n+2) {
  border-bottom-right-radius: 0px;
}
.table-collaborator-request tbody tr.selected-line td:last-child {
  border: none;
  width: 54px;
  padding: inherit;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table-collaborator-request tbody tr.selected-line td:last-child button {
  width: 46px;
  background: #FFFFFF;
  color: #4C799E;
  height: 44px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-collaborator-request tbody tr.selected-line td:last-child button span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-collaborator-request tbody tr.no-data td:first-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
}

.button-accept {
  border: 1px solid #145233;
  background: #E7F9F0;
  color: #145233;
  border-radius: 4px;
  margin-right: 4px;
  margin-top: 2px;
}

.button-in-progress {
  border: 1px solid #4D4D00;
  background: #FEF5E1;
  color: #4D4D00;
  border-radius: 4px;
  margin-right: 4px;
}

.button-denied {
  border: 1px solid #490808;
  background: #FDE3E3;
  color: #490808;
  border-radius: 4px;
}

.button-cancel {
  border: 1px solid #30526F;
  background: #DFEBF1;
  color: #30526F;
  border-radius: 4px;
}

.button-off {
  background: #F5F5F5;
  color: #707070;
  border: none;
  border-radius: 4px;
  margin: 2px;
}

.team-planning {
  width: 96%;
  background: #FFFFFF;
  margin-top: -149px;
  position: absolute;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.legend-and-checkbox-all-collaborator {
  display: flex;
  margin: 16px;
  width: -webkit-fill-available;
}
.legend-and-checkbox-all-collaborator .legend {
  vertical-align: middle;
  width: 100%;
  background: #F1F6F9;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #30526F;
}
.legend-and-checkbox-all-collaborator .legend .legend-header {
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  width: -webkit-fill-available;
  cursor: pointer;
}
.legend-and-checkbox-all-collaborator .legend .legend-header span {
  display: inline-block;
  vertical-align: middle;
}
.legend-and-checkbox-all-collaborator .legend .legend-header span:nth-last-child(-n+2) {
  padding-left: 4px;
}
.legend-and-checkbox-all-collaborator .legend .legend-header span:last-child {
  padding-left: 0px;
  float: right;
}
.legend-and-checkbox-all-collaborator .legend .legend-content {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}
.legend-and-checkbox-all-collaborator .legend .legend-content .legend-content-row {
  display: flex;
  margin-top: 16px;
}
.legend-and-checkbox-all-collaborator .legend .legend-content .legend-content-row .legend-content-cell {
  display: flex;
  width: 25%;
  padding-right: 8px;
}
.legend-and-checkbox-all-collaborator .legend .legend-content .legend-content-row .legend-content-cell .legend-content-cell-style {
  width: 28px;
  height: 28px;
  border: 1px solid #5E92BA;
}
.legend-and-checkbox-all-collaborator .legend .legend-content .legend-content-row .legend-content-cell .legend-content-cell-name {
  line-height: 28px;
  margin-left: 8px;
  color: #30526F;
}
.legend-and-checkbox-all-collaborator .legend .legend-content .legend-content-row:last-child {
  margin-bottom: 16px;
}
.legend-and-checkbox-all-collaborator .checkbox-all-collab {
  color: #3A6388;
  font-size: 0.875rem;
  float: right;
  margin-right: 16px;
  white-space: nowrap;
  display: table;
  margin-left: 32px;
}
.legend-and-checkbox-all-collaborator .checkbox-all-collab div {
  width: fit-content;
  display: table-cell;
  vertical-align: bottom;
}
.legend-and-checkbox-all-collaborator .checkbox-all-collab input {
  width: inherit;
}

.in-progress-request {
  background-color: #4C799E;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.7) 5px, rgba(255, 255, 255, 0.7) 6.5px);
}

.validate-request {
  background: #4C799E;
}

.non-work-day {
  background: #E0E0E0;
}

.morning-request div:first-child {
  width: 50%;
  background: #4C799E;
  height: -webkit-fill-available;
}
.morning-request div:last-child {
  width: 50%;
}

.afternoon-request {
  height: -webkit-fill-available;
  display: flex;
}
.afternoon-request div:first-child {
  width: 50%;
}
.afternoon-request div:last-child {
  width: 50%;
  background: #4C799E;
}

.table-planning {
  margin: 0px 16px 16px 16px;
  width: -webkit-fill-available;
  border-spacing: 0;
  border-collapse: separate;
}
.table-planning thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
  border: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  background: #FFFFFF;
}
.table-planning thead tr:first-child th {
  border-top: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  background: #F1F6F9;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3A6388;
  text-align: center;
}
.table-planning thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
  border-bottom: solid 1px #5E92BA;
  border-right: solid 2px #5E92BA;
}
.table-planning thead tr th {
  border-right: solid 1px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3A6388;
  text-align: center;
}
.table-planning thead tr th:last-child {
  border-right: solid 2px #5E92BA;
}
.table-planning tbody tr:first-child td {
  border-top: solid 1px #5E92BA;
}
.table-planning tbody tr {
  height: 30px;
}
.table-planning tbody tr td {
  border-right: solid 1px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  padding-left: 8px;
  font-size: 0.875rem;
  font-weight: 400;
}
.table-planning tbody tr td:first-child {
  border-left: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
}
.table-planning tbody tr td:last-child {
  border-right: solid 2px #5E92BA;
}
.table-planning tbody tr:last-of-type td {
  border-right: solid 1px #5E92BA;
  border-bottom: solid 2px #5E92BA;
}
.table-planning tbody tr:last-of-type td:first-child {
  border-bottom-left-radius: 8px;
  border-bottom: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
}
.table-planning tbody tr:last-of-type td:last-child {
  border-bottom-right-radius: 8px;
  border-right: solid 2px #5E92BA;
}
.table-planning tbody tr.service-line {
  background: #BFD5E3;
  font-size: 0.875rem;
  font-weight: 600;
  color: #3A6388;
  text-align: center;
}
.table-planning tbody tr.service-line td:first-child {
  background: #F1F6F9;
}

.my-request {
  width: 96%;
  background: #FFFFFF;
  margin-top: -149px;
  position: absolute;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.table-my-request {
  margin: 32px 8px 16px 16px;
  width: -webkit-fill-available;
  border-spacing: 0;
  border-collapse: separate;
}
.table-my-request thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
  border: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-bottom: none;
}
.table-my-request thead tr:first-child th {
  border: solid 2px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-bottom: none;
  background: #F1F6F9;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3A6388;
}
.table-my-request thead tr:first-child th:nth-last-child(-n+2) {
  border-top-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-bottom: none;
  border-left: solid 1px #5E92BA;
}
.table-my-request thead tr:first-child th:last-child {
  border: none;
  background: inherit;
  width: 54px;
}
.table-my-request thead tr th:first-child {
  border-left: solid 2px #5E92BA;
}
.table-my-request thead tr th {
  border: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  border-top: none;
  background: #F1F6F9;
  font-weight: 400;
  font-size: 0.875rem;
  color: #3A6388;
}
.table-my-request thead tr th:nth-last-child(-n+2) {
  border: solid 2px #5E92BA;
  border-bottom: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-top: none;
  width: 160px;
}
.table-my-request thead tr th:last-child {
  border: none;
  width: 54px;
  padding: inherit;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: none;
  width: inherit;
}
.table-my-request thead tr th:last-child button {
  width: 46px;
  background: #B81414;
  color: #FFFFFF;
  height: 44px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-my-request thead tr th:last-child button span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-my-request thead tr:last-child th:nth-last-child(-n+2) {
  padding: 0;
}
.table-my-request tbody tr td {
  border: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2E2E2E;
  vertical-align: top;
}
.table-my-request tbody tr td:first-child {
  border-left: solid 2px #5E92BA;
}
.table-my-request tbody tr td:nth-last-child(-n+2) {
  border-right: solid 2px #5E92BA;
}
.table-my-request tbody tr td:last-child {
  border: none;
  width: 54px;
  padding: inherit;
  position: relative;
}
.table-my-request tbody tr td:last-child button {
  width: 46px;
  background: #4C799E;
  color: #FFFFFF;
  height: 44px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-my-request tbody tr td:last-child button span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-my-request tbody tr:last-of-type td {
  border-top: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
  border-bottom: solid 2px #5E92BA;
}
.table-my-request tbody tr:last-of-type td:first-child {
  border-bottom-left-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
  border-right: solid 1px #5E92BA;
}
.table-my-request tbody tr:last-of-type td:nth-last-child(-n+2) {
  border-bottom-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
  border-left: solid 1px #5E92BA;
}
.table-my-request tbody tr:last-of-type td:last-child {
  border: none;
}
.table-my-request tbody tr.selected-line {
  background: #4C799E;
}
.table-my-request tbody tr.selected-line td {
  color: #FFFFFF !important;
}
.table-my-request tbody tr.selected-line td:nth-last-child(-n+2) {
  border-bottom-right-radius: 0px;
}
.table-my-request tbody tr.selected-line td:last-child {
  border: none;
  width: 54px;
  padding: inherit;
  position: relative;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.table-my-request tbody tr.selected-line td:last-child button {
  width: 46px;
  background: #FFFFFF;
  color: #4C799E;
  height: 44px;
  border: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.table-my-request tbody tr.selected-line td:last-child button span {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-my-request tbody tr.no-data td:first-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: solid 2px #5E92BA;
  border-top: solid 1px #5E92BA;
}

.bg-waiting {
  background: #FEF5E1;
  color: #5A3C02;
  width: fit-content;
  padding: 0px 8px;
  border-radius: 4px;
}

.bg-cancel {
  background: #F1F6F9;
  color: #30526F;
  width: fit-content;
  padding: 0px 8px;
  border-radius: 4px;
}

.bg-accept {
  background: #E7F9F0;
  color: #145233;
  width: fit-content;
  padding: 0px 8px;
  border-radius: 4px;
}

.bg-refuse {
  background: #FDE3E3;
  color: #490808;
  width: fit-content;
  padding: 0px 8px;
  border-radius: 4px;
}

.my-planning {
  width: 96%;
  background: #FFFFFF;
  margin-top: -149px;
  position: absolute;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.new-request {
  width: 512px;
  background: #FFFFFF;
  margin-top: -149px;
  position: absolute;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  padding: 32px;
}
.new-request label {
  color: #30526F;
  margin-bottom: 2px;
}
.new-request .date-from select {
  margin-top: 8px;
}
.new-request .date-to {
  margin-top: 32px;
}
.new-request .date-to select {
  margin-top: 8px;
}
.new-request .request-ask {
  margin-top: 8px;
  color: #3A6388;
  background: #F1F6F9;
  border-radius: 8px;
  padding: 4px 8px;
}
.new-request .motif {
  margin-top: 32px;
}
.new-request .info {
  margin-top: 16px;
  color: #5A3C02;
  background: #FEF5E1;
  border-radius: 8px;
  padding: 4px 8px;
}
.new-request .info span:first-child {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.new-request .info .second-child {
  font-weight: 600;
}
.new-request .info span {
  font-size: 1rem;
  line-height: 1rem;
  vertical-align: middle;
}
.new-request .error-block {
  background: #FDE3E3;
  color: #490808;
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 32px;
  font-size: 0.875rem;
}
.new-request .commentaire {
  margin-top: 32px;
}
.new-request .commentaire textarea {
  border: none;
  width: 100%;
  border: solid 2px #808080;
  color: #2E2E2E;
  font-size: 0.875rem;
  font-weight: 400;
  background: #FFFFFF;
  border-radius: 8px;
  height: 128px;
}
.new-request .commentaire textarea:focus {
  border: none;
  border: solid 2px #808080;
  box-shadow: none !important;
  border-color: #808080 !important;
  border-radius: 8px;
}
.new-request .commentaire textarea:focus-visible {
  outline: inherit;
}
.new-request .buttons {
  margin-top: 32px;
  display: flex;
  font-size: 1rem;
}
.new-request .buttons .validate {
  background: #4C799E;
  color: #FFFFFF;
  border: 2px solid #4C799E;
  border-radius: 8px;
  margin-right: 16px;
  flex: 1;
  line-height: 46px;
}
.new-request .buttons .cancel {
  background: #FFFFFF;
  color: #DA2F2F;
  border: 2px solid #DA2F2F;
  border-radius: 8px;
  margin-left: 16px;
  flex: 1;
  line-height: 46px;
}
.new-request .validation-button {
  margin: 64px 16px 32px 16px;
}
.new-request .validation-button button {
  width: 100%;
  background: #4C799E;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  line-height: 46px;
  border: none;
}
.new-request .validation-button button:hover {
  background: #5E92BA;
}

input {
  border: none;
  width: 100%;
  border-bottom: solid 2px #808080;
  color: #2E2E2E;
  font-size: 1rem;
  font-weight: 400;
  background: #FFFFFF;
}
input:focus {
  border: none;
  border-bottom: solid 2px #808080;
}
input:focus-visible {
  outline: inherit;
}

select {
  border: none;
  width: 100%;
  border-bottom: solid 2px #808080;
  color: #2E2E2E;
  font-size: 1rem;
  font-weight: 400;
  background: #FFFFFF;
}
select:focus {
  border: none;
  border-bottom: solid 2px #808080;
}
select:focus-visible {
  outline: inherit;
}

.update-request {
  width: 512px;
  background: #FFFFFF;
  margin-top: -149px;
  position: absolute;
  border-radius: 8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  padding: 32px;
}
.update-request label {
  color: #30526F;
  margin-bottom: 2px;
}
.update-request .error-block {
  background: #FDE3E3;
  color: #490808;
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 32px;
  font-size: 0.875rem;
}
.update-request .employee-info-select input {
  border: none;
  border-bottom: solid 2px #808080;
  color: #2E2E2E;
  font-size: 0.875rem;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.update-request .employee-info-select .input-group-prepend .input-group-text {
  background: #FFFFFF;
  border: none;
  border-bottom: solid 2px #808080;
  color: #2E2E2E;
  font-size: 0.875rem;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0 !important;
}
.update-request .employee-info-select .input-group-prepend .input-group-text i {
  margin-right: 6px;
}
.update-request .employee-info {
  margin-bottom: 32px;
}
.update-request .employee-info .div-department {
  text-align: right;
  color: #30526F;
}
.update-request .employee-info .form-label {
  margin-bottom: 0;
}
.update-request .employee-info input {
  border-bottom: solid 2px #808080;
  color: #2E2E2E;
  font-size: 0.875rem;
  border-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.update-request .date-from select {
  margin-top: 8px;
}
.update-request .date-to {
  margin-top: 32px;
}
.update-request .date-to select {
  margin-top: 8px;
}
.update-request .request-ask {
  margin-top: 8px;
  color: #3A6388;
  background: #F1F6F9;
  border-radius: 8px;
  padding: 4px 8px;
}
.update-request .motif {
  margin-top: 32px;
}
.update-request .validate-refuse-request {
  margin-top: 32px;
}
.update-request .validate-refuse-request input {
  font-size: 0.875rem;
  /*background-color: $primary-900;
  border-color: $primary-900;*/
}
.update-request .validate-refuse-request input:focus {
  border-color: #30526F;
  outline: 0;
}
.update-request .validate-refuse-request input:checked {
  background-color: #30526F;
  border-color: #30526F;
}
.update-request .validate-refuse-request .validate-comment {
  margin-top: 16px;
}
.update-request .validate-refuse-request .validate-comment textarea {
  border: none;
  width: 100%;
  border: solid 2px #808080;
  color: #2E2E2E;
  font-size: 1rem;
  font-weight: 400;
  background: #FFFFFF;
  border-radius: 8px;
}
.update-request .validate-refuse-request .validate-comment textarea:focus {
  border: none;
  border: solid 2px #808080;
  box-shadow: none !important;
  border-color: #808080 !important;
  border-radius: 8px;
}
.update-request .validate-refuse-request .validate-comment textarea:focus-visible {
  outline: inherit;
}
.update-request .info {
  margin-top: 16px;
  color: #5A3C02;
  background: #FEF5E1;
  border-radius: 8px;
  padding: 4px 8px;
}
.update-request .info span:first-child {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.update-request .info .second-child {
  font-weight: 600;
}
.update-request .info span {
  font-size: 1rem;
  line-height: 1rem;
  vertical-align: middle;
}
.update-request .cancel-block {
  background: #FDE3E3;
  color: #490808;
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 32px;
  font-size: 0.875rem;
}
.update-request .cancel-block .cancel {
  margin: 0px;
  accent-color: #8A0F0F;
}
.update-request .cancel-block .commentaire {
  margin-top: 16px;
  margin-left: 0px;
  margin-right: 0px;
}
.update-request .cancel-block .commentaire label {
  color: #490808;
}
.update-request .cancel-block .commentaire textarea {
  border: none;
}
.update-request .commentaire {
  margin-top: 32px;
}
.update-request .commentaire textarea {
  border: none;
  width: 100%;
  border: solid 2px #808080;
  color: #2E2E2E;
  font-size: 0.875rem;
  font-weight: 400;
  background: #FFFFFF;
  border-radius: 8px;
  height: 128px;
}
.update-request .commentaire textarea:focus {
  border: none;
  border: solid 2px #808080;
  box-shadow: none !important;
  border-color: #808080 !important;
  border-radius: 8px;
}
.update-request .commentaire textarea:focus-visible {
  outline: inherit;
}
.update-request .request-info {
  margin-top: 32px;
  font-size: 0.875rem;
  background: #F1F6F9;
  color: #30526F;
  border-radius: 4px;
  padding: 4px 8px;
}
.update-request .cancel {
  margin: 32px 16px 32px 16px;
  display: flex;
}
.update-request .cancel input {
  width: inherit;
  margin-right: 8px;
}
.update-request .validation-button {
  margin-top: 32px;
}
.update-request .validation-button button {
  width: 100%;
  background: #4C799E;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  line-height: 46px;
  border: none;
}
.update-request .validation-button button:hover {
  background: #5E92BA;
}

.page-mobile .header-mobile {
  display: flex;
  height: 48px;
  background: #F1F6F9;
  line-height: 48px;
  color: #30526F;
  position: sticky;
  top: 0;
  z-index: 2;
}
.page-mobile .header-mobile .header-mobile-menu {
  margin-left: 16px;
  margin-right: 16px;
}
.page-mobile .header-mobile .header-mobile-menu .material-icons {
  line-height: inherit;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu {
  position: fixed;
  background: #30526F;
  margin-top: 0;
  top: 0;
  left: -250px;
  width: 250px;
  z-index: 5;
  height: 100vh;
  transition: 0.5s;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-header {
  background: #4C799E;
  color: #FFFFFF;
  display: flex;
  height: 48px;
  line-height: 48px;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: solid 2px #BFD5E3;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-header .expanded-menu-header-icon {
  margin-left: 16px;
  margin-right: 16px;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .menu-item {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  display: table;
  padding: 8px 34px;
  height: 50px;
  width: 100%;
  line-height: 16px;
  text-decoration: none !important;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .menu-item:hover {
  background: #3A6388;
  color: #FFFFFF;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .menu-item-badge {
  font-size: 0.875rem;
  line-height: 0.875rem;
  background: #FEF5E1;
  color: #5A3C02;
  margin-left: 8px;
  padding: 0px 8px;
  border-radius: 8px;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .menu-item-name {
  display: table-cell;
  vertical-align: middle;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .menu-item-active {
  background: #4C799E;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-footer {
  position: fixed;
  width: 250px;
  background: #F5F5F5;
  bottom: 0;
  border-top: 2px solid #BFD5E3;
  color: #30526F;
  font-size: 0.875rem;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-footer .expanded-menu-footer-cadre {
  border: 2px solid #5E92BA;
  border-radius: 8px;
  margin: 16px;
  background: #FFFFFF;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-footer .expanded-menu-footer-cadre .expanded-menu-footer-name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  margin: 8px;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-footer .expanded-menu-footer-cadre .expanded-menu-footer-department {
  line-height: 0.875rem;
  margin: 8px;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-footer .expanded-menu-footer-cadre .expanded-menu-footer-manager {
  line-height: 0.875rem;
  margin: 8px;
  margin-top: 0px;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-footer .expanded-menu-footer-cadre .logout-content-button {
  color: #EC5555;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid #EC5555;
  border-radius: 8px;
  margin: 8px;
  margin-top: 16px;
  line-height: 32px;
  background: #FFFFFF;
  display: flex;
  width: -webkit-fill-available;
}
.page-mobile .header-mobile .header-mobile-menu .expanded-menu .expanded-menu-footer .expanded-menu-footer-cadre .logout-content-button span {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 28px;
  vertical-align: middle;
}
.page-mobile .header-mobile .header-mobile-menu .app-access {
  position: fixed;
  left: -250px;
  top: 0;
  height: 100vh;
  width: calc(100vw - 250px);
  background: #2E2E2E;
  opacity: 0.7;
  transition: 0.5s;
}
.page-mobile .header-mobile .header-mobile-app-name {
  font-size: 1.25rem;
  font-weight: 600;
}
.page-mobile .new-request {
  width: inherit;
  margin-top: inherit;
  padding: 16px;
}
.page-mobile .new-request .date-from {
  margin: inherit;
}
.page-mobile .new-request .date-to {
  margin: inherit;
  margin-top: 16px;
}
.page-mobile .new-request .request-ask {
  margin: inherit;
  margin-top: 8px;
  background: #F1F6F9;
  color: #30526F;
  border-radius: 8px;
  padding: 4px 8px;
}
.page-mobile .new-request .error-block {
  background: #FDE3E3;
  color: #490808;
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.875rem;
}
.page-mobile .new-request .motif {
  margin: inherit;
  margin-top: 16px;
}
.page-mobile .new-request .commentaire {
  margin: inherit;
  margin-top: 16px;
}
.page-mobile .new-request .buttons {
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
}
.page-mobile .new-request .buttons .validate {
  background: #4C799E;
  color: #FFFFFF;
  border: 2px solid #4C799E;
  border-radius: 8px;
  margin-right: 16px;
  flex: 1;
}
.page-mobile .new-request .buttons .cancel {
  background: #FFFFFF;
  color: #DA2F2F;
  border: 2px solid #DA2F2F;
  border-radius: 8px;
  margin-left: 16px;
  flex: 1;
}
.page-mobile .new-request .commentaire textarea {
  font-size: 0.875rem;
}
.page-mobile .update-request {
  width: inherit;
  margin-top: inherit;
  padding: 16px;
}
.page-mobile .update-request .date-from {
  margin: inherit;
}
.page-mobile .update-request .date-to {
  margin: inherit;
  margin-top: 16px;
}
.page-mobile .update-request .request-ask {
  margin: inherit;
  margin-top: 8px;
  background: #F1F6F9;
  color: #30526F;
  border-radius: 8px;
  padding: 4px 8px;
}
.page-mobile .update-request .motif {
  margin: inherit;
  margin-top: 16px;
}
.page-mobile .update-request .info {
  border: none;
  margin-left: 0px;
  margin-right: 0px;
}
.page-mobile .update-request .commentaire {
  margin: inherit;
  margin-top: 16px;
}
.page-mobile .update-request .error-block {
  background: #FDE3E3;
  color: #490808;
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.875rem;
}
.page-mobile .update-request .cancel-block {
  background: #FDE3E3;
  color: #490808;
  border-radius: 4px;
  padding: 4px 8px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.875rem;
}
.page-mobile .update-request .cancel-block .cancel {
  margin: 0px;
  accent-color: #8A0F0F;
}
.page-mobile .update-request .cancel-block .commentaire {
  margin-top: 16px;
}
.page-mobile .update-request .cancel-block .commentaire label {
  color: #490808;
}
.page-mobile .update-request .cancel-block .commentaire textarea {
  border: none;
  height: 96px;
}
.page-mobile .update-request .commentaire textarea {
  font-size: 0.875rem;
}
.page-mobile .update-request .request-info {
  margin: 0px;
  margin-top: 16px;
  font-size: 0.875rem;
  background: #F1F6F9;
  color: #30526F;
  border-radius: 4px;
  padding: 4px 8px;
}
.page-mobile .update-request .validation-button {
  margin: 32px 0 16px 0;
}
.page-mobile .update-request .validation-button button {
  width: 100%;
  background: #4C799E;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 8px;
  line-height: 46px;
  border: none;
}
.page-mobile .update-request .validation-button button:hover {
  background: #5E92BA;
}

.main-mobile {
  height: calc(100vh - 48px);
  width: 100%;
  background: #F5F5F5;
}

.bg-neutral-100 {
  background: #F5F5F5;
}

@media (max-width: 641px) {
  .page-title {
    height: 248px;
    background: #5E92BA;
  }
  .page-title .title {
    text-align: center;
    padding-top: 16px;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 600;
    position: sticky;
    width: -webkit-fill-available;
  }
  .page-content {
    position: relative;
    margin: 0px 16px;
    background: #FFFFFF;
    top: -188px;
    border-radius: 8px;
  }
  .date-picker {
    display: flex;
    height: 32px;
    margin: 0px;
  }
  .date-picker .chevron-left {
    background: #4C799E;
    color: #FFFFFF;
    border-radius: 8px 0px 0px 8px;
    border: none;
    line-height: 32px;
    margin-right: 0px;
    cursor: pointer;
  }
  .date-picker .chevron-left span {
    margin-top: 4px;
  }
  .date-picker .chevron-left:hover {
    background: #5E92BA;
  }
  .date-picker .date {
    background: #F1F6F9;
    color: #30526F;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    line-height: 32px;
    display: block;
  }
  .date-picker .chevron-right {
    background: #4C799E;
    color: #FFFFFF;
    border-radius: 0px 8px 8px 0px;
    border: none;
    line-height: 32px;
    cursor: pointer;
  }
  .date-picker .chevron-right span {
    margin-top: 4px;
  }
  .date-picker .chevron-right:hover {
    background: #5E92BA;
  }
  .my-planning-mobile {
    padding: 16px;
  }
  .table-month .table-header {
    display: flex;
    font-size: 0.875rem;
    font-weight: 600;
    width: 100%;
    color: #3A6388;
    margin-top: 16px;
  }
  .table-month .table-header div {
    flex: 1;
    text-align: center;
    padding: 4px 0px;
    border: 2px solid #5E92BA;
    border-right: 1px solid #5E92BA;
    border-left: 0;
    background: #F1F6F9;
  }
  .table-month .table-header div:first-child {
    border-top-left-radius: 8px;
    border-left: 2px solid #5E92BA;
  }
  .table-month .table-header div:last-child {
    border-top-right-radius: 8px;
    border-right: 2px solid #5E92BA;
  }
  .table-month .table-body .table-row {
    display: flex;
    margin-top: 4px;
  }
  .table-month .table-body .table-row .table-cell {
    flex: 1;
    text-align: center;
  }
  .table-month .table-body .table-row .table-cell .cell-number {
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 4px 0px;
    border-top: 2px solid #5E92BA;
    border-left: 1px solid #5E92BA;
    border-bottom: 0px;
    color: #3A6388;
    font-weight: 400;
  }
  .table-month .table-body .table-row .table-cell .out-of-month {
    color: #5E92BA;
  }
  .table-month .table-body .table-row .table-cell .day-info {
    display: flex;
  }
  .table-month .table-body .table-row .table-cell .day-info div {
    border-top: 1px solid #5E92BA;
    border-bottom: 2px solid #5E92BA;
  }
  .table-month .table-body .table-row .table-cell .day-info .morning-cell {
    width: 50%;
    height: 24px;
    line-height: 24px;
    padding: 4px 0px;
    border-left: 1px solid #5E92BA;
  }
  .table-month .table-body .table-row .table-cell .day-info .afternoon-cell {
    width: 50%;
    height: 24px;
    line-height: 24px;
    padding: 4px 0px;
  }
  .table-month .table-body .table-row .table-cell .day-info .fullday-cell {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 4px 0px;
    border: 1px solid #5E92BA;
    border-bottom: 2px solid #5E92BA;
    border-right: 0px;
  }
  .table-month .table-body .table-row .table-cell:first-child .cell-number {
    border-left: 2px solid #5E92BA;
  }
  .table-month .table-body .table-row .table-cell:first-child .day-info .morning-cell {
    border-left: 2px solid #5E92BA;
  }
  .table-month .table-body .table-row .table-cell:first-child .day-info .fullday-cell {
    border: 2px solid #5E92BA;
    border-top: 1px solid #5E92BA;
    border-right: 0px;
  }
  .table-month .table-body .table-row .table-cell:last-child .cell-number {
    border-right: 2px solid #5E92BA;
  }
  .table-month .table-body .table-row .table-cell:last-child .afternoon-cell {
    border-right: 2px solid #5E92BA;
  }
  .table-month .table-body .table-row .table-cell:last-child .day-info .fullday-cell {
    border-right: 2px solid #5E92BA;
  }
  .table-month .table-body .table-row:last-child .table-cell:last-child .day-info div:last-child {
    border-bottom-right-radius: 8px;
  }
  .table-month .table-body .table-row:last-child .table-cell:first-child .day-info div:first-child {
    border-bottom-left-radius: 8px;
  }
  .legend-mobile {
    display: flex;
    margin-top: 16px;
    width: -webkit-fill-available;
  }
  .legend-mobile .legend {
    vertical-align: middle;
    width: 100%;
    background: #F1F6F9;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #30526F;
  }
  .legend-mobile .legend .legend-header {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    width: -webkit-fill-available;
    cursor: pointer;
  }
  .legend-mobile .legend .legend-header span {
    display: inline-block;
    vertical-align: middle;
  }
  .legend-mobile .legend .legend-header span:nth-last-child(-n+2) {
    padding-left: 4px;
  }
  .legend-mobile .legend .legend-header span:last-child {
    padding-left: 0px;
    float: right;
  }
  .legend-mobile .legend .legend-content {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .legend-mobile .legend .legend-content .legend-content-row {
    display: flex;
    margin-top: 16px;
  }
  .legend-mobile .legend .legend-content .legend-content-row .legend-content-cell {
    display: flex;
    width: 100%;
    padding-right: 8px;
  }
  .legend-mobile .legend .legend-content .legend-content-row .legend-content-cell .legend-content-cell-style {
    width: 28px;
    height: 28px;
    border: 1px solid #5E92BA;
  }
  .legend-mobile .legend .legend-content .legend-content-row .legend-content-cell .legend-content-cell-name {
    line-height: 28px;
    margin-left: 8px;
    color: #30526F;
  }
  .legend-mobile .legend .legend-content .legend-content-row-validate-request {
    margin-top: 8px;
  }
  .legend-mobile .legend .legend-content .legend-content-row-leave-request-reason {
    margin-top: 8px;
  }
  .legend-mobile .legend .legend-content .legend-content-row:last-child {
    margin-bottom: 16px;
  }
  .page-content .my-request {
    margin-top: inherit;
    width: inherit;
    padding: 16px;
  }
  .page-content .my-request .validate-button {
    line-height: 48px;
    width: -webkit-fill-available;
    margin-bottom: 32px;
  }
  .page-content .my-request .validate-button button {
    font-size: 1rem;
    font-weight: 600;
    background: #4C799E;
    color: white;
    border-radius: 8px;
    border: none;
    width: 100%;
    position: relative;
  }
  .page-content .my-request .validate-button button span {
    position: relative;
    top: 6px;
  }
  .page-content .my-request .date-picker {
    height: 38px;
  }
  .page-content .my-request .date-picker .chevron-left {
    line-height: 38px;
  }
  .page-content .my-request .date-picker .chevron-left span {
    margin-top: 7px;
  }
  .page-content .my-request .date-picker .chevron-right {
    line-height: 38px;
  }
  .page-content .my-request .date-picker .chevron-right span {
    margin-top: 7px;
  }
  .page-content .my-request .date-picker .date {
    font-size: 0.875rem;
  }
  .page-content .my-request .date-picker .date div {
    line-height: 19px;
  }
  .page-content .my-request .counterandbutton .counters {
    width: 100%;
  }
  .page-content .my-request .counterandbutton .counters .counter-in-progress-and-accept .request-counter-in-progress {
    width: inherit;
    margin-left: inherit;
    margin-right: 8px;
    font-size: 1rem;
    font-weight: 400;
    flex: 1;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
  }
  .page-content .my-request .counterandbutton .counters .counter-in-progress-and-accept .request-counter-in-progress .number {
    line-height: 18px;
    height: 18px;
    border-radius: 4px;
    width: 32px;
    margin: 4px;
  }
  .page-content .my-request .counterandbutton .counters .counter-in-progress-and-accept .request-counter-in-progress .name {
    line-height: 16px;
    height: 16px;
    margin: 4px;
  }
  .page-content .my-request .counterandbutton .counters .counter-in-progress-and-accept .request-counter-accept {
    width: inherit;
    margin-left: inherit;
    margin-left: 8px;
    font-size: 1rem;
    font-weight: 400;
    flex: 1;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
  }
  .page-content .my-request .counterandbutton .counters .counter-in-progress-and-accept .request-counter-accept .number {
    line-height: 18px;
    height: 18px;
    border-radius: 4px;
    width: 32px;
    margin: 4px;
  }
  .page-content .my-request .counterandbutton .counters .counter-in-progress-and-accept .request-counter-accept .name {
    line-height: 16px;
    height: 16px;
    margin: 4px;
  }
  .page-content .my-request .counterandbutton .counters .counter-cancel-and-denied .request-counter-cancel {
    width: inherit;
    margin-left: inherit;
    margin-right: 8px;
    font-size: 1rem;
    font-weight: 400;
    flex: 1;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
    margin-top: 8px;
  }
  .page-content .my-request .counterandbutton .counters .counter-cancel-and-denied .request-counter-cancel .number {
    line-height: 18px;
    height: 18px;
    border-radius: 4px;
    width: 32px;
    margin: 4px;
  }
  .page-content .my-request .counterandbutton .counters .counter-cancel-and-denied .request-counter-cancel .name {
    line-height: 16px;
    height: 16px;
    margin: 4px;
  }
  .page-content .my-request .counterandbutton .counters .counter-cancel-and-denied .request-counter-refuse {
    width: inherit;
    margin-left: inherit;
    margin-left: 8px;
    font-size: 1rem;
    font-weight: 400;
    flex: 1;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
    margin-top: 8px;
  }
  .page-content .my-request .counterandbutton .counters .counter-cancel-and-denied .request-counter-refuse .number {
    line-height: 18px;
    height: 18px;
    border-radius: 4px;
    width: 32px;
    margin: 4px;
  }
  .page-content .my-request .counterandbutton .counters .counter-cancel-and-denied .request-counter-refuse .name {
    line-height: 16px;
    height: 16px;
    margin: 4px;
  }
  .page-content .my-request .my-requests-table {
    width: inherit;
  }
  .page-content .my-request .my-requests-table .mobile-mode {
    margin: inherit;
    margin-top: 32px;
  }
  .page-content .my-request .my-requests-table .mobile-mode thead {
    display: none !important;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card {
    background: #F1F6F9;
    position: relative;
    margin-bottom: 35px;
    border-radius: 4px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-status-area {
    border-bottom-width: inherit;
    box-shadow: inherit;
    padding: 0;
    line-height: 20px;
    height: 20px;
    top: -10px;
    position: absolute;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-status-area .request-status-badge {
    width: fit-content;
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-status-area .request-status-badge .request-status-icon {
    padding: 0px 4px;
    line-height: 20px;
    height: 20px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-status-area .request-status-badge .bg-waiting {
    background: #FEF5E1;
    color: #5A3C02;
    font-size: 0.875rem;
    font-weight: 400;
    border: 1px solid #5A3C02;
    border-radius: 4px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-status-area .request-status-badge .bg-cancel {
    background: #F1F6F9;
    color: #30526F;
    font-size: 0.875rem;
    font-weight: 400;
    border: 1px solid #30526F;
    border-radius: 4px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-status-area .request-status-badge .bg-accept {
    background: #E7F9F0;
    color: #145233;
    font-size: 0.875rem;
    font-weight: 400;
    border: 1px solid #145233;
    border-radius: 4px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-status-area .request-status-badge .bg-refuse {
    background: #FDE3E3;
    color: #490808;
    font-size: 0.875rem;
    font-weight: 400;
    border: 1px solid #490808;
    border-radius: 4px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-details {
    padding: inherit;
    border-bottom-width: 0;
    box-shadow: inherit;
    padding: 16px 16px 16px 16px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-details .date-ask {
    font-size: 0.875rem;
    font-weight: 600;
    color: #30526F;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-details .request-reason {
    font-size: 0.875rem;
    font-weight: 600;
    color: #30526F;
    background: #BFD5E3;
    width: fit-content;
    padding: 0px 8px;
    border-radius: 4px;
    margin-top: 8px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .request-details .date-details {
    font-size: 0.875rem;
    font-weight: 400;
    color: #30526F;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .edit-button {
    color: #FFFFFF;
    border-bottom-width: inherit;
    box-shadow: inherit;
    padding: 0;
    line-height: 34px;
    height: 8px;
    position: relative;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .edit-button button {
    background: #4C799E;
    color: #FFFFFF;
    border: inherit;
    line-height: 34px;
    height: 34px;
    display: flex;
    border-radius: 4px;
    right: 8px;
    bottom: -17px;
    position: absolute;
    padding: 0px 16px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .edit-button button span {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .page-content .my-request .my-requests-table .mobile-mode tbody .request-card .edit-button button div {
    margin-left: 8px;
  }
  .page-content .team-planning {
    margin-top: inherit;
    padding: 16px;
  }
  .page-content .team-planning .table-planning-content {
    margin-top: 16px;
  }
  .page-content .team-planning .table-planning-content .table-planning-margin {
    overflow: auto;
    border-radius: 8px;
  }
  .page-content .team-planning .table-planning-content .table-planning-margin .table-planning {
    margin: inherit !important;
    font-size: 0.875rem;
  }
  .page-content .team-planning .table-planning-content .table-planning-margin .table-planning thead tr:first-child th:first-child {
    position: sticky;
    left: 0;
    width: 120px !important;
  }
  .page-content .team-planning .table-planning-content .table-planning-margin .table-planning thead tr th {
    padding: 0px 4px;
    min-width: 32px;
  }
  .page-content .team-planning .table-planning-content .table-planning-margin .table-planning tbody tr td:first-child {
    position: sticky;
    left: 0;
    background: #FFFFFF;
    width: 120px;
  }
  .page-content .team-planning .table-planning-content .table-planning-margin .table-planning tbody tr:first-child td:first-child {
    position: sticky;
    left: 0;
    width: 120px;
    background: #F1F6F9;
    font-weight: 600;
    font-size: 0.875rem;
  }
  .page-content .team-planning .table-planning-content .table-planning-margin .table-planning tbody tr td div {
    text-overflow: ellipsis;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.2s;
  }
  .login-page .page-content {
    top: -236px;
  }
  .login-page .page-content .login-form-container {
    width: inherit;
    margin-top: inherit;
  }
  textarea {
    height: 96px;
  }
}
.error-message {
  margin-top: 16px;
  color: #490808;
  background: #FDE3E3;
  border-radius: 8px;
  padding: 4px 8px;
  display: flex;
}
.error-message div {
  height: 20px;
  display: inline-block;
}
.error-message div span:first-child {
  display: table-cell;
  font-size: 20px;
  vertical-align: middle;
  padding-right: 8px;
}
.error-message div span:last-child {
  display: table-cell;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  vertical-align: middle;
}
