@import url(./bootstrap-grid.min.css);
@import url(./bootstrap-utilities.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

:root {
  --pinc-oauth-ui-panel-bg-color: #f8f9fa;
  --pinc-oauth-ui-panel-text-color: #000;
  --pinc-oauth-ui-panel-light-text-color: #060606;
  --pinc-oauth-ui-panel-hover-bg-color: rgba(232, 232, 232, 0.1);
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.em-emoji-picker {
  --shadow: none !important;
}

.emoji-picker-container em-emoji-picker {
  --shadow: none !important;
}

.docs-section {
  margin-bottom: 3rem;
}

.remove-margin {
  margin: 0 !important;
}

.MuiContainer-root {
  padding: 0rem !important;
}

.docs-section-title {
  font-size: 2rem;
  color: #34495e;
  border-bottom: 2px solid #bdc3c7;
  padding-bottom: 0.5rem;
}

.docs-section-description {
  font-size: 1.1rem;
  margin: 0.5rem 0 1rem;
  color: #7f8c8d;
}

.docs-block {
  margin-bottom: 1.5rem;
}

.docs-subtitle {
  font-size: 1.5rem;
  color: #16a085;
  margin-bottom: 0.5rem;
}

.docs-code {
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  padding: 1rem;
  border-radius: 4px;
  font-family: 'Courier New', Courier, monospace;
  overflow-x: auto;
  white-space: pre-wrap;
}

.docs-list {
  list-style: disc;
  padding-left: 1.5rem;
  color: #e74c3c;
}

/* Sidebar Menu Styles */
.menu-group {
  margin-bottom: 2rem;
}

.fc-col-header-cell-cushion {
  display: none !important;
}

.menu-group-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #34495e;
}

@keyframes softShake {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-1px, 1px);
  }
  40% {
    transform: translate(1px, -1px);
  }
  60% {
    transform: translate(-1px, 0);
  }
  80% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.menu-list li {
  margin-bottom: 0.5rem;
}

.menu-list li a {
  text-decoration: none;
  color: #16a085;
  transition: color 0.3s;
}

.menu-list li a:hover {
  color: #1abc9c;
}

/* MUI */

.form-control {
  width: 100% !important;
  margin: 11px 0 !important;
  border: 1px solid lightgray !important;
  border-radius: 10px !important;
  padding: 3px !important;
  min-height: 42px !important;
  height: 42px !important;
  justify-content: center;
}

.form-control-list {
  width: 100% !important;
  margin: 11px 0 !important;
  border: 1px solid lightgray !important;
  border-radius: 10px !important;
  padding: 3px !important;
  min-height: 42px !important;
  height: 100% !important;
  justify-content: center;
}

.form-control-single {
  width: 100% !important;
  margin: 12px 0 !important;
  border: 1px solid lightgray !important;
  border-radius: 10px !important;
  padding: 8px !important;
  height: 42px !important;
  min-height: 42px !important;
}

.MuiFormControl-root {
  width: 100% !important;
}

.MuiInputBase-input {
  font-size: 13px !important;
}

.MuiFormLabel-root {
  padding: 2px 10px 2px 10px !important;
  border-radius: 10px !important;
}

.MuiOutlinedInput-root {
  border-radius: 10px !important;
  min-height: 42px !important;
}

.select-mui {
  height: '149px' !important;
  min-height: '149px' !important;
}

.mui-button {
  border-radius: 8px !important;
  padding: 0.6rem !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
}

/* hide when print, otherwise display */
@media print {
  .no-print {
    display: none !important;
  }
}

.mui-button:active {
  transform: scale(1) !important;
}

.mui-button:hover {
  transform: scale(1.05) !important;
  cursor: pointer !important;
}

.chat-container {
  display: flex;
  flex-direction: column;
  height: 80vh;
  overflow-y: auto;
  padding-bottom: 100px;
  padding-left: 12px;
  padding-top: 15px;
  padding-right: 12px;
  max-height: 800px;
}

#stripoEditorContainer {
  height: calc(100% - 1px);
  border-radius: 30px !important;
}

.MuiPaper-root {
  --Paper-overlay: none !important;
}
.chip-row-container {
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
}

.chip-row-inner-0 {
  display: flex;
  width: max-content;
  animation-duration: 92s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.chip-row-inner-1 {
  display: flex;
  width: max-content;
  animation-duration: 115s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.chip-row-inner-2 {
  display: flex;
  width: max-content;
  animation-duration: 160s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Slide to the left */
.slide-left {
  animation-name: slideLeft;
}

/* Slide to the right */
.slide-right {
  animation-name: slideRight;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}

/* Optionally, adjust the chip styling further if needed */

.block-separator {
  margin-top: 150px;
}

#externalSystemContainer {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 5px 20px;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

#exportButton,
#saveButton {
  background: #ffffff;
}

.styles-module_embedPreviewFooter__26Gb3 {
  display: none !important;
}

.crimson-text-family {
  font-family: 'Archivo Black', serif !important;
  font-weight: 500;
  font-style: normal;
}

@keyframes pulse-loading {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse-loading {
  animation: pulse-loading 1s infinite ease-in-out;
}

.title em {
  font-weight: 800;
  font-style: normal;
}

.subtitle em {
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
}

.chat-container-frame {
  background-color: #fff;
  border-radius: 14px;
  height: 80vh;
  padding: 8px;
  position: relative;
  margin-top: 5%;
  max-width: 650px;
  text-align: right;
  margin-left: auto;
  margin-right: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.chat-message {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.question {
  align-self: flex-start;
  background-color: #f1f1f1;
  padding: 15px;
  border-radius: 20px 20px 20px 0;
  margin-bottom: 5px;
}

.answer {
  align-self: flex-end;
  color: white;
  padding: 15px;
  border-radius: 0px 20px 20px 20px;
  margin-bottom: 5px;
}

.chat-input-container {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px;
  width: 90%;
  overflow: hidden;
}

.clickable {
  cursor: pointer !important;
}

.ql-editor {
  min-height: 40px;
  border-radius: 10px;
  border: none;
  background-color: transparent !important;
}

.spin-ai {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.MuiPickersLayout-toolbar {
  display: none !important;
}

.MuiPickersLayout-actionBar {
  display: none !important;
}

@keyframes lightBounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.bouncingSquare {
  animation: lightBounce 2s infinite;
  position: absolute;
  right: 0;
  margin-top: 240px;
}

.bouncingSquare-fixed {
  animation: lightBounce 2s infinite;
}

.price-selector {
  width: '90%';
  border: 1px solid #69696980;
  border-radius: 12px;
  height: 110px;
  padding: 10px;
  margin: 10px;
}

.blur-effect {
  filter: blur(10px);
}

.plan-card {
  border: 1px solid #69696980;
  border-radius: 12px;
  height: 100px;
  padding: 10px;
}

.logo-animation img {
  width: 33%;
  height: 33%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-animation img:nth-child(1) {
  animation: logo-animation1 5s infinite;
}

@keyframes logo-animation1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.logo-animation img:nth-child(2) {
  animation: logo-animation2 5s infinite;
}

@keyframes logo-animation2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.logo-animation img:nth-child(3) {
  animation: logo-animation3 5s infinite;
}

@keyframes logo-animation3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.justify-content-between {
  justify-content: space-between;
}

.react-flow__attribution {
  display: none !important;
}

.react-flow__edge.custom-edge > path {
  stroke: black;
  stroke-width: 2;
}

.react-flow__edge-label {
  background-color: white;
  border: 1px solid gray;
  padding: 5px;
}

td.fc-timegrid-slot.fc-timegrid-slot-label.fc-timegrid-slot-minor {
  border: 1px none #000000;
}

td.fc-timegrid-slot.fc-timegrid-slot-label.fc-scrollgrid-shrink {
  border: 1px none #000000;
}

div.fc-daygrid-day-events {
  border: 0px none #000000;
}

.fc-daygrid-day-frame {
  display: none;
}

.fc-timegrid-divider {
  border: none !important;
}

.fc-view-harness-active {
  border: none !important;
}

.fc-license-message {
  display: none;
}

.fc .fc-day-today {
  background: none !important;
}

.fc-timeline-slot {
  border: none !important;
}

.fc-col-header-cell-cushion {
  color: #000 !important;
  font-size: 10px !important;
}

.fc-list-day-side-text {
  color: #000 !important;
  font-size: 10px !important;
}

.fc-daygrid-day-number {
  border-radius: 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #000 !important;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 3px;
}

.fc-list-day-text {
  color: #000 !important;
  font-size: 10px !important;
}

.fc-timegrid-axis-cushion {
  display: none !important;
}

.fc-list {
  border: none !important;
}

.fc-toolbar-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #000000 !important;
}

/* .fc-timegrid-now-indicator-arrow {
  display: none !important;
} */

@keyframes grow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.fc-cell-shaded {
  background-color: transparent !important;
}

/* .fc-timeline-now-indicator-arrow {
  display: none !important;
} */

.fc-theme-standard {
  border: none !important;
}

.fc-button-primary {
  background-color: #ffffff !important;
  border: none !important;
  color: #000 !important;
  font-size: 15px !important;
}

.fc-event {
  outline: none !important;
  overflow: hidden !important;
}

.fc-toolbar-chunk {
  border: none !important;
}

.fc-button-active {
  font-weight: 600 !important;
  font-size: 17px !important;
}

.fc-event-time {
  color: rgb(255, 255, 255) !important;
  font-size: 10px !important;
  font-weight: 300 !important;
}

.fc-timeline-slot-cushion {
  color: #757575 !important;
  font-weight: 500;
}

.fc-theme-standard .fc-scrollgrid {
  border: none !important;
}

.fc-resource-timeline-divider .fc-cell-shaded {
  border: none !important;
}

.sigCanvas {
  background-color: #f3f3f3 !important;
  border-radius: 10px;
}

.fc-resource-timeline-divider {
  border: none !important;
}

.fc-datagrid-cell {
  border-bottom: none !important;
}

.fc-event {
  border-radius: 10px !important;
  border: none !important;
  padding: 5px;
}

.App-menu_top__left {
  display: none !important;
}

.layer-ui__wrapper__footer-right {
  display: none !important;
}

.fc-event-title {
  color: rgb(255, 255, 255) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.fc-resource-timeline {
  border: none !important;
}

.glassmorphism {
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.container {
  position: relative;
}

.css-13cymwt-control {
  height: 30px !important;
}

.css-1hb7zxy-IndicatorsContainer {
  height: 30px !important;
}

.lr-file-uploader-regular {
  --cfg-pubkey: 'c9ec14bcdbec3fa831b4';
}

.vertical-scrollbar::-webkit-scrollbar {
  height: 0px !important;
}

.vertical-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.vertical-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}

.vertical-scrollbar::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

@media print {
  body {
    padding: 5mm 5mm 5mm 5mm;
    position: static !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
  }
}

.back {
  position: absolute;
  margin-top: -42px;
  font-weight: 200;
  font-size: 11px;
}

.upper {
  text-transform: uppercase;
}

.grey {
  color: #adadad !important;
}

.storybook-text {
  display: inline-block;
  padding-right: 0.3em;
}

.storybook-text--medium {
  font-weight: 500;
}

.storybook-text--bold {
  font-weight: 600;
}

a {
  color: #5e81f4;
}

a:hover,
a *:hover {
  text-decoration: none;
}

a,
button,
.btn {
  cursor: pointer;
}

a:focus,
a:active,
button:focus,
button:active,
.btn:focus,
.btn:active {
  outline: none;
}

@media screen and (min-width: 1300px) {
  .d-1300-none {
    display: none;
  }
}

.fs-30 {
  font-size: 30px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-10 {
  font-size: 9px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.block-btn {
  border-radius: 10px;
  border: 1px solid #69696970;
  padding: 6px;
  min-height: 45px;
  cursor: pointer;
  position: relative;
}

.MuiChip-root {
  font-size: 10px !important;
  max-height: 22px !important;
}

.MuiChip-deleteIcon {
  margin-right: 0px !important;
}

@media screen and (max-width: 1399px) {
  .fs-1399-11 {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 1399px) {
  .fs-1399-12 {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1399px) {
  .fs-1399-10 {
    font-size: 10px !important;
  }
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

@media screen and (max-width: 575px) {
  .card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.card.grey {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(125, 133, 154, 0.08);
}

.card.grey .title {
  color: #4acbd3;
}

.card.cyan {
  background-color: rgba(77, 213, 222, 0.08);
}

.card.cyan * {
  color: #4acbd3;
}

.short-vertical-scrollbar::-webkit-scrollbar {
  height: 0px !important;
}

.short-vertical-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.short-vertical-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}

.short-vertical-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

input[type='checkbox'] {
  width: 20px;
  height: 20px;
}

* {
  box-sizing: border-box;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif !important;
}

a,
button {
  cursor: pointer;
}

.alertText {
  color: #f54545 !important;
  font-weight: 600;
}

.greyText {
  color: #989898 !important;
  font-weight: 400;
}

.e-toolbar-left {
  pointer-events: none !important;
}

.e-schedule-toolbar .e-control .e-toolbar .e-lib .e-keyboard .e-toolpop {
  box-shadow: 0 0px 0px rgba(255, 255, 255, 0) !important;
  border-color: transparent !important;
  border-width: transparent !important;
}

.absolute {
  position: relative !important;
  margin-top: -25px !important;
}

.e-calendar-wrapper {
  width: 71vh;
}

.e-toolbar-left .e-tbtn-txt {
  display: none !important;
}

.e-resource-name {
  font-weight: 600 !important;
}

.e-resource-column {
  width: 200px !important;
}

.e-toolbar .e-tbar-btn {
  background-color: #fff !important;
}

.e-toolbar .e-hor-nav {
  background-color: #fff !important;
}

.e-toolbar .e-tbar-btn.e-btn .e-icons {
  color: #fff !important;
}

.e-tbar-btn-text {
  color: rgb(155, 155, 155) !important;
}

.e-toolbar .e-popup-down-icon.e-icons {
  color: #fff !important;
}

.e-schedule .e-timeline-view .e-work-cells {
  color: #fff !important;
}

.e-schedule .e-timeline-view .e-resource-cells {
  color: #fff !important;
  border-right: none !important;
}

.e-toolbar .e-popup-up-icon.e-icons {
  color: #fff !important;
}

.e-work-cells {
  background-color: #fff !important;
  border-left: 0.5px solid #0e0e0e09 !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 40%;
  }
  100% {
    background-position: 0% 40%;
  }
}

.move-here {
  padding: 80px !important;
  color: rgba(83, 83, 83, 0.205);
  border-radius: 10px;
}

.inputcls {
  width: 355px !important;
}

.hover:hover {
  cursor: pointer;
}

hr {
  border: 0;
  border-top: 1px solid #00000096;
  max-width: 100%;
  margin-top: 4px;
  opacity: 10%;
}

.prefix {
  margin-top: -25px !important;
}

.e-selected-cell {
  border-radius: 10px !important;
}

.e-schedule {
  border-width: 0px !important;
  border: 0px !important;
  background-color: transparent !important;
}

.btn {
  border-width: 0px !important;
  background-color: transparent !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.align-right {
  position: relative;
  float: right;
}

.hide {
  opacity: 0;
}

[class^='meter-'] {
  fill: none;
  stroke-width: 10px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.absolute {
  position: relative;
}

.tooltip {
  position: absolute;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip:hover {
  visibility: visible;
}

.align-c {
  text-align: center;
  align-content: center;
  justify-content: center;
}

.Toastify__toast-body {
  height: 20px;
}

.Toastify__toast-theme--light {
  border-radius: 10px !important;
  background-color: #ffffff80 !important;
  border: 1px solid white;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif !important;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px);
  }
  20% {
    transform: translate(-1px, -2px);
  }
  40% {
    transform: translate(-3px, 0px);
  }
  60% {
    transform: translate(3px, 2px);
  }
  80% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(1px, 2px);
  }
}
@keyframes growShrink {
  0%,
  100% {
    transform: scale(1); /* Taille initiale */
  }
  50% {
    transform: scale(1.5); /* Taille agrandie */
  }
}

@keyframes moveRandom {
  0% {
    top: 10%;
    left: 10%;
  }
  25% {
    top: 70%;
    left: 20%;
  }
  50% {
    top: 50%;
    left: 80%;
  }
  75% {
    top: 30%;
    left: 40%;
  }
  100% {
    top: 10%;
    left: 10%;
  }
}

@keyframes moveRandom-1 {
  0% {
    top: 80%;
    left: 20%;
  }
  25% {
    top: 40%;
    left: 60%;
  }
  50% {
    top: 30%;
    left: 20%;
  }
  75% {
    top: 70%;
    left: 80%;
  }
  100% {
    top: 80%;
    left: 20%;
  }
}

@keyframes moveRandom-2 {
  0% {
    top: 50%;
    left: 80%;
  }
  25% {
    top: 20%;
    left: 30%;
  }
  50% {
    top: 70%;
    left: 50%;
  }
  75% {
    top: 40%;
    left: 10%;
  }
  100% {
    top: 50%;
    left: 80%;
  }
}

.move-circle-1 {
  animation: growShrink 5s ease-in-out infinite, moveRandom 15s linear infinite;
}
.move-circle-2 {
  animation: growShrink 5s ease-in-out infinite,
    moveRandom-1 15s linear infinite;
}
.move-circle-3 {
  animation: growShrink 5s ease-in-out infinite,
    moveRandom-2 15s linear infinite;
}
