@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";

body {
  font-family: "Montserrat", sans-serif;
  background-color: white !important;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-responsive-sm {
  width: 100%;
  padding-top: 25px;
}

.main-header {
  background: white;
  height: 75px;
  display: flex;
  z-index: 50;
}

.header-icon {
  color: white;
}

.menu-outcomes {
  position: fixed;
  right: 0;
  background-color: white;
  box-shadow: -5px 25px 23px -7px rgba(0, 0, 0, 0.75);
  z-index: 15;
  width: 0%;
  transition: width 0.5s;
  height: calc(100vh - 75px);
  top: 75px;
}

.menu-outcomes .container-outcomes {
  display: none;
}

.table-meter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2px;
}

.table-meter label {
  margin-bottom: 0;
}

.main-div-updates {
  position: fixed;
  right: 0;
  background-color: white;
  box-shadow: -5px 25px 23px -7px rgba(0, 0, 0, 0.75);
  z-index: 15;
  width: 0%;
  transition: width 0.5s;
  height: calc(100vh - 75px);
  top: 75px;
}

.main-div-updates .parent-section {
  margin-top: 20px;
  display: none;
}

.container-results {
  border-left: 5px solid #ed7d31;
}

.cancel-comment {
  padding: 10px 18px 7px 23px;
  border-radius: 3px;
  border: solid 0.7px rgba(112, 112, 112, 0.35);
  background-color: #f9fafb;
  margin-right: 15px;
}

.cancel-comment:hover {
  cursor: pointer;
}

.reply-comment {
  padding: 10px 14px 7px 17px;
  border-radius: 3px;
  background-color: #ce1850;
  color: white !important;
}

.reply-comment:hover {
  cursor: pointer;
}

.open-outcomes {
  width: 70%;
  padding: 25px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.open-outcomes .container-outcomes {
  display: flex;
  flex-direction: column;
}

.open-outcomes .parent-section {
  display: block !important;
}

.close-outcomes {
  align-self: flex-end;
}

.badge-primary {
  background-color: red;
}

.header-part-right {
  padding-right: 30px;
}

.section-header-workspace {
  background-color: white;
  color: #2e0639;
  height: 100%;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  padding-left: 30px;
  align-items: center;
  width: 300px;
  min-width: 300px;
}

.layout-sidebar-large .main-header .menu-toggle div {
  background: white;
}

.sidebar-left {
  width: 300px;
  background: #2e0639 !important;
  /* overflow-y:scroll; */
  position: absolute;
  left: calc(-300px - 20px);
  overflow-x: hidden;
  z-index: 25;
  transition: left 0.5s;
  height: calc(100vh - 75px);
}

.btn-submit-form {
  color: white;
}

.open {
  left: 0;
}

.navigation-left {
  width: 300px !important;
  background-color: #2e0639;
  padding-top: 35px;
  padding-left: 0;
}

.nav {
  height: 75px;
  justify-content: center;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
  color: white;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 35px;
  text-decoration: none;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold:hover {
  color: white;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .nav-item-hold {
  color: white;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon {
  margin: 0;
  margin-right: 30px;
  transform-origin: center;
  transform: scale(0.8);
}

.nav-item-parent {
  color: white;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 35px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nav-item-parent:hover {
  cursor: pointer;
}

.hidden-child-div {
  max-height: 0;
  overflow: hidden;
}

.open-child-div {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.open-child-div .nav-item a {
  padding-left: 55px !important;
}

.div-time-window {
  display: flex;
}

.div-time-window input {
  margin-right: 15px;
}

.label-time-window {
  padding-left: 15px;
}

.icon {
  margin-right: 30px;
  width: 20px;
}

.icon-update-section {
  width: 30px;
}

.icon-update-section-reply {
  width: 20px;
}

.div-user-tablet {
  display: none;
}

.div-user-mobile {
  display: none;
}

.div-update-note {
  padding: 15px;
  border-left: 5px solid #004391;
}

.div-update-thread {
  padding: 15px;
  border-left: 5px solid #ce1850;
}

.div-update-thread a:hover {
  cursor: pointer;
}

.div-update-files {
  padding: 15px;
  border-left: 5px solid #309b00;
}

.container-thread-comments {
  padding: 20px;
  display: none;
}

.link-registry {
  color: #007bff !important;
  text-decoration: none !important;
}

.link-registry:hover {
  text-decoration: underline !important;
  cursor: pointer;
}

.container-button {
  padding: 20px;
}

.reveal-comments {
  display: block !important;
}

.toggle-outcome-info:hover {
  cursor: pointer;
  font-weight: bold;
}

.reveal-button {
  padding: 10px;
}

.reveal-button a:hover {
  cursor: pointer;
}

.div-user-files {
  background-color: #F8F9FB;
  padding: 10px;
  border: 1px solid #e9ecef;
  margin-bottom: 10px;
}

.div-update-thread-comments {
  background-color: #f2f7fc;
}

.div-update-thread-comments .style-input-text {
  border: solid 1px rgba(112, 112, 112, 0.35);
  background-color: #ffffff;
}

.div-update-thread-comments .div-response {
  padding: 15px 15px 25px 15px;
}

.div-update-thread-comments div:not(.flex-column):not(.div-response):not(.form-group) {
  padding: 15px;
  display: flex;
  align-items: center;
}

.div-update-thread-comments div:not(.flex-column):not(.div-response):not(.form-group) .flex-column {
  display: flex;
  flex-direction: column;
  margin-top: 13px;
}

.div-update-thread-comments div:not(.flex-column):not(.div-response):not(.form-group) .flex-column p:first-child {
  color: #4c84ff;
  font-weight: bold;
}

.div-update-thread-comments div:not(.flex-column):not(.div-response):not(.form-group) .flex-column p:last-child {
  color: rgba(0, 0, 0, 0.248);
  font-weight: bold;
}

.div-update-thread-comments div:not(.flex-column):not(.div-response):not(.form-group):not(:last-child) {
  border-bottom: solid 1px #dce4eb;
}

.div-update-thread-comments div:not(.flex-column):not(.div-response):not(.form-group) p {
  margin-bottom: 0;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item {
  border-bottom: none;
}

.childNav {
  padding-left: 0;
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: white;
  background: #131d27;
}

.childNav a {
  text-align: start;
  padding-left: 55px;
}

.open-child-nav {
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  padding-top: 10px;
}

.open-child-nav a {
  margin-bottom: 15px;
}

.open-child-nav-parent {
  background: #806887;
  text-decoration: none;
}

.icon-submit {
  margin-right: 10px;
}

.container-tags .style-main-button {
  padding: 0 5px !important;
  margin-left: 7px;
  margin-right: 7px;
}

.settings {
  background-image: url("/images/icones/Settings.svg");
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.settings:hover {
  cursor: pointer;
}

.logo {
  background-image: url("/images/Logo_Violet.svg");
  width: calc(100% - 550px);
  min-width: 198px;
  background-repeat: no-repeat;
  background-position: center;
}

.info-user {
  display: flex;
  align-items: center;
  width: 150px;
}

.info-user p {
  line-height: 1.2;
  margin-bottom: 0;
}

.info-user p:hover {
  cursor: pointer;
}

.info-user .profile-pic {
  width: 26px;
  margin-right: 10px;
  border-radius: 4px;
}

.style-main-button {
  background-color: #5c1e6d;
  padding: 7px 23px;
  color: white !important;
  border: none;
  border-radius: 6px;
  margin-bottom: 15px;
}

.style-main-button img {
  margin-right: 5px;
  margin-bottom: 3px;
}

.style-main-button:hover {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
}

.react-pdf__Page__canvas {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}

.div-page-handler {
  display: flex;
  width: 800px;
  justify-content: center;
}

.div-page-handler a {
  margin-right: 20px;
}

.style-main-cancel {
  background-color: #f8f9fb;
  margin-left: 45px;
  padding: 7px 23px;
  color: black;
  border: none;
  border-radius: 6px;
}

.style-main-cancel :hover {
  color: black !important;
  text-decoration: none !important;
}

.div-form-button {
  margin: none;
  display: flex;
  justify-content: flex-end;
  padding: 15px 25px;
}

.div-notif {
  width: 50px;
  background-image: url("/images/icones/Noir.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.setting-menu {
  width: 0px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
  height: calc(100vh - 75px);
  position: absolute;
  display: flex;
  right: 0;
  transition: width 0.2s;
  z-index: 25;
}

.setting-menu .left-side-settings,
.setting-menu .right-side-settings {
  display: none;
}

.setting-menu .left-side-settings {
  background-color: #583760;
  color: white;
}

.outcome-info-container {
  display: none;
}

/* STYLE ABOUT THE CUSTOM FIELDS */

.custom-field {
  width: 41%;
}

.custom-field input[type=text] {
  border: none;
  background-color: #F8F9FB;
  padding: 10px;
  width: 100%;
}

.custom-field input[type=text]:focus {
  outline: #713c80 auto 1px !important;
}

.custom-field input[type=checkbox] {
  margin-left: 15px;
}

.custom-field select {
  border: none;
  width: 100%;
  background-color: #f8f9fb;
  padding: 10px;
}

.custom-field select:focus {
  outline: #713c80 auto 1px !important;
}

.custom-field textarea {
  width: 100%;
}

.div-completion-info p {
  border: none;
  background-color: #f8f9fb;
  padding: 10px;
  width: 60%;
  margin-bottom: 75px;
}

.div-completion-step-info h4 {
  margin-bottom: 25px;
}

.div-completion-step-info .label-info {
  border: none;
  background-color: #f8f9fb;
  padding: 10px;
  width: 60%;
}

.div-completion-step-info textarea {
  background-color: white;
  border: 1px solid #E7E7E7;
  width: 60%;
}

.div-completion-step-info form p,
.div-completion-step-info form input[type=text] {
  width: 60%;
}

.div-completion-step-info .btn-cancel-form {
  background-color: #F9FAFB;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: black !important;
  margin-right: 25px;
}

.customization-div .style-main-button {
  margin-bottom: 0;
}

.customization-div div {
  transform: rotate(90deg);
  width: 40px;
  display: flex;
  justify-content: center;
}

.customization-div div a:hover {
  cursor: pointer;
}

.link-action:hover {
  cursor: pointer;
}

.div-assign-menu .assign-menu-link {
  padding-right: 7px;
}

.div-assign-menu .assign-menu-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.div-assign-menu .assign-menu-link:not(:first-child) {
  margin-left: 7px;
}

.div-assign-menu .assign-menu-link:not(:last-child) {
  border-right: 1px solid black;
}

.div-justify {
  display: flex;
  justify-content: space-between;
}

.div-justify h4 {
  color: #5c1e6d;
}

.div-justify p {
  color: #c50f14;
}

.div-justify a {
  color: white;
  background-color: #c50f14;
  border-radius: 50%;
  padding: 2px 7px;
  margin-right: 5px;
}

.div-justify a:hover {
  color: white;
  cursor: pointer;
}

.button-add-child {
  color: white !important;
  background-color: black;
  padding: 1px 6px;
  border-radius: 50%;
  margin-right: 5px;
}

.button-add-child:hover {
  cursor: pointer;
}

.container-full-step {
  max-height: 0;
  overflow: hidden;
  padding: 0 !important;
  border: none !important;
}

.action-pop {
  position: absolute;
  background-color: #dbdbdb;
  z-index: 10;
  top: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  left: 0;
  width: 100%;
  padding: 25px;
}

.div-assign {
  display: none;
  flex-direction: column;
}

.div-assign a {
  padding-left: 7px;
}

.div-assign a:hover {
  cursor: pointer;
}

.core-content-file {
  display: none;
}

.hover-pointer:hover {
  cursor: pointer;
}

.container-help {
  position: relative;
  width: 25px;
}

.container-help .help-button p {
  background-color: grey;
  color: white;
  border-radius: 50%;
  text-align: center;
}

.container-help .help-button p:hover {
  cursor: pointer;
}

.container-help .container-content-help {
  background-color: #F8F9FB;
  padding: 10px;
  border: 1px solid #e9ecef;
  position: absolute;
  left: 120%;
  top: 0;
  width: 350px;
}

.container-help .container-content-help p:first-child {
  font-weight: bold;
}

.container-help .container-content-help p {
  word-break: break-word;
}

.div-assign-chosen {
  display: flex;
  background-color: #F8F9FB;
  padding: 10px;
}

.div-assign-chosen a {
  padding-left: 0;
}

.style-input-text {
  border: none;
  background-color: #F8F9FB;
  padding: 10px;
  width: 100%;
  margin-bottom: 25px;
}

.style-input-text:focus {
  outline: #713c80 auto 1px !important;
}

.checkbox-form {
  margin-left: 15px;
}

.parent-add-child:hover {
  cursor: pointer;
}

label:not(.label-file):not(.label-checkbox) {
  font-weight: bold;
}

.label-file {
  background-color: #5c1e6d;
  padding: 7px 23px;
  color: white;
  border-radius: 6px;
}

.label-file:hover {
  cursor: pointer;
}

.div-actions-outcomes {
  padding-left: 15px;
  display: flex;
  width: 450px;
  justify-content: space-between;
  height: 37px;
}

.div-actions-outcomes .style-main-button,
.div-actions-outcomes .label-file {
  height: 100%;
}

.div-step-summary {
  padding-left: 15px;
  display: flex;
  justify-content: flex-end;
  height: 37px;
  width: 60%;
}

.div-step-summary .style-main-button,
.div-step-summary .label-file {
  height: 100%;
  margin-right: 15px;
}

.action-menu-hidden {
  height: 0;
  overflow: hidden;
}

.link-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.link-menu:hover {
  cursor: pointer;
}

.img-icon {
  width: 50px;
  margin-right: 15px;
  border-radius: 5px;
}

.open-action {
  padding: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 250px;
  background-color: white;
  border: 1px solid lightgray;
}

.style-input-select {
  border: none;
  background-color: #f8f9fb;
  padding: 10px;
  margin-bottom: 25px;
}

.button-bold {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.button-bold:hover {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.div-step {
  flex-direction: column;
}

.div-step .icon-action {
  font-size: 1.5em;
  font-weight: bold;
  background-color: lightgray;
  padding: 10px;
}

.div-step .icon-action:hover {
  cursor: pointer;
}

.bloc-style-crm {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
  margin-bottom: 25px;
  margin-top: 15px;
}

.bloc-style-crm .header-style-crm {
  background-color: #f8f9fb;
  padding: 10px;
}

.bloc-style-crm .header-forms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
}

.bloc-style-crm .header-dashboard-wf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.bloc-style-crm .header-dashboard-wf img {
  margin-right: 10px;
  padding-bottom: 2px;
}

.bloc-style-crm .contenu-style-crm {
  padding: 20px;
}

.setting-menu-mobile {
  display: none;
  overflow: hidden;
  z-index: 25;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: white;
  height: calc(100vh - 75px);
  position: absolute;
  width: 0px;
  transition: width 0.2s;
  right: 0;
}

.setting-menu-mobile .left-side-settings,
.setting-menu-mobile .right-side-settings {
  display: none;
}

.div-group-user {
  display: flex;
  align-items: center;
}

.div-group-user:last-of-type {
  margin-bottom: 35px;
}

.div-group-user p {
  margin: 0;
  width: 50%;
}

.setting-open {
  width: calc(100% - 300px);
}

.setting-open .left-side-settings,
.setting-open .right-side-settings {
  display: block;
}

.setting-open .right-side-settings {
  width: 90%;
  padding: 30px 30px 0px 30px;
  overflow-y: scroll;
}

.setting-open .left-side-settings {
  width: 200px;
  font-size: 1em;
}

.setting-open .left-side-settings .option-menu-settings {
  display: flex;
  padding: 30px 0px 0px 0px;
  flex-direction: column;
}

.setting-open .left-side-settings .option-menu-settings h4 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0px 30px;
}

.setting-open .left-side-settings .option-menu-settings a {
  margin-bottom: 10px;
  padding: 10px 30px;
  font-weight: 300;
}

.setting-open .left-side-settings .option-menu-settings a:hover {
  cursor: pointer;
  background-color: #99859e;
  color: white;
}

.setting-open .left-side-settings .option-menu-settings:not(:last-child) {
  border-bottom: 1px solid #99859E;
}

.home-page {
  display: flex;
  justify-content: space-around;
}

.home-page .home-page-left {
  width: 60%;
}

.home-page .home-page-right {
  width: 35%;
}

#selectGroups {
  padding: 15px;
  border: none;
  background-color: #f8f9fb;
  margin-bottom: 35px;
}

.button-r-u-g {
  border-radius: 50%;
  padding: 7px 14px;
  margin-left: 5px;
  transform: scale(0.7);
}

.childNav a {
  color: white;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item.active .childNav {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item a {
  color: white;
}

.login-navbar {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.dropdown-item-login {
  color: white;
  display: flex;
  align-items: flex-start;
  padding-left: 35px;
  margin-bottom: 15px;
}

.layout-sidebar-large .main-header .header-icon:hover {
  color: #2e0639;
}

.dropdown-item-login:hover {
  color: white;
}

.step-summary {
  display: flex;
  background-color: #F8F9FB;
  padding: 10px;
  border: 1px solid #e9ecef;
  margin-bottom: 10px;
}

.step-summary h4 {
  height: 100%;
  margin-bottom: 0;
  width: 45px;
}

.step-summary div:not(.div-step-summary) {
  margin-left: 25px;
  width: 50%;
  display: flex;
}

.step-summary div:not(.div-step-summary) p {
  margin-left: 15px;
  width: 40%;
}

.h3-new-group {
  margin-top: 45px;
}

.margin-top {
  margin-top: 15px;
}

.settings-back {
  position: relative;
  padding-left: 15px;
}

.settings-back:hover {
  cursor: pointer;
}

.settings-back::after {
  content: "";
  position: absolute;
  left: 3px;
  width: 5px;
  height: 5px;
  top: 40%;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg);
}

.container-actions {
  position: relative;
}

.container-actions  .style-main-button {
  margin-bottom: 0 !important;
}

.container-action-links {
  width: 250px;
  position: absolute;
  background-color: #F8F9FB;
  padding: 10px;
  border: 1px solid #e9ecef;
  bottom: -50px;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

.main-content-wrap {
  padding: 85px 35px;
  background-color: white;
  width: calc(100% - 300px);
  left: 300px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  overflow-y: scroll;
  height: calc(100vh - 75px);
}

.main-section-menu-content {
  display: flex;
  position: relative;
}

.hamburger {
  display: none !important;
}

.div-list {
  margin-bottom: 15px;
}

/*EVERYTHING TABLE RELATED*/

.table {
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 25px;
}

.table a {
  color: black;
}

.table-header {
  text-align: center;
}

.table-header tr {
  background-color: #F8F9FB;
}

.page-item.active .page-link {
  background-color: #5c1e6d !important;
  border: none !important;
}

.table-header tr th {
  border: none;
}

.table-body-row:first-child td {
  border-top: none;
}

.table-body-cell {
  text-align: center;
  padding: 15px;
}

.table-body-row:nth-child(even) {
  background-color: #f7f7f7;
}

.table-body-cell-even {
  min-width: 150px;
  width: 450px;
  max-width: 450px;
  height: 26px;
  border-radius: 20px;
  background-color: #c8f7ee;
  font-weight: bold;
  line-height: 2;
}

.table-body-cell-odd {
  min-width: 150px;
  width: 450px;
  height: 26px;
  border-radius: 20px;
  background-color: #ff9869;
  font-weight: bold;
  line-height: 2;
}

.table-body-active {
  height: 22px;
  border-radius: 20px;
  background-color: #c8f7ee;
  text-align: center;
}

.table-body-inactive {
  height: 22px;
  border-radius: 20px;
  background-color: #ff9869;
  text-align: center;
}

.breadcrumb ul li {
  font-size: 20px;
  padding: 10px;
  margin-right: 25px;
  margin-left: 25px;
  position: relative;
}

.breadcrumb ul li:last-child {
  font-size: 24px;
  font-weight: bolder;
}

.breadcrumb ul li:first-child {
  margin-left: 0px;
}

.breadcrumb ul li:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  height: 25px;
  width: 1px;
  background: #192630;
  transform: rotate(20deg);
  margin-right: -25px;
}

.div-user-desktop {
  display: flex;
}

.dropdown-workspace-desktop {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.dropdown-workspace-desktop:after {
  position: absolute;
  right: 0;
  top: 4px;
  transform: rotate(45deg);
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #2e0639;
  border-right: 1px solid #2e0639;
}

.dropdown-workspace-mobile:after {
  transform: rotate(45deg);
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}

.hidden-div-workspace {
  display: none;
  position: absolute;
  z-index: 99;
  background-color: white;
  color: black;
  padding: 25px;
  width: 250px;
}

.reveal-menu {
  display: block;
}

.dropdown-workspace-mobile {
  display: none;
}

.dropdown-workspace-mobile .hidden-div-workspace {
  left: -120px;
  top: 72px;
}

.button-clear-assign {
  background-color: lightgrey;
  margin-left: 15px;
  border-radius: 50%;
  border: none;
  padding: 1px 5px;
  border: 1px solid lightgrey;
}

.button-clear-assign:hover {
  cursor: pointer;
}

.user-div-options {
  margin-bottom: 15px;
}

.nopadding {
  padding: 0;
}

.flex-needed {
  display: flex;
  width: 100%;
  align-items: center;
}

.flex-needed .container-actions {
  margin-bottom: 0;
  margin-left: 15px;
}

.flex-needed input[type=checkbox],
.flex-needed p {
  margin-right: 15px;
}

.flex-needed select {
  width: 30%;
  margin-right: 25px;
}

.flex-needed input[type=text] {
  width: 30%;
  margin-right: 25px;
}

.flex-needed div {
  display: flex;
  margin-bottom: 15px;
}

.column {
  flex-direction: column;
}

.centered {
  align-items: center;
  padding-bottom: 8px;
}

.centered div {
  align-items: center;
  margin-bottom: 0;
}

.centered div p,
.centered div select {
  margin-bottom: 0;
}

.address-repeater {
  display: flex;
  flex-direction: column;
}

.address-repeater .address-section {
  display: flex;
  flex-direction: row;
}

.address-repeater .field-container {
  display: flex;
  flex-direction: column;
}

.address-repeater .field-container ::-moz-placeholder {
  color: gray;
}

.address-repeater .field-container :-ms-input-placeholder {
  color: gray;
}

.address-repeater .field-container ::placeholder {
  color: gray;
}

.address-repeater input[type=radio] {
  border: 0px;
  width: 13%;
  height: 25px;
}

.user-name-container {
  display: flex;
  flex-direction: row;
}

.radio-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0px !important;
}

.radio-container label {
  width: 100px;
  line-height: 1;
}

.radio-container input[type=radio] {
  border: 0px;
  width: 25%;
  height: 25px;
}

.role-select {
  display: flex;
  justify-content: flex-start;
  width: 90%;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2E0639;
}

.toast-warning {
  background-color: #F89406;
}

/* Kevin Css */

.profile-pic-uploader .label-input-file {
  background-color: #5c1e6d;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-left: 1rem;
}

.profile-pic-uploader img {
  margin-bottom: 15px;
  width: 25%;
}

.profile-basic-container {
  display: flex;
  flex-direction: row;
}

.profile-basic-container .profile-pic {
  width: 20%;
}

.profile-basic-container .profile-basic-infos {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.profile-basic-container .profile-basic-infos p {
  color: #5c1e6d;
  font-weight: bold;
}

.profile-basic-container .profile-basic-infos p i {
  padding-right: 5px;
}

.collection-padding {
  padding: 10px 30px;
}

.pagination-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pagination-selector-container {
  display: flex;
  flex-direction: row;
  padding: 0 20px;
}

.collection-header {
  display: flex;
  flex-direction: row;
}

.user-component .style-main-button,
.custom-field-component .style-main-button {
  width: 180px;
  height: 35px;
  text-align: center;
}

.user-component hr,
.custom-field-component hr {
  border: 1px solid #2e0639;
}

.custom-fields-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tableScope {
  padding: 0;
  margin-right: 10px;
  color: #5c1e6d;
}

.tableScope:hover {
  color: #5c1e6d;
}

.scope-picker-collections {
  padding-top: 25px;
}

.tableScope.active {
  padding: 5px 15px !important;
  width: 62px;
  height: 23px;
  border-radius: 17px;
  background-color: #5c1e6d;
  color: white;
}

.tableScope a:hover {
  text-decoration: none;
}

.search-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.scope-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 15px;
}

.input-search {
  margin-right: 10px;
}

/* LOGIN STYLISH SECTION */

.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.login-container .card {
  border: 1px solid #2e0639;
  box-shadow: -5px 25px 23px -7px rgba(0, 0, 0, 0.55);
}

.login-container .card-header {
  display: flex;
  justify-content: center;
  background-color: #2e0639;
}

.login-container .form-control {
  border: 1px solid #2e0639;
  background: #ffffff;
}

.login-container .form-group .form-control:focus {
  border-color: #2e0639;
  color: #2e0639;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.1rem #2e0639;
}

.login-container .btn-primary {
  background-color: #2e0639;
  border-color: #2e0639;
}

.login-container .btn-primary:not(:disabled):not(.disabled):active,
.login-container .btn-primary:not(:disabled):not(.disabled).active,
.login-container .show > .btn-primary.dropdown-toggle {
  background-color: #2e0639;
  border-color: #2e0639;
}

.login-container .btn-primary:hover,
.login-container .btn-outline-primary:hover {
  background-color: #2e0639;
  border-color: #2e0639;
  box-shadow: 0 8px 25px -8px #2e0639;
}

.login-container h1,
.login-container span,
.login-container .form-group label {
  color: #2e0639;
}

.login-container .btn-link {
  font-weight: 400;
  color: #2e0639;
  text-decoration: none;
}

.login-container .btn-link:hover {
  text-decoration: underline;
}

/* SECTION ABOUT TABLES ENDS HERE */

.collection-filters-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.collection-filters-container a {
  cursor: pointer;
  width: 25%;
  margin: 25px;
  text-align: center;
}

.collection-filters-container a:hover {
  background-color: #2e0639;
  color: #ffffff;
}

.search-bar {
  display: flex;
  flex-direction: row;
}

.filters-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1em;
}

.filter-input {
  position: relative;
  margin-right: 15px;
}

.filter-input-form {
  position: absolute;
}

.selected-filters-container {
  display: flex;
  flex-direction: row;
}

.selected-filters-container button {
  padding: 0px 5px;
  margin-left: 5px;
}

.selected-filter {
  margin-left: 15px;
}

/************************ SECTION SCSS DE HAOYANG *****************************/

.newUser-label-checkbox {
  margin-bottom: 25px;
}

.newUser-label-checkbox .style-p-init {
  margin-bottom: 0px;
  margin-top: 3px;
}

.label-title {
  font-weight: bold;
}

.style-parent-form {
  margin-bottom: 25px;
}

.title-custom-field {
  margin-bottom: 25px;
}

.custom-checkbox {
  margin-top: 25px;
}

.label-title-checkbox {
  margin-bottom: 0.5rem;
}

.style-mailing {
  display: flex;
  flex-direction: row;
  padding-top: 5px;
}

.style-mailing .style-lable-mailing {
  line-height: 1;
}

.wealthbox-section {
  display: flex;
  flex-direction: row;
}

.wealthbox-section .wealthbox-content {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.wealthbox-section .wealthbox-content .title-label {
  padding-left: 0;
}

.wealthbox-section .wealthbox-input {
  width: 75% !important;
  margin-bottom: 0px;
}

.wealthbox-section .style-main-button {
  margin-top: 25px;
}

.wealthbox-section select {
  margin-top: 25px;
}

.wealthbox-section .field-container {
  margin-top: 25px;
}

.style-input-init {
  margin-bottom: 0px !important;
}

.style-section-info-name {
  display: flex;
  flex-direction: row;
}

.style-section-info-name .style-info-name {
  width: 44.5%;
  padding-right: 10px;
}

.style-section-info-name .style-info-lastname {
  margin-top: 14px;
  margin-left: 5px;
  width: 95%;
}

/*************************** FIN DE LA SESSION ********************************/

/* START OF THE RESPONSIVE CSS (1024PX)*/

/* START OF THE RESPONSIVE CSS (768PX)*/

@media (max-width: 1023px) {
  .hamburger {
    display: inline-block !important;
  }

  .dropdown-workspace-desktop:after {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
  }

  .step-summary {
    flex-direction: column;
  }

  .step-summary .div-step-summary {
    width: 100%;
    padding-left: 0;
    justify-content: flex-start;
  }

  .step-summary div:not(.div-step-summary) {
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .step-summary div:not(.div-step-summary) p {
    width: 45%;
    margin-left: 0;
  }

  .section-header-workspace {
    padding-left: 0;
    background-color: #2e0639;
    color: white;
    font-size: 1em;
  }

  .main-content-wrap {
    width: 100%;
    left: 0;
  }

  .main-header {
    background-color: #2e0639;
    position: relative;
  }

  .logo {
    background-image: url("/images/Logo_Blanc.svg");
    background-position: left;
  }

  .setting-open {
    width: 100%;
  }

  .div-user-tablet {
    display: flex;
  }

  .div-user-tablet .info-user {
    padding-left: 10px;
    width: 160px;
  }

  .div-user-tablet .info-user p {
    color: white;
  }

  .div-user-desktop {
    display: none;
  }

  .div-notif {
    background-image: url("/images/icones/Blanc.svg");
    width: 25px;
  }

  .settings {
    background-image: url("/images/icones/Settings_blanc.png");
    width: 25px;
  }
}

/* START OF THE RESPONSIVE CSS (425PX)*/

@media (max-width: 767px) {
  .table-responsive-sm .contenu-style-crm {
    overflow-x: scroll;
  }

  .setting-menu {
    display: none;
  }

  .button-close-settings {
    margin-top: 35px;
  }

  .setting-menu-mobile {
    display: flex;
    overflow-y: scroll;
  }

  .setting-menu-mobile .left-side-settings {
    border: none;
    z-index: 7;
    width: 100%;
    padding: 30px;
  }

  .setting-menu-mobile .right-side-settings {
    display: flex;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity 0.2s;
    height: 100vh;
    background-color: white;
  }

  .setting-menu-mobile .right-side-settings div {
    width: 100%;
  }

  .setting-menu-mobile .opened-option {
    opacity: 1;
    z-index: 8;
  }

  .section-header-workspace {
    width: 100px;
    min-width: calc(52% - 100px);
    padding-left: 0;
  }

  .section-header-workspace .dropdown-workspace-desktop {
    display: none;
  }

  .navigation-left {
    padding-top: 0;
  }

  .dropdown-workspace-mobile {
    display: flex;
    color: white;
    align-items: center;
    position: absolute;
    right: 25px;
    width: 60px;
    justify-content: space-between;
    height: 69px;
    font-size: 0.85em;
  }

  .dropdown-workspace-mobile .hidden-div-workspace {
    left: -180px;
    top: 75px;
  }

  .logo {
    background-size: contain;
    min-width: 120px;
  }

  .div-user-tablet {
    display: none;
  }

  .div-user-mobile {
    display: flex;
    justify-content: space-around;
    background-color: #25002f;
    height: 58px;
  }

  .div-user-mobile .info-user p {
    color: white;
  }

  .home-page {
    flex-direction: column;
  }

  .home-page .home-page-left,
  .home-page .home-page-right {
    width: 100%;
    margin-bottom: 30px;
  }

  .login-container {
    width: 600px;
  }
}

@media (max-width: 320px) {
  .section-header-workspace {
    width: 80px;
    min-width: 80px;
  }

  .login-container {
    width: 300px;
  }
}

