.control-label {
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 7px;
}

.successMsg {
  font-size: 20px;
  font-weight: bold;
  color: #17a673;
}

/* -----------------------------------
---------------SELECT2----------------
----------------------------------- */

/* apply bootstrap default style to select2 elements */
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single .select2-selection--multiple {
  border: 1px solid #d1d3e2 !important;
  border-radius: 0.35rem !important;
  height: calc(1.5em + .75rem + 2px) !important;
  padding: .375rem .75rem !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  cursor: default !important;
}

/* text inside select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6e707e !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

/* default select2 dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none !important;
}

/* custom select2 dropdown arrow */
.select2-container--default .select2-selection--single:after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: .3rem !important;
  transform: translateY(-25%) !important;
  border-left: .25rem solid transparent !important;
  border-right: .25rem solid transparent !important;
  border-top: .375rem solid #6e707e !important;
}

/* Prevents highcharts tooltip from expanding across the whole plot when description texts are too long */
.highcharts-tooltip table td {
  min-width: 300px;
  max-width: 400px;
  white-space: normal;
  word-wrap: break-word;
}

/* -----------------------------------
------DASHBOARD 'MULTIPLE' FORMS------
----------------------------------- */

/* Mentor*Innen, Karrierestufen, Kunden, Mitarbeitende */
.custom-form-control .select2-container--default .select2-selection--multiple,
.custom-form-control .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: .35rem;
  padding-left: .375rem;
}

/* workload-slider */

.workload-slider-container {
  margin-left: -.4rem;
  margin-right: -.4rem;
}

.noUi-horizontal .noUi-handle {
  box-shadow: none !important;
  border-color: #d1d3e2 !important;
  border-radius: .35rem !important;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  background: #d1d3e2 !important;
}

.noUi-connect {
  background: #7aab8a !important;
}

/* -----------------------------------
------DETAILS MANUAL DATE INPUTS------
----------------------------------- */

.input-group.col-mb-3.date {
  margin-bottom: 10px;
}

span#dateValidationMsgOrder.text-danger,
span#dateValidationMsgBoundaries.text-danger,
span#dateValidationMsgSpan.text-danger{
  margin-left: .75rem;
}

/* -----------------------------------
--COLLEAGUES CREATE FORM INFO BUTTON--
----------------------------------- */

#infoIconColleague-FirstName, #infoIconColleague-LastName {
  color: #7aab8a;
  cursor: pointer;
}

.popover-container {
  position: relative;
  display: inline-block;
}

.popover {
  position: absolute;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #7aab8a;
  color: #f3f1f6;
  border: 1px solid #7aab8a;
  border-radius: .35rem;
  padding: 5px 0 5px 15px;
  margin-left: 35px;
  width: 240px;
  display: none;
  z-index: 1000;
}

.popover::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #7aab8a transparent transparent;
}