/* column items /*
    /* column items /*
    /* column items /*/

.wrapper-params .push-column-users {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1;
  width: 360px;
  max-width: 360px;
  margin: 0 0 0 15px;
  border: solid 0px blue;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  height: 800px;
  overflow: auto;
}

.wrapper-params .new-element > h2,
.wrapper-params .push-column-users > h2 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 3.2rem;
  background-color: #f2f3f4;
  height: 51px;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

.check-round > h2 span {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  border: solid 1px;
  border-color: #012039;
  background-color: #efefef;
  border-radius: 20px;
  cursor: pointer;
}
.check-round > h2 span:hover {
  border-color: var(--bleu-cyan);
}
.check-round > h2 span.clicked {
  background-color: var(--bleu-cyan);
  border-color: var(--bleu-cyan);
}

.check-round-tiny > h2 span {
  position: absolute;
  right: 16px;
  top: 35px;
  width: 15px;
  height: 15px;
  border: solid 1px;
  border-color: #012039;
  background-color: #efefef;
  border-radius: 15px;
  cursor: pointer;
}
.check-round-tiny > h2 span:hover {
  border-color: var(--bleu-cyan);
}
.check-round-tiny > h2 span.clicked {
  background-color: var(--bleu-cyan);
  border-color: var(--bleu-cyan);
}

h2.check-managers span {
  position: absolute;
  left: 20px;
  top: 16px;
  width: 15px;
  height: 15px;
  border: solid 1px;
  border-color: #012039;
  background-color: #efefef;
  border-radius: 15px;
  cursor: pointer;
}
h2.check-managers span:hover {
  border-color: var(--bleu-cyan);
}
h2.check-managers span.clicked {
  background-color: var(--bleu-cyan);
  border-color: var(--bleu-cyan);
}

.push-wrapper-content-row {
  display: flex;
  flex-direction: row;
}

.bloc-text {
  display: flex;
  flex-direction: column;
  border: solid 0px red;
  flex: 1;
  margin-left: 15px;
  max-width: 1100px;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  height: 345px;
  position: relative;
}

.push-column-users {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1;
  width: 360px;
  max-width: 360px;
  margin: 0 0 0 15px;
  border: solid 0px blue;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
  max-height: 800px;
  overflow: hidden;
}

.scrollable {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1;
  width: 360px;
  max-width: 360px;
  margin: 0;
  overflow: auto;
}
