/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

html,
html * {
  font-family: 'Roboto', sans-serif;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

div#root {
  height: 100%;
  overflow: auto;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

.row-selected {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.planit-main-container {
  margin-left: 16.8rem;
  padding: 0px;
  height: 95%;
  transition: margin-left 0.5s ease;
  background: white;
}

.planit-main-container.scheduler {
  background: white;
}

.planit-main-container.expanded {
  margin-left: 4.5rem;
}

.planit-main-container #main-container-grid {
  margin: 0;
  height: 95%;
  position: relative;
}

.planit-main-container #main-container-grid #notifications-row {
  position: absolute;
  z-index: 998 !important;
  height: 5%;
  padding: 0px 5px;
  top: 10px;
  right: 10px;
  width: 35% !important;
}

.planit-main-container #main-container-grid #notifications-row p {
  text-align: right;
  width: 100%;
}

.planit-main-container #main-container-grid #notifications-row p i {
  background-color: #474b4f !important;
  cursor: pointer;
}

.planit-main-container #main-container-grid #content-container {
  height: 100%;
  display: block !important;
}

.planit-main-container #main-container-grid #content-container > h3:first-child {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 0px;
  background-color: #00b2a9;
  color: white;
  height: 7%;
  position: relative;
  top: -12px;
  padding: 15px;
}

.planit-main-container #main-container-grid #content-container h3:first-child + .planit-line-separator {
  padding-top: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.planit-main-container #main-container-grid #content-container .main-tab:first-child {
  margin-top: 10px;
}

.planit-main-container #main-container-grid #content-container .header-accordion-spacer {
  margin-top: 20px !important;
}

.planit-main-container #main-container-grid #content-container .header-instructions-accordion-spacer {
  margin-top: 10px !important;
}

#planit-home-div #img {
  width: 4rem;
  display: inline-block;
}

#planit-home-div #img img {
  height: 30px;
}

#planit-home-div #text {
  width: 85%;
  display: inline-block;
}

#planit-home-div #subtitle {
  font-size: 15px;
}

.clickable-icon {
  cursor: pointer;
}

.user-dropdown {
  min-width: 300px;
  min-height: 32px;
}

.planit-general-error-container {
  font-size: 150%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding-top: 30vh;
}

.planit-users-inputs {
  min-width: 300px;
  min-height: 32px;
}

.planit-users-fields {
  min-width: 400px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.planit-user-dropdown {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dedfdf;
  border-radius: 4px;
  opacity: 1;
}

.planit-user-dropdown i {
  padding: 0px !important;
}

.planit__multi-plc__dropdown i {
  padding: 10px !important;
}

.planit-user-selector {
  min-width: 250px !important;
  min-height: 32px;
}

.planit-users-roles-in-location-left {
  text-align: right;
  padding-left: 155px;
  max-height: 70px;
  padding-right: 0px;
}

.planit-users-roles-in-location-right {
  text-align: left;
  max-height: 32px;
  padding-left: 4.5rem;
}

.planit-users-roles-in-location-selector {
  width: 250px !important;
  padding-right: 10px;
}

.planit-roles-checkbox {
  width: 16px;
  height: 16px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #474b4f;
  border-radius: 4px;
  opacity: 1;
}

#notification-icon,
#user-settings-icon {
  height: 38px !important;
  width: 38px !important;
  font-size: 1.4em !important;
}

/* Toggle overrides */

.ui.checkbox.toggle input:checked ~ .box:after,
.ui.checkbox.toggle input:checked ~ label:after {
  border: 2px solid #00b2a9;
}

.ui.checkbox.toggle input:checked ~ .box:after,
.ui.checkbox.toggle input:checked ~ label:hover::before {
  background-color: none;
}

.ui.checkbox.toggle input:not(:checked) ~ .box:after,
.ui.checkbox.toggle input:not(:checked) ~ label:after {
  background: none;
  border: 2px solid #b0b0b0;
  box-shadow: none;
}

.ui.checkbox.toggle input:not(:checked) ~ .box:after,
.ui.checkbox.toggle input:not(:checked) ~ label:before {
  background: none;
  border: 2px solid #b0b0b0;
  box-shadow: none;
}

/* Toggle overrides */

/*Modal action buttons override*/

.ui.modal .actions {
  background: unset !important;
  border-top: 0px !important;
}

.ui.modal .actions .button {
  height: 36px;
  width: 100px;
}

.ui.modal .actions .button.basic {
  border: 1px solid #474b4f;
  color: #474b4f !important;
  opacity: 1;
  line-height: 13px;
  box-shadow: none !important;
}

.ui.modal .actions .button.positive {
  font-weight: normal !important;
}

.custom-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1.5rem;
  padding-top: 0;
}

.custom-actions .field {
  margin-right: 3em;
}

.custom-actions .field label {
  font-weight: bold;
  margin-bottom: 0.4rem;
  display: block;
}

.custom-actions button.button {
  margin-bottom: 0 !important;
}

.inverted-color-btn {
  color: white !important;
  background-color: #474b4f !important;
  font-size: 1rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 500 !important;
}

.white-save-btn {
  color: #474b4f !important;
  background-color: white !important;
  border: 1px solid #474b4f !important;
  font-size: 1rem !important;
}

.disabled-inverted-save-btn {
  color: #b0b0b0 !important;
  background-color: white !important;
  border: 1px solid #b0b0b0 !important;
  font-size: 1rem !important;
  opacity: 1 !important;
}

.filtered-link-button.filtered-link-button.filtered-link-button.filtered-link-button.filtered-link-button.filtered-link-button.filtered-link-button.filtered-link-button {
  color: white !important;
  background-color: #00b2a9 !important;
}

/*Modal action buttons override*/

/* Color pickers*/

.color-picker-popup {
  padding: 0 !important;
  margin-top: 4px !important;
}

.color-picker-item {
  padding: 7px 4px 5px 4px !important;
}

.color-picker-item i {
  right: 7px !important;
}

/* Color pickers*/

/* Icon pickers*/

.icon-picker {
  padding: 7px 4px !important;
}

.icon-picker i {
  right: 7px !important;
}

.icon-picker .menu.menu.menu.menu.menu .item {
  padding: 0.75rem 5px !important;
}

/* Icon pickers*/

/*Table Students Request Wizard Row*/

.table-border-rows {
  width: 100%;
  font-weight: bold;
  border: 1px solid black;
  border-collapse: collapse;
}

.table-border-rows tr {
  border: 1px solid black;
  border-collapse: collapse;
}

.table-border-rows tr td {
  padding: 10px 20px;
}

/*Table Students Request Wizard Row*/

/*Table Machines Request Wizard Row*/

.table-machines-wizard {
  justify-self: center;
  width: 100%;
  overflow-y: scroll;
}

.table-machines-wizard th {
  width: 10%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.table-machines-wizard tr {
  padding: 10px 20px;
}

.table-machines-wizard .table-machines-wizard-header {
  border-bottom: 1px solid black;
}

/*Table Machines Request Wizard Row*/

.medium-remove-red-button {
  font-size: 1em !important;
  cursor: pointer;
}

.custom-editor {
  width: 100% !important;
}

.custom-editor.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.5em !important;
}

.custom-editor div {
  width: 100%;
}

.ui.loading.selection.dropdown.selection.selection.selection.selection > i.icon {
  padding: 1.5em 1.5em !important;
}

.button.inverted-btn.inverted-btn.inverted-btn.inverted-btn.inverted-btn {
  background-color: #474b4f !important;
  color: white !important;
}

.button.inverted-btn.inverted-btn.inverted-btn.inverted-btn.inverted-btn i {
  color: white !important;
}

.button.add-user {
  padding: 0.91em 0.82em 0.7em 0.82em !important;
}

.button.add-user i {
  zoom: 1.6 !important;
}

.scroll-content {
  overflow: scroll;
  padding-bottom: 20px;
}

.rounded-button {
  border-radius: 50% !important;
}

.ui.icon.input > i.icon.calendar {
  color: #dedfdf;
  opacity: 1;
}

.float-right {
  float: right;
}

.gray-onhover {
  cursor: pointer;
}

.gray-onhover:hover {
  background-color: #efefef !important;
}

.turquose-onhover:hover {
  transition: 0.9s;
  color: #00b2a9 !important;
  cursor: pointer;
  background-color: white !important;
}

.ui.selection.dropdown.planit-multi-dropdown div.menu {
  overflow-y: hidden;
}

.ui.selection.dropdown.planit-multi-dropdown div.menu.visible {
  overflow-y: auto;
}

.ui.selection.dropdown.planit-multi-dropdown div.menu .ui.input {
  margin: 6px;
}

.ui.selection.dropdown.planit-multi-dropdown div.menu .ui.input input {
  background-color: #eeeeee;
  border-color: #eeeeee;
}

.ui.selection.dropdown.planit-multi-dropdown div.menu div[role='option'].item {
  display: flex;
  align-items: center;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  cursor: pointer;
}

.ui.selection.dropdown.planit-multi-dropdown div.menu .text {
  margin-left: 9px;
}

.ui.selection.dropdown.planit-multi-dropdown .planit-multi-dropdown__selected-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui.selection.dropdown.planit-multi-dropdown .planit-multi-dropdown__selected-option .planit-multi-dropdown__selected-option__number {
  font-weight: 700;
}

.ui.selection.dropdown.planit-multi-dropdown .planit-multi-dropdown__options {
  margin: 0.6rem 0px 0px 0.6rem;
  max-height: 9rem;
  min-height: 9rem;
  overflow-y: auto;
}

.ui.selection.dropdown.planit-multi-dropdown .ui.divider {
  margin: 2px;
}

.ui.selection.dropdown.planit-multi-dropdown .planit-multi-dropdown__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2rem;
}

.ui.selection.dropdown.planit-multi-dropdown .planit-multi-dropdown__actions a {
  text-decoration: none;
  cursor: pointer;
  color: #222629;
  font-weight: bolder;
  padding: 4px;
}

.multi-user-dropdown__me > span {
  margin-left: 0.6rem;
}

.margin-top-6px {
  margin-top: 6px !important;
}

.margin-top-2em {
  margin-top: 2em !important;
}

.margin-top-0.margin-top-0.margin-top-0.margin-top-0 {
  margin-top: 0px !important;
}

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

.margin-lr.margin-lr.margin-lr.margin-lr {
  margin: 0px 0px 0px 5px !important;
}

.height-3em {
  height: 3em !important;
}

.visible.menu.transition {
  min-height: 100px;
  width: -webkit-max-content !important;
  width: max-content !important;
  max-width: 700px !important;
  border: 1px solid rgba(128, 128, 128, 0.541);
}

.visible.menu.transition::-webkit-scrollbar {
  width: 4px;
}

.visible.menu.transition::-webkit-scrollbar-track {
  border-radius: 10px;
}

.visible.menu.transition::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

/*DATE PICKERS*/

.semantic-ui-calendar-react-node.bottom::before {
  background: #474b4f !important;
}

/*DATE PICKERS*/

.b-float-root {
  z-index: 1001 !important;
}

.b-float-root > .b-floating.b-toast {
  border-radius: 4px !important;
  color: #fff !important;
}

.b-float-root > .b-floating.b-toast i {
  color: #fff;
  margin-right: 16px;
}

.b-float-root > .b-floating.b-toast.warning-toast {
  background-color: #eaaa00 !important;
}

.b-float-root > .b-floating.b-toast.success-toast {
  background-color: #407ec9 !important;
}

.b-float-root > .b-floating.b-toast.information-toast {
  background-color: #eaaa00 !important;
}

.b-float-root > .b-floating.b-toast.error-toast {
  background-color: #e03c31 !important;
}

.min-width-100pc.min-width-100pc.min-width-100pc.min-width-100pc {
  min-width: 100% !important;
}

.normal-look-readonly-select {
  color: black !important;
  opacity: 1 !important;
}

.normal-look-readonly-select:not(.loading) i.icon {
  opacity: 0 !important;
}

.user-list-table__roles-columns-text {
  max-width: 150px;
  text-overflow: ellipsis;
}

.planit-multi-dropdown {
  min-width: 150px !important;
  height: 38px;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 6px;
}

.planit-multi-dropdown > div.menu.visible.transition {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: 1px solid rgba(128, 128, 128, 0.541);
}

.planit-multi-dropdown__options {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.planit-multi-dropdown__options > span > div {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.planit-multi-dropdown__options > span > div > span {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.planit-multi-dropdown__options::-webkit-scrollbar {
  width: 4px;
}

.planit-multi-dropdown__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.planit-multi-dropdown__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.label-required.label-required.label-required::after {
  margin: -0.2em 0em 0em 0.2em;
  content: '*';
  color: #db2828;
}

.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input {
  opacity: 1 !important;
}

.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input label,
.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input div.input,
.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input div.dropdown {
  opacity: 1 !important;
}

.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input label .dropdown.icon,
.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input div.input .dropdown.icon,
.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input div.dropdown .dropdown.icon {
  opacity: 0 !important;
}

.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input label input,
.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input div.input input,
.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input div.dropdown input {
  opacity: 1 !important;
}

.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input label input:focus,
.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input div.input input:focus,
.normal-looking-disabled-input.normal-looking-disabled-input.normal-looking-disabled-input div.dropdown input:focus {
  border: 1px solid rgba(34, 36, 38, 0.15);
}

.custom-editor-search {
  min-height: 36px !important;
}

.template-step {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.template-step.inactive {
  color: #dedfdf;
}

.template-step.inactive .ui.circular.label.step__label {
  background-color: #dedfdf;
  border-color: transparent;
}

.template-step .ui.circular.label.step__label {
  background-color: #00b2a9;
  padding: 0px;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  color: white;
  line-height: 2em;
}

.template-step .step__title {
  margin-left: 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.media-input {
  border-radius: 4px;
  border: 1px solid #dedfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 4px 8px;
  width: 100%;
  max-width: 100%;
}

.media-input .table__tooltip {
  min-width: 90%;
}

.spacer {
  flex: 1 1 auto;
}

.no-arrows input[type='number'] input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media all and (max-width: 1200px) {
  .sch-instructors__header .planit-multi-dropdown {
    margin-bottom: 10px;
  }

  .sch-instructors__header .planit-multi-dropdown > span {
    line-height: 12px !important;
  }
}

@media only screen and (max-height: 670px) {
  #content-container#content-container#content-container h3:first-child {
    font-size: 16px !important;
  }
}

.bold-label-checkbox label {
  font-weight: 900;
}

.custom-table thead tr th.no-width {
  min-width: 0px !important;
}

.ui.selection.selection.selection.selection.selection.selection div.default.default.default.default.text,
.ui.dropdown.dropdown.dropdown.dropdown.dropdown.dropdown.dropdown div.default.default.default.default.text {
  font-weight: normal !important;
}

.poc-config-modal__ranges-container .fields .field .planit-eventform-dates-period .ui.icon.input {
  max-width: 100px;
  margin-right: 24px;
  min-width: 100px;
  width: 100px;
  height: 32px;
}

.poc-config-modal__ranges-container .fields .field .planit-eventform-dates-period .ui.icon.input .icon {
  display: none;
}

.poc-config-modal__ranges-container .fields .field .planit-eventform-dates-period .ui.icon.input input {
  text-align: center;
  padding: 8px;
  padding-right: 8px !important;
}

.ui.modal .header {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.underlined {
  text-decoration: underline;
}

.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.basic-padding {
  padding: 1em 1rem;
}

.ui.button.sch-button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  white-space: nowrap;
  height: 38px;
  border-radius: 4px;
  color: #474b4f;
  background-color: #fff;
  outline: none;
  border: 1px solid #474b4f;
  cursor: pointer;
  margin-right: 6px;
}

.ui.button.sch-button:visited,
.ui.button.sch-button:focus {
  background-color: inherit;
}

.ui.button.sch-button:hover {
  background-color: whitesmoke;
}

.ui.button.sch-button.active {
  background-color: #474b4f;
  color: #fff;
}

.ui.button.sch-button.active i.icons {
  color: #00b2a9;
}

.request-location-region__input {
  margin-right: 12px !important;
}

.no-margin-bottom {
  margin-bottom: -1em !important;
}

.event-types-list-grid .event-types-list-filter-row .form .fields.request-event__field-all-container-height-flexible {
  flex-direction: column !important;
  padding: 0px 15px !important;
}

.request-list__filters-wrapper.event-list__new-filters-container {
  margin-right: -60px;
  width: calc(100vw - 300px);
}

#planit-left-menu {
  z-index: 1000;
  transition: width 0.5s ease;
  background-color: #eeeeee;
  width: 16.8rem;
}

#planit-left-menu a.disabled.item {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: bold;
  font-size: 14px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

#planit-left-menu .planit__user-name {
  word-break: break-word;
}

#planit-left-menu a {
  font-weight: bold;
  font-size: 14px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

#planit-left-menu a i {
  font-size: 1.3em;
  margin-right: 20px;
}

#planit-left-menu a .users.icon {
  margin-right: 23px;
}

#planit-left-menu a .home.icon,
#planit-left-menu a .fa-file-contract {
  margin-right: 22px;
}

#planit-left-menu a svg {
  font-size: 1.4em;
  margin-right: 22px;
  margin-left: 4px;
}

#planit-left-menu .item::before,
#planit-left-menu .item::after {
  background: #eeeeee !important;
}

#planit-left-menu a.active.item,
#planit-left-menu .item:hover {
  background: #eeeeee !important;
  color: #00b2a9 !important;
}

#planit-left-menu.shrunk {
  width: 4.5rem;
}

#planit-left-menu.shrunk .menu.visible,
#planit-left-menu.shrunk .menu.transition {
  width: 300%;
}

#planit-left-menu.shrunk #expand-menu-icon {
  text-align: left !important;
}

#planit-left-menu.shrunk a i,
#planit-left-menu.shrunk span i,
#planit-left-menu.shrunk a #assessments-composite-icon,
#planit-left-menu.shrunk span #assessments-composite-icon,
#planit-left-menu.shrunk a svg,
#planit-left-menu.shrunk span svg {
  margin-right: 0px !important;
}

#planit-left-menu #expand-menu-icon {
  text-align: right;
  margin: 5px;
}

#planit-left-menu #expand-menu-icon i {
  font-size: 1.4rem;
  float: right;
}

#planit-left-menu #expand-menu-icon-expanded {
  text-align: right;
  margin-left: 85px;
}

#planit-left-menu #expand-menu-icon-expanded i {
  font-size: 1.4rem;
  float: left;
}

#planit-left-menu #jti-white-container #jti-white {
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  min-width: 47px;
  max-width: 47px;
  filter: invert(100%);
}

#planit-left-menu #jti-white-container.shrunk {
  padding: 12px 3px;
}

#planit-left-menu .left-menu-item {
  font-weight: bold;
  font-size: 14px;
  color: rgba(25, 25, 25, 0.9) !important;
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  flex: 0 0 auto;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  padding: 12px 1.14285714em;
  text-transform: none;
}

#planit-left-menu .left-menu-item.active,
#planit-left-menu .left-menu-item:hover {
  background: #eeeeee !important;
  color: #00b2a9 !important;
}

#planit-left-menu .left-menu-item i.dropdown.icon {
  visibility: hidden;
}

#planit-left-menu .left-menu-item.secondary-menu {
  display: flex;
  justify-content: space-between;
}

#planit-left-menu .left-menu-item.secondary-menu i.icon {
  visibility: visible;
  margin-right: 0px !important;
}

#planit-left-menu .left-menu-item span i {
  font-size: 1.3em;
  margin-right: 20px;
}

#planit-left-menu .left-menu-item span .users.icon {
  margin-right: 23px;
}

#planit-left-menu .left-menu-item span .home.icon {
  margin-right: 22px;
}

#planit-left-menu #avatar-container {
  font-weight: bold;
  font-size: 14px;
  color: rgba(25, 25, 25, 0.9) !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 9px;
}

#planit-left-menu #avatar-container.active,
#planit-left-menu #avatar-container:hover {
  background: #eeeeee !important;
  color: #00b2a9 !important;
}

#planit-left-menu #avatar-container i.dropdown.icon {
  visibility: hidden;
}

#planit-left-menu #avatar-container #user-avatar {
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  width: 100%;
  height: 100%;
  margin: 0px 11px 3px 7px;
}

#planit-left-menu #avatar-container.shrunk {
  padding-left: 1em;
}

#planit-left-menu #avatar-container.shrunk #user-avatar {
  margin-left: 0px;
}

#planit-left-menu .menu.visible,
#planit-left-menu .menu.transition {
  color: rgba(255, 255, 255, 0.9) !important;
  background: #eeeeee !important;
  border-radius: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 250px;
  top: 0 !important;
  z-index: 0 !important;
  letter-spacing: 1px;
}

#planit-left-menu .menu.visible .circular,
#planit-left-menu .menu.transition .circular {
  font-weight: lighter;
  width: 32px;
  height: 32px;
  padding-top: 10px !important;
}

#planit-left-menu .menu.visible .header,
#planit-left-menu .menu.transition .header {
  color: rgba(25, 25, 25, 0.9) !important;
  text-transform: capitalize;
}

#planit-left-menu .menu.visible .header .role-location-list,
#planit-left-menu .menu.transition .header .role-location-list {
  font-weight: lighter;
}

#planit-left-menu .menu.visible .divider,
#planit-left-menu .menu.transition .divider {
  background-color: #eeeeee;
}

#planit-left-menu .menu.visible p,
#planit-left-menu .menu.transition p {
  width: 100% !important;
}

#planit-left-menu .menu.visible .item[role='option'],
#planit-left-menu .menu.transition .item[role='option'] {
  color: rgba(25, 25, 25, 0.9) !important;
}

#planit-left-menu .menu.visible .item[role='option']:hover,
#planit-left-menu .menu.transition .item[role='option']:hover,
#planit-left-menu .menu.visible .item[role='option'].active,
#planit-left-menu .menu.transition .item[role='option'].active {
  background: #00b2a933 !important;
  color: rgba(25, 25, 25, 0.9) !important;
}

#planit-left-menu .menu.visible .user-item__active,
#planit-left-menu .menu.transition .user-item__active {
  background-color: #00b2a933 !important;
}

#planit-left-menu .menu.visible .update-photo__box,
#planit-left-menu .menu.transition .update-photo__box {
  font-weight: lighter;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
}

#planit-left-menu .menu.visible .update-photo__box .icon,
#planit-left-menu .menu.transition .update-photo__box .icon {
  margin-left: 5px;
}

#planit-left-menu .menu.visible .role-switch__main-text,
#planit-left-menu .menu.transition .role-switch__main-text {
  color: #00b2a9;
  font-weight: medium;
  width: 100%;
  right: 0px;
  padding-left: 200px;
}

#content-container > div.ui.grid.event-types-list-grid > div.row.event-types-list-items-row > div > div.ui.active.transition.visible.dimmer {
  z-index: 0 !important;
  padding: 0px 15px !important;
}

#assessments-composite-icon {
  font-size: 1.4em;
  margin-right: 21px;
}

#assessments-composite-icon .fa-file {
  margin-left: 4px;
}

#assessments-composite-icon .fa-tasks {
  transform-origin: 0.5em 0.5em;
  font-size: 0.8em;
  color: #eeeeee;
  margin-top: 6px;
  margin-left: 4px;
}

.role-location-list {
  margin-bottom: 5px;
}

.menu__collapsable-dropdown {
  width: 165px;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  z-index: 4 !important;
}

.role-switch__menu {
  min-width: 245px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-weight: 200;
  max-height: 90vh;
  overflow-y: auto;
}

.role-switch__menu #role-switch__menu__logout-divider {
  margin-bottom: 0 !important;
}

@media only screen and (max-height: 670px) {
  #planit-left-menu * {
    transform: scale(0.95) !important;
  }

  #planit-left-menu .item {
    padding-top: 7.8px !important;
    padding-bottom: 7.8px !important;
  }

  #planit-left-menu i,
  #user-avatar {
    transform: scale(0.8) !important;
  }

  #planit-left-menu #assessments-composite-icon {
    font-size: 1.3em;
    margin-left: 2px;
  }

  #planit-left-menu #assessments-composite-icon .fa-tasks {
    font-size: 0.6em;
    margin-left: 6px;
  }

  #planit-left-menu .fa-file-contract {
    font-size: 1.2em;
    margin-left: 5px;
    margin-right: 23px;
  }

  #planit-left-menu .menu.visible,
  #planit-left-menu .menu.transition {
    left: 99% !important;
  }

  #planit-left-menu .menu.visible .item,
  #planit-left-menu .menu.transition .item {
    transform: unset !important;
    font-size: 13px !important;
  }

  #planit-left-menu.shrunk .menu.visible,
  #planit-left-menu.shrunk .menu.transition {
    left: 4rem !important;
  }
}

@media only screen and (max-height: 580px) {
  #planit-left-menu * {
    transform: scale(0.85) !important;
  }

  #planit-left-menu #assessments-composite-icon {
    font-size: 1.8em;
    margin-right: 13px;
  }

  #planit-left-menu #assessments-composite-icon .fa-file {
    margin-left: 1px !important;
  }

  #planit-left-menu #assessments-composite-icon .fa-tasks {
    margin-left: 4px !important;
  }

  #planit-left-menu .fa-file-contract {
    font-size: 1.8em;
    margin-left: 1px;
  }

  #planit-left-menu.shrunk .menu.visible,
  #planit-left-menu.shrunk .menu.transition {
    left: 3.3rem !important;
  }
}

/*Toast overrides*/

.Toastify__toast-container {
  width: 35vw !important;
}

.ui.message.birch-toast {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ui.message.birch-toast .content {
  width: 70%;
}

.ui.message.birch-toast .content .header {
  font-size: 1.2rem;
}

.ui.message.birch-toast .content .msg {
  font-size: 0.95rem;
}

/*Toast overrides*/

.ui.fluid.selection.dropdown.custom-table-pagination-select {
  max-height: 35.28px;
  height: 100% !important;
  min-height: 2.5rem !important;
  padding: 11px;
}

.ui.fluid.selection.dropdown.custom-table-pagination-select i {
  padding: 10px;
}

.ui.fluid.selection.dropdown.custom-table-pagination-select .text,
.ui.fluid.selection.dropdown.custom-table-pagination-select .item {
  font-size: 12px;
}

.custom-table-footer {
  width: 100% !important;
}

.custom-table-pagination a.active.item {
  background-color: #474b4f !important;
  color: white !important;
}

.custom-table-pagination-select-column.custom-table-pagination-select-column {
  width: 125px !important;
  padding: 0 !important;
  height: 35.28px;
}

.custom-table-pagination-column.custom-table-pagination-column {
  width: calc(100% - 255px) !important;
}

.custom-table.ui.table thead tr th a {
  color: white;
}

.custom-table thead tr th {
  background-color: #474b4f !important;
  min-width: 110px !important;
}

.custom-table thead tr th.small-icon {
  min-width: 3em !important;
}

.custom-table thead tr th.text-long {
  min-width: 350px !important;
}

.custom-table > thead > tr > th:last-child {
  max-width: 40px !important;
  min-width: 40px !important;
  width: 40px !important;
}

.custom-table td span {
  text-overflow: ellipsis !important;
  white-space: nowrap;
  display: block;
}

.custom-table td span .table__short-textable {
  max-width: 135px;
}

.table__cell-selected-background-no-check {
  background-color: #eeeeee !important;
}

.custom-table-clear-sorts,
.custom-table-clear-filters,
.custom-table-add-btn {
  height: 100%;
}

.custom-table-actions .item,
.custom-table-main-actions .item {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

tr.active.active.active.active.active td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.custom-table-main-actions {
  margin-bottom: 16px !important;
}

.custom-table-main-actions .fitted.item .button:not(.custom-table-add-btn) {
  background-color: #474b4f !important;
  color: white !important;
  width: 3.25em;
  height: 38px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 500;
}

.custom-table-main-actions .fitted.item .button:not(.custom-table-add-btn) .icons i {
  color: white !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.custom-table-main-actions .fitted.item .button:not(.custom-table-add-btn) .icons i.corner {
  left: 80%;
  font-size: 0.6rem;
}

.custom-table-add-btn {
  background: #474b4f !important;
  color: white !important;
  font-size: 1rem !important;
  height: 38px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 500 !important;
}

.custom-table-add-btn i {
  color: #474b4f !important;
  background-color: white !important;
}

.custom-table-add-btn .add.tiny.circular.icon {
  margin-left: 6px !important;
}

.custom-table-add-btn:hover {
  border: 1px solid #00b2a9 !important;
}

.custom-table-add-row-btn-inverted {
  background: white !important;
  border: 1px solid #474b4f !important;
  color: #474b4f !important;
  font-size: 1rem !important;
  height: 38px;
}

.custom-table-add-row-btn-inverted i {
  background-color: #474b4f !important;
  color: white !important;
}

/*Expanded rows*/

.custom-table-expand-column {
  width: 3% !important;
}

.custom-table-expanded-row td {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.custom-table-expanded-row-parent td {
  padding-bottom: 0 !important;
}

.row-disable-layout {
  color: #b0b0b0;
}

.row-disable-layout .question-bank__cell__tag.question-bank__cell__tag {
  background-color: #eeeeee9d;
  color: #b0b0b0;
}

.custom-table-expand-icon {
  cursor: pointer;
  font-size: 14px !important;
  color: #474b4f;
}

.custom-table__checkbox-invisible svg {
  display: none;
}

/*Expanded rows*/

/*Extra inline actions*/

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions {
  border: 0 !important;
  box-shadow: none !important;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions:hover {
  box-shadow: none !important;
  border: 0 !important;
  background: none;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions button {
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 0.5rem !important;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions button i {
  font-size: 18px !important;
  color: #474b4f;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions button:hover,
.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions button:active {
  box-shadow: none !important;
  background: none !important;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions .toggle.toggle.toggle.toggle {
  width: 2rem !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions .toggle.toggle.toggle.toggle input {
  width: 2rem !important;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions .toggle.toggle.toggle.toggle label {
  padding: 0 !important;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions :last-child.button {
  padding-right: 0 !important;
}

.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions.custom-table-extra-inline-actions :last-child.toggle {
  margin-right: 0 !important;
}

.padding-right-zero {
  padding-right: 0 !important;
}

/*Extra inline actions*/

/* FILTERS*/

/*Semantic ui tables override*/

.ui.table thead tr th.selectable {
  padding: 0;
  cursor: pointer;
}

.ui.table thead tr th.selectable .filter {
  margin-left: 4px;
}

.ui.table thead tr th a .filter {
  margin-left: 2px;
}

.ui.table thead tr th {
  line-height: 14px;
}

.ui.table thead th {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.ui.table thead th b {
  margin-right: 5px;
  padding-right: 0px !important;
}

.ui.table thead th a {
  margin-right: 5px;
  padding-right: 0px !important;
}

.ui.table thead tr th.selectable > a:not(.ui) {
  display: block;
  color: inherit;
  padding: 0.78571429em 0.78571429em;
}

.options-filter {
  min-width: 15rem;
}

.options-filter .select-field {
  padding-right: 0 !important;
}

.options-filter .select-field .selection.dropdown {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.options-filter .filter-button-field {
  padding-left: 0 !important;
}

.options-filter .filter-button-field button {
  height: 100%;
  border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
}

.dates-filter .filter-button-field button {
  border-radius: 0.28571429rem !important;
}

.dates-filter form {
  width: 21rem !important;
}

.dates-filter .small.table * {
  font-size: 1.03em !important;
}

.dates-filter .small.table {
  min-width: 100% !important;
}

.checkbox-filter .filter-button-field button {
  border-radius: 0.28571429rem !important;
}

.textbox-filter input {
  font-size: 1.5em !important;
}

/* FILTERS*/

/*toggle*/

table > tbody > tr > td .ui.toggle.checkbox {
  min-height: 1.3rem !important;
}

table > tbody > tr > td .ui.toggle.checkbox input {
  height: 1.3rem !important;
}

table > tbody > tr > td .ui.toggle.checkbox .box,
table > tbody > tr > td .ui.toggle.checkbox label {
  min-height: 1.3rem !important;
  padding-left: 3rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  width: 1rem;
}

table > tbody > tr > td .ui.toggle.checkbox .box:after,
table > tbody > tr > td .ui.toggle.checkbox label:after {
  width: 1.3rem !important;
  height: 1.3rem !important;
  z-index: 1;
}

table > tbody > tr > td .ui.toggle.checkbox .box:before,
table > tbody > tr > td .ui.toggle.checkbox label:before {
  width: 2rem !important;
  height: 1.3rem !important;
  border-radius: 1.3rem !important;
}

table > tbody > tr > td .ui.toggle.checkbox input:checked ~ .box:after,
table > tbody > tr > td .ui.toggle.checkbox input:checked ~ label:after {
  left: 0.9rem !important;
}

/*toggle*/

/*full width table*/

.full-width {
  width: 100%;
}

/*full width table*/

.menu-item-download {
  padding: 0px !important;
}

.transparent-btn {
  background-color: transparent !important;
  border: solid 1px lightgray !important;
}

.black-btn {
  background-color: #474b4f !important;
  border: solid 1px lightgray !important;
  color: white !important;
}

.custom-table-upload-btn svg {
  font-size: 1.75rem;
}

.custom-table-hoverable-btn {
  box-shadow: none !important;
  border: none !important;
  height: 38px !important;
}

.custom-table-hoverable-btn:hover {
  border: 1px solid #00b2a9 !important;
}

.custom-table-hoverable-btn i {
  opacity: 1 !important;
  color: white !important;
}

.custom-table-upload-btn {
  width: 38px;
  height: 38px;
  padding: 5px !important;
}

.custom-table-upload-btn__up-down:hover {
  color: #00b2a9 !important;
  border: 1px solid #00b2a9 !important;
}

/*Semantic ui tables override*/

.bottom.right.popup.transition.visible {
  left: 9px !important;
}

.table__flex-container {
  overflow-x: scroll;
  height: 70vh;
  margin-bottom: 10px;
  scrollbar-width: thin;
}

.table__flex-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 3px;
  background-color: rgba(71, 75, 79, 0.63);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.table__flex-container::-webkit-scrollbar-track {
  border-radius: 10px;
}

.full-width.table__flex-container::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

:hover .full-width.table__flex-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.table__flex-container > table > thead > tr > th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-general__pagination-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}

.table-general__pagination-container .custom-table-pagination-select {
  width: 100px !important;
  margin-left: 20px;
}

.table-general__pagination-container .custom-table-pagination-total-rows {
  margin-left: 10px;
  padding: 11px;
}

.custom-table-hide-column-btn i.large.icon {
  line-height: 0.83333333em;
  height: 0.83333333em;
}

.table__span-max-width-fit-content {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

.custom-table tbody tr:last-child td {
  border-bottom: 1px solid #2224261a;
}

.modal-content.user-imports .custom-table thead tr th:first-of-type {
  min-width: 0 !important;
}

.modal-content.user-imports .custom-table td span {
  white-space: pre-wrap;
}

.filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 97%;
  margin-top: -8px;
  padding: 0px 15px !important;
  z-index: 10;
}

.filters-wrapper .filter {
  margin-top: 8px;
  margin-right: 16px;
  min-height: 38px;
  height: 38px;
}

.filters-wrapper .filter-dates .input {
  min-width: -webkit-max-content;
  min-width: max-content;
}

.filters-wrapper .planit-user-dropdown div.text {
  font-weight: normal !important;
}

.table__filters-share-main-actions {
  margin-bottom: -36px !important;
  padding: 0px 15px !important;
}

.ui.secondary.stackable.right.floated.custom-table-main-actions.menu {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

.ui.secondary.stackable.right.floated.custom-table-main-actions.menu div .fitted.item .ui.mini.icon.button.custom-table-add-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@media all and (max-height: 750px) {
  .table__flex-container {
    overflow: scroll;
    height: 58vh;
  }
}

@media all and (min-width: 1300px) {
  .custom-table td span .table__short-text {
    max-width: 170px;
  }
}

.main-tab {
  height: 100%;
  width: 100%;
  padding: 0px 15px;
}

.main-tab .ui.pointing.secondary.menu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 3px solid #474b4f;
}

.main-tab .ui.pointing.secondary.menu .item {
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  border-bottom: 3px solid #474b4f;
  margin: 0em 0em -3px;
}

.main-tab .ui.pointing.secondary.menu .active.item,
.main-tab .ui.pointing.secondary.menu .active.item:hover {
  margin: 0em 0em -3px;
  border-bottom-width: 3px;
  color: #00b2a9;
  border-bottom-color: #00b2a9;
}

.main-tab .ui.pointing.secondary.menu .item:hover {
  margin: 0em 0em -3px;
  border-bottom-width: 3px;
  color: #00b2a9;
  border-bottom-color: #00b2a9;
}

.main-tab .ui.segment.active.tab {
  height: 99%;
  border: none;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.main-tab.sub-tab .ui.pointing.secondary.menu {
  border-bottom: none !important;
}

.main-tab.sub-tab .ui.pointing.secondary.menu .active.item,
.main-tab.sub-tab .ui.pointing.secondary.menu .active.item:hover {
  color: #b0b0b0;
  border-bottom-color: #b0b0b0;
}

.main-tab.sub-tab .ui.pointing.secondary.menu .item:hover {
  color: #b0b0b0;
  border-bottom-color: #b0b0b0;
}

.useful-link-form-group .field {
  z-index: 11;
}

.custom-rte.rte-30vh .public-DraftEditor-content {
  max-height: 30vh;
  height: 30vh !important;
}

.custom-check-box.custom-position {
  margin-top: 29px !important;
}

.new-event-type__color-picker-wrap {
  max-width: 60px;
}

.ui.mini.vertical.menu.new-event-type__custom-menu {
  width: 100%;
  margin: 0 !important;
}

#left-column > div:nth-child(1) > div.right.aligned.middle.aligned.five.wide.computer.four.wide.widescreen.column.field-title.required.field {
  max-width: 88px !important;
  line-height: 18px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ui.buttons.filter-button-group {
  width: 150px;
}

.ui.buttons.filter-button-group.three-btns {
  width: 245px;
}

.ui.buttons.filter-button-group.fix-height .button {
  height: 2.9em;
}

.ui.buttons.filter-button-group.green .button.active {
  color: white !important;
  font-weight: 700 !important;
  letter-spacing: 0.24px;
  background-color: #00b2a9 !important;
  border: 1px solid #00b2a9 !important;
}

.ui.buttons.filter-button-group.green .button.active.gray-border {
  border: 1px solid #00b2a9 !important;
}

.ui.buttons.filter-button-group .button:not(.active) {
  color: #b0b0b0 !important;
  font-weight: 700 !important;
  letter-spacing: 0.24px;
  background-color: white !important;
}

.ui.buttons.filter-button-group .button:not(.active).gray-border {
  color: #474b4f !important;
}

.ui.buttons.filter-button-group .button.active {
  background-color: #474b4f !important;
  color: white !important;
  font-weight: 700 !important;
  letter-spacing: 0.24px;
  border: 1px solid #474b4f;
}

.ui.buttons.filter-button-group .button.active.gray-border {
  border: 1px solid #474b4f !important;
}

.ui.buttons.filter-button-group .button:first-child {
  border-right: 1px solid #474b4f;
  border-top: 1px solid #474b4f;
  border-bottom: 1px solid #474b4f;
  border-left: 1px solid #474b4f;
  width: 52.01px !important;
}

.ui.buttons.filter-button-group .button:first-child.gray-border {
  border-right: 1px solid #dedfdf;
  border-top: 1px solid #dedfdf;
  border-bottom: 1px solid #dedfdf;
  border-left: 1px solid #dedfdf;
}

.ui.buttons.filter-button-group .button.middle {
  border-top: 1px solid #474b4f;
  border-right: 1px solid #474b4f;
  border-bottom: 1px solid #474b4f;
  width: 75px !important;
  padding: 11px !important;
}

.ui.buttons.filter-button-group .button.middle.gray-border {
  border-top: 1px solid #dedfdf;
  border-right: 1px solid #dedfdf;
  border-bottom: 1px solid #dedfdf;
}

.ui.buttons.filter-button-group .button:last-child {
  border-right: 1px solid #474b4f;
  border-top: 1px solid #474b4f;
  border-bottom: 1px solid #474b4f;
  border-left: 0 solid;
  width: 52.01px !important;
}

.ui.buttons.filter-button-group .button:last-child.gray-border {
  border-right: 1px solid #dedfdf;
  border-top: 1px solid #dedfdf;
  border-bottom: 1px solid #dedfdf;
}

.event-wrapper {
  padding: 0px 15px !important;
}

.event-types-list-wrapper {
  padding: 0px 0px 0px 15px !important;
}

.event-types-options-list-wrapper {
  padding: 0px 15px 0px 0px !important;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.event-types-list-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0px !important;
}

.event-types-list-grid .event-types-list-filter-row {
  padding: 0 !important;
}

.event-types-list-grid .event-types-list-filter-row .form {
  width: 100%;
}

.event-types-list-grid .event-types-list-filter-row .form .fields {
  flex-direction: row-reverse !important;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .field div.default.text,
.event-types-list-grid .event-types-list-filter-row .form .fields .field input::placeholder {
  color: #b0b0b0 !important;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .field div.input > input {
  width: 175px;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .field div.ui.dropdown {
  min-width: 150px;
}

.event-types-list-grid .event-types-list-filter-row .form .fields div.ui.dropdown {
  max-height: 2.96428571em;
}

.event-types-list-grid .event-types-list-filter-row .form .fields #event-type-search-input div.ui.icon.input {
  height: 2.964em !important;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .event-type-filter-icon-btn {
  height: 38px !important;
}

.event-types-list-grid .event-types-list-filter-row .form .fields #add-event-type {
  height: 48px !important;
}

.event-types-list-grid .event-types-list-filter-row .form .fields #add-event-type button {
  height: 38px !important;
  padding: 7.5% 18px;
}

.event-types-list-grid .event-types-list-filter-row .form .fields #add-event-type button i {
  margin: 0;
  margin-left: 5px;
  color: white;
  opacity: 1;
  font-size: 1.2rem;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .new-event-btn-form button {
  min-width: 125px !important;
  max-width: 125px !important;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .event-type-hide-filters-btn {
  padding-top: 0.7rem;
  padding-bottom: 0.65rem;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  line-height: 1;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .event-type-hide-filters-btn > i.icons i.corner.hide-filter {
  text-shadow: unset !important;
  color: white !important;
  opacity: 1;
  background-color: red;
  border-radius: 1em;
  font-size: 0.7rem;
  height: 12px;
  width: 12px;
  line-height: 11px;
  left: 44%;
  bottom: 10%;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .event-type-hide-filters-btn > i.icons i:not(.corner) {
  font-size: 1.6rem;
  color: white;
  opacity: 1;
  margin: 0 !important;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .event-type-filter-by-update-flag-btn {
  padding-top: 0.7rem;
  padding-bottom: 0.65rem;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  line-height: 1;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .event-type-filter-by-update-flag-btn > i.icons i.corner.hide-filter {
  text-shadow: unset !important;
  color: white !important;
  opacity: 1;
  background-color: red;
  border-radius: 1em;
  font-size: 0.7rem;
  height: 12px;
  width: 12px;
  line-height: 11px;
  left: 44%;
  bottom: 10%;
}

.event-types-list-grid .event-types-list-filter-row .form .fields .event-type-filter-by-update-flag-btn > i.icons i:not(.corner) {
  font-size: 1.6rem;
  color: white;
  opacity: 1;
  margin: 0 !important;
}

.event-types-list-grid .event-types-list-error-row .ui.error.message {
  width: 100%;
}

.event-types-list-grid .events-home-page__table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(5) {
  min-width: 130px !important;
}

.event-types-list-grid .events-home-page__table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(9) {
  min-width: 130px !important;
}

.event-types-list-grid .events-home-page__table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(11) {
  min-width: 160px !important;
}

.event-types-list-grid .events-home-page__table .request-event__filter-buttons {
  margin-right: 6px;
}

.event-types-list-grid .events-home-page__table .ui.secondary.stackable.right.floated.custom-table-main-actions.menu .fitted.item {
  align-self: flex-start !important;
  margin: 6px 0px 0px 16px;
}

.event-types-list-grid .event-types-list-items-row {
  min-height: calc(100vh - 16em);
  max-height: calc(100vh - 16em);
  padding: 0 !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item {
  min-height: 145px !important;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  background-color: #eeeeee;
  margin: 1em 0;
  border-radius: 8px;
  padding: 4px 4px 4px 20px;
  display: block !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item.inactive-event-type__item {
  opacity: 0.4;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .row-0 {
  padding-bottom: 10 !important;
  height: 30% !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .row-0 h3 {
  margin: 0 0 0 10px;
  font-size: 16px;
  text-transform: none !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .row-0 .label {
  max-height: 2em !important;
}

@media only screen and (min-width: 1600px) {
  .event-types-list-grid .event-types-list-items-row .event-types-list-item .column-1.column-1.column-1 {
    width: 18% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column {
    width: 37% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-2 {
    width: 25% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-3 {
    width: 22% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-4 {
    width: 16% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-5 {
    width: 25% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .column-6.column-6.column-6 {
    width: 33% !important;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  .event-types-list-grid .event-types-list-items-row .event-types-list-item .column-1.column-1.column-1 {
    width: 18% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column {
    width: 40% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-2 {
    width: 25% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-3 {
    width: 27% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-4 {
    width: 25% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-5 {
    width: 23% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .column-6.column-6.column-6 {
    width: 30% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .event-types-list-grid .event-types-list-items-row .event-types-list-item .column-1.column-1.column-1 {
    width: 18% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column {
    width: 40% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-2 {
    width: 25% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-3 {
    width: 25% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-4 {
    width: 25% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column.central-column.central-column .column-5 {
    width: 25% !important;
  }

  .event-types-list-grid .event-types-list-items-row .event-types-list-item .column-6.column-6.column-6 {
    width: 30% !important;
  }
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .row-1 {
  height: 70% !important;
  padding-top: 0 !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-1 {
  width: 20% !important;
  padding-left: 25px !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column {
  width: 35% !important;
  padding: 0 10px !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column .column-2 {
  width: 26% !important;
  padding: 12px 6px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column .column-2 h5 {
  margin-bottom: 0.4em;
  font-size: 14px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column .column-3 {
  width: 23% !important;
  padding: 12px 6px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column .column-3 h5 {
  margin-bottom: 0.4em;
  font-size: 14px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column .column-4 {
  width: 17% !important;
  padding: 12px 6px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column .column-4 h5 {
  margin-bottom: 0.4em;
  font-size: 14px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column .column-5 {
  width: 30% !important;
  padding: 12px 6px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .central-column .column-5 h5 {
  margin-bottom: 0.4em;
  font-size: 14px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-6 {
  width: 33% !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-6 h5 {
  margin-bottom: 0.4em;
  font-size: 14px;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 {
  width: 10% !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox {
  min-height: 1.3rem !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox input {
  height: 1.3rem !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox .box,
.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox label {
  min-height: 1.3rem !important;
  padding-left: 3rem !important;
  width: 1rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox .box:after,
.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox label:after {
  width: 1.3rem !important;
  height: 1.3rem !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox .box:before,
.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox label:before {
  width: 2rem !important;
  height: 1.3rem !important;
  border-radius: 1.3rem !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox input:checked ~ .box:after,
.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 .ui.toggle.checkbox input:checked ~ label:after {
  left: 0.9rem !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .column-7 i.ellipsis {
  margin-left: 8%;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .event-type-label {
  margin: 2px;
  line-height: 18px;
  padding: 0.2em 0.8em !important;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .event-type-label.label-1 {
  background-color: white;
  border: 1px solid #00b2a9;
  color: #00b2a9;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .event-type-label.label-2 {
  color: white;
  border: 1px solid #00b2a9;
  background-color: #00b2a9;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .event-type-label.label-3 {
  color: #222629;
  border: 1px solid #222629;
  background-color: transparent;
}

.event-types-list-grid .event-types-list-items-row .event-types-list-item .event-type-label.label-4 {
  color: #474b4f;
  border: 1px solid #dedfdf;
  background-color: #dedfdf;
}

.event-type-pop-up {
  padding: 5px !important;
}

.event-type-pop-up .menu.event-type-pop-menu .item {
  font-size: 14px;
  margin: 0 !important;
  padding: 7px !important;
}

#new-event-modal {
  background: linear-gradient(to left, #ffffff 56.25%, #00b2a9 43.75%);
  width: 80vw !important;
  height: 90vh;
}

#new-event-modal .error.message {
  margin: 10px 10px -18px 10px;
  z-index: 99;
}

#new-event-modal .image.content {
  min-height: 70vh;
  padding: 0 !important;
  border-radius: 8px;
}

#new-event-modal .image.content .container {
  margin: 0 !important;
  width: 100% !important;
}

#new-event-modal .image.content .container #new-event-form {
  height: 90vh;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid {
  margin: 0;
  height: 100%;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid .fields {
  margin-bottom: 0;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column {
  background-color: #00b2a9;
  border-radius: 8px 0 0 8px;
  padding: 20px 16px;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .icon-selector-wrapper {
  height: 36px !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .fit-content-column {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .editing-title {
  background-color: #00b2a9 !important;
  color: white;
  font-weight: 700;
  font-size: 14px;
  border: 1px white solid;
  border-radius: 4px;
  padding: 9px;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .field-title {
  font-size: 14px;
  color: white;
  letter-spacing: 0.24px;
  line-height: 2.5em;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .required.field::after {
  margin: -0.2em 0em 0em 0.2em;
  content: ' *';
  color: #db2828;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .group-title {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.24px;
  padding-left: 13px;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .field {
  margin: 0 !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .field div.dropdown {
  min-width: 50px;
  max-width: 50px;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .field .dropdown.full-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .row.no-padding {
  padding: 0;
  margin-bottom: 1em;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .row.no-padding .required.field::after {
  display: contents;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .row.no-padding.first {
  padding-top: 1rem;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .row > div.dropdown {
  min-width: 100% !important;
  max-width: 100% !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .field-group .row {
  margin-bottom: 1em;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .field-group-grid:not(:last-child):not(:first-child) {
  margin: 15px 0;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .field-group-grid:last-child {
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .field-group-grid:first-child {
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .inverted-chckbx span {
  position: relative;
  bottom: 4px;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #left-column .inverted-chckbx .ui.checkbox {
  margin-right: 12px;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column {
  padding: 20px 16px;
  background-color: white;
  border-radius: 0 8px 8px 0;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .green-group-title {
  color: #00b2a9;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.24px;
  margin-bottom: 0.5em;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid {
  border-bottom: 1px solid #eeeeee;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5em;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.error.error.error.error.error.error * {
  color: #9f3a38 !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.error.error.error.error.error.error .status-label {
  border: 1px solid #9f3a38 !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.error.error.error.error.error.error i.add-status-role.add-status-role.add-status-role {
  color: #9f3a38 !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.error.error.error.error.error.error i.add-config-role.add-config-role.add-config-role {
  background-color: #9f3a38 !important;
  color: whitesmoke !important;
  border: 1px solid #9f3a38;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.inactive:not(.error) * {
  color: #b0b0b0 !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.inactive:not(.error) .status-label {
  border: 1px solid #b0b0b0 !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.inactive:not(.error) i.add-status-role.add-status-role.add-status-role {
  color: #b0b0b0 !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.inactive:not(.error) i.add-config-role.add-config-role.add-config-role {
  background-color: grey !important;
  color: #b0b0b0 !important;
  border: 1px solid grey;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid.extra-margin-bottom {
  margin-bottom: 30px;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .status-row-1-p span.status-name {
  font-size: 14px;
  color: #222629;
  font-weight: bold;
  letter-spacing: 0.24px;
  margin-right: 1em;
  text-transform: uppercase;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .status-row-1-p i.add-status-role {
  margin-left: 1em;
  font-size: 19px !important;
  color: #222629 !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .status-row-1-p .status-label {
  border: 1px solid #222629;
  background-color: transparent;
  color: #222629;
  letter-spacing: 0.24px;
  font-weight: 700;
  margin: 1px !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .status-row-1-p .status-label i {
  margin: 0 !important;
  color: #222629;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox {
  min-height: 1.3rem !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox input {
  height: 1.3rem !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox .box,
#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox label {
  min-height: 1.3rem !important;
  padding-left: 3rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  width: 1rem;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox .box:after,
#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox label:after {
  width: 1.3rem !important;
  height: 1.3rem !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox .box:before,
#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox label:before {
  width: 2rem !important;
  height: 1.3rem !important;
  border-radius: 1.3rem !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox input:checked ~ .box:after,
#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-1 .ui.toggle.checkbox input:checked ~ label:after {
  left: 0.9rem !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-2 .status-row-2-p span.status-row-2-ptitle {
  font-size: 12px;
  color: #222629;
  font-weight: 700;
  letter-spacing: 0.21px;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-2 .status-row-2-p i.add-config-role {
  margin-left: 1em;
  font-size: 16px !important;
  background-color: #474b4f !important;
  border-radius: 4px !important;
  border: 1px solid #474b4f;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .field-group-grid .status-row-2 .status-row-2-p i.add-config-role.active {
  color: #00b2a9 !important;
  border: 1px solid #00b2a9;
  background-color: white !important;
}

#new-event-modal .image.content .container #new-event-form #new-event-form-grid #right-column .event-types-modal-actions {
  position: absolute;
  bottom: 32px;
  right: 16px;
}

#new-event-modal .image.content .container #new-event-form .main-tab .ui.pointing.secondary.menu {
  border: 0;
}

#new-event-modal .image.content .container #new-event-form .main-tab .ui.pointing.secondary.menu .item {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

#new-event-modal .image.content .container #new-event-form .main-tab .ui.pointing.secondary.menu .active.item,
#new-event-modal .image.content .container #new-event-form .main-tab .ui.pointing.secondary.menu .item:hover {
  border-bottom-color: #eaaa00;
}

.field-group-description-popup {
  width: 175px;
}

.status-actors-popup {
  padding: 4px !important;
}

.status-actors-popup .menu a.item.item.item {
  margin: 0 !important;
  z-index: 4 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  color: #222629 !important;
  font-weight: 700;
  letter-spacing: 0.24px;
}

.status-actors-popup .menu a.item.item.item:hover {
  background-color: #474b4f !important;
  color: white !important;
}

.status-config-popup {
  padding: 12px !important;
  width: -webkit-max-content !important;
  width: max-content !important;
  min-width: 190px !important;
  max-width: 25em !important;
}

.status-config-popup .checkbox label {
  font-size: 14px !important;
  color: #222629 !important;
  font-weight: 700;
  letter-spacing: 0.24px;
}

.status-config-popup i.popup-icon {
  color: #b0b0b0;
  font-size: 14px;
  cursor: pointer;
}

.status-config-popup i.popup-icon.active {
  color: #00b2a9;
}

.status-config-popup .content:not(.floated) {
  margin-right: 5em !important;
}

.event-workflow__item__icon {
  padding-bottom: -20px !important;
  position: absolute;
  left: 10px;
}

#event-type-request-creators a.ui.label[value='FactoryLead'] {
  pointer-events: none !important;
  height: 22px !important;
}

#event-type-request-creators a.ui.label[value='FactoryLead'] i {
  visibility: hidden;
  width: 0 !important;
}

#event-type-request-creators a.ui.label[value='FactoryLead'] i:before {
  content: '';
}

@media all and (max-width: 1700px) {
  .event-types-list-grid {
    padding: 0px !important;
  }

  .event-types-list-grid .event-types-list-filter-row .form {
    width: 100%;
  }

  .event-types-list-grid .event-types-list-filter-row .form .fields .field {
    padding-bottom: 5px;
  }

  #new-event-modal#new-event-modal#new-event-modal {
    width: 95vw !important;
  }
}

.planit-eventform-comments {
  min-width: 100%;
  min-height: 100%;
  font-weight: bold;
}

.planit-eventform-comments-readonly {
  opacity: 0.6;
}

.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container {
  background-color: #474b4f;
}

.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container h2 {
  color: white;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container div:not(.stepper-back) div div div a,
.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container div:not(.stepper-back) div div div span {
  line-height: 24px !important;
  font-weight: 300 !important;
  letter-spacing: 0.24px !important;
}

.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container div:not(.stepper-back) div div div img {
  width: 100%;
  color: white;
  font-weight: 300 !important;
  letter-spacing: 0.24px !important;
  display: inline-flex;
}

.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container div:not(.stepper-back) div div a,
.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container div:not(.stepper-back) div div div {
  font-weight: 300 !important;
  letter-spacing: 0.24px !important;
}

.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container div:not(.stepper-back) div div div:empty:nth-last-child(1) {
  border-top: 2px solid #b0b0b0 !important;
}

.stepper-container.stepper-container.stepper-container.stepper-container.stepper-container div:not(.stepper-back) div div div:empty:nth-last-child(2) {
  border-top: 2px solid #b0b0b0 !important;
}

* {
  list-style: none;
}

.form__modal__right-container__chat .ui.attached.tabular.menu {
  height: 53px;
}

.form__modal__right-container__chat .ui.dividing.header {
  margin-top: 0px !important;
}

.form__modal__right-container__chat > div:first-of-type {
  height: 100%;
}

.form__modal__right-container__chat > div:first-of-type .tab.tab-panes-chat {
  height: calc(100% - 53px);
}

.form__modal__right-container__chat > div:first-of-type .tab.tab-panes-chat .dimmed.dimmable {
  height: calc(100% - 95px);
  background-color: #eeeeee;
}

.form__modal__right-container__chat > div:first-of-type .tab.tab-panes-chat .ui.segment {
  margin-bottom: 0px !important;
}

.form__modal__right-container__chat > div:first-of-type .tab.tab-panes-chat .chat-div {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #eeeeee;
  scroll-behavior: smooth;
  transition: 0.9s;
  border: none;
  border-style: none;
  max-height: 590px;
  min-height: 100%;
}

.events-chat__write-section {
  background-color: #f9f9f9 !important;
  height: 95px;
}

.events-chat__write-section .field {
  height: 100%;
}

.events-chat__write-section .field .chat-input-div {
  width: 100%;
  height: 100%;
}

.events-chat__write-section .field .chat-input-div .chat__textarea-message {
  padding: 20px;
  padding-right: 20%;
  resize: none;
  font-weight: bold;
  line-height: 14px;
  overflow-y: hidden;
  border: none;
  border-radius: 0px;
  background-color: transparent;
  height: 100%;
}

.tab-panes-chat {
  background-color: #eeeeee !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: none !important;
  min-height: 95%;
}

.chat__textarea-container {
  padding-right: 0px;
  width: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  resize: none;
}

.chat__textarea-message {
  padding-right: 20% !important;
  font-weight: 600;
  background-color: #f9f9f9 !important;
  border: none !important;
}

.chat-button-div {
  width: 20%;
  padding-bottom: 5px;
  position: absolute;
  right: 16px;
  top: 14px;
  padding-left: 20px;
}

.chat-button-div .chat-button {
  align-content: right;
  align-items: right;
  height: 100%;
}

.comment-own-color {
  background-color: #e2d5b1;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
  margin-left: 3em;
  width: 85%;
  border-radius: 3px;
}

.comment-own-color .comment {
  padding-right: 5px !important;
}

.comment .text {
  font-weight: bold !important;
}

.comment .text.other-author {
  color: #59cba8 !important;
}

.comment-basic-color {
  background-color: #ffffff;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: 0.1em;
  text-align: left;
  width: 85%;
  border-radius: 3px;
}

.comment-system-color {
  background-color: #8cb2df;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: 0.1em;
  text-align: left;
  width: 85%;
  border-radius: 3px;
}

.comment-metadata {
  text-align: right !important;
  padding-right: 10px;
  padding-bottom: 5px;
}

.chat-container-btn {
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  border-radius: 0% !important;
}

.chat-div-request__users-icon-btn {
  background-color: #474b4f !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 100% !important;
  color: white;
}

.chat-div__users-icon-btn {
  background-color: #474b4f !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 100% !important;
  color: white;
  padding-top: 5px !important;
}

.chat-div__users-icon {
  color: white !important;
  font-size: 18px;
  vertical-align: middle !important;
}

.chat-div__users-icon-btn-students {
  background-color: #8031a7 !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 100% !important;
  color: white;
  padding-top: 5px !important;
}

.chat-div__users-icon-students {
  color: white !important;
  background: purple;
  font-size: 18px;
}

.chat-selected-tab {
  background-color: #eeeeee !important;
}

.form__request-chat-container > div:first-of-type {
  height: 90%;
}

.form__request-chat-container .ui.segment.dimmed.dimmable {
  margin-bottom: 0px !important;
  background-color: #eeeeee !important;
}

.form__request-chat-container .chat-div.scroll {
  min-height: 100%;
}

@media all and (min-height: 700px) {
  .form__modal__right-container__chat .chat-div {
    max-height: 800px !important;
  }
}

.employee-search__modal {
  transform: translateY(10vh);
}

.employee-search__modal .ui.custom-table thead tr th:first-of-type {
  min-width: unset !important;
}

.employee-search__modal .full-width.table__flex-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.employee-search__modal .table__flex-container {
  overflow-x: hidden;
}

.employee-search__modal .employee-search-filter {
  margin-right: 12px;
  margin-bottom: 12px;
}

.employee-search__modal .ui.inline.dropdown.employee-search-filter .dropdown.icon {
  margin: -1em;
}

.employee-search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.employee-search__modal .custom-table-main-actions {
  display: none !important;
}

.ui.container.student-list-table {
  min-height: 40vh;
}

.student-list-table .table__flex-container {
  max-height: 50vh !important;
}

.choose-instructor-form__table-wrapper .full-width.table__flex-container {
  height: 40vh;
  overflow-x: hidden;
}

.choose-instructor-form__table-wrapper .ui.right.floated.menu {
  display: none;
}

.ui.header.modal-header-title {
  padding-top: 1rem;
  padding-left: 2rem;
  letter-spacing: 0.28px;
  color: #222629;
  opacity: 1;
}

.ui.modal > .content.modal-content {
  padding-left: 3rem;
  padding-right: 3rem;
}

.add-participants-button {
  background: #00b2a9 0% 0% no-repeat padding-box;
  border-radius: 4px;
  min-width: 125px;
}

.selected-icon-cell {
  width: 50px;
}

.ui.celled.grid.students-list-grid {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-top: 0px;
  margin-left: 5px;
  box-shadow: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui.celled.grid.students-list-grid div.row:first-child {
  border-radius: 4px 4px 0px 0px !important;
  border-top: 1px solid #dedfdf !important;
}

.ui.celled.grid.students-list-grid div.row:last-child {
  border-bottom: 1px solid #dedfdf !important;
  border-bottom-right-radius: 4px;
}

.ui.celled.grid.students-list-grid div.row {
  box-shadow: none;
  border-bottom: 0.5px solid #dedfdf !important;
  border-top: 0.5px solid #dedfdf !important;
  border-left: 1px solid #dedfdf !important;
  border-right: 1px solid #dedfdf !important;
}

.ui.celled.grid.students-list-grid div.row > .column {
  padding: 6px;
  box-shadow: none;
}

.ui.celled.grid.students-list-grid div.row > div.center.aligned.one.wide.column {
  width: 23px !important;
}

.ui.table.events-form-requests-list {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1) !important;
}

.ui.table.events-form-requests-list > thead > tr > th {
  color: black;
  font-weight: normal;
  padding: 6px;
  padding-bottom: 8px !important;
}

.ui.table.events-form-requests-list > tbody > tr > td {
  border-top: none;
  padding: 6px;
}

.ui.table.events-form-requests-list > tbody > tr.bold-row {
  font-weight: bold;
}

.ui.table.events-form-requests-list > thead > tr > th:first-child {
  padding-left: 1em !important;
}

.ui.table.events-form-requests-list > tbody > tr > td:first-child {
  padding-left: 1em !important;
}

.ui.grid.event-pause-period-grid {
  margin-left: 0;
  margin-right: 0;
}

.ui.grid.event-pause-period-grid > div.row {
  padding-top: 3px;
  padding-bottom: 3px;
}

.ui.grid.event-pause-period-grid > div.row > div.column {
  padding-right: 4px;
  padding-left: 4px;
}

.ui.grid.event-pause-period-grid div.ui.dropdown,
.ui.grid.event-pause-period-grid div.ui.fields,
.ui.grid.event-pause-period-grid div.inline.fields,
.ui.grid.event-pause-period-grid input,
.ui.grid.event-pause-period-grid div.planit-events-periods {
  height: 32px;
}

.requests-events-wizard___modal {
  min-width: 80%;
}

.requests-events-wizard___modal > div.content {
  min-height: 50vh;
}

.requests-events-wizard___modal .wizard__form__margin {
  margin-top: 39px;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  padding: 10px 32px 32px !important;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper .hidden {
  display: none;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper .wizard__go-back-btn {
  min-width: 100px;
  color: #474b4f;
  background-color: #dedfdf;
  min-height: 32px;
  padding: 0px;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper .wizard__go-back-btn .icon {
  background-color: #dedfdf !important;
  padding: 0px !important;
  font-weight: 600;
  font-size: 14px;
  color: #474b4f;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper .wizard__go-back-btn.hidden {
  visibility: hidden !important;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper .wizard__go-back-btn:hover {
  background-color: #dedfdf !important;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper .ui.positive.button {
  margin-left: 16px;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper .form__align-right-btns {
  width: 100%;
}

.requests-events-wizard___modal .actions.wizard__action-buttons-wrapper .multi__wizard__dropdown.ui.inline.dropdown .dropdown.icon {
  margin: -10px 0px !important;
}

.requests-events-wizard___modal .form__header__row-icon {
  color: transparent;
}

.requests-events-wizard___modal .wizard__basic-step__container {
  margin-top: 39px;
}

.requests-events-wizard___modal .wizard__step2__machine-related h3 {
  font-size: 14px;
}

.requests-events-wizard___modal .wizard__step2__machine-related .wizard__step2__machine-related__content .wizard__mr-table .mr-table__column-title {
  background-color: transparent !important;
  border-bottom: 1px solid #dedfdf;
}

.requests-events-wizard___modal .wizard__step2__machine-related .wizard__step2__machine-related__content .wizard__mr-table .event-details-tab__mr-table__remove {
  padding-left: 10px;
  padding-bottom: 17px;
}

.requests-events-wizard___modal .wizard__step2__machine-related .wizard__step2__machine-related__content .wizard__mr-table .border-bottom-gray:nth-last-of-type(-n + 7) {
  border-bottom: 1px solid transparent !important;
}

.requests-events-wizard___modal .wizard__students-step__container {
  padding: 0px 11%;
}

.requests-events-wizard___modal .wizard__students-step__container .form__header__row .form__header__row-icon {
  display: none;
}

.requests-events-wizard___modal .wizard__students-step__container .students-tab__students-table {
  padding: 0px;
}

.requests-events-wizard___modal .ui.icon.button.form__actions__button.wizard__save-draft-btn {
  background-color: white !important;
  color: #00b2a9 !important;
  border: 1px solid #00b2a9 !important;
  padding: 5px 20px 5px 12px !important;
  min-width: 128px;
  margin-left: 16px !important;
  text-align: left;
  font-weight: 500;
}

.requests-events-wizard___modal .ui.icon.button.form__actions__button.wizard__save-draft-btn .icon {
  color: #00b2a9;
  background-color: transparent !important;
  padding: 0px 0px 0px 6px !important;
  font-size: 16px;
}

.requests-events-wizard___modal .visible.menu.transition::-webkit-scrollbar {
  width: 4px;
}

.requests-events-wizard___modal .visible.menu.transition::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.requests-events-wizard___modal .visible.menu.transition::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.356);
}

.request-wizard__step5-instructors__container {
  margin-top: 39px;
}

.ui.input.request-title__input {
  width: 545px;
}

.wizard__action-warning {
  margin: 20px 0px 10px 20px !important;
}

.wizard__action-warning:hover {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 200px;
}

.user-import-view-grid .user-import-view-action-row {
  padding: 0 !important;
}

.user-import-view-grid .user-import-view-action-row .form {
  width: 100%;
}

.user-import-view-grid .user-import-view-action-row .form .fields .user-import-action-icon-btn > i.icons i.corner.hide-filter {
  opacity: 1;
}

.user-import-view-grid .user-import-view-action-row .form .fields .user-import-action-icon-btn > i.icons i:not(.corner) {
  margin: 0 !important;
}

.user-import-view-grid .user-import-view-error-row .ui.error.message {
  width: 100%;
}

.user-import-view-grid .user-import-view-items-row {
  padding: 0 !important;
}

.user-import-action-icon-btn {
  height: 38px;
  width: 38px;
}

div.row.user-import-view-items-row > div > div.ui.secondary.stackable.right.floated.custom-table-main-actions.menu .item {
  height: 0 !important;
}

.user-import__matcher_btn {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1em;
}

.user-import__matcher_btn_icon {
  font-style: normal;
  font-size: xx-large;
  font-weight: bold;
}

div.right.aligned.row.user-import-view-action-row > form > div {
  justify-content: flex-end;
}

.user-import-view-items-row {
  font-weight: bold;
}

.user-import__table__sub-row-style {
  color: #b0b0b0;
}

.text__red {
  color: red !important;
}

.users__instructor-expertise-tab__table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(3) {
  min-width: 100px !important;
}

.users__instructor-expertise-tab__table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(5) {
  min-width: 130px !important;
}

.users__instructor-expertise-tab__table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(9) {
  min-width: 150px !important;
}

.first-child-form-modal {
  margin-bottom: 0.33333333rem !important;
}

.configuration-event-n-request__modal .ui.form {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  flex-direction: row !important;
}

.configuration-event-n-request__modal .ui.form .search.selection.dropdown.custom-editor {
  max-width: 100px;
}

.configuration-event-n-request__modal .ui.form .search.multiple.selection.dropdown {
  max-width: 250px;
}

.configuration-event-n-request__modal .configuration-event-n-request__modal__element {
  margin-bottom: 0px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.configuration-event-n-request__modal .configuration-event-n-request__modal__element label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-left: 5px;
}

.configuration-event-n-request__modal .configuration-event-n-request__modal__element .field {
  display: flex !important;
  align-items: center !important;
}

.configuration-event-n-request__modal .configuration-event-n-request__modal__element .field .input {
  min-width: 150px;
  margin-left: 10px !important;
}

.merge-event-form .event-modal__first-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
}

.merge-event-form .event-modal__first-row p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 160px;
  line-height: 15px;
  margin-right: 0px;
}

.merge-event-form .form__modal__left-container {
  width: 100%;
}

.merge-event-form .event-modal__second-row {
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.merge-event-form .event-modal__second-row p {
  margin: 0px 5px 0px 0px !important;
  align-self: center;
  min-width: 90px;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

.merge-event-form .event-modal__second-row .event-form__inputs-dates-wrapper .planit-eventform-dates.eventform-dates__first {
  width: 100px;
}

.merge-event-form .event-modal__second-row .event-form__inputs-dates-wrapper .planit-eventform-dates.eventform-dates__first > div > input[type='text'] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  height: 35px !important;
}

.merge-event-form .event-modal__second-row .event-form__inputs-dates-wrapper .planit-eventform-dates.eventform-dates__second {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.merge-event-form .event-modal__second-row .event-form__inputs-dates-wrapper .planit-eventform-dates.eventform-dates__second > div > input[type='text'] {
  min-width: 115px !important;
  width: 115px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  height: 35px !important;
}

.merge-event-form .event-form-merge__draft-third-row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 10px;
  column-gap: 10px;
  display: grid;
}

.merge-event-form .event-form-merge__draft-third-row div {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: flex-start;
}

.merge-event-form .event-form-merge__draft-third-row p {
  margin: 0px !important;
  max-width: auto !important;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  margin-right: 5px !important;
}

.merge-event-form .merge-event-body .event-modal__second-row {
  margin-bottom: 15px;
}

.merge-event-form .event-form-merge__numeric-input {
  width: 70px;
  height: 32px;
  margin-right: 10px;
}

.merge-event-form .event-details__all-config-container {
  display: flex !important;
  justify-content: space-around !important;
}

.merge-event-form .eventsform__training__first-row__info__edit-mode p {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-top: 12px;
}

.merge-event-form .eventsform__training__second-row__info p {
  margin-right: 23px;
}

.merge-event-form .eventform__instructortab__container {
  grid-template-columns: auto auto auto auto auto auto 20px;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-column-gap: 5px;
  column-gap: 5px;
  grid-row-gap: 5px;
  row-gap: 5px;
  width: 100%;
  min-height: 75%;
}

.merge-event-form .eventform__instructortab__container p {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.merge-event-form .eventform__instructortab__container .ui.selection.dropdown.planit-eventform-inputs {
  width: 150px;
  height: 40px;
}

.merge-event-form .merge-event-form {
  margin: 20px;
}

.merge-event-form .merge-event-form .border-header {
  padding: 10px;
}

.merge-event-form .merge-event-body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.merge-event-form .merge-event-body p {
  margin: 0em 0em 1em;
  line-height: 2.4285em;
}

.merge-event-form .merge-event-body .first-row__event-type__circle {
  margin: 5px;
}

.merge-event-form .merge-event-body .event-form-input-large,
.merge-event-form .merge-event-body .planit-eventform-dates {
  margin-left: 10px;
}

.merge-event-form .merge-event-body .inline {
  display: inline-flex;
}

.question-bank__wrapper {
  padding: 0px !important;
  font-size: 1rem;
}

.question-bank__wrapper .question-bank__language__div {
  display: flex;
}

.question-bank__wrapper .custom-table-main-actions {
  margin-left: 30px !important;
}

.question-bank__wrapper .custom-table-main-actions .custom-table-add-btn .icon {
  display: none;
}

.question-bank__wrapper .ui.table.custom-table th:nth-child(1) {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: 25px !important;
}

.question-bank__wrapper .ui.table.custom-table th {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

.question-bank__wrapper .ui.table.custom-table th:nth-child(2) {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 359px !important;
}

.question-bank__wrapper .ui.table.custom-table td:nth-child(2) > div {
  max-width: 359px !important;
  min-width: 260px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.question-bank__wrapper .ui.table.custom-table > tbody > tr > td:nth-child(5) > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.question-bank__wrapper .ui.table.custom-table .table-cell__more-width {
  min-width: 240px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.question-bank__wrapper .question-bank__cell__tag {
  font-weight: 500;
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-bank__wrapper .content_transparent {
  height: 22px;
}

.question-bank__wrapper .popup a {
  font-weight: bold !important;
}

.question-bank__wrapper .custom-table-upload-btn.black-btn {
  background-color: white !important;
  color: #474b4f !important;
  border: 1.3px solid #474b4f !important;
}

.question-bank__wrapper .ui.mini.icon.button.custom-table-upload-btn.custom-table-upload-btn__up-down.transparent-btn {
  background-color: white !important;
  color: #474b4f !important;
  border: 1.3px solid #474b4f !important;
}

.question-bank__wrapper .custom-table-upload-btn:hover {
  color: #00b2a9 !important;
  border: 1px solid #00b2a9 !important;
}

.question-bank__wrapper .ui.mini.icon.button.custom-table-upload-btn.custom-table-upload-btn__up-down.transparent-btn:hover {
  color: #00b2a9 !important;
  border: 1px solid #00b2a9 !important;
}

@media (max-height: 750px) {
  .question-bank__wrapper .table__flex-container {
    overflow: scroll;
    height: 54vh;
  }
}

@media (min-height: 750px) {
  .question-bank__wrapper .table__flex-container {
    overflow: scroll;
    height: 64vh;
  }
}

.tna__inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  z-index: 10;
}

.tna__inputs-wrapper .ui.search.selection.dropdown.custom-editor {
  min-width: 180px !important;
  width: 180px !important;
  height: 38px !important;
  margin-right: 12px;
  margin-top: 10px;
}

.tna__inputs-wrapper .ui.input:first-child {
  margin-right: 12px;
  width: 200px;
  margin-top: 10px;
  max-height: 38px;
}

.tna__inputs-wrapper .ui.inline.dropdown > .text {
  font-weight: 100 !important;
}

.tna__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector {
  min-width: 160px !important;
  margin-right: 12px;
  margin-top: 10px;
  height: 38px;
}

.tna__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector i {
  color: grey;
}

.tna__inputs-wrapper .question-bank__multiple-dropdown {
  min-width: 180px;
  max-width: 460px;
  min-height: 38px;
  margin-top: 10px;
  margin-right: 12px;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.tna__inputs-wrapper .question-bank__multiple-dropdown .icon {
  color: #474b4fbd;
}

.tna__inputs-wrapper .question-bank__multiple-dropdown a.ui.label {
  border: 1px solid #474b4f;
  border-radius: 11px;
  background-color: transparent;
}

.tna__inputs-wrapper .question-bank__multiple-dropdown a.ui.label > .delete.icon {
  align-self: center !important;
  margin-bottom: 1.5px !important;
  color: white !important;
  background-color: #474b4f !important;
  opacity: 1 !important;
  border-radius: 100% !important;
}

.tna__inputs-wrapper .question-bank__multiple-dropdown i.delete.icon::before {
  color: white !important;
  background-color: #474b4f !important;
  opacity: 1 !important;
  border-radius: 100% !important;
  font-size: 7px;
  padding: 4px !important;
  transition: opacity 0.1s ease;
  z-index: 3 !important;
  margin-bottom: 1.5px !important;
}

.ssa__inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}

.ssa__inputs-wrapper .ui.search.selection.dropdown.custom-editor {
  min-width: 180px !important;
  width: 180px !important;
  height: 38px !important;
  margin-right: 12px;
  margin-top: 10px;
}

.ssa__inputs-wrapper .ui.input:first-child {
  margin-right: 12px;
  width: 200px;
  margin-top: 10px;
  max-height: 38px;
}

.ssa__inputs-wrapper .ui.inline.dropdown > .text {
  font-weight: 100 !important;
}

.ssa__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector {
  min-width: 160px !important;
  margin-right: 12px;
  margin-top: 10px;
  height: 38px;
}

.ssa__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector i {
  color: grey;
}

.ssa__inputs-wrapper .question-bank__multiple-dropdown {
  min-width: 180px;
  max-width: 460px;
  min-height: 38px;
  margin-top: 10px;
  margin-right: 12px;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.ssa__inputs-wrapper .question-bank__multiple-dropdown .icon {
  color: #474b4fbd;
}

.ssa__inputs-wrapper .question-bank__multiple-dropdown a.ui.label {
  border: 1px solid #474b4f;
  border-radius: 11px;
  background-color: transparent;
}

.ssa__inputs-wrapper .question-bank__multiple-dropdown a.ui.label > .delete.icon {
  align-self: center !important;
  margin-bottom: 1.5px !important;
  color: white !important;
  background-color: #474b4f !important;
  opacity: 1 !important;
  border-radius: 100% !important;
}

.ssa__inputs-wrapper .question-bank__multiple-dropdown i.delete.icon::before {
  color: white !important;
  background-color: #474b4f !important;
  opacity: 1 !important;
  border-radius: 100% !important;
  font-size: 7px;
  padding: 4px !important;
  transition: opacity 0.1s ease;
  z-index: 3 !important;
  margin-bottom: 1.5px !important;
}

.tna__skills__wrapper .custom-table .table__short-text {
  white-space: break-spaces;
}

.tna__skills__wrapper .ui.table.custom-table th:nth-child(3) {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 359px !important;
}

.tna__skills__wrapper .ui.table.custom-table td:nth-child(3) > div {
  max-width: 359px !important;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.tna__skills__wrapper .tna__inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 72%;
}

.tna__skills__wrapper .tna__inputs-wrapper .ui.input {
  margin-right: 12px;
  width: 204px;
  margin-top: 10px;
}

.tna__skills__wrapper .tna__inputs-wrapper .ui.inline.dropdown > .text {
  font-weight: 100 !important;
  min-width: 144px;
  width: 144px;
}

.tna__skills__wrapper .tna__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector {
  min-width: 160px !important;
  margin-right: 12px;
  margin-top: 10px;
}

.tna__skills__wrapper .tna__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector i {
  color: grey;
}

.tna__skills__wrapper .question-bank__cell__tag {
  font-weight: 500;
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tna__skills__wrapper .custom-table-main-actions {
  margin-left: 30px !important;
}

.tna__skills__wrapper .custom-table-main-actions .custom-table-add-btn .icon {
  display: none;
}

.tna__skills__wrapper .popup a {
  font-weight: bold !important;
}

.tna__skills__wrapper .planit-user-dropdown {
  width: 180px !important;
  min-height: 32px !important;
  word-break: break-all !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center !important;
}

.tna__skills__wrapper .planit-user-dropdown-custom {
  width: 180px !important;
  min-height: 32px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center !important;
}

.tna-skill__label-input {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0px;
}

.tna-skill__label-input label {
  margin-right: 20px !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 108px;
  text-align: end;
}

.tna-skill__selctor-group {
  display: flex;
  justify-content: flex-end !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tna-skill__label-textarea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tna-skill__label-textarea label {
  margin-right: 20px !important;
  margin-top: 10px !important;
}

.tna-skill__modal {
  border-radius: 8px;
  width: 772px !important;
  min-height: 353px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.tna-skill__custom-editorequest__textarea {
  height: 46px;
  width: 500px !important;
  resize: none !important;
}

.tna-skill__custom-editorequest__textarea.longArea {
  height: 67px;
}

.tna-skill__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-right: 24px;
}

.tna-skill__modal-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.new-tna-skill__btns {
  margin-right: 24px;
}

@media all and (min-width: 1285px) {
  .tna-skill__modal {
    width: 842px !important;
  }
}

@media all and (min-width: 1285px) {
  .tna-skill__wrapper {
    margin-right: 104px;
  }
}

@media all and (min-width: 1285px) {
  .new-tna-skill__btns {
    margin-right: 32px;
  }
}

.tna-question-bank__modal {
  width: 742px !important;
}

.tna-question-bank__modal .ui.form .fields {
  margin: 0px !important;
  width: 100% !important;
}

.tna-question-bank__modal .image.content {
  padding-right: 30px !important;
}

.tna-question-bank__modal .tna-squestion-bank__modal-header {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.tna-question-bank__modal .tna-question-bank__wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  width: 98.3%;
  padding: 20px 0px 0px 0px !important;
  overflow-y: scroll;
  max-height: 65vh !important;
}

.tna-question-bank__modal .tna-question-bank__wrapper .tna-question-bank__selctor-group {
  padding-right: 20px;
  width: 80%;
  display: flex !important;
  justify-content: space-between !important;
}

.tna-question-bank__modal .tna-question-bank__wrapper .tna-question-bank__selctor-group .tna-question-bank__label-input {
  margin-bottom: 12px !important;
  display: flex !important;
  justify-content: flex-end;
  width: auto;
}

.tna-question-bank__modal .tna-question-bank__wrapper .tna-question-bank__selctor-group .tna-question-bank__label-input label {
  margin-right: 16px;
  width: 100px;
  text-align: right;
  margin-top: 9px;
}

.tna-question-bank__modal .tna-question-bank__selctor-textarea {
  display: flex !important;
  justify-content: center !important;
  padding-left: 15px;
}

.tna-question-bank__modal .tna-question-bank__selctor-textarea .ui.button {
  margin: 0px 0px 0px 24px !important;
}

.tna-question-bank__modal .tna-question-bank__selctor-textarea .tna-question-bank__label-textarea {
  display: flex !important;
  justify-content: flex-end !important;
  margin-bottom: 12px !important;
  width: 94%;
}

.tna-question-bank__modal .tna-question-bank__selctor-textarea .tna-question-bank__label-textarea label {
  width: 80px;
  text-align: end;
  padding-right: 16px;
  margin-top: 10px !important;
}

.tna-question-bank__modal .tna-question-bank__selctor-textarea .tna-question-bank__label-textarea .tna-question-bank__custom-editorequest__textarea {
  width: 406px;
  height: 64px;
  font-weight: 600;
  resize: none !important;
}

.tna-question-bank__modal .custom-table-add-row-btn {
  min-width: 100px;
  margin-left: 16px !important;
  max-height: 32px;
}

.tna-question-bank__modal .tna-question-bank__new-rows {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

.tna-question-bank__modal .tna-question-bank__new-rows .tna-question-bank__label-textarea {
  display: flex !important;
  justify-content: flex-end !important;
  width: 70%;
}

.tna-question-bank__modal .tna-question-bank__new-rows .tna-question-bank__new-rows__textarea {
  width: 406px;
  height: 42px;
  margin-bottom: 12px !important;
  font-weight: 600;
  resize: none !important;
}

.tna-question-bank__modal .tna-question-bank__new-rows .tna-question-bank__new-rows__drop-remove {
  display: flex !important;
  justify-content: flex-start !important;
  width: 18.7%;
  margin-left: 16px !important;
}

.tna-question-bank__modal .tna-question-bank__new-rows .tna-question-bank__new-rows__drop-remove .search {
  min-width: 100px !important;
  width: 100px !important;
}

.tna-question-bank__modal .tna-question-bank__new-rows .tna-question-bank__new-rows__drop-remove .new-pattern__remove-icon {
  width: 5px;
  align-self: center;
}

.tna-question-bank__modal .tna-question-bank__new-rows .tna-question-bank__new-rows__drop-remove .red.remove.icon.clickable-icon.remove-icon {
  padding-top: 0px;
  margin-left: 10px !important;
}

.tna-question-bank__modal .actions.new-tna-question-bank__btns {
  margin-right: 18px !important;
  margin-top: 15px !important;
  padding-bottom: 24px !important;
}

.assessment-forms-grey-tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assessment-forms__table__tag {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 5px;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  line-height: 11;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: white;
}

.assessment-forms-employee-tag {
  color: #75a2d8;
  border: 1px #75a2d8 solid;
}

.assessment-forms-done-tag {
  color: #4bc982;
  border: 1px #4bc982 solid;
}

.assessment-forms-out-of-date-tag {
  color: #b0b0b0;
  border: 1px #b0b0b0 solid;
}

.assessment-forms-assessors-tag {
  color: #f2cc67;
  border: 1px #f2cc67 solid;
}

#assessment-forms-list-filters__title + .planit-line-separator {
  margin-bottom: 0 !important;
}

.specific-margin-bottom-equal-filters {
  margin-bottom: -49px;
}

.specific-margin-top-equal-filters {
  margin-top: 5px;
}

#assessment-forms-list-filters__admin-or-poc-container {
  display: inline-flex;
  width: calc(100% - 5px);
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__lef-container {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  z-index: 10;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__lef-container .row {
  display: flex;
  flex-wrap: wrap;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__lef-container .field {
  margin: 0px 12px 12px 0px;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__lef-container .field .planit-multi-dropdown {
  margin-bottom: unset;
  margin-right: unset;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__lef-container .field .input {
  height: 38px;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__lef-container .field .ui.search.selection.dropdown,
#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__lef-container .field .ui.icon.input {
  height: 38px !important;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__lef-container .width-14em.width-14em.width-14em.width-14em {
  width: 14em !important;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__right-container {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: -25px;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__right-container .field {
  margin: 0.5em 0;
  height: 35.4px;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__right-container button {
  margin: 0 !important;
  height: 38px;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__right-container .orderby {
  text-align: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-right: 55px;
  margin-top: 20px;
}

#assessment-forms-list-filters__admin-or-poc-container #assessment-forms-list-filters__admin-or-poc-container__right-container .include-users {
  padding-right: 100px !important;
}

#assessment-forms-list-filters__employee-but-no-assessor-container {
  width: 94%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -41px !important;
}

#assessment-forms-list-filters__employee-but-no-assessor-container .field {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

#assessment-forms-list-filters__employee-but-no-assessor-container .field .input,
#assessment-forms-list-filters__employee-but-no-assessor-container .field .search,
#assessment-forms-list-filters__employee-but-no-assessor-container .field .custom-editor {
  height: 38px;
}

#assessment-forms-list-filters__employee-but-no-assessor-container .width-14em.width-14em.width-14em.width-14em {
  width: 14em !important;
}

.assessment-forms-list-deactivate-button {
  font-weight: bold;
  color: red !important;
}

.tna-theoretical__wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu {
  margin-top: -47px;
}

.ui.container.employees-list-table {
  min-height: 40vh;
  margin-top: 10px;
}

.ui.container.employees-list-table > div > div.custom-table-main-actions {
  display: none;
}

.add-employees-button {
  background: #00b2a9 0% 0% no-repeat padding-box;
  border-radius: 4px;
  min-width: 135px;
}

.template-search__modal.choose-employees .full-width.table__flex-container {
  overflow-x: scroll;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input {
  min-width: 200px;
  width: 200px;
  height: 36px !important;
  margin-bottom: 8px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input.long-input {
  width: 250px;
  min-width: 250px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input.feedback-form__long-input {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 210px !important;
  padding: 5px 25px 5px 5px !important;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  margin-bottom: 10px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input.feedback-form__long-input > input {
  padding-right: 10px !important;
  padding-left: 5px !important;
  border: none;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input.feedback-form__short-input {
  min-width: 180px !important;
  width: 180px !important;
  margin-bottom: 10px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .custom-editor.ui.inline.dropdown {
  min-width: 200px;
  width: 200px !important;
  margin-right: 12px;
  min-height: 36px;
  max-height: 36px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .custom-editor.ui.inline.dropdown .default.text {
  font-weight: 500 !important;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .custom-editor.ui.inline.dropdown .icon {
  color: #474b4f !important;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .custom-editor.ui.inline.dropdown .dropdown.icon {
  top: 0;
  right: 0;
}

.ui.custom-editor.dropdown.feedback-form__dropdown-input {
  min-width: 140px;
  width: 140px !important;
  margin-right: 12px;
  height: -webkit-max-content;
  height: max-content;
}

.ui.custom-editor.dropdown.feedback-form__dropdown-input > div.default.text {
  font-weight: 500 !important;
}

.ui.custom-editor.dropdown.feedback-form__dropdown-input input.search {
  font-weight: 500 !important;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.template-search__modal .ui.table td {
  padding: 10px 0.75em;
  text-align: inherit;
}

.template-search__modal .borderless-header .arrow {
  display: none;
}

.template-search__modal .ui.header.modal-header-title {
  padding-top: 1rem;
  padding-left: 2rem;
  letter-spacing: 0.28px;
  color: #222629;
  opacity: 1;
  font-size: 16px !important;
  margin-top: 0px;
}

.template-search__modal .full-width.table__flex-container {
  overflow-x: hidden;
  margin-bottom: 16.5px;
}

.template-search__modal .template-search__first-row__column-filters {
  margin-right: 16px;
}

.template-search__modal .template-search__first-row__column-filters .input {
  min-width: 250px;
  margin-right: 12px;
}

.template-search__modal .template-search__first-row__column-filters .ui.input.template-search-filter > input {
  border: 1px solid #474b4f;
  border-radius: 4px;
}

.template-search__modal .template-search__first-row__column-filters .keep-right {
  float: right;
}

.template-search__modal .template-search__first-row__column-filters .skill-name {
  font-weight: bold;
  color: #474b4f;
  transform: translateY(50%);
}

.template-search__modal .choose-template-search__first-row__column-filters {
  margin-right: 12px !important;
}

.template-search__modal .choose-template-search__first-row__column-filters .input {
  min-width: 230px;
}

.template-search__modal .choose-template-search__first-row__column-filters .ui.input.template-search-filter > input {
  border: 1px solid #474b4f;
  border-radius: 4px;
}

.template-search__modal .ui.icon.input.custom-editor-search {
  margin-right: 12px !important;
}

.template-search__modal .custom-editor-search__names {
  min-width: 250px;
}

.template-search__modal .ui.container.template-list-table {
  min-height: 40vh;
  margin-top: 16px;
  max-height: 70vh;
}

.template-search__modal .ui.container.template-list-table label:before {
  border: 1px solid #474b4f !important;
}

.template-search__modal .ui.container.template-list-table > div > div.custom-table-main-actions {
  display: none;
}

.template-search__modal .ui.container.template-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(1) {
  min-width: 40px !important;
}

.template-search__modal .ui.container.template-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(2) {
  min-width: 40px !important;
}

.template-search__modal .ui.container.template-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(2) i {
  font-size: 16px;
}

.template-search__modal .ui.container.template-list-table > div.full-width.table__flex-container > table > tbody > tr:nth-child(1) > td:nth-child(1) {
  width: 40px;
}

.template-search__modal .ui.container.template-list-table > div.full-width.table__flex-container > table > tbody > tr:nth-child(1) > td:nth-child(2) {
  width: 130px;
}

.template-search__modal .template-list-table .full-width.table__flex-container {
  height: 52vh;
  overflow-x: hidden;
}

.template-search__modal .template-list-table .ui.right.floated.menu {
  display: none;
}

.template-search__modal .ui.search.dropdown.template-search-filter {
  border: 1px solid #474b4f !important;
  border-radius: 4px;
}

.template-search__modal .modal-back-icon {
  padding-top: 10px;
}

.template-search__modal .ui.modal > .content.modal-content {
  padding-left: 3rem;
  padding-right: 3rem;
}

.template-search__modal .actions {
  padding-left: 4rem;
  padding-right: 33px !important;
}

.template-search__modal .add-template-button {
  background: #00b2a9 0% 0% no-repeat padding-box;
  border-radius: 4px;
  min-width: 135px;
}

.template-search__modal .selected-icon-cell {
  width: 50px;
}

.ui.container.employee-list-table {
  min-height: 52vh;
  margin-top: 16px;
}

.ui.container.employee-list-table label:before {
  border: 1px solid #474b4f !important;
}

.ui.container.employee-list-table > div > div.custom-table-main-actions {
  display: none;
}

.ui.container.employee-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(1) {
  min-width: 40px !important;
}

.ui.container.employee-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(2) {
  min-width: 150px !important;
}

.ui.container.employee-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(2) i {
  font-size: 16px;
}

.ui.container.employee-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(3) {
  min-width: 150px !important;
}

.ui.container.employee-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(4) {
  min-width: 150px !important;
}

.ui.container.employee-list-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(5) {
  min-width: 150px !important;
}

@media all and (min-width: 1400px) {
  .modal-content.content {
    padding: 26.5px 55px 50px 48px !important;
  }

  .actions {
    padding-right: 0px 55px 0px 48px !important;
  }
}

.generic-date-picker__wrapper {
  display: flex;
  align-items: center !important;
  height: 32px;
}

.generic-date-picker__wrapper .date-picker__left {
  width: 120px !important;
  height: 32px;
  margin-right: -1px !important;
}

.generic-date-picker__wrapper .date-picker__left input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  text-align: center !important;
  padding: 4px 20px 4px 2px !important;
}

.generic-date-picker__wrapper .date-picker__right {
  height: 32px;
  width: 120px;
}

.generic-date-picker__wrapper .date-picker__right input {
  text-align: center !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  margin-left: -1px !important;
  padding: 4px 20px 4px 2px !important;
}

.generic-date-picker-modificable__wrapper {
  display: flex;
  align-items: center !important;
  height: 32px;
}

.generic-date-picker-modificable__wrapper .eventform-dates__first > div {
  width: 110px;
  height: 32px;
  margin-right: -1px !important;
}

.generic-date-picker-modificable__wrapper .eventform-dates__first > div > i {
  display: none;
}

.generic-date-picker-modificable__wrapper .eventform-dates__first > div > input[type='text'] {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  text-align: center;
  padding: 9px 22px 9px 22px !important;
}

.generic-date-picker-modificable__wrapper .eventform-dates__second > div {
  width: 110px;
  height: 32px;
}

.generic-date-picker-modificable__wrapper .eventform-dates__second > div > i {
  display: none;
}

.generic-date-picker-modificable__wrapper .eventform-dates__second > div > input[type='text'] {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  text-align: center;
  padding: 9px 22px 9px 22px !important;
}

.costs-container {
  display: flex;
  align-items: center;
}

.costs-container .cost-label {
  font-size: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}

.costs-container .cost-label span {
  height: 14px;
}

.cost-component {
  display: flex;
  justify-content: center;
  border: 1px solid #dedfdf;
  border-radius: 4px;
  width: 90px;
  height: 32px;
  min-width: 80px;
  background-color: white;
}

.cost-component.disabled input {
  background-color: inherit;
}

.cost-component input {
  padding-left: 8px;
  outline: none;
  line-height: 0.8em;
  width: 100%;
}

.cost-component i {
  line-height: 1.5em;
  margin-top: 6px !important;
  margin-right: 6px !important;
  font-size: 12px !important;
}

.user-settings-wrapper {
  padding: 0px 15px !important;
}

/* purgecss end ignore */

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-7 {
  right: 1.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.float-right {
  float: right;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.-ml-4 {
  margin-left: -1rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.max-h-60 {
  max-height: 15rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-60 {
  width: 15rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  -webkit-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-transparent {
  border-color: transparent;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(252, 211, 77, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}

.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 154, 146, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 247, 246, var(--tw-bg-opacity));
}

.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 204, 199, var(--tw-bg-opacity));
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 154, 146, var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 130, 123, var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.text-left {
  text-align: left;
}

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

.align-middle {
  vertical-align: middle;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(217, 119, 6, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(180, 83, 9, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(146, 64, 14, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(52, 211, 153, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(0, 154, 146, var(--tw-text-opacity));
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgba(0, 130, 123, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}

.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 154, 146, var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:grid {
    display: grid;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}

/* purgecss start ignore */

.display-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-404__container {
  height: 100%;
  width: 100%;
  z-index: 12;
}

.error404__message-wrapper {
  flex-direction: column;
}

.error404__img-container {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-color: #eeeeee;
  margin: 0px 0px 32px 0px;
}

.error404__image {
  width: 145px;
}

.error404__title {
  font-size: 26px;
  color: #222629;
  margin: 0px 0px 24px 0px;
  font-weight: bold;
}

.error404__info-text {
  text-align: center;
  color: #222629;
  max-width: 268px;
  font-size: 18px;
  font-weight: 500;
}

/* purgecss end ignore */

/* purgecss start ignore */

.table__tooltip {
  max-width: 20ch;
  min-width: 100%;
  position: relative;
}

.table__tooltip .table__tooltip-top {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.table__tooltip:hover .table__tooltip-top {
  position: absolute;
  min-width: 200px;
  top: -10px;
  left: 90%;
  transform: translate(-50%, -100%);
  padding: 10px 20px;
  color: #ffffff;
  background-color: #474b4f;
  font-weight: normal;
  font-size: 13px;
  border-radius: 4px;
  z-index: 4;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s;
  display: block;
  text-align: center;
}

.table__tooltip .table__short-text {
  overflow: hidden;
  text-overflow: ellipsis !important;
}

.table__tooltip .table__short-text .no-margin {
  margin: 0;
}

.table__tooltip .table__tooltip-top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.table__tooltip .table__tooltip-top i::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #474b4f;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.table__more-text-long {
  min-width: 250px;
  max-width: 250px;
}

.table__more-text-long-350 {
  min-width: 350px;
  max-width: 350px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.icon-selector__input.icon-selector__input.icon-selector__input {
  min-width: 5em !important;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 36px;
  height: 36px;
}

.icon-selector__input.icon-selector__input.icon-selector__input .icon-selector__input__icon-container {
  font-size: 1.5em;
  line-height: 1.5em;
  min-height: 34px;
  height: 34px;
}

.icon-selector__input.icon-selector__input.icon-selector__input .icon-selector__input__icon-container i {
  min-height: 34px;
  line-height: 34px;
}

.icon-selector__input.icon-selector__input.icon-selector__input i.icon-selector__input__icon-dropdown,
.icon-selector__input.icon-selector__input.icon-selector__input i.icon-selector__input__icon-clear {
  right: 18px !important;
  padding: 0 !important;
  height: 34px !important;
  line-height: 34px !important;
}

.icon-selector__input.icon-selector__input.icon-selector__input i.icon-selector__input__icon-clear:before {
  content: '\f00d' !important;
}

.icon-selector__grid .icon-selector__grid__search-row {
  border-bottom: #e6e8e7 1px solid;
}

.icon-selector__grid .icon-selector__grid__search-row .input {
  width: 100%;
}

.icon-selector__grid .icon-selector__grid__icon-row .icon-selector__grid__icon-row__icon-column i {
  font-size: 1.5em;
}

.icon-selector__grid .icon-selector__grid__icon-row .icon-selector__grid__icon-row__icon-column i:hover,
.icon-selector__grid .icon-selector__grid__icon-row .icon-selector__grid__icon-row__icon-column i.icon-selector-selected {
  color: #00b2a9 !important;
}

.icon-selector__grid .icon-selector__grid__icon-row .icon-selector__grid__icon-row__icon-column i.icon-selector-null-choice:hover {
  background-color: #00b2a917;
}

.icon-selector__grid .icon-selector__grid__paginator-row {
  border-top: #e6e8e7 1px solid;
}

.icon-selector__grid .icon-selector__grid__paginator-row .icon-selector__grid__paginator-row__double-left-handle {
  font-size: 1.2em;
}

.icon-selector__grid .icon-selector__grid__paginator-row .icon-selector__grid__paginator-row__left-handle {
  font-size: 1.2em;
}

.icon-selector__grid .icon-selector__grid__paginator-row .icon-selector__grid__paginator-row__center-handle {
  pointer-events: none;
}

.icon-selector__grid .icon-selector__grid__paginator-row .icon-selector__grid__paginator-row__right-handle {
  font-size: 1.2em;
}

.icon-selector__grid .icon-selector__grid__paginator-row .icon-selector__grid__paginator-row__double-right-handle {
  font-size: 1.2em;
}

/* purgecss end ignore */

/* purgecss start ignore */

.semantic-ui-calendar-react-node.bottom::before {
  background: #474b4f !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.new-pattern-modal__name-btn-wrapper > button {
  width: 108px;
  border: 1px solid #474b4f !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  padding: 0px !important;
}

.new-pattern-modal__name-btn-wrapper > button > i {
  font-size: 9px !important;
}

.new-pattern-modal__name-btn-wrapper > button .add.tiny.circular.icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #474b4f !important;
}

.new-pattern-modal__name-btn-wrapper .button {
  margin-top: 21.5px;
  margin-left: 10px;
}

.ui.table.custom-table.pattern-list__special-table thead tr th {
  min-width: unset !important;
}

.new-pattern__remove-icon {
  margin-right: 10px;
}

.new-pattern__remove-icon .remove {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 30px;
}

.configuration__machine-related__machine-model-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(2) {
  min-width: 140px !important;
}

.configuration__machine-related__machine-model-table > div.full-width.table__flex-container > table > thead > tr > th:nth-child(4) {
  min-width: 140px !important;
}

.pattern-list__special-table > tbody > tr.custom-table-expanded-row > td:nth-child(n + 3) {
  padding: 0px !important;
}

.pattern-list__special-table > tbody > tr.custom-table-expanded-row > td:nth-child(n + 3) div.table__short-text {
  padding: 5px;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  margin: 0px;
  height: 30px;
}

.pattern-list__special-table > tbody > tr.custom-table-expanded-row > td:nth-child(n + 3) div.table__tooltip-top {
  white-space: break-spaces;
}

/* purgecss end ignore */

/* purgecss start ignore */

.position-code_all-content__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.position-code_all-content__wrapper.add-container {
  margin-left: 11px !important;
}

.position-code_all-content__wrapper .fields {
  margin: 0em 0em 1em !important;
}

.newPositionCode__tags-container {
  min-height: 95px;
  min-width: 650px;
  margin-left: 45px !important;
  width: 742px;
  border-radius: 4px;
  border: 1px solid black;
  margin-right: 44px;
}

.position-code-info__wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
}

.keyword-input-button__wrapper {
  display: flex;
  align-items: flex-start;
}

.position-code__label-input__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-code__label-input__wrapper label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 23px;
}

#position-code__input-description {
  min-width: 300px;
  max-width: 300px;
  height: 32px;
}

#position-code__input-code {
  height: 32px;
  width: 225px !important;
}

.footer-modal {
  padding-left: 103px;
  margin-top: 20px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.new-machines-per-location__modal-container label {
  min-width: 100px;
}

.new-machines-per-location__location-field {
  width: 100% !important;
}

.machines-per-location .button {
  height: 38px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.tna__skills__wrapper .custom-table .table__short-text {
  white-space: break-spaces;
}

.tna__skills__wrapper .ui.table.custom-table th:nth-child(3) {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 359px !important;
}

.tna__skills__wrapper .ui.table.custom-table td:nth-child(3) > div {
  max-width: 359px !important;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.tna__skills__wrapper .tna__inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 72%;
}

.tna__skills__wrapper .tna__inputs-wrapper .ui.input {
  margin-right: 12px;
  width: 204px;
  margin-top: 10px;
}

.tna__skills__wrapper .tna__inputs-wrapper .ui.inline.dropdown > .text {
  font-weight: 100 !important;
  min-width: 144px;
  width: 144px;
}

.tna__skills__wrapper .tna__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector {
  min-width: 160px !important;
  margin-right: 12px;
  margin-top: 10px;
}

.tna__skills__wrapper .tna__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector i {
  color: grey;
}

.tna__skills__wrapper .question-bank__cell__tag {
  font-weight: 500;
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tna__skills__wrapper .custom-table-main-actions {
  margin-left: 30px !important;
}

.tna__skills__wrapper .custom-table-main-actions .custom-table-add-btn .icon {
  display: none;
}

.tna__skills__wrapper .popup a {
  font-weight: bold !important;
}

.tna__skills__wrapper .planit-user-dropdown {
  width: 180px !important;
  min-height: 32px !important;
  word-break: break-all !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center !important;
}

.tna__skills__wrapper .planit-user-dropdown-custom {
  width: 180px !important;
  min-height: 32px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center !important;
}

.tna-skill__label-input {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0px;
}

.tna-skill__label-input label {
  margin-right: 20px !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 108px;
  text-align: end;
}

.tna-skill__selctor-group {
  display: flex;
  justify-content: flex-end !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tna-skill__label-textarea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tna-skill__label-textarea label {
  margin-right: 20px !important;
  margin-top: 10px !important;
}

.tna-skill__modal {
  border-radius: 8px;
  width: 772px !important;
  min-height: 353px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.tna-skill__custom-editorequest__textarea {
  height: 46px;
  width: 500px !important;
  resize: none !important;
}

.tna-skill__custom-editorequest__textarea.longArea {
  height: 67px;
}

.tna-skill__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-right: 24px;
}

.tna-skill__modal-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.new-tna-skill__btns {
  margin-right: 24px;
}

@media all and (min-width: 1285px) {
  .tna-skill__modal {
    width: 842px !important;
  }
}

@media all and (min-width: 1285px) {
  .tna-skill__wrapper {
    margin-right: 104px;
  }
}

@media all and (min-width: 1285px) {
  .new-tna-skill__btns {
    margin-right: 32px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.tna-ssa-template__wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu {
  display: flex;
  margin-right: -4px;
}

.tna-ssa-template__wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu .button.table__custom-white-outline-button {
  min-width: 155px;
  min-height: 38px;
  border-radius: 4px;
  background-color: white !important;
  color: #474b4f !important;
  justify-self: flex-end !important;
  border: 1px solid #474b4f;
  opacity: 1;
  padding: 9px 11px;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 500;
  margin-right: 5px;
}

.tna-ssa-template__wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu .icon.button.custom-table-add-btn {
  min-width: 151px !important;
  min-height: 38px !important;
}

.tna-ssa-template__wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu .icon.button.custom-table-add-btn .icon {
  display: none !important;
}

.tna-ssa-template__wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu .button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}

.tna-ssa-template__wrapper .tna__inputs-wrapper {
  justify-content: flex-start;
  width: 66vw;
  margin-bottom: 10px;
}

@media all and (max-width: 1200px) {
  .tna-template__wrapper .tna__inputs-wrapper {
    width: 65%;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa__skills__wrapper .custom-table .table__short-text {
  white-space: break-spaces;
}

.ssa__skills__wrapper .ssa__inputs-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 72%;
  z-index: 10;
}

.ssa__skills__wrapper .ssa__inputs-wrapper .ui.input {
  margin-right: 12px;
  width: 204px;
  margin-top: 10px;
}

.ssa__skills__wrapper .ssa__inputs-wrapper .ui.inline.dropdown > .text {
  font-weight: 100 !important;
  min-width: 144px;
  width: 144px;
}

.ssa__skills__wrapper .ssa__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector {
  min-width: 160px !important;
  margin-right: 12px;
  margin-top: 10px;
}

.ssa__skills__wrapper .ssa__inputs-wrapper .planit-users-inputs.planit-user-dropdown.planit-user-selector i {
  color: grey;
}

.ssa__skills__wrapper .question-bank__cell__tag {
  font-weight: 500;
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ssa__skills__wrapper .custom-table-main-actions {
  margin-left: 30px !important;
}

.ssa__skills__wrapper .custom-table-main-actions .custom-table-add-btn .icon {
  display: none;
}

.ssa__skills__wrapper .popup a {
  font-weight: bold !important;
}

.ssa__skills__wrapper .ssa-skill__modal-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ssa__skills__wrapper .planit-user-dropdown {
  width: 180px !important;
  min-height: 32px !important;
  word-break: break-all !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center !important;
}

.ssa__skills__wrapper .planit-user-dropdown-custom {
  width: 180px !important;
  min-height: 32px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center !important;
}

.ssa__skills__wrapper .new-ssa-skill__btns {
  margin-right: 24px;
}

.ssa-skill__label-input {
  display: flex;
  align-items: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0px;
}

.ssa-skill__label-input label {
  margin-right: 20px !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 108px;
  text-align: end;
}

.ssa-skill__selctor-group {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ssa-skill__selctor-group label {
  margin-right: 20px !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 92px;
  text-align: end;
}

.ssa-skill__label-textarea {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ssa-skill__label-textarea label {
  margin-right: 20px !important;
  margin-top: 10px !important;
}

.ssa-skill__modal {
  border-radius: 8px;
  width: 672px !important;
  min-height: 353px !important;
}

.ssa-skill__custom-editorequest__textarea {
  height: 46px;
  width: 500px !important;
  resize: none !important;
}

.ssa-skill__custom-editorequest__textarea.longArea {
  height: 67px;
}

.ssa-skill__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-right: 24px;
}

@media all and (min-width: 1285px) {
  .ssa-skill__modal {
    width: 742px !important;
  }
}

@media all and (min-width: 1285px) {
  .ssa-skill__wrapper {
    margin-right: 104px;
  }
}

@media all and (min-width: 1285px) {
  .new-ssa-skill__btns {
    margin-right: 32px;
  }
}

@media all and (min-width: 1285px) {
  .ssa-skill__selctor-group label {
    width: 82px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-form-language-selector {
  position: relative;
  float: right;
  margin: 10px 0px;
  width: 10%;
  transition: transform 1s;
}

.form__all-wrapper.tna-form {
  margin-top: 0;
}

.form__all-wrapper.tna-form .form__all-wrapper__main-content {
  height: 80vh;
}

.form__all-wrapper .tna-edit-form__header__evaluation-criteria {
  margin-bottom: 20px;
  padding: 0px 24px;
  font-weight: 500;
  border: 1px solid #474b4f;
  white-space: pre-wrap;
}

.form__all-wrapper .tna-edit-form__header__evaluation-criteria .evaluation-criteria__title {
  margin-bottom: 12px;
  margin-top: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content {
  height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.form__all-wrapper .form__all-wrapper__main-content .ssa-form__returned__assessor-comments {
  border: 1px solid #dedfdf;
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ui.pointing.secondary.menu {
  border-bottom: 16px solid #ccf0ee;
  margin-bottom: 0px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ui.pointing.secondary.menu .item {
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  border: 1px solid #ccf0ee;
  color: #b0b0b0;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ui.pointing.secondary.menu .active.item,
.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ui.pointing.secondary.menu .active.item:hover {
  background-color: #ccf0ee;
  color: #474b4f;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .copy-answer-editor {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related__score-by-skills-table__container {
  border: 1px solid #ccf0ee;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px 20px 32px 40px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related__score-by-skills-table__container h2 {
  margin-bottom: 12px;
  font-size: 14px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related__score-by-skills-table__container .machine-related__score-by-skills-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 2fr;
  grid-template-rows: auto;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related__score-by-skills-table__container .machine-related__score-by-skills-table.line-manager-view {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related__score-by-skills-table__container .machine-related__score-by-skills-table input,
.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related__score-by-skills-table__container .machine-related__score-by-skills-table input:focus {
  border-radius: 0;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related__score-by-skills-table__container .machine-related__score-by-skills-table p {
  margin-bottom: 0px;
  font-weight: 600;
  border: 1px solid #dedfdf;
  padding: 10px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related-section .tna-form-theoretical-btn {
  color: #00b2a9;
  border: 1px solid #00b2a9;
  background-color: white;
  margin-top: 20px;
  margin-right: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related-section .tna-form-theoretical-btn:hover {
  background-color: #dedfdf;
  color: #00928a;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related-section h2 {
  background-color: #00b2a933;
  padding: 8px 12px;
  width: 400px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 37px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .tna-form-btn {
  font-size: large;
  color: #00b2a9;
  border: 1px solid #00b2a9;
  background-color: white;
  margin-top: 20px;
  margin-right: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .tna-form-btn:hover {
  background-color: #dedfdf;
  color: #00928a;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ssa-form-btn {
  font-size: large;
  color: #00b2a9;
  border: 1px solid #00b2a9;
  background-color: white;
  margin-top: 20px;
  margin-right: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ssa-form-btn:hover {
  background-color: #dedfdf;
  color: #00928a;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .iws-form-btn {
  font-size: large;
  color: #00b2a9;
  border: 1px solid #00b2a9;
  background-color: white;
  margin-top: 20px;
  margin-right: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .iws-form-btn:hover {
  background-color: #dedfdf;
  color: #00928a;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section {
  font-size: 14px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section h3 {
  font-weight: bold;
  text-transform: uppercase !important;
  border-bottom: 3px solid #eaaa00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5px;
  margin-top: 0.5px;
  font-size: 14px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .assesor__result-score-container {
  margin-top: -22px;
  margin-right: 10px;
  width: 140px;
  align-items: center !important;
  text-align: center;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .assesor__result-score-container .employee-self-text {
  margin-bottom: 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 140px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .assesor__result-score-container .main-tab__skill-section__score {
  margin-right: 0px !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .assesor__result-score-container .scores-list__assesor__result-score {
  margin: 0px !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__question {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__question:not(:first-of-type) {
  margin-top: 15px;
  font-weight: bold;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__scores-list {
  display: flex;
  justify-content: center;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__scores-list .scores-list__assesor__result-score {
  justify-self: flex-end !important;
  margin-left: 5%;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__scores-list .scores-list__assesor__result-score .main-tab__skill-section__score {
  margin-right: 10px;
  border-top: 4px solid #474b4f;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__poc-admin__scores-list {
  display: flex;
  justify-content: flex-end;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 21px;
  margin-right: 70px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border: 1px solid #dedfdf;
  font-size: 11px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score.active {
  border-top: 2px solid #eaaa00;
  border: 1px solid #eaaa00;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score.active .skill-section__score__number {
  background-color: #eaaa00;
  color: white;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score p {
  margin: 0px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score p:nth-child(2) {
  padding: 3px 5px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score .skill-section__score__number {
  border-bottom: 1px solid #dedfdf;
  height: 23.5px;
  padding-top: 5px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__comments {
  width: 100%;
  min-height: 60px !important;
  height: 60px !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__assesor-comments-area {
  display: flex;
  justify-content: space-between;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__assesor-comments-area .flex-column {
  width: 48.7%;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__assesor-comments-area p {
  margin-bottom: 8px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__assesor-comments-area .skill-section__comments {
  min-width: 100%;
  min-height: 60px !important;
  height: 60px !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__poc-admin__comments-area {
  margin-right: -24px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__poc-admin__comments-area .flex-column {
  width: calc(33% - 24px);
  margin-right: 24px !important;
  margin-top: 10px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__poc-admin__comments-area .skill-section__comments {
  min-height: 60px !important;
  height: 60px !important;
}

.tna-footer-action-buttons {
  margin-top: 5px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.tna-footer-action-buttons .status-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.tna-footer-action-buttons .save-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 15px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__all-wrapper .form__all-wrapper__footer p {
  margin-bottom: 0px;
}

.form__all-wrapper .form__all-wrapper__footer .ui.divider {
  border: 0.5px solid #474b4f;
  margin: 40.5px 0px 40.5px 0px;
}

.form__all-wrapper .form__all-wrapper__footer.tna-footer .ui.divider {
  margin: 1rem 0;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between {
  margin-top: 16px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .flex-start {
  width: 50%;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer-considerations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  width: 100%;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check {
  display: flex;
  flex: 1 1;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check:not(:last-child) {
  margin-bottom: 16px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check .ui.fitted.checkbox {
  margin-right: 12px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check .ui.fitted.checkbox label::before {
  border: 1px solid #474b4f;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check .table__tooltip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: unset;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check .table__tooltip:hover .table__tooltip-top {
  min-width: 360px;
  padding: 2px;
  font-size: 9px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__text-area {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__text-area textarea {
  max-height: 100px;
  min-height: 69px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__btns {
  justify-self: flex-end;
  margin-left: 24px;
}

.form__all-wrapper .form__all-wrapper__footer .inverted-color-btn {
  font-weight: 500;
  margin-left: 16px;
}

.form__all-wrapper .form__all-wrapper__footer .white-save-btn,
.form__all-wrapper .form__all-wrapper__footer .inverted-color-btn {
  width: 100px;
  height: 36px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__all-wrapper.tna-form .ui.accordion .title {
  padding: 0;
  background-color: #ccf0ee;
  color: #474b4f;
}

.form__all-wrapper.tna-form .ui.accordion .title i.dropdown.icon {
  vertical-align: middle;
  font-size: 2rem;
}

.form__all-wrapper .form__all-wrapper__header {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 10px;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language.flex-between {
  align-items: stretch !important;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info {
  margin-right: 1rem;
  width: 100%;
  display: flex;
  margin-top: -10px;
  flex-direction: row;
  justify-content: flex-start !important;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info:not(.ssa) {
  flex-wrap: wrap;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .functional-experts {
  display: flex;
  flex-wrap: wrap;
  max-height: 210px;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .edit-form__header__general-info__element {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 150px;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .edit-form__header__general-info__element:not(:last-child) {
  margin-right: 50px;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .edit-form__header__general-info__element h5 {
  margin-bottom: 8px;
  font-weight: 500;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .edit-form__header__general-info__element p {
  font-weight: 600;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .planit-user-dropdown-custom {
  min-width: 160px;
  max-height: 3em;
}

.form__all-wrapper .form__all-wrapper__header .header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form__all-wrapper .form__all-wrapper__header .ui.divider {
  border: 0.5px solid #474b4f;
  margin: 10px 0px 10px 0px;
}

.ui.button.btn__check-questions {
  margin: 0.5em 0;
  align-self: flex-end;
}

.remaining-questions .remaining-questions__modal-content .item ::before {
  line-height: 1.9em;
}

.remaining-questions .remaining-questions__modal-content .remaining-item__box {
  text-align: right;
  background-color: #eee;
  padding: 4px;
  border-radius: 4px;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__all-list .remaining-questions__general-list {
  padding: 4px 0 4px 16px;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  margin-bottom: 16px;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__all-list .remaining-questions__general-list .remaining-questions__remaining-item {
  padding: 8px;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__all-list .remaining-questions__machines-list > .item {
  padding: 8px;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  margin-bottom: 16px;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__all-list .remaining-questions__machines-list > .item ::before {
  line-height: 1.8em;
}

/* purgecss end ignore */

/* purgecss start ignore */

.edit-form__title {
  font-size: 16px;
}

.form__all-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  font-size: 12px;
  max-height: 88vh;
  padding: 0px 15px !important;
}

.form__all-wrapper .scroll {
  scroll-padding: 5px !important;
}

.form__all-wrapper .scroll::-webkit-scrollbar {
  width: 6px;
}

.form__all-wrapper .scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #dfdfdf;
}

@media all and (max-height: 800px) {
  .form__all-wrapper {
    margin-top: 10px;
    padding: 0px 15px !important;
  }

  .form__all-wrapper .form__all-wrapper__header {
    margin-bottom: 20px;
  }

  .form__all-wrapper .form__all-wrapper__main-content {
    height: 50vh;
  }

  .form__all-wrapper .form__all-wrapper__footer .ui.divider {
    margin: 10px 0px 10px 0px;
  }

  .form__all-wrapper .form__all-wrapper__footer p {
    margin: 0px;
  }

  .form__all-wrapper .tna-edit-form__header__evaluation-criteria {
    margin-bottom: 5px;
  }
}

@media all and (max-width: 1300px) {
  .main-tab__skill-section__score {
    margin-right: 40px !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.request-wizard__step1__locations {
  display: flex;
  justify-content: center;
  align-items: center;
}

.machine-related-request-reason__row .label-flex-start {
  padding-top: 10px;
}

.request-reason-container {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}

.request-reason-container .request-reason-editor {
  flex: 1 1;
}

.request-reason-container .request-reason-button {
  flex-shrink: 0;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step2__machine-related .event-details-tab__mr-table {
  margin-bottom: 0px !important;
  overflow: visible !important;
  padding-bottom: 20px !important;
  width: 100% !important;
}

.wizard__step2__machine-related .wizard__step2__machine-related__content .request-details-tab__mr__pattern-row-btns {
  width: 100%;
}

.wizard__step2__machine-related .wizard__step2__machine-related__content .request-details-tab__mr__pattern-row-btns .events-form__btn__positive {
  background-color: #00b2a9;
  text-align: center;
  width: 77px;
  color: white;
  font-weight: 500;
}

.wizard__step2__machine-related .wizard__step2__machine-related__content .request-details-tab__mr__pattern-row-btns .events-form__btn__positive:hover {
  background-color: #00b2a9;
  color: white;
}

.wizard__step2__machine-related .wizard__step2__machine-related__content .request-details-tab__mr__pattern-row-btns .events-form__btn__negative {
  color: #b0b0b0;
  text-align: center;
  width: 77px;
  background-color: white;
  font-weight: 500;
}

.wizard__step2__machine-related .wizard__step2__machine-related__content .request-details-tab__mr__pattern-row-btns .events-form__btn__negative:hover {
  color: #b0b0b0;
  background-color: white;
}

.wizard__step2__machine-related .wizard__step2__machine-related__content .wizard__mr-table {
  width: 100%;
  padding: 0px 5%;
}

.machine-related__title {
  text-align: center;
  margin-bottom: 24px;
}

.wizard__no-machine-related {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 0px 20px;
}

.wizard__no-machine-related .flex-center {
  width: 50%;
}

.wizard__no-machine-related .no-machine-related-wrapper__element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
  width: 300px !important;
  margin-right: 32px;
}

.wizard__no-machine-related .no-machine-related-wrapper__element label {
  width: 110px;
  margin-bottom: 8px;
}

.wizard__no-machine-related .no-machine-related-wrapper__element .ui.search.selection.dropdown.custom-editor {
  min-width: 180px;
  width: 180px;
}

@media all and (min-width: 1340px) {
  .wizard__no-machine-related {
    justify-content: flex-start;
  }
}

@media all and (max-width: 1200px) {
  .wizard__no-machine-related .flex-center {
    width: 100%;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles {
  width: 100%;
  flex-direction: column;
  align-items: flex-start !important;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .flex-start {
  align-items: center !important;
  margin-bottom: 39px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles p {
  margin-right: 16px;
  margin-bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles h4 {
  font-size: 14px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .form__header__dropdown-style {
  min-width: 138px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .events-form__btn__positive {
  background-color: #474b4f;
  color: white;
  font-weight: 500;
  text-align: center;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .events-form__btn__positive:hover {
  background-color: #474b4f;
  color: white;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .events-form__btn__negative {
  text-align: center;
  color: #b0b0b0;
  background-color: white;
  font-weight: 500;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .events-form__btn__negative:hover {
  color: #b0b0b0;
  background-color: white;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .form__event-details-tab__element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .scroll {
  scroll-padding: 5px !important;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .scroll::-webkit-scrollbar {
  height: 4px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #dfdfdf;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table {
  width: 95%;
  display: grid;
  grid-template-columns: repeat(6, 1fr) 20px;
  grid-template-rows: repeat(auto, 1fr);
  margin-bottom: 20px;
  font-size: 11px;
  overflow: visible;
  padding-bottom: 10px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table div.field > label {
  font-weight: normal;
  font-size: 11px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .ui.selection.dropdown {
  min-width: 100px;
  width: 95%;
  margin-right: 5px !important;
  line-height: 12px;
  min-height: 100%;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .border-bottom-gray {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown {
  margin-top: 8px;
  padding: 8px;
  display: flex !important;
  align-items: center !important;
  margin-right: 5px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown i {
  height: 100% !important;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown > div.text {
  display: flex !important;
  align-items: center !important;
  width: 70px !important;
  text-overflow: ellipsis !important;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown > div.text div {
  display: flex !important;
  align-items: center !important;
  width: 70px !important;
  text-overflow: ellipsis !important;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown__multi {
  margin-top: 8px;
  padding: 4px;
  margin-right: 5px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown__multi > div.default.text {
  font-weight: 11px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown__multi .ui.label {
  width: 66px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .event-details-tab__mr-table__remove {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__column-title {
  background-color: #eeeeee;
  width: 100%;
  padding: 8px;
  margin-right: 0px;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .text__transparent {
  color: transparent;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown.disabled {
  border: none !important;
  background-color: white !important;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .mr-table__dropdown.disabled i {
  display: none;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .ui.multiple.search.dropdown > input.search {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  min-height: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  flex-direction: row !important;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .ui.multiple.search.dropdown > .text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 80%;
  height: 100%;
  margin: 0px !important;
  padding: 5px !important;
  font-weight: 500;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .ui.search.dropdown > .text {
  width: 80%;
  height: 100%;
  margin: 0px !important;
}

.form__event-details-tab__mr__pattern.form__event-details-tab__element.mr-table-component__common-styles .event-details-tab__mr-table .ui.search.dropdown > .text > div {
  width: 100%;
  height: 100%;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__event-details__3step {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 39px;
  margin-right: 0px;
  padding: 0px 10%;
}

.wizard__event-details__3step .ui.search.selection.dropdown.custom-editor {
  min-width: 180px !important;
  width: 180px !important;
}

.wizard__event-details__3step .event-details__3step__row__element {
  width: 650px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wizard__event-details__3step .event-details__3step__row__element label {
  margin-right: 16px !important;
  width: 140px;
  font-weight: 600;
  text-align: end;
}

.wizard__event-details__3step .event-details-row__wrapper {
  width: 650px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}

.wizard__event-details__3step .event-details-row__wrapper .event-details__row__element {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wizard__event-details__3step .event-details-row__wrapper .event-details__row__element label {
  padding-right: 16px !important;
  font-weight: 600;
  text-align: end;
  width: 130px;
}

@media all and (min-width: 1300px) {
  .wizard__event-details__3step {
    padding: 0px 20%;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__numeric-input {
  width: 70px !important;
  height: 32px !important;
}

.wizard__step-dates-wrapper {
  min-height: 60%;
}

.wizard__step-dates-wrapper .wizard__numeric-input {
  width: 90px !important;
  height: 32px !important;
}

.wizard__step-dates-wrapper .date-picker__left,
.wizard__step-dates-wrapper .date-picker__right {
  width: 50% !important;
  display: inline-block;
  margin-bottom: 0 !important;
}

.wizard__step-dates-wrapper #date-step__date-input__left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0px !important;
}

.wizard__step-dates-wrapper #date-step__date-input__right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.wizard__step-dates-wrapper .second-row {
  padding-bottom: 0 !important;
}

.wizard__step-dates-wrapper .recalc-commands-row {
  padding-top: 0 !important;
}

.wizard__step-dates-wrapper .recalc-commands-row .recalc-dates-container {
  width: 50%;
  display: inline-block;
}

.wizard__step-dates-wrapper .recalc-commands-row .recalc-command {
  color: #00b2a9;
  cursor: pointer;
  font-size: 0.8em;
}

.wizard__step-dates-wrapper .relative-recalc-command-container {
  position: relative;
}

.wizard__step-dates-wrapper .relative-recalc-command-container #recalc-event-calculated-duration-command {
  position: absolute;
  top: 34px;
  left: 12px;
}

.wizard__step-dates-wrapper .padding-bottom-20px {
  padding-bottom: 20px !important;
}

.wizard__form__margin.wizard__step-dates-wrapper .period-input {
  display: flex;
  flex-wrap: nowrap;
}

.wizard__form__margin.wizard__step-dates-wrapper .period-input .date-picker__left {
  width: 120px !important;
  height: 32px;
  margin-right: -1px !important;
}

.wizard__form__margin.wizard__step-dates-wrapper .period-input .date-picker__left > div > input[type='text'] {
  width: 50% !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  text-align: center !important;
  padding: 4px 20px 4px 2px !important;
}

.wizard__form__margin.wizard__step-dates-wrapper .period-input .field.date-picker__right {
  height: 32px;
  min-width: 120px !important;
  width: 120px !important;
  max-width: 50% !important;
}

.wizard__form__margin.wizard__step-dates-wrapper .period-input .field.date-picker__right > div > input[type='text'] {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  text-align: center !important;
  padding: 4px 20px 4px 2px !important;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .ui.form .field {
  margin-bottom: 0px !important;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .wizard__step-dates-wrapper__desired.field.required {
  display: flex;
  align-items: center;
  margin: 0px !important;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .wizard__step-dates-wrapper__desired.field.required label {
  margin-right: 12px;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .generic-date-picker__wrapper.field.required.request-wizard__generic-date-picker__wrapper {
  display: flex;
  align-items: center !important;
  height: 32px;
  margin-left: 12px;
  margin-right: 60px;
  margin-bottom: 0px;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .generic-date-picker__wrapper.field.required.request-wizard__generic-date-picker__wrapper label {
  margin-right: 12px;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .generic-date-picker__wrapper.field.required.request-wizard__generic-date-picker__wrapper .date-picker__left {
  width: 120px !important;
  height: 32px;
  margin-right: -1px !important;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .generic-date-picker__wrapper.field.required.request-wizard__generic-date-picker__wrapper .date-picker__left > div > input[type='text'] {
  width: 50% !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  text-align: center !important;
  padding: 4px 20px 4px 2px !important;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .generic-date-picker__wrapper.field.required.request-wizard__generic-date-picker__wrapper .field.date-picker__right {
  height: 32px;
  min-width: 120px !important;
  width: 120px !important;
  max-width: 50% !important;
}

.wizard__step-dates-wrapper.request-wizard__step-dates-wrapper .generic-date-picker__wrapper.field.required.request-wizard__generic-date-picker__wrapper .field.date-picker__right > div > input[type='text'] {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  text-align: center !important;
  padding: 4px 20px 4px 2px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.request-wizard__step6-comments__container {
  padding: 39px 20px 20px;
}

.request-wizard__step6-comments__container .flex-start-center {
  justify-content: flex-start !important;
  margin-bottom: 24px;
  align-items: flex-start !important;
}

.request-wizard__step6-comments__container .flex-start-center label {
  min-width: 70px !important;
  margin-right: 16px;
  text-align: end;
  padding-top: 10px;
}

.request-wizard__step6-comments__container .flex-start-center .request-title__input {
  margin-left: 0px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.no-machine-related-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.no-machine-related-wrapper .no-machine-related-wrapper__element {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.no-machine-related-wrapper .no-machine-related-wrapper__element label {
  width: 120px;
}

.no-machine-related-wrapper .no-machine-related-wrapper__element .search {
  margin-right: 33px;
  min-width: 130px;
  width: 130px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.support-details-container {
  font-size: 12px;
  position: relative;
}

.support-details-container.isform .support-details__pre-approved {
  position: absolute;
  top: -60px;
  right: 0;
}

.support-details-container.isform .support-details__main {
  margin-left: 0px;
}

.support-details-container.isform .support-details__main .support-details__add-position .cogs.large.icon {
  position: absolute;
  left: 0;
}

.support-details-container .support-details__pre-approved {
  display: flex;
  justify-content: flex-end;
  margin: 16px;
}

.support-details-container .support-details__pre-approved h5 {
  white-space: nowrap;
  text-align: left;
}

.support-details-container .support-details__pre-approved .ui.checkbox {
  display: inline-flex;
  text-align: right;
}

.support-details-container .support-details__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0%;
}

.support-details-container .support-details__main input {
  width: 100%;
}

.support-details-container .support-details__main .support-details__add-position {
  width: 100%;
  margin: 16px 0;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.support-details-container .support-details__main .support-details__add-position .cogs.large.icon {
  position: absolute;
  left: 0;
}

.support-details-container .support-details__main .support-details__add-position .support-details__add-btn {
  display: flex;
  justify-content: space-between;
  font-size: 12px !important;
  padding: 8px;
  height: 32px;
  white-space: nowrap;
  width: 160px;
  border: 1px solid #474b4f;
  color: #474b4f;
  background-color: #ffffff;
  margin-right: 30px;
}

.support-details-container .support-details__main .support-details__add-position .support-details__add-btn i {
  margin: 4px;
  font-size: 14px;
}

.support-details-container .support-details__main .support-details__add-position .costs {
  display: flex;
  flex-wrap: wrap;
}

.support-details-container .support-details__main .support-details__add-position .costs .costs-container {
  margin: 4px 12px 4px 0px;
}

.support-details-container .support-details__main .support-details__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 40px;
}

.support-details-container .support-details__main .support-details__item:nth-child(2) .support-details__item-collection {
  border-top: 1px solid #dedfdf;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection {
  width: 100%;
  border-bottom: 1px solid #dedfdf;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__comment-input.ui.input {
  width: 250px;
  margin: 16px 0;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -4px 0;
  padding: 20px 0px 20px 0;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .ui.right.labeled.input input {
  padding-right: 4px;
  width: 40px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .ui.right.labeled.input .ui.basic.label.label {
  padding-left: 4px;
  border-left: none;
  line-height: 0.8em;
  font-weight: lighter;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .support-details__segment-label {
  margin-right: 16px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .fields .field .ui.icon.input {
  width: 100px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .fields .field .ui.icon.input i {
  display: none;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .fields .field .from-date .ui.icon.input input {
  border-radius: 4px 0 0 4px;
  padding-right: 1em !important;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .fields .field .to-date .ui.icon.input input {
  border-radius: 0 4px 4px 0;
  padding-right: 1em !important;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .ui.input:not(.icon) {
  width: 80px;
  /* Firefox */
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .ui.input:not(.icon) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .ui.input:not(.icon) input[type='number'] {
  -moz-appearance: textfield;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .ui.inline.search.selection.dropdown.planit-user-selector__position-code {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .ui.inline.search.selection.dropdown.planit-user-selector__position-code .visible.menu.transition {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .new_support-details__item-main .supppor-details__item-main-segment .ui.inline.search.selection.dropdown.planit-user-selector__position-code .visible.menu.transition .item {
  white-space: nowrap;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item {
  margin: 12px 0;
  display: flex;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .support-details__location-detail-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .support-details__location-detail-label span {
  height: 14px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .ui.search.selection.dropdown.custom-editor {
  width: 170px !important;
  margin-right: 32px;
  height: 32px !important;
  min-height: unset;
  line-height: 0.8em;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .ui.search.selection.dropdown.custom-editor .icon {
  line-height: 0.8em;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .ui.search.selection.dropdown.custom-editor .visible.menu.transition {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .ui.search.selection.dropdown.custom-editor .visible.menu.transition .item {
  white-space: nowrap;
}

.support-details-container .support-details__main .support-details__item i.red.remove.icon::before {
  font-size: 18px;
  cursor: pointer;
}

.machine-selection-item {
  margin-top: 15px;
  display: flex;
}

.machine-selection-item h4 {
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 0;
}

.machine-selection-item div {
  margin-left: 45px;
  margin-bottom: -25px;
}

.support-details__add-position .cost-label {
  min-width: 110px;
}

.support-details__add-position .costs-container {
  margin-right: 20px !important;
}

.support-details__add-position .large.icon {
  display: none;
}

.vis-borde-01 {
  width: 100%;
  margin-bottom: 15px;
}

.vis-borde-01 .supppor-details__item-main-segment {
  flex-direction: row !important;
}

.vis-borde-02 {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}

.vis-borde-02 .flex-column {
  margin: 0px 20px 0px 0px !important;
}

.vis-borde-03 {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
}

.vis-borde-03 .supppor-details__item-main-segment {
  align-items: start !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.request-list__filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-end;
  align-items: flex-start;
}

.request-list__filters-wrapper .request-list__filter-dropdown {
  margin-bottom: 10px;
  display: flex !important;
  align-items: center !important;
  min-width: 160px !important;
  width: -webkit-max-content !important;
  width: max-content !important;
  min-height: 38px !important;
  padding: 5px 26px 5px 6px !important;
  margin-right: 12px;
}

.request-list__filters-wrapper .request-list__filter-dropdown .visible.menu.transition {
  width: -webkit-max-content !important;
  width: max-content !important;
  border: 1px solid rgba(128, 128, 128, 0.541);
}

.request-list__filters-wrapper .request-list__filter-dropdown .visible.menu.transition .text {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: -webkit-max-content !important;
  width: max-content !important;
  font-size: 11px;
  overflow: hidden;
}

.request-list__filters-wrapper .request-list__filter-dropdown .visible.menu.transition::-webkit-scrollbar {
  width: 4px;
}

.request-list__filters-wrapper .request-list__filter-dropdown .visible.menu.transition::-webkit-scrollbar-track {
  border-radius: 10px;
}

.request-list__filters-wrapper .request-list__filter-dropdown .visible.menu.transition::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.request-list__filters-wrapper .request-list__filter-dropdown .icon {
  padding: 12px 8px !important;
}

.request-list__filters-wrapper .request__title-input {
  min-width: 150px !important;
  max-width: 150px !important;
  height: 38px !important;
  margin-right: 12px !important;
  margin-bottom: 10px !important;
}

.request-list__filters-wrapper .request__title-input .input {
  min-height: 38px !important;
  margin-right: 10px !important;
}

.request-list__filters-wrapper .request-list__date-input {
  width: 130px;
  margin-right: 12px !important;
}

.request-list__filters-wrapper .request-list__date-input .input {
  height: 38px !important;
  min-height: 38px !important;
}

.request-list__filters-wrapper .request-list__date-big-input {
  width: 150px;
  margin-right: 12px !important;
}

.request-list__filters-wrapper .request-list__date-big-input .input {
  height: 38px !important;
  min-height: 38px !important;
}

.request-list__new-request-btn {
  min-width: 138px !important;
}

.request-event__filter-buttons {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-right: 7px;
}

.request-event__filter-buttons .button {
  height: 38px;
  width: 38px;
  margin-right: 16px;
}

.request-event__filter-buttons #add-event-type .icons {
  margin-left: 10px !important;
}

.request-event__filter-buttons #add-event-type button {
  padding: 10px 11.5px 10px 14px !important;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.request-event__filter-buttons #add-event-type button > i.icons i.plus.circle {
  color: #474b4f;
  padding: 0 !important;
  font-size: 10px !important;
}

.request-event__filter-buttons #add-event-type button > i.icons i.plus.circle::before {
  background-color: #fff !important;
  border-radius: 100%;
  border: 1px solid #fff;
}

.request-event__filter-buttons #add-event-type button > i.icons i.circular.icon {
  width: 0 !important;
  height: 0 !important;
}

.request-event__filter-buttons #add-event-type button > i.icons i:not(.corner) {
  margin: 0 !important;
}

.request-event__filter-buttons #add-event-type button > i > i.calendar.check.large.icon {
  font-size: 18px !important;
}

.request-event__filter-buttons i.corner.hide-filter {
  text-shadow: unset;
  color: white;
  opacity: 1;
  background-color: red;
  border-radius: 1em;
  font-size: 0.7rem;
  height: 12px;
  width: 12px;
  line-height: 11px;
  left: 44%;
  bottom: 10%;
}

.request-event__filter-buttons i:not(.corner) {
  color: white;
  opacity: 1;
  margin: 0 !important;
}

.request-event__filter-buttons .field {
  margin-top: 0px !important;
  display: flex;
  align-items: flex-start;
}

.request-list__table-view .request-event__filter-buttons {
  margin-right: 0px;
}

.request-list__table-view .ui.secondary.stackable.right.floated.custom-table-main-actions.menu .item.menu-item-download {
  align-self: flex-start !important;
  margin-top: 6px;
  margin-right: 10px;
  margin-left: -10px;
}

.request-list__table-view .ui.secondary.stackable.right.floated.custom-table-main-actions.menu .fitted.item {
  align-self: flex-start !important;
  margin-top: 6px;
  margin-right: 15px;
}

.request-list__table-view > div.full-width.table__flex-container > table > thead > tr > th:nth-child(1) {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: 25px !important;
}

.request-list__table-view > div.full-width.table__flex-container > table > thead > tr > th:nth-child(6) {
  min-width: 150px !important;
}

.request-list__table-view > div.full-width.table__flex-container > table > thead > tr > th:nth-child(12) {
  min-width: 130px !important;
}

.request-list__table-view > div.full-width.table__flex-container > table > thead > tr > th:nth-child(16) {
  max-width: 30px !important;
  min-width: 30px !important;
  width: 30px !important;
}

@media all and (max-width: 1300px) {
  .request-event__filter-buttons .button {
    margin-right: 12px;
  }
}

.user-modal.merge-error-modal {
  height: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.fields.request-event__field-all-container-height-flexible .request-list__filters-wrapper.event-list__new-filters-container .field.events-home-page__multiple-dropdown-filter {
  margin-right: 12px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.transition.visible.active.planit-generic-form__modal {
  width: 97% !important;
  display: flex !important;
  justify-content: flex-start !important;
  overflow: hidden;
  min-height: 96%;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__prev-status-btn {
  background-color: #dedfdf !important;
  color: #474b4f;
  min-width: 150px;
  padding: 2px 4px 2px 24px !important;
  margin: 0px;
  font-weight: bold;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__prev-status-btn .icon {
  color: #474b4f;
  font-size: 16px;
  background-color: #dedfdf !important;
  padding: 10px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .transition.visible.active > div {
  display: flex !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container {
  width: 75%;
  display: flex;
  padding: 24px 0px 0px 0px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__comment-textarea {
  width: 95% !important;
  margin-bottom: 50px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__comment-textarea-request-form {
  width: 80% !important;
  margin-right: 30px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status {
  display: flex;
  padding-right: 20px;
  padding-bottom: 8.5px;
  width: 90%;
  justify-content: space-between;
  margin-top: 10px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status .flex-start-center {
  width: 80%;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status p {
  font-size: 16px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dedfdf;
  width: 80%;
  font-weight: 600;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status .form__header__title-input {
  min-width: 70%;
  font-size: 16px;
  font-weight: 600;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status .form__header__title-input input {
  padding-left: 10px;
  text-overflow: ellipsis !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status .form__header__title-input__friendlyId {
  font-size: 16px;
  font-weight: 600;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status .form__header__title-input__friendlyId input {
  padding-right: 0px;
  width: 100px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status input {
  border-radius: 0px;
  border-bottom: 1px solid #dedfdf;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__header-top-container .form__header-title-status .form__header__status-tag {
  min-width: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 22px;
  background-color: #474b4f;
  padding: 4px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .form__modal__close-btn {
  background-color: transparent;
  color: #b0b0b0;
  font-size: 20px;
  width: 180px;
  text-align: start;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 0px;
  margin-left: 24px;
  margin-top: 0px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header {
  height: 100%;
  margin-top: 24px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__lateral-menu {
  background-color: #f9f9f9;
  height: 100%;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content {
  padding: 12px 0px 0px 32px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__modal__header-content .ui.error.message {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white;
  color: #222629;
  box-shadow: none;
  font-size: 11px;
  margin-bottom: 32px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__modal__header-content .ui.error.message .header {
  display: none;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__modal__header-content .ui.error.message .list {
  margin: 0px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__modal__header-content .ui.error.message li.content::before {
  display: none;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__modal__header-content .ui.error.message .icon {
  font-size: 16px;
  color: #e03c31;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row-icon {
  margin-right: 24px;
  font-size: 18px;
  margin-bottom: 5px;
  color: #474b4f;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__text-disable {
  color: #b0b0b0;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data p {
  margin-right: 16px;
  margin-bottom: 0px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__dropdown-style {
  min-width: 138px;
  margin-right: 16px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__first-row__event-type {
  margin-bottom: 24px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__first-row__event-type .first-row__event-type__circle {
  width: 18px;
  height: 18px;
  margin-right: 24px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .field.planit-eventform-dates-period {
  width: 100px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .field.planit-eventform-dates-period.from-date .ui.icon.input input {
  text-align: center;
  border-radius: 4px 0 0 4px;
  width: 100px;
  padding-right: 10px !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .field.planit-eventform-dates-period.to-date .ui.icon.input input {
  text-align: center;
  border-radius: 0 4px 4px 0;
  width: 100px;
  border-left: none;
  padding-right: 10px !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .pause-period__btn {
  margin-right: 16px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .pause-period__btn .ui.button {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #474b4f;
  height: 32px;
  color: #474b4f;
  line-height: 0.8em;
  white-space: nowrap;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .pause-period__btn .ui.button:hover {
  color: black;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .pause-period__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .pause-period__items .pause-period__dates-row {
  display: flex;
  margin-bottom: 16px;
  margin-right: 16px;
  align-items: center;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .pause-period__items .pause-period__dates-row .icon.remove-icon {
  margin-left: 10px !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .flex-wrap {
  justify-content: flex-start !important;
  align-items: center;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .flex-wrap .form__header__second-row__requested-date-slot {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 50px;
  height: 32px;
  align-self: center;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .flex-wrap .form__header__second-row__event-dates {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  height: 32px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .form__header__third-row__durations__element {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .form__header__third-row__durations__element .form__duration-field-numeric {
  width: 70px;
  height: 32px;
  margin-right: 50px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .form__header__third-row__durations__element .form__duration-field-numeric__wd {
  width: 44px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .form__header__third-row__durations__element .form__duration-field-numeric__wd input {
  padding: 4px 4px 4px 8px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .form__header__third-row__durations__element .form__duration-field-numeric__wd .ui.basic.label.label {
  border-left: none;
  padding: 9px 9px 9px 2px;
  color: #474b4f;
  font-weight: 500;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .form__header__third-row__durations__element .form__duration-field-numeric__wd-number {
  font-weight: 500;
  width: 65px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .form__header__third-row__durations__element .form__duration-field-numeric__wd-number input {
  padding-right: 4px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .form__modal__close-menu-left-container .tab-pane-with-header .tab-pane-with-header__content .form__header__data .form__header__row .form__header__third-row__durations__element .form__duration-field-numeric__wd-number .ui.basic.label {
  border-left: none;
  color: #474b4f;
  padding: 9px 9px 9px 1px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__left-container .modal__action-warning {
  margin: 20px 0px 20px 0px !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .form__modal__right-container__chat {
  min-width: 25%;
  min-height: 100% !important;
  max-height: 100% !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .ui.error.message {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white;
  color: #222629 !important;
  box-shadow: none;
  font-size: 11px;
  margin-bottom: 32px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .ui.error.message .list {
  margin: 0px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .ui.error.message li.content::before {
  display: none;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .ui.error.message .icon {
  font-size: 16px !important;
  color: #e03c31;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .ui.error.message .header {
  color: #222629 !important;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .visible.menu.transition::-webkit-scrollbar {
  width: 4px;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .visible.menu.transition::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.ui.modal.transition.visible.active.planit-generic-form__modal .visible.menu.transition::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.356);
}

.ui.modal.transition.visible.active.planit-generic-form__modal .change-status-popup {
  transform: translateY(35vh) !important;
}

@media all and (min-width: 1700px) {
  .tab-pane-with-header__content {
    width: 90% !important;
  }
}

@media all and (max-width: 1150px) {
  .tab-pane-with-header__content {
    width: 78% !important;
  }
}

.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container {
  max-width: 47vw !important;
  margin: 10px 0 24px 42px !important;
}

.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container .label.label.label.label {
  margin: 0 !important;
}

.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container.event-duration-warnings-container .label.label.label.label p {
  text-align: left !important;
}

.recalc-command {
  color: #00b2a9;
  cursor: pointer;
  font-size: 0.8em;
}

#recalc-start-date {
  position: absolute;
  top: 36px;
  right: 170px;
}

#recalc-end-date {
  position: absolute;
  top: 36px;
  right: 60px;
}

#recalc-event-duration {
  position: absolute;
  top: 38px;
  right: 40px;
}

#recalc-calculated-duration {
  position: absolute;
  top: 36px;
  right: 43px;
}

.recalc-container {
  position: relative;
}

.form__header__third-row__durations.fix-margin.fix-margin.fix-margin.fix-margin.fix-margin.fix-margin.fix-margin {
  margin-bottom: 0 !important;
}

#events__step3__event-duration__input {
  min-width: 110px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.tab-pane-with-header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tab-pane-with-header h4 {
  margin-left: 42px;
  margin-bottom: 32px;
}

.tab-pane-with-header .tab-pane-with-header__lateral-menu {
  min-width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tab-pane-with-header .tab-pane-with-header__lateral-menu .item {
  width: 100%;
  height: 32px;
  vertical-align: middle;
  padding: 9px 0px 9px 24px;
  font-weight: 600;
  color: #474b4f;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tab-pane-with-header .tab-pane-with-header__lateral-menu .item.active {
  background-color: #e5f7f6 !important;
  color: #00b2a9;
  border-right: 6px solid #00b2a9;
}

.tab-pane-with-header .tab-pane-with-header__content,
.tab-pane-with-header .tab-pane-with-header__tab-header-content,
.tab-pane-with-header .tab-pane-with-header__footer-content {
  width: 100%;
}

.tab-pane-with-header .tab-pane-with-header__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* purgecss end ignore */

/* purgecss start ignore */

.third-row__pause-periods__container-inputs {
  padding-bottom: 0px !important;
}

.third-row__pause-periods__container-inputs input {
  margin-bottom: 2px !important;
}

.remove-icon {
  margin-left: 23px !important;
  color: #474b4f !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__event-details__container {
  display: flex;
  flex-direction: column;
}

.form__event-details__container p {
  margin-right: 16px;
  margin-bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__event-details__container h4 {
  font-size: 14px;
}

.form__event-details__container .form__header__dropdown-style {
  min-width: 138px;
}

.form__event-details__container .request-details-tab__mr__pattern-row-btns .events-form__btn__positive {
  width: 65px;
}

.form__event-details__container .request-details-tab__mr__pattern-row-btns .events-form__btn__negative {
  width: 65px;
}

.form__event-details__container .events-form__btn__positive {
  background-color: #474b4f;
  color: white;
  font-weight: 500;
  text-align: center;
}

.form__event-details__container .events-form__btn__positive:hover {
  background-color: #474b4f;
  color: white;
}

.form__event-details__container .events-form__btn__negative {
  color: #b0b0b0;
  text-align: center;
  background-color: white;
  font-weight: 500;
}

.form__event-details__container .events-form__btn__negative:hover {
  color: #b0b0b0;
  background-color: white;
}

.form__event-details__container .form__event-details-tab__element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.form__event-details__container .scroll {
  scroll-padding: 5px !important;
}

.form__event-details__container .scroll::-webkit-scrollbar {
  height: 4px;
}

.form__event-details__container .scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #dfdfdf;
}

@media all and (min-width: 1300px) {
  .form__event-details__container .form__event-details-tab__mr__pattern {
    padding-left: 46px;
  }
}

@media all and (max-width: 1210px) {
  .form__event-details__container .event-details-tab__mr-table {
    overflow-x: scroll !important;
    padding-bottom: 120px !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__students-tab__container {
  display: flex;
  flex-wrap: wrap;
}

.form__students-tab__container p {
  margin-right: 16px;
  margin-bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__students-tab__container h4 {
  font-size: 14px;
}

.form__students-tab__container .form__event-details-tab__element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.form__students-tab__container .wizard__step-students-wrapper {
  min-height: 100%;
  align-items: center;
  display: flex;
  margin: 0px !important;
}

.form__students-tab__container .wizard__step-students-wrapper label {
  margin: 0px !important;
  width: 120px;
}

.form__students-tab__container .students-tab__add-user-button .button {
  border: 1px solid #474b4f;
  color: #474b4f !important;
  box-shadow: none;
}

.form__students-tab__container .students-tab__add-user-button .icon {
  background-color: transparent !important;
}

.form__students-tab__container .students-tab__students-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 60px 60px;
  grid-template-rows: repeat(auto, 1fr);
  width: 100%;
  padding-left: 48px;
  padding-right: 30px;
  margin-bottom: 50px;
}

.form__students-tab__container .students-tab__students-table .students-table__column-title {
  background-color: #eeeeee;
  width: 100%;
  padding: 8px;
  margin-right: 0px;
}

.form__students-tab__container .students-tab__students-table .border-bottom-gray {
  border-bottom: 1px solid #dedfdf;
  padding: 11.5px;
}

.form__students-tab__container .students-tab__students-table span {
  display: flex;
  align-items: center;
}

.form__students-tab__container .students-tab__students-table .text__transparent {
  color: transparent;
}

.form__students-tab__container .students-tab__students-table .icons {
  display: flex;
  align-items: center;
}

/* purgecss end ignore */

/* purgecss start ignore */

.vtc-section {
  margin: 8px 0;
}

.hzt-section {
  margin-right: 24px;
}

.requests-events-wizard___modal .ui.input.ui.input.ui.input.ui.input.ui.input.ui.input.ui.input {
  height: 32px !important;
  min-height: 32px;
  line-height: 0.8em;
}

.events-support-details__container {
  font-size: 12px;
  padding: 0 50px;
  background-color: white;
}

.events-support-details__container .events-support-details__main-info {
  position: relative;
  display: flex;
  margin: 32px 0;
  align-items: center;
}

.events-support-details__container .events-support-details__main-info .cogs.icon {
  position: absolute;
  left: -45px;
  font-size: 17px;
}

.events-support-details__container .events-support-details__main-info .events-support-details__main-data {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.events-support-details__container .events-support-details__main-info .events-support-details__main-data span {
  margin-right: 12px;
}

.events-support-details__container .events-support-details__main-info .events-support-details__main-data > .ui.input {
  width: 90px;
}

.events-support-details__container .events-support-details__main-detail {
  display: flex;
  flex-direction: column;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__info-position {
  display: flex;
  align-items: center;
  margin: 16px 0;
  width: 100%;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__info-position > label {
  margin-right: 16px;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__info-position .ui.input {
  margin-right: 16px;
  min-width: 20px !important;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__info-position .ui.icon.button {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
  border-radius: 4px;
  width: 54px;
  height: 32px;
  line-height: 0.8em;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail {
  display: flex;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail:nth-child(1) .events-support-details__detail-position {
  border-top: 1px solid #dedfdf;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dedfdf;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__comment {
  margin-bottom: 16px;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .ui.right.labeled.input input {
  padding-right: 4px;
  width: 50px;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .ui.right.labeled.input .ui.basic.label.label {
  padding-left: 4px;
  border-left: 0;
  line-height: 0.8;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .ui.right.labeled.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .ui.right.labeled.input.enlarged-input input {
  width: 75px;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed span {
  margin-right: 16px;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .fields .field .ui.icon.input {
  width: 100px;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .fields .field .ui.icon.input i {
  display: none;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .fields .field .from-date .ui.icon.input input {
  border-radius: 4px 0 0 4px;
  padding-right: 1em !important;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .fields .field .to-date .ui.icon.input input {
  border-radius: 0 4px 4px 0;
  padding-right: 1em !important;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info:last-child {
  margin-top: 0;
  width: 100%;
}

.events-support-details__container .events-support-details__main-detail .events-support-details__detail .edit.icon {
  cursor: pointer;
  align-self: center;
  font-size: 16px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.vtc-section {
  margin: 8px 0;
}

.hzt-section {
  margin-right: 24px;
}

.main-separator {
  border-bottom: 1px solid #999;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.requests-events-wizard___modal .ui.input.ui.input.ui.input.ui.input.ui.input.ui.input.ui.input {
  height: 32px !important;
  min-height: 32px;
  line-height: 0.8em;
}

.new-events-support-details__container {
  font-size: 12px;
  padding: 0 50px;
  background-color: white;
}

.new-events-support-details__container .events-support-details__main-info {
  position: relative;
  display: flex;
  margin: 32px 0;
  align-items: center;
}

.new-events-support-details__container .events-support-details__main-info .cogs.icon {
  position: absolute;
  left: -45px;
  font-size: 17px;
}

.new-events-support-details__container .events-support-details__main-info .events-support-details__main-data {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.new-events-support-details__container .events-support-details__main-info .events-support-details__main-data span {
  margin-right: 12px;
}

.new-events-support-details__container .events-support-details__main-info .events-support-details__main-data > .ui.input {
  width: 90px;
}

.new-events-support-details__container .events-support-details__main-detail {
  display: flex;
  flex-direction: column;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__info-position {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 16px 0;
  width: 100%;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__info-position > div {
  display: flex;
  margin-bottom: 20px;
  margin-right: 16px;
  align-items: center;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__info-position .flex-column {
  flex-direction: row;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__info-position label {
  margin-right: 16px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__info-position .supppor-details__item-main-segment .ui.icon.input {
  width: 130px;
  margin-right: 0px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__info-position > label {
  margin-right: 16px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__info-position .ui.input {
  margin-right: 16px;
  min-width: 20px !important;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__info-position .ui.icon.button {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
  border-radius: 4px;
  width: 150px;
  height: 35px;
  line-height: 0.8em;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail {
  display: flex;
  padding: 20px 20px 20px 40px;
  background: #eee;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__comment {
  margin-bottom: 16px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .ui.right.labeled.input input {
  padding-right: 4px;
  width: 50px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .ui.right.labeled.input .ui.basic.label.label {
  padding-left: 4px;
  border-left: 0;
  line-height: 0.8;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .ui.right.labeled.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .ui.right.labeled.input.enlarged-input input {
  width: 75px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed span {
  margin-right: 16px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .fields .field .ui.icon.input {
  width: 100px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .fields .field .ui.icon.input i {
  display: none;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .fields .field .from-date .ui.icon.input input {
  border-radius: 4px 0 0 4px;
  padding-right: 1em !important;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info .info-support-details__employee-detailed .fields .field .to-date .ui.icon.input input {
  border-radius: 0 4px 4px 0;
  padding-right: 1em !important;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .events-support-details__detail-position .info-support-details__employee-info:last-child {
  margin-top: 0;
  width: 100%;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .edit.icon {
  cursor: pointer;
  align-self: center;
  font-size: 16px;
}

.new-events-support-details__container .events-support-details__main-detail .events-support-details__detail .remove.icon {
  margin-left: 25px;
  cursor: pointer;
  font-size: 16px;
  align-self: center;
}

/* purgecss end ignore */

/* purgecss start ignore */

.choose-instructors__modal .choose-instructors__modal__dropdown {
  width: 120px;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-right: 12px;
}

.choose-instructors__modal .input.icon.choose-instructors__modal__dropdown {
  width: 200px;
  margin-bottom: 10px;
  margin-top: 0px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__instructors-tab__container {
  display: flex;
  flex-direction: column;
}

.form__instructors-tab__container .instructors__delete-icon__container {
  display: flex;
  justify-content: flex-end;
  margin-right: 16px;
  width: 100%;
}

.form__instructors-tab__container .form__event-details-tab__element {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.form__instructors-tab__container .form__event-details-tab__element p {
  margin-right: 12px;
  margin-bottom: 0px;
}

.form__instructors-tab__container .form__event-details-tab__element .flex-start-center {
  margin-bottom: 5px;
}

.form__instructors-tab__container .form__event-details-tab__element .flex-start-center .form__field-numeric {
  margin-right: 32px;
}

.form__instructors-tab__container .form__event-details-tab__element .search {
  width: 180px;
  margin-right: 32px;
}

.form__instructors-tab__container .form__event-details-tab__element .form__inputs-dates-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px;
  margin-right: 32px;
}

.form__instructors-tab__container .form__event-details-tab__element .form__inputs-dates-wrapper .fields {
  margin-bottom: 0px;
}

.form__instructors-tab__container .form__event-details-tab__element .form__inputs-dates-wrapper .planit-eventform-dates-period {
  width: 100px;
}

.form__instructors-tab__container .form__event-details-tab__element .form__inputs-dates-wrapper .planit-eventform-dates-period > div > i {
  display: none !important;
}

.form__instructors-tab__container .form__event-details-tab__element .form__inputs-dates-wrapper .planit-eventform-dates-period div > input[type='text'] {
  padding: 10px !important;
  text-align: center;
  display: flex;
  justify-content: center;
}

.form__instructors-tab__container .form__event-details-tab__element .form__inputs-dates-wrapper .from-date div > input[type='text'] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form__instructors-tab__container .form__event-details-tab__element .form__inputs-dates-wrapper .to-date div > input[type='text'] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
}

.form__instructors-tab__container .form__instructors__second-row-styles .travel-days i.icon {
  display: none;
}

.form__instructors-tab__container .form__instructors__second-row-styles .travel-days .travel-days__departure .ui.input > input {
  padding-right: 1em !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form__instructors-tab__container .form__instructors__second-row-styles .travel-days .travel-days__arrival .ui.input > input {
  padding-right: 1em !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.form__instructors-tab__container .form__instructors__second-row-styles .travel-days .field {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.form__instructors-tab__container .form__instructors__second-row-styles p {
  width: 45px;
}

.form__instructors-tab__buttons-row {
  display: flex;
  align-items: center;
  margin-bottom: 24.5px;
}

.form__instructors-tab__buttons-row .icon {
  margin-right: 22.14px;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button {
  display: flex;
  width: 100%;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .form__add-instructor-btn-event-creation {
  border: 1px solid #474b4f;
  background-color: white;
  color: #474b4f;
  margin-right: 24px;
  width: 120px;
  height: 36px;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .form__add-instructor-btn-event-creation .icon {
  background-color: transparent !important;
  padding-right: 0px;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .form__add-instructor-btn {
  border: 1px solid #474b4f;
  background-color: white;
  color: #474b4f;
  margin-right: 24px;
  width: 120px;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .form__add-instructor-btn .icon {
  background-color: transparent !important;
  padding-right: 0px;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .ui[class*='right labeled'].icon.button {
  padding: 3px 24px 3px 4px !important;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .form__show-all-instructor-btn {
  border: 1px solid #00b2a9;
  background-color: white;
  color: #00b2a9;
  margin-right: 24px;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .ui.toggle.checkbox label:before {
  width: 2rem !important;
  height: 1.3rem !important;
  border-radius: 1.3rem !important;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .ui.toggle.checkbox label:after {
  width: 1.3rem !important;
  height: 1.3rem !important;
  z-index: 1;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .ui.toggle.checkbox input:checked ~ label::after {
  left: 0.9rem !important;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .ui.fitted.toggle.checkbox {
  width: 2rem !important;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .instructors-tab-toggles__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .instructors-tab-toggles__wrapper .unblock-label {
  margin-right: 15px;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .instructors-tab-toggles__wrapper .instructors-tab-toggles__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.form__instructors-tab__buttons-row .instructors-tab__add-instructor-button .instructors-tab-toggles__wrapper .instructors-tab-toggles__items label {
  padding-bottom: 10px;
  width: 100%;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.add-expertise-popup {
  background: #474b4f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}

.ui.modal > .content.add-expertise-popup__content {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px;
}

.add-expertise-popup__buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 24px 16px 24px;
}

.add-expertise-popup__buttons-left-container {
  display: flex;
  justify-content: flex-start;
}

.add-expertise-popup__buttons-container__right-container {
  display: flex;
  justify-content: flex-end;
}

.ui.button.add-expertise-popup__btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 1;
  height: 32px;
  letter-spacing: 0.24px;
  color: #474b4f;
  padding: 0px 10px;
  min-width: 75px;
}

.ui.button.add-expertise-popup__pending-btn {
  margin-left: 12px;
  width: 135px;
}

.ui.button.add-expertise-popup__back-btn {
  background-color: #565b60;
  color: #ffffff;
  border-color: #565b60;
}

/* purgecss end ignore */

/* purgecss start ignore */

.instructor-event-suggestion {
  margin: 20px 20px;
}

.instructor-event-suggestion-items {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.planner-assistant-wrapper {
  margin: 10px 20px;
  border: 0.5px solid black;
  border-radius: 10px;
  background-color: rgba(126, 126, 126, 0.25);
  padding: 10px;
  width: 45%;
  height: 30vh;
  float: left;
}

.header-section .header-section-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
}

.header-section .header-section-item i,
.header-section .header-section-item p {
  margin: 0 5px;
}

.section {
  margin: 10px;
}

.section .section-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.section .section-item i,
.section .section-item p {
  margin: 0 5px;
}

.section .section__btns .ui.button.submit-btn {
  margin-left: 15px;
  color: white;
  background-color: #474b4f;
}

.section .section__btns button.ui.inverted.secondary.button {
  margin-right: 15px;
  box-shadow: none !important;
  border: 1px solid #474b4f;
}

/* purgecss end ignore */

/* purgecss start ignore */

.b-sch-event-wrap {
  overflow: visible;
}

.b-sch-event-wrap.b-sch-travel-event {
  z-index: 4;
}

.b-sch-event-wrap.b-sch-travel-event:hover {
  z-index: 6;
}

.b-sch-event-wrap.b-milestone-wrap {
  margin-left: 0;
  font-size: 1rem;
}

.b-sch-event-wrap.b-milestone-wrap .b-milestone.b-sch-event:not(.b-sch-event-withicon):before,
.b-sch-event-wrap.b-milestone-wrap .b-milestone.b-task-baseline:before {
  content: none;
}

.b-sch-event.travel-event {
  position: relative;
  overflow: visible;
}

.b-sch-event.travel-event i.travel-icon {
  border-radius: 4px;
  border: 1px solid #b0b0b0;
  position: absolute;
  background-color: #b0b0b0;
  color: #dedfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  height: 106%;
  width: 50px;
}

.b-sch-event.travel-event i.travel-icon.b-fa-plane-departure {
  left: -60px;
}

.b-sch-event.travel-event i.travel-icon.b-fa-plane-arrival {
  right: -58px;
}

.b-sch-event.travel-event i.travel-icon:hover {
  background-color: #474b4f;
  color: white !important;
}

.row-height-slider {
  background-color: #ffffff;
  padding: 4px;
}

input[type='range'] {
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.poc-config-modal__ranges-container .fields .field .planit-eventform-dates-period .ui.icon.input {
  max-width: 100px;
  margin-right: 24px;
  min-width: 100px;
  width: 100px;
  height: 32px;
}

.poc-config-modal__ranges-container .fields .field .planit-eventform-dates-period .ui.icon.input .icon {
  display: none;
}

.poc-config-modal__ranges-container .fields .field .planit-eventform-dates-period .ui.icon.input input {
  text-align: center;
  padding: 8px;
  padding-right: 8px !important;
}

/* Edit css for slider  with recomendations here: https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */

.scheduler-tooltip {
  border-radius: 10px;
}

.scheduler-tooltip.b-panel:not(.b-outer) {
  border-radius: 4px;
}

.scheduler-tooltip.b-panel:not(.b-outer) .b-tooltip-content {
  min-height: 100%;
  padding: 0.5em;
}

.scheduler-tooltip.b-panel:not(.b-outer) .b-panel-content {
  border-radius: 4px;
  background-color: #474b4f;
  padding: 1em;
  color: white;
}

.b-sch-foreground-canvas .today {
  display: none;
}

.b-sch-foreground-canvas .weekend {
  background: #f7f7f7 !important;
}

.b-sch-foreground-canvas .weekend-working {
  background: #ffffff !important;
  z-index: 3 !important;
}

.b-sch-foreground-canvas .holiday {
  background: #f0aea9 !important;
  border: none !important;
  z-index: 3 !important;
}

.b-grid-header .b-sch-timerange {
  background: transparent;
}

.b-grid-header .b-sch-timerange.today {
  cursor: auto;
  background: #3be0d84d;
}

.b-popup.b-text-content {
  max-width: unset !important;
}

.scheduler-tooltip__wrapper {
  min-width: 460px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.scheduler-tooltip__wrapper::-webkit-scrollbar {
  width: 4px;
}

.scheduler-tooltip__wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.scheduler-tooltip__wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

.scheduler-tooltip__wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scheduler-tooltip__wrapper i.b-fa {
  margin-right: 0.5rem;
}

.scheduler-tooltip__wrapper .b-fa-circle,
.scheduler-tooltip__wrapper .fa-circle {
  font-size: 1.5rem;
}

.scheduler-tooltip__wrapper .tooltip__section-item {
  display: flex;
  justify-content: initial;
}

.scheduler-tooltip__wrapper .tooltip__header {
  margin: 0 4px 8px 4px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
}

.scheduler-tooltip__wrapper .tooltip__header .tooltip__header-event-type {
  display: flex;
  margin: 0 1em;
}

.scheduler-tooltip__wrapper .tooltip__header p {
  white-space: nowrap;
  margin-bottom: 0;
}

.scheduler-tooltip__wrapper .tooltip__header .tooltip__status {
  align-content: flex-end;
}

.scheduler-tooltip__wrapper .tooltip__section {
  margin: 0 4px 8px 4px;
  display: flex;
  justify-content: space-between;
}

.scheduler-tooltip__wrapper .tooltip__section.machines {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.scheduler-tooltip__wrapper .tooltip__section.machines span {
  padding: 0 0.5rem;
}

.scheduler-tooltip__wrapper i {
  margin-right: 8px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.request-table {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-left: 1px solid #d8d9da;
}

.request-table ul {
  padding: 0;
  margin: 0;
}

.request-table.hide {
  width: 0 !important;
}

.request-table .request-table-header {
  text-align: center;
  background: #f3f4f5;
  border-bottom: 1px solid #d8d9da;
  height: 65px;
}

.request-table .request-table-header .request-table-title {
  overflow: hidden;
  font-size: 1.1em;
  text-transform: capitalize;
  font-weight: bold;
  padding: 0.45em 0;
  color: #222629;
  border-bottom: 1px solid #d8d9da;
}

.request-table .request-table-header .request-table-filter {
  display: flex;
  justify-content: flex-end;
}

.request-table .request-table-header .request-table-filter button {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #474b4f;
  color: white;
  border: none;
  cursor: pointer;
}

.request-table .request-table-header .request-table-filter button i {
  font-size: 14px;
}

.request-table .request-table-list {
  background-color: #d8d9da;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.request-table .request-table-list .request-table-list-item {
  border-left: solid 4px;
  border-radius: 4px;
  background-color: white;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #d8d9da;
  padding: 0.8rem;
  display: flex;
}

.request-table .request-table-list .request-table-list-item.draft {
  color: #b0b0b0 !important;
}

.request-table .request-table-list .request-table-list-item .ui.grid.request-component__detail-wrapper {
  margin: 0;
}

.request-table .request-table-list .request-table-list-item .ui.grid.request-component__detail-wrapper > .row {
  padding: 0.2rem;
  align-items: center;
  flex-wrap: nowrap;
}

.request-table .request-table-list .request-table-list-item .ui.grid.request-component__detail-wrapper > .row:first-of-type {
  font-size: 1.1em;
}

.request-table .request-table-list .request-table-list-item .ui.grid.request-component__detail-wrapper > .row svg {
  margin: 0 0.5rem 0 0.3rem;
}

.request-table .request-table-list .request-table-list-item .ui.grid.request-component__detail-wrapper > .row svg.fa-circle {
  margin-left: 0;
  font-size: 1.3rem;
}

.request-table .request-table-list .request-table-list-item .request-component__options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.request-table .request-table-list .request-table-list-item .request-component__options .request-component__options-detail {
  text-align: center;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
}

.request-table .request-table-list .request-table-list-item .request-component__options :hover {
  background: whitesmoke;
  box-shadow: 0px 0px 4px 2px #00000014;
  color: black;
}

.request-table .request-table-list .request-table-list-item .request-component__options .request-component__options-icon {
  align-self: flex-end;
}

.request-popup-filter {
  padding: 0px !important;
}

.filter-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 90vh;
}

.filter-form .filter-form-title {
  padding: 16px;
  font-weight: bold;
  border-bottom: 1px solid #d8d9da;
}

.filter-form .filter-form-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.filter-form .filter-form-content .filter-form__item {
  margin-bottom: 8px;
}

.filter-form .filter-form-content .filter-form__item .filter-form__item-input {
  width: 200px !important;
  min-height: 38px !important;
  border: 1px solid #474b4f !important;
  border-radius: 4px;
}

.filter-form .filter-form-content .filter-form-actions {
  display: flex;
  padding-top: 16px;
  justify-content: space-between;
}

.filter-form .filter-form-content .filter-form-actions .filter-form-actions__button button {
  outline: none;
  cursor: pointer;
  background-color: #474b4f;
  height: 32px;
  min-width: 50px;
  border-radius: 4px;
  border: none;
  color: white;
  transition: all 0.2s;
}

.filter-form .filter-form-content .filter-form-actions .filter-form-actions__button button:hover {
  background: black;
}

.filter-form .filter-form-content .filter-form-actions .filter-form-actions__button button:disabled {
  background-color: #a3a3a3;
}

.filter-form .filter-form-content .filter-form-actions .filter-form-actions__button.clear-filters-button button {
  background-color: white;
  color: #474b4f;
  font-weight: bolder;
}

.filter-form .filter-form-content .filter-form-actions .filter-form-actions__button.ok-button button {
  min-width: 45px;
}

.dragged-request {
  background: #dedfdf;
  color: #dedfdf;
}

/* purgecss end ignore */

/* purgecss start ignore */

.support-details-container {
  font-size: 12px;
  position: relative;
}

.support-details-container.isform .support-details__pre-approved {
  position: absolute;
  top: -60px;
  right: 0;
}

.support-details-container.isform .support-details__main {
  margin-left: 42px;
}

.support-details-container.isform .support-details__main .support-details__add-position .cogs.large.icon {
  position: absolute;
  left: 0;
}

.support-details-container .support-details__pre-approved {
  display: flex;
  justify-content: flex-end;
  margin: 16px;
}

.support-details-container .support-details__pre-approved h5 {
  white-space: nowrap;
  text-align: left;
}

.support-details-container .support-details__pre-approved .ui.checkbox {
  display: inline-flex;
  text-align: right;
}

.support-details-container .support-details__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5%;
}

.support-details-container .support-details__main input {
  width: 100%;
}

.support-details-container .support-details__main .support-details__add-position {
  width: 100%;
  margin: 16px 0;
  min-height: 32px;
  display: flex;
  align-items: center;
}

.support-details-container .support-details__main .support-details__add-position .cogs.large.icon {
  position: absolute;
  left: 0;
}

.support-details-container .support-details__main .support-details__add-position .support-details__add-btn {
  display: flex;
  justify-content: space-between;
  font-size: 12px !important;
  padding: 8px;
  height: 32px;
  white-space: nowrap;
  width: 160px;
  border: 1px solid #474b4f;
  color: #474b4f;
  background-color: #ffffff;
  margin-right: 50px;
}

.support-details-container .support-details__main .support-details__add-position .support-details__add-btn i {
  margin: 4px;
  font-size: 14px;
}

.support-details-container .support-details__main .support-details__add-position .costs {
  display: flex;
  flex-wrap: wrap;
}

.support-details-container .support-details__main .support-details__add-position .costs .costs-container {
  margin: 4px 12px;
}

.support-details-container .support-details__main .support-details__item {
  display: flex;
  align-items: center;
  width: 100%;
}

.support-details-container .support-details__main .support-details__item:nth-child(2) .support-details__item-collection {
  border-top: 1px solid #dedfdf;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection {
  width: 100%;
  border-bottom: 1px solid #dedfdf;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__comment-input.ui.input {
  width: 250px;
  margin: 16px 0;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -4px 0;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment {
  display: flex;
  align-items: center;
  margin-right: 32px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .ui.right.labeled.input input {
  padding-right: 4px;
  width: 40px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .ui.right.labeled.input .ui.basic.label.label {
  padding-left: 4px;
  border-left: none;
  line-height: 0.8em;
  font-weight: lighter;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .support-details__segment-label {
  margin-right: 16px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .fields .field .ui.icon.input {
  width: 100px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .fields .field .ui.icon.input i {
  display: none;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .fields .field .from-date .ui.icon.input input {
  border-radius: 4px 0 0 4px;
  padding-right: 1em !important;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .fields .field .to-date .ui.icon.input input {
  border-radius: 0 4px 4px 0;
  padding-right: 1em !important;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .ui.input:not(.icon) {
  width: 70px;
  /* Firefox */
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .ui.input:not(.icon) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .ui.input:not(.icon) input[type='number'] {
  -moz-appearance: textfield;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .ui.inline.search.selection.dropdown.planit-user-selector__position-code {
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .ui.inline.search.selection.dropdown.planit-user-selector__position-code .visible.menu.transition {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__item-main .supppor-details__item-main-segment .ui.inline.search.selection.dropdown.planit-user-selector__position-code .visible.menu.transition .item {
  white-space: nowrap;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item {
  margin: 12px 0;
  display: flex;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .support-details__location-detail-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .support-details__location-detail-label span {
  height: 14px;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .ui.search.selection.dropdown.custom-editor {
  width: 170px !important;
  margin-right: 32px;
  height: 32px !important;
  min-height: unset;
  line-height: 0.8em;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .ui.search.selection.dropdown.custom-editor .icon {
  line-height: 0.8em;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .ui.search.selection.dropdown.custom-editor .visible.menu.transition {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.support-details-container .support-details__main .support-details__item .support-details__item-collection .support-details__location-detail-item .ui.search.selection.dropdown.custom-editor .visible.menu.transition .item {
  white-space: nowrap;
}

.support-details-container .support-details__main .support-details__item i.red.remove.icon::before {
  font-size: 18px;
  cursor: pointer;
}

/* purgecss end ignore */

/* purgecss start ignore */

.request-details-tab__mr__pattern-row-btns {
  display: flex;
  align-items: center;
  margin-bottom: 39px !important;
}

.request-details-tab__mr__pattern-row-btns .ui.buttons {
  margin-bottom: 0px;
  margin-right: 16px;
}

.request-details-tab__mr__pattern-row-btns .ui.search.selection.dropdown.event-details__pattern-dropdown {
  width: 195px;
}

.form__header__request-reason__dropdown-style {
  max-width: 350px;
}

.form__header__request-reason__with_column {
  max-width: 420px !important;
}

@media all and (max-width: 2000px) {
  .form__event-details__container .no-machine-related-wrapper .flex-center {
    justify-content: flex-start !important;
  }

  .form__event-details__container .no-machine-related-wrapper .flex-center .no-machine-related-wrapper__element label {
    padding-right: 5px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.request-event-form-requests-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 40px;
  margin-bottom: 50px;
  width: 90%;
}

.request-event-form-requests-list p {
  padding: 8px;
}

.request-event-form-requests-list a {
  padding: 8px;
}

.request-event-form-requests-list .border-bottom-gray {
  display: flex;
  align-items: flex-start;
}

.request-event-form-requests-list .flex-center {
  align-items: center;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.cancel-request-popup {
  background: #474b4f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  max-width: 34rem;
  transform: translateY(35vh);
}

.ui.modal > .content.cancel-request-popup__content {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px;
}

.cancel-request-popup__buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 16px 16px 0px;
}

.ui.button.cancel-request-popup__btn {
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 1;
  height: 32px;
  letter-spacing: 0.24px;
  padding: 0px 5px;
  margin-left: 13px;
  min-width: 70px;
}

.ui.button.cancel-request-popup__pending-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #474b4f;
}

.ui.button.cancel-request-popup__cancel-btn {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
}

.ui.dropdown.cancel-request-popup__reason-editor {
  max-width: 140px;
  margin-bottom: 6px;
}

.cancel-request-popup__description {
  padding-left: 4px;
  margin-bottom: 8px;
}

.cancel-request-popup__description > p {
  margin-bottom: 8px;
}

.cancel-request-popup__reason-description {
  min-height: 9rem;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.reject-request-popup {
  background: #474b4f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  transform: translateY(35vh);
}

.ui.modal > .content.reject-request-popup__content {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px;
}

.reject-request-popup__buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 16px 16px 0px;
}

.reject-request-popup__buttons-container .form__cancel-btn {
  min-width: 70px;
  margin-left: 18px;
}

.reject-request-popup__buttons-container .reject-request-popup__cancel-btn {
  background-color: transparent;
  color: white;
  border: transparent !important;
}

.ui.button.reject-request-popup__btn {
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 1;
  height: 32px;
  letter-spacing: 0.24px;
  padding: 0px 5px;
  margin-left: 13px;
  min-width: 70px;
}

.ui.button.reject-request-popup__pending-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #474b4f;
}

.ui.dropdown.reject-request-popup__reason-editor {
  max-width: 140px;
  margin-bottom: 6px;
}

.reject-request-popup__description {
  padding-left: 4px;
  margin-bottom: 8px;
}

.reject-request-popup__description > p {
  margin-bottom: 8px;
}

.reject-request-popup__selectors {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.reject-request-popup__reason-description {
  min-height: 9rem;
}

.reject-request-popup__reason-description textarea {
  min-height: 9rem;
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.b-drag-proxy {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  background: white !important;
  border-radius: 4px;
  border-left-width: 10px;
  border-style: solid;
}

.b-drag-invalid {
  opacity: 0.6;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.b-drag-proxy:not(.b-drag-invalid) {
  opacity: 1;
  word-break: break-all !important;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.drag-element-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1560px) {
  .sch-instructors__header .sch-instructors__header-below {
    flex-wrap: nowrap !important;
  }

  .sch-instructors__header .sch-instructors__header-below .sch-instructors__header-left {
    margin-top: -22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 222px;
  }

  .sch-instructors__header .sch-instructors__header-below .sch-instructors__header-left b {
    margin-left: 0 !important;
    height: auto;
    margin-top: 20px;
  }

  .sch-instructors__header .sch-instructors__header-below .sch-instructors__header-left div.viewpreset {
    margin-right: 8px;
    margin-top: 19px;
  }

  .sch-instructors__header .sch-instructors__header-below .sch-instructors__header-left .sch-month-button {
    margin-top: 20px !important;
  }

  .sch-instructors__header .sch-instructors__header-below .sch-instructors__header-right {
    margin-left: 16px;
    margin-bottom: 16px;
    display: flex;
  }
}

.b-mask {
  z-index: 4;
}

.inputs-hidden-wrapper {
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.sch-instructors__header-right-filters {
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 80%;
  align-items: center;
}

.sch-instructors__container {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.sch-instructors__container.grow {
  height: 90%;
}

.sch-instructors__container .sch-instructors__scheduler-component {
  display: flex;
  height: 100%;
  overflow: hidden;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller {
  overflow: auto;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers {
  contain: none !important;
  overflow: visible !important;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers #InstructorsFilters {
  max-width: 200px;
  max-height: 42px;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers .ui.selection.dropdown {
  max-height: 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 4px 8px;
  overflow-x: visible;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers .ui.selection.dropdown input {
  min-width: 80%;
  max-width: 80%;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers .ui.selection.dropdown i.search.icon {
  height: 100%;
  padding: 6px;
  position: relative !important;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers .ui.selection.dropdown.visible a.ui.label {
  display: none;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers .ui.selection.dropdown:not(.visible) {
  overflow-x: auto;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers .ui.selection.dropdown::-webkit-scrollbar {
  cursor: pointer;
  width: 0;
  height: 4px;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers a.ui.label {
  min-width: -webkit-max-content;
  min-width: max-content;
  background-color: #474b4f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  color: white;
  font-size: inherit;
  padding: 2px 6px;
  margin: 0 4px;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-grid-header-scroller.b-grid-header-scroller-locked .b-grid-headers a.ui.label i.icon {
  width: 12px;
  height: 12px;
  padding: 1px 2px;
  background: white;
  color: #474b4f;
  border-radius: 100%;
  opacity: 1;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container {
  width: calc(80% - 24px);
  max-height: 100%;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-grid-header {
  padding: 0;
  overflow: visible !important;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-grid-headers-locked .b-grid-header-text {
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  padding: 0.5em 0;
  color: #222629 !important;
  font-weight: bold;
  overflow: visible !important;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-grid-headers-locked .b-grid-header-text .b-grid-header-text-content {
  overflow: visible;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-filter-bar-field {
  margin: 0;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-filter-bar-field .b-field-inner {
  border: 1px solid #474b4f;
  border-radius: 4px;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-filter-bar-field .b-field-inner .b-icon-remove {
  padding-right: 0.8em;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-filter-bar-field .b-filter-bar-field-input {
  padding: 0.2em 0.1em 0.2em 1.5em;
  height: 32px;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-grid-headers-normal .b-sch-header-row {
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-grid-headers-normal .b-sch-header-row .b-sch-header-timeaxis-cell {
  font-weight: bold !important;
  color: #222629 !important;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-container {
  border-radius: 8px 0 0 8px;
  background: #f2f3f3;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container .b-grid-header-container {
  background-color: #f3f4f5 !important;
  margin: 0 !important;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container.collapse {
  width: calc(100% - 24px);
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container.full {
  width: 100%;
}

.sch-instructors__container .sch-instructors__scheduler-component .b-react-scheduler-container.full .b-container {
  border-radius: 8px;
}

.sch-instructors__container .sch-instructors__scheduler-component .request-table-container {
  display: flex;
  max-height: 100%;
  width: 20%;
}

.sch-instructors__container .sch-instructors__scheduler-component .request-table-container.collapse {
  width: 0;
}

div.sch-instructors__inputs-hidden-wrapper > div {
  min-width: 140px !important;
  height: 38px;
  border: 1px solid #474b4f !important;
  border-radius: 4px;
  margin-right: 8px;
}

.sch-instructors__inputs-visible-wrapper {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.b-grid-subgrid-normal {
  background: white;
}

.instructor-component__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-left: 8px;
}

.instructor-component__wrapper .instructor-location__wrapper {
  display: flex;
  flex-direction: column;
}

.instructor-component__wrapper .instructor-location__wrapper .instructor-location__title {
  display: flex;
  font-weight: bold;
  margin-top: 8px;
}

.instructor-component__wrapper .instructor-location__icon {
  font-size: 16px;
  margin-left: 16px;
  margin-bottom: 4px;
  align-self: flex-end;
}

.instructor-component__wrapper .instructor-component__star-wrapper {
  display: flex;
  justify-content: flex-end;
}

.instructor-component__wrapper .instructor-component__star-wrapper .instructor-matches {
  color: #00b2a9;
}

.b-sch-event {
  padding: 0;
  background-color: white !important;
  color: black;
  border-radius: 4px;
  border-width: 2px 2px 2px 10px;
  border-style: solid;
  border-image: initial;
}

.b-sch-event.draft {
  opacity: 0.6;
}

.b-sch-event .nested-pause-period {
  height: 100%;
  z-index: 0;
  position: absolute;
  border: none;
  background-image: repeating-linear-gradient(45deg, #ddd, #ddd 10px, #eee 10px, #eee 20px);
}

.b-sch-event:hover {
  background-color: #f7f7f7 !important;
}

.b-sch-event:hover .nested-pause-period {
  background-image: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #ddd 10px, #ddd 20px) !important;
}

.b-sch-event:not(.b-milestone).b-sch-event-selected,
.b-sch-event:not(.b-milestone).b-sch-event-selected * {
  font-weight: bold !important;
}

.event-template__wrapper {
  overflow: hidden;
  padding-left: 0.75em;
  width: 100%;
  height: 100%;
  color: #474b4f;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.event-template__wrapper i.b-fa {
  font-size: 16px;
}

.event-template__wrapper .event-template__state {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.event-template__wrapper .event-template__state .event-template__state-section {
  align-self: center;
  padding-right: 16px;
}

.event-template__wrapper .event-template__state .event-template__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-template__wrapper .event-template__state .event-template__info .event-template__info-title {
  margin-bottom: 8px;
}

.event-template__wrapper .event-template__state .event-template__info .event-template__info-items {
  display: flex;
  justify-content: flex-start;
}

.event-template__wrapper .event-template__state .event-template__info .event-template__info-items div {
  margin-right: 8px;
}

.event-template__wrapper .event-template__conditionals {
  justify-self: self-end;
  color: #222629;
}

.event-template__wrapper .event-template__conditionals i:nth-child(2) {
  color: #e03c31 !important;
}

.grid-splitter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 8px 8px 0;
  background: #dedfdf;
  min-width: 24px;
  cursor: pointer;
}

.grid-splitter:hover {
  background: #d3d3d3;
}

.grid-splitter::before {
  font-size: 16px;
}

.ui.dropdown.instructor-row-filter {
  width: 100%;
}

.ui.dropdown.instructor-row-filter a.ui.label {
  background-color: #474b4f;
  color: #f2f3f3;
  border-radius: 9px;
  font-weight: normal;
}

.ui.dropdown.instructor-row-filter a.ui.label i.delete.icon {
  color: #ffffff;
  font-weight: normal;
}

.ui.dropdown.instructor-row-filter i.dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.91666667em;
  right: 1.16666667em;
  z-index: 3;
  margin: -0.91666667em;
  padding: 0.91666667em;
  opacity: 0.8;
  transition: opacity 0.1s ease;
  content: '\f002' !important;
}

@media all and (min-width: 1750px) {
  .sch-instructors__header-right-filters {
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 80%;
    align-items: flex-start;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.events-form-requests-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 40px;
  margin-bottom: 50px;
  width: 90%;
}

.events-form-requests-list p {
  padding: 8px;
}

.events-form-requests-list a {
  padding: 8px;
}

.events-form-requests-list .border-bottom-gray {
  display: flex;
  align-items: flex-start;
}

.events-form-requests-list .flex-center {
  align-items: center;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.cancel-event-popup {
  background: #474b4f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  transform: translateY(35vh);
}

.ui.modal > .content.cancel-event-popup__content {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px;
}

.cancel-event-popup__buttons-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 24px 16px 24px;
}

.cancel-event-popup__buttons-left-container {
  display: flex;
  justify-content: flex-start;
}

.cancel-event-popup__buttons-container__right-container {
  display: flex;
  justify-content: flex-end;
}

.ui.button.cancel-event-popup__btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 1;
  height: 32px;
  letter-spacing: 0.24px;
  color: #474b4f;
  padding: 0px 10px;
  min-width: 75px;
}

.ui.button.cancel-event-popup__pending-btn {
  margin-left: 12px;
  width: 135px;
}

.ui.button.cancel-event-popup__back-btn {
  background-color: #565b60;
  color: #ffffff;
  border-color: #565b60;
}

/* purgecss end ignore */

/* purgecss start ignore */

.events-form__validation-tab-container {
  margin-bottom: 50px;
}

.events-form__validation-tab__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 42px;
  margin-bottom: 17px;
}

.events-form__validation-tab__row label {
  width: 70%;
}

.events-form__validation-tab__row .button {
  width: 68px;
  height: 24px;
  padding: 5px;
  font-weight: 500;
}

.events-form__validation-tab__row .ui.button:disabled {
  opacity: 1 !important;
}

.events-form__validation-tab__row .validation-tab__pending-btn {
  background-color: #ec8a83;
  color: white;
}

.events-form__validation-tab__row .validation-tab__validated-btn {
  background-color: #eeeeee;
  color: #b0b0b0;
}

/* purgecss end ignore */

/* purgecss start ignore */

.events-form__documentation-container {
  display: flex;
  flex-direction: column;
}

.events-form__documentation-container .form__tab__icon-element {
  align-items: flex-start !important;
}

.events-form__documentation-container .form__tab__icon-element p {
  margin-bottom: 0px;
  margin-right: 16px;
}

.events-form__documentation-container .form__tab__icon-element .button {
  border: 1px solid #474b4f;
  color: #474b4f !important;
}

.events-form__documentation-container .form__tab__icon-element .button .icon {
  background-color: transparent !important;
}

.events-form__documentation-container .documentation__links-list {
  display: flex !important;
  flex-direction: column !important;
}

.events-form__documentation-container .documentation__links-container {
  margin-left: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 11px;
}

.events-form__documentation-container .documentation__links-container .icon {
  margin-left: 24px;
}

.event-form-documentation-popup-buttons {
  text-align: end;
}

.event-form-documentation-popup-buttons > button.ui.basic.button.cancel-button {
  margin-right: 16px;
}

.event-form-documentation-popup {
  min-width: 398px !important;
  min-height: 120px;
  text-align: start;
  padding: 16px !important;
}

.event-form-documentation-popup .event-form-documentation-popup-input {
  margin-bottom: 5px;
  text-align: left;
}

.event-form-documentation-popup .event-form-documentation-popup-input > div.ui.input > input {
  width: 200px;
  height: 32px;
}

.event-form-documentation-popup .popup-url-input {
  display: flex;
  justify-content: space-between;
  margin-right: 4px !important;
}

.event-form-documentation-popup .popup-url-input input {
  min-width: 319px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.events-form__check-list-container .field {
  margin-left: 74px;
}

.events-form__check-list-container .checkbox {
  margin-left: 74px;
}

.events-form__check-list-container .checkbox > label {
  padding-left: 30px;
}

.events-form__check-list-container .button {
  margin-left: 74px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__feedback-container .form__feedback-item {
  display: flex;
  margin-bottom: 16px;
  padding-left: 42px;
}

.form__feedback-container .form__feedback-item p {
  margin: 0px;
}

.form__feedback-container .form__feedback-item .feedback-tab__item-title {
  font-weight: 600;
}

.form__feedback-container .form__feedback-item .button {
  background-color: #eeeeee;
}

.form__feedback-container .form__feedback-item.flex-column .feedback-tab__item-title {
  margin-bottom: 17px;
}

.form__feedback-container .form__feedback-item.flex-start-center p {
  width: 130px;
  max-width: 152px;
}

.form__feedback-container .form__feedback-item.flex-start-center .feedback-tab__item-title {
  margin-right: 30px;
}

.have-warnings-popup.feedback__confirm-modal {
  width: 361px;
}

.have-warnings-popup.feedback__confirm-modal .feedback-modal__cancel-button {
  background-color: transparent;
  border: none;
  color: white;
  font-weight: 500;
}

.have-warnings-popup.feedback__confirm-modal .feedback-modal__cancel-button:hover {
  background-color: whitesmoke;
  color: black;
  transition: ease-in 0.4s;
}

.have-warnings-popup.feedback__confirm-modal .feedback-modal__accept-button {
  margin-left: 10px;
}

.form__feedback-table {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 40px 40px;
  margin-bottom: 26.5px;
  width: 95%;
}

.form__feedback-table p {
  margin: 0px;
  padding: 9px 9px 9px 12px;
}

.form__feedback-table .feedback-table__name-column {
  background-color: #eeeeee;
  font-weight: bold;
}

.form__feedback-table .feedback-table__cell {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

.form__feedback-table .feedback-table__comments-icon {
  color: #dedfdf;
  pointer-events: none;
}

.form__feedback-table .feedback__comments-icon__answered {
  color: #474b4f;
}

.feedback-generation__answered-btn.button.disabled {
  background-color: #ccf0ee !important;
  opacity: 1 !important;
  color: #00b2a9;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__theoretical-container .form__theoretical-item {
  display: flex;
  margin-bottom: 16px;
  padding-left: 42px;
}

.form__theoretical-container .form__theoretical-item p {
  margin: 0px;
}

.form__theoretical-container .form__theoretical-item .theoretical-tab__item-title {
  font-weight: 600;
}

.form__theoretical-container .form__theoretical-item .button {
  background-color: #eeeeee;
}

.form__theoretical-container .form__theoretical-item.flex-column {
  margin-right: 10px;
}

.form__theoretical-container .form__theoretical-item.flex-column-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.form__theoretical-container .form__theoretical-item.flex-column .theoretical-tab__item-title {
  margin-bottom: 17px;
  margin-right: 24px;
}

.form__theoretical-container .form__theoretical-item.flex-column .theoretical-tab__item__status-flag {
  background-color: #f9f9f9;
  padding: 10px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  min-height: 32px;
  align-items: center;
  margin-bottom: 17px;
  border-radius: 4px;
}

.form__theoretical-container .form__theoretical-item.flex-start-center p {
  width: 130px;
  max-width: 152px;
}

.form__theoretical-container .form__theoretical-item.flex-start-center .theoretical-tab__item-title {
  margin-right: 30px;
}

.have-warnings-popup.theoretical__confirm-modal {
  width: 361px;
}

.have-warnings-popup.theoretical__confirm-modal .theoretical-modal__cancel-button {
  background-color: transparent;
  border: none;
  color: white;
  font-weight: 500;
}

.have-warnings-popup.theoretical__confirm-modal .theoretical-modal__cancel-button:hover {
  background-color: whitesmoke;
  color: black;
  transition: ease-in 0.4s;
}

.have-warnings-popup.theoretical__confirm-modal .theoretical-modal__accept-button {
  margin-left: 10px;
}

.form__theoretical-table {
  display: grid;
  grid-template-columns: repeat(8, 1fr) 40px;
  margin-bottom: 26.5px;
  width: 95%;
  overflow-x: auto;
}

.form__theoretical-table::-webkit-scrollbar {
  height: 4.5px;
}

.form__theoretical-table::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.form__theoretical-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #c4c9c9;
}

.form__theoretical-table p {
  margin: 0px;
  padding: 9px 9px 9px 12px;
}

.form__theoretical-table .theoretical-table__name-column {
  background-color: #eeeeee;
  font-weight: bold;
}

.form__theoretical-table .theoretical-table__cell {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

.form__theoretical-table .theoretical-table__comments-icon {
  color: #dedfdf;
}

.form__theoretical-table .theoretical__comments-icon__answered {
  color: #474b4f;
}

.form__theoretical-table-admin {
  display: grid;
  grid-template-columns: repeat(8, 1fr) 40px 40px 40px;
  margin-bottom: 26.5px;
  width: 95%;
  overflow-x: auto;
}

.form__theoretical-table-admin::-webkit-scrollbar {
  height: 4.5px;
}

.form__theoretical-table-admin::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.form__theoretical-table-admin::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #c4c9c9;
}

.form__theoretical-table-admin p {
  margin: 0px;
  padding: 9px 9px 9px 12px;
}

.form__theoretical-table-admin .theoretical-table__name-column {
  background-color: #eeeeee;
  font-weight: bold;
}

.form__theoretical-table-admin .theoretical-table__cell {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

.form__theoretical-table-admin .theoretical-table__comments-icon {
  color: #dedfdf;
}

.form__theoretical-table-admin .theoretical__comments-icon__answered {
  color: #474b4f;
}

.theoretical-generation__answered-btn.button.disabled {
  background-color: #ccf0ee !important;
  opacity: 1 !important;
  color: #00b2a9;
}

.form__theoretical-table__employee-view {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-bottom: 40px;
  width: 95%;
}

.form__theoretical-table__employee-view p {
  margin: 0px;
  padding: 9px 9px 9px 12px;
}

.form__theoretical-table__employee-view .theoretical-table__name-column {
  background-color: #eeeeee;
  font-weight: bold;
}

.form__theoretical-table__employee-view .theoretical-table__cell {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

.theoretical-tab__item__status-flag {
  background-color: #f9f9f9;
  padding: 10px;
  height: 32px;
  border-radius: 4px;
  margin-bottom: 12px !important;
  margin-left: 10px;
}

.theoretical-tab__item-title {
  max-width: 300px !important;
  width: 300px !important;
}

.theoretical-tab__employee-table-title-wrapper {
  margin-top: 40px;
  padding-left: 0px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__feedback-container .form__feedback-item {
  display: flex;
  margin-bottom: 16px;
}

.form__feedback-container .form__feedback-item p {
  margin: 0px;
}

.form__feedback-container .form__feedback-item .feedback-tab__item-title {
  font-weight: 600;
}

.form__feedback-container .form__feedback-item .button {
  background-color: #eeeeee;
}

.form__feedback-container .form__feedback-item.flex-column .feedback-tab__item-title {
  margin-bottom: 17px;
  margin-right: 24px;
}

.form__feedback-container .form__feedback-item.flex-column .feedback-tab__item__status-flag {
  background-color: #f9f9f9;
  padding: 10px;
  height: 32px;
  margin-bottom: 17px;
  border-radius: 4px;
}

.form__feedback-container .form__feedback-item.flex-start-center p {
  width: 130px;
  max-width: 152px;
}

.form__feedback-container .form__feedback-item.flex-start-center .feedback-tab__item-title {
  margin-right: 30px;
}

.have-warnings-popup.feedback__confirm-modal {
  width: 361px;
}

.have-warnings-popup.feedback__confirm-modal .feedback-modal__cancel-button {
  background-color: transparent;
  border: none;
  color: white;
  font-weight: 500;
}

.have-warnings-popup.feedback__confirm-modal .feedback-modal__cancel-button:hover {
  background-color: whitesmoke;
  color: black;
  transition: ease-in 0.4s;
}

.have-warnings-popup.feedback__confirm-modal .feedback-modal__accept-button {
  margin-left: 10px;
}

.form__practical-table {
  overflow-x: auto;
}

.form__practical-table::-webkit-scrollbar {
  height: 4.5px;
}

.form__practical-table::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.form__practical-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #c4c9c9;
}

.form__practical-table p {
  margin: 0px;
  padding: 9px 9px 9px 12px;
}

.form__practical-table .feedback-table__name-column {
  background-color: #eeeeee;
  font-weight: bold;
}

.form__practical-table .feedback-table__cell {
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

.form__practical__admins-view {
  display: grid;
  grid-template-columns: repeat(8, 1fr) 60px;
  margin-bottom: 26.5px;
  width: 95%;
}

.form__practical__admins-view .feedback-table__comments-icon {
  color: #dedfdf;
}

.form__practical__admins-view .feedback__comments-icon__answered {
  color: #474b4f;
}

.form__practical-table__employee-view {
  display: grid;
  grid-template-columns: repeat(6, 1fr) auto;
  margin-bottom: 26.5px;
  width: 95%;
}

.feedback-generation__answered-btn.button.disabled {
  background-color: #ccf0ee !important;
  opacity: 1 !important;
  color: #00b2a9;
}

.practical-form-list__wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu {
  margin-top: -47px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.change-status-popup {
  background: #474b4f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  align-self: center !important;
}

.ui.modal > .content.change-status-popup__content {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px;
  align-self: center !important;
}

.change-status-popup__buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 24px 16px 0px;
}

.ui.button.change-status-popup__btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 1;
  height: 32px;
  letter-spacing: 0.24px;
  color: #474b4f;
  padding: 0px 5px;
  min-width: 75px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.have-warnings-popup {
  background: #474b4f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  align-self: center !important;
}

.ui.modal > .content.have-warnings-popup__content {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 24px;
}

.have-warnings-popup__buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 24px 16px 0px;
}

.ui.button.have-warnings-popup__btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 1;
  height: 32px;
  letter-spacing: 0.24px;
  color: #474b4f;
  padding: 0px 5px;
  min-width: 75px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.request-changes-popup {
  background: #474b4f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  transform: translateY(35vh);
}

.ui.modal > .content.request-changes-popup__content {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px;
}

.request-changes-popup__buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 16px 16px 0px;
}

.ui.button.request-changes-popup__btn {
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 1;
  height: 32px;
  letter-spacing: 0.24px;
  padding: 0px 5px;
  margin-left: 13px;
  min-width: 70px;
}

.ui.button.request-changes-popup__pending-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #474b4f;
}

.ui.button.request-changes-popup__cancel-btn {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
}

.ui.dropdown.request-changes-popup__reason-editor {
  max-width: 140px;
  margin-bottom: 6px;
}

.request-changes-popup__description {
  padding-left: 4px;
  margin-bottom: 8px;
}

.request-changes-popup__description > p {
  margin-bottom: 8px;
}

.request-changes-popup__reason-description {
  min-height: 55px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.role-editor__wrapper {
  width: 100%;
  display: flex;
}

.role-editor__wrapper .planit-users-roles-in-location-selector {
  width: 200px !important;
}

.role-editor__wrapper .planit-users-roles-in-location-selector.multiple {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.role-editor__wrapper.role-editor__wrapper__column-2.role-editor__wrapper__without-selector {
  margin-left: 39px;
}

.role-editor__wrapper.role-editor__wrapper__column-2.role-editor__wrapper__with-selector {
  margin-left: 40px;
}

.role-editor__wrapper.role-editor__wrapper__column-2 .role-editor__elements {
  width: 200px;
}

.role-editor__wrapper.role-editor__wrapper__column-1 {
  margin-left: 45px;
}

.role-editor__wrapper.role-editor__wrapper__column-1 .role-editor__elements {
  width: 150px;
}

.role-editor__elements__checkbox {
  margin-right: 15px;
  height: 100%;
}

.role-editor__elements__dropdown_language {
  padding-left: 70px;
}

@media all and (max-width: 770px) {
  .role-editor__wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 35px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.user-modal {
  width: 950px !important;
  height: 95vh;
}

.user-modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-right: 22px;
}

.user-modal__wrapper .ui.form .inline.field > label {
  color: #474b4f;
  line-height: 14px;
  font-weight: normal;
}

.user-modal__wrapper .ui.inline.dropdown > .text {
  font-weight: 500 !important;
}

.user-modal__wrapper .ui.form .planit-users-fields.field:last-child {
  margin-bottom: 1em;
}

.user-modal__wrapper .ui.checkbox:not(.user-modal__checkbox-toggle) label {
  color: #474b4f;
  line-height: 14px;
  font-weight: 420;
  padding-left: 29px;
  line-height: 17px !important;
  transform: translateY(50%);
}

.user-modal__wrapper .actions {
  margin-top: 20px;
  float: right;
  padding: 0 10px;
}

.new-user-modal__section-label {
  background-color: #00b2a933;
  padding: 7px 16px 7px 7px;
  display: flex;
  justify-content: flex-end;
  margin-left: -1.5rem;
  margin-top: 1.5rem;
  width: 200px;
  font-weight: bold;
}

.new-user-modal__inputs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 15px;
  width: 100%;
}

.new-user-modal__inputs-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  grid-column-gap: 70px;
}

.new-user-modal__roles-wrapper {
  margin-top: 26px;
  padding: 0 10px;
}

.location-editor__wrapper {
  width: 300px !important;
}

.planit-users-inputs.planit-users-inputs__date-time > div.ui.input {
  min-width: 300px;
  min-height: 32px;
}

.planit-users-fields.new-user-modal__language .planit-user-dropdown {
  width: 300px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

@media all and (max-width: 1000px) {
  .user-modal {
    width: 85% !important;
  }

  .new-user-modal__inputs-grid-container {
    grid-column-gap: 15px;
    grid-template-columns: repeat(2, 0.5fr);
    max-width: 700px;
  }

  .new-user-modal__roles-wrapper {
    margin-left: 97px;
    margin-top: 20px;
  }

  .planit-users-inputs {
    min-width: 200px !important;
  }

  .planit-users-inputs.planit-users-inputs__date-time > div.ui.input {
    min-width: 200px;
    min-height: 32px;
  }

  .location-editor__wrapper {
    width: 200px !important;
  }

  .planit-users-fields {
    min-width: 300px;
  }
}

@media all and (max-width: 900px) {
  .user-modal {
    width: 85% !important;
  }

  .new-user-modal__wrapper {
    padding-right: 0px;
  }

  .new-user-modal__inputs-container {
    width: 90%;
  }

  .new-user-modal__roles-wrapper {
    margin-left: 60px;
    margin-top: 30px;
  }

  .planit-users-inputs {
    min-width: 200px !important;
  }

  .planit-users-inputs.planit-users-inputs__date-time > div.ui.input {
    min-width: 200px;
    min-height: 32px;
  }

  .location-editor__wrapper {
    width: 200px !important;
  }

  .planit-users-fields {
    min-width: 300px;
  }

  .planit-users-roles-in-location-selector {
    width: 100px !important;
  }
}

@media all and (max-width: 770px) {
  body > div.ui.page.modals.dimmer.transition.visible.active > div > div.image.content > div > form > div.new-user-modal__roles-wrapper > div {
    flex-wrap: no-wrap !important;
  }

  .new-user-modal__inputs-container {
    width: 100%;
  }

  .new-user-modal__inputs-grid-container {
    display: flex;
    flex-direction: column;
  }

  .planit-users-inputs {
    margin-left: 40px;
  }

  .location-editor__wrapper {
    margin-left: 40px;
  }

  .new-user-modal__roles-wrapper {
    margin-left: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .planit-users-roles-in-location-selector {
    min-width: 150px !important;
  }

  .multiple.search.selection.dropdown .ui.label {
    max-width: 100%;
  }

  .planit-user-dropdown,
  .planit-users-fields.new-user-modal__language .planit-user-dropdown,
  .planit-users-fields.new-user-modal__position-code .planit-user-selector__position-code {
    width: 200px !important;
  }
}

@media all and (min-width: 770px) and (max-width: 885px) {
  .new-user-modal__inputs-container {
    width: 100%;
  }

  .new-user-modal__roles-wrapper {
    margin-left: 80px;
  }
}

/* purgecss end ignore */

/*purgecss start ignore*/

.planit-user-fields__location-select {
  width: 300px !important;
}

.planit-user-fields__position-code-select {
  width: 300px !important;
}

.planit-users__toggle-active-container {
  display: flex;
  justify-content: flex-start;
  margin-left: 165px;
  margin-top: 8px;
}

.planit-users-fields__wrapper-element {
  width: 110px;
}

.planit-user-selector__position-code {
  width: 300px !important;
}

.ui.fitted.toggle.checkbox.edit-user-modal__checkbox-toggle {
  min-width: 40px;
  width: 40px;
}

.ui.fitted.toggle.checkbox.edit-user-modal__checkbox-toggle label::before {
  min-width: 30px;
  width: 30px;
}

.ui.fitted.toggle.checkbox.edit-user-modal__checkbox-toggle label::after {
  left: 0px;
}

.ui.checked.fitted.toggle.checkbox.edit-user-modal__checkbox-toggle {
  min-width: 40px;
  width: 40px;
}

.ui.checked.fitted.toggle.checkbox.edit-user-modal__checkbox-toggle label::before {
  min-width: 30px;
  width: 30px;
}

.ui.checked.fitted.toggle.checkbox.edit-user-modal__checkbox-toggle label::after {
  left: 15px;
}

.user-modal_checkbox-container {
  position: absolute;
  top: 0;
  right: 7px;
}

.user-settings_checkbox-field {
  display: inline-block;
  padding: 7px 0;
}

.user-settings_checkbox-field .ui.checkbox.user-modal__checkbox-toggle {
  min-height: 1.3rem !important;
  vertical-align: bottom;
}

.user-settings_checkbox-field input {
  height: 1.3rem !important;
}

.user-settings_checkbox-field label {
  min-height: 1.3rem !important;
  padding-left: 0.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  font-weight: normal !important;
  /*width: 1rem;*/
}

.user-settings_checkbox-field .box:before,
.user-settings_checkbox-field label:before {
  width: 2rem !important;
  height: 1.3rem !important;
  border-radius: 1.3rem !important;
  left: 0.9rem !important;
}

.user-settings_checkbox-field .box:after,
.user-settings_checkbox-field label:after {
  width: 1.3rem !important;
  height: 1.3rem !important;
  z-index: 1;
}

.user-settings_checkbox-field input:checked ~ .box:after,
.user-settings_checkbox-field input:checked ~ label:after {
  left: 1.9rem !important;
}

.user-settings_checkbox-field input:not(:checked) ~ .box:after,
.user-settings_checkbox-field input:not(:checked) ~ label:after {
  left: 0.9rem !important;
}

.field.user-settings_checkbox-field > label {
  margin-right: 0 !important;
}

@media all and (max-width: 770px) {
  .planit-user-fields__location-select,
  .planit-user-selector__position-code {
    width: 200px !important;
  }

  .field.planit-users-inputs.planit-users-inputs__date-time {
    margin-left: 40px;
  }

  .user-modal_checkbox-container {
    display: flex;
    position: unset;
    justify-content: flex-end;
  }
}

/*purgecss end ignore*/

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.instructor-expertise-table-wrapper .full-width.table__flex-container {
  height: 69vh !important;
}

.instructor-expertise__filters-wrapper {
  padding: 0px 15px !important;
  width: 80%;
  position: relative;
  z-index: 10;
}

.instructor-expertise__filters-wrapper .flex-center-center label {
  padding-right: 12px;
}

.fix-icon i {
  top: 0 !important;
  right: 0 !important;
}

.event-types-list-error-row {
  margin-bottom: 23px;
}

.ui.icon.button.instructor-expertise-filter-icon-btn {
  width: 38px;
  height: 38px;
  margin-top: 8px;
  margin-right: 16px;
  color: white !important;
  background-color: #474b4f !important;
  font-weight: 500 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui.icon.button.instructor-expertise-filter-icon-btn .icons .icon:not(.remove) {
  padding-top: 10px;
}

.ui.icon.button.instructor-expertise-filter-icon-btn .icons .filter {
  font-size: 18px !important;
}

.ui.icon.button.instructor-expertise-filter-icon-btn .icons .remove {
  text-shadow: unset !important;
  color: white !important;
  opacity: 1;
  background-color: red;
  border-radius: 1em;
  font-size: 0.7rem;
  height: 12px;
  width: 12px;
  line-height: 11px;
  left: 75% !important;
}

.new-instructor-expertise__mr-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.new-instructor-expertise__mr-container .field {
  margin-bottom: 5px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.instructor-expertise-wrapper {
  padding: 0px 15px !important;
}

.instructor-expertise-table-wrapper {
  padding: 0px !important;
}

.instructor-expertise-table-wrapper .full-width.table__flex-container {
  height: 69vh !important;
}

.instructors-expertise-list-filter-second-row form {
  margin-bottom: 23px !important;
}

.expertise-request-tag__Pending {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 5px 0;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  line-height: 11;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: white;
  color: #75a2d8;
  border: 1px #75a2d8 solid;
}

.expertise-request-tag__Approved {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 5px 0;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  line-height: 11;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: white;
  color: #4bc982;
  border: 1px #4bc982 solid;
}

.expertise-request-tag__Rejected {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 5px 0;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  line-height: 11;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: white;
  color: #e03c31;
  border: 1px #e03c31 solid;
}

.expertise-request-wrapper.expertise-request-wrapper.expertise-request-wrapper.expertise-request-wrapper {
  height: 95%;
  border: none;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.fix-icon i {
  top: 0 !important;
  right: 0 !important;
}

.instructors-expertise-table-view-row {
  padding-top: 0px !important;
  margin-top: 0px !important;
}

.new-instructor-height-plc {
  max-height: 37px !important;
}

.filter-button-group.green button.disabled.disabled.disabled {
  opacity: 1 !important;
}

.event-types-list-error-row {
  margin-bottom: 23px;
}

.event-types-list-error-row.fix-margin-top {
  margin-top: -23px;
}

.request-form__reject-button.request-form__reject-button.request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.view-expertise-modal-tag {
  margin-left: 0 !important;
}

.instructors-expertise-list-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row {
  padding: 0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form {
  width: 100%;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields {
  flex-direction: row-reverse !important;
  margin: 0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields input,
.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields div.ui.dropdown {
  border: 1px solid #474b4f;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields .field:first-child {
  padding-right: 0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields .field div.default.text,
.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields .field input::placeholder {
  color: #b0b0b0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields .field div.input > input {
  width: 175px;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields .field div.ui.dropdown {
  min-width: 150px;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-first-row .form .fields div.ui.dropdown {
  max-height: 2.96428571em;
}

.instructors-expertise-list-grid .instructors-expertise-list__filter-dropdown {
  margin-bottom: 10px;
  display: flex !important;
  align-items: center !important;
  align-content: center !important;
  min-width: 150px !important;
  max-width: 150px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 5px 5px 5px 6px !important;
}

.instructors-expertise-list-grid .instructors-expertise-list__filter-dropdown:not(button) {
  margin-right: 10px;
}

.instructors-expertise-list-grid .instructors-expertise-list__filter-dropdown.button {
  margin: 0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list__filter-dropdown.button .icon {
  font-size: 20px;
}

.instructors-expertise-list-grid .instructors-expertise-list__filter-dropdown .text {
  align-content: center !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row {
  padding: 0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form {
  width: 100%;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields {
  -webkit-box-orient: horizontal !important;
  margin: 0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields label {
  line-height: 36px;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields input,
.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields div.ui.dropdown {
  border: 1px solid #474b4f;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields .field div.default.text,
.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields .field input::placeholder {
  color: #b0b0b0 !important;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields .field div.input > input {
  width: 175px;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields .field div.ui.dropdown {
  min-width: 150px;
}

.instructors-expertise-list-grid .instructors-expertise-list-filter-second-row .form .fields div.ui.dropdown {
  max-height: 2.96428571em;
}

/* purgecss end ignore */

/* purgecss start ignore */

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

.profile-def__title + .planit-line-separator {
  margin-bottom: 0 !important;
}

.profile-definition__wrapper {
  padding: 0px 15px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between !important;
}

.profile-definition__wrapper .flex-between {
  width: 100%;
}

.profile-definition__wrapper .custom-table-main-actions.menu {
  margin-right: 0px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.profile-definition__wrapper .custom-table-main-actions.menu .fitted.item {
  margin-right: 0px !important;
}

.profile-definition__wrapper .custom-table-main-actions.menu .custom-table-add-btn .icon {
  display: none;
}

.profile-definition__wrapper .ui.right.floated.menu {
  position: absolute !important;
  right: 15px !important;
}

.profile-definition__wrapper .table__flex-container {
  width: 45% !important;
  overflow: visible;
  margin-top: 48px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border-bottom: 1px solid #eeeeee;
}

.profile-definition__wrapper .table__flex-container > table > tbody > tr:hover {
  background-color: #eeeeee !important;
}

.profile-definition__wrapper .table__flex-container > table > thead > tr > th:nth-child(1) {
  min-width: 20px !important;
  width: 20px !important;
}

.profile-definition__wrapper .table__flex-container > table > thead > tr > th:nth-child(4) {
  min-width: 100px !important;
  width: 100px !important;
}

.profile-definition__wrapper .table__flex-container .row-selected {
  background-color: #eeeeee;
}

.profile-definition__wrapper .ui.secondary.menu.item {
  margin: 0px !important;
}

.profile-definition__wrapper .profile-detail-wrapper {
  min-height: 70vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 55% !important;
  width: 55% !important;
  border: 1px solid #dedfdf;
  margin-top: 48px;
  font-size: 12px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  padding: 18px 18px 60px;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__header {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__header p {
  margin: auto;
  width: 80%;
  font-weight: bold;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table {
  width: 90%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-spacing: 0 8px;
  justify-content: center;
  margin-top: 50px;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table td {
  min-height: 16px !important;
  max-height: 16px !important;
  height: 16px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 500;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table th {
  width: 10%;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table th:nth-of-type(1) {
  width: 20%;
  min-width: 20%;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-detail__table-header {
  text-align: center;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows {
  text-align: center;
  min-height: 16px !important;
  max-height: 16px !important;
  height: 16px !important;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows :nth-child(2) {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows :last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows .profile-skill {
  text-align: right;
  padding-right: 16px;
  font-weight: 600;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows .table__short-text {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows .table__tooltip .table__short-text {
  overflow: hidden;
  text-overflow: ellipsis !important;
  max-width: 210px;
  text-align: end;
  white-space: nowrap;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows .table__tooltip .table__short-text .no-margin {
  margin: 0;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-level {
  background-color: #00b2a933;
  height: 19.33px !important;
  padding: 0px;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-level .item {
  border-radius: 50% !important;
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 16.3px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-level .substitute {
  color: #00b2a9;
  background: white;
  border: 1px solid #00b2a9;
}

.profile-definition__wrapper .profile-detail-wrapper .profile-detail__table .profile-level .main {
  color: white;
  background-color: #00b2a9;
  border: 1px solid transparent;
}

.profile-definition__wrapper .empty-profile-definition-detail {
  text-align: center;
  font-weight: bold;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 55% !important;
  border: 1px solid #dedfdf;
  margin-top: 48px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  display: block;
  padding: 60px 18px;
}

@media all and (max-width: 1211px) {
  .profile-definition__wrapper {
    padding: 0px 15px;
  }

  .profile-definition__wrapper .table__flex-container {
    width: 53% !important;
    overflow: visible;
  }

  .profile-detail-wrapper,
  .empty-profile-definition-detail {
    max-width: 47% !important;
    width: 47% !important;
  }
}

@media all and (max-width: 1060px) {
  .profile-definition__wrapper {
    padding: 0px 15px;
  }

  .profile-definition__wrapper .table__flex-container {
    width: 55% !important;
    overflow: visible;
  }

  .profile-detail-wrapper,
  .empty-profile-definition-detail {
    max-width: 45% !important;
    width: 47% !important;
  }
}

@media all and (min-width: 1280px) {
  .profile-detail-wrapper {
    padding: 18px 18px 60px;
  }

  .profile-detail-wrapper .profile-detail__table {
    border-spacing: 0 8px;
  }

  .profile-detail-wrapper .profile-detail__table td {
    min-height: 24px !important;
    max-height: 24px !important;
    height: 24px !important;
  }

  .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows :nth-child(2) {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .profile-detail-wrapper .profile-detail__table .profile-detail__table-body-rows :last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .profile-detail-wrapper .profile-detail__table .profile-level {
    height: 24px !important;
  }

  .profile-detail-wrapper .profile-detail__table .profile-level .item {
    width: 23.5px !important;
    height: 23.5px !important;
    line-height: 23px !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.profile-def__all-wrapper {
  overflow: visible;
  width: 735px;
  margin: auto;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.profile-def__all-wrapper .edit-profile-def__numeric-edit-input {
  width: 80px !important;
  margin-right: 15px !important;
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.profile-def__all-wrapper .profile-def__label-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.profile-def__all-wrapper label {
  margin-right: 12px !important;
  font-weight: 600;
}

.profile-def__all-wrapper .fields {
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
}

.profile-def__all-wrapper .fields > .field {
  margin: 0px !important;
  padding: 0px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.profile-def__all-wrapper .profile-definition__inputs-container {
  width: 100%;
}

.profile-def__all-wrapper .profile-definition__inputs-container .profile-def__label-input:first-child {
  margin-right: 24px !important;
}

.profile-def__all-wrapper .profile-def__add-skill-row {
  margin-top: 12px !important;
  width: 100%;
  margin-bottom: 12.5px !important;
}

.profile-def__all-wrapper .profile-def__add-skill-row .profile-def__label-input {
  justify-content: flex-start;
  min-width: 30% !important;
}

.profile-def__all-wrapper .profile-def__add-skill-row .profile-def__label-input label {
  text-align: start;
  width: 31.95px;
}

.profile-def__all-wrapper .profile-def__add-skill-row .profile-def__label-input .planit-user-dropdown-custom {
  min-width: 182px !important;
  max-width: 182px !important;
  margin-right: 13px;
}

.profile-def__all-wrapper .profile-def__add-skill-row .profile-def__label-input .profile-def__numeric-input {
  min-width: 80px !important;
  width: 80px !important;
}

.profile-def__all-wrapper .profile-def__add-skill-row .profile-def__label-input .profile-def__numeric-phase-input {
  min-width: 75px !important;
  width: 55px !important;
  margin-right: 5px;
}

.profile-def__all-wrapper .profile-def__add-skill-row .profile-def__label-input .profile-def__numeric-input:nth-child(1) {
  margin-right: 13px;
}

.profile-def__all-wrapper .profile-def__add-skill-row .profile-def__label-input .profile-def__numeric-input:nth-child(2) > input {
  padding-left: 11px !important;
}

.profile-def__all-wrapper .profile-def__add-skill-row .add-row-btn {
  width: 80px;
  height: 34px !important;
  margin-left: 18px !important;
  margin-right: 0px !important;
  justify-self: flex-end !important;
}

.profile-def__all-wrapper .new-profile__new-row {
  font-weight: 600;
}

.profile-def__all-wrapper .new-profile__new-row .flex-center {
  border-top: 1.2px solid #b5b5b5;
  padding: 11.5px 0px;
  min-width: 370px;
  justify-content: space-between;
  margin-right: 20px;
}

.profile-def__all-wrapper .new-profile__new-row .flex-center span:first-child {
  margin-right: 10px;
  width: 160px;
  padding-left: 10px;
}

.profile-def__all-wrapper .new-profile__new-row .flex-center span:nth-child(2) {
  margin-right: 85px;
}

.profile-def__all-wrapper .new-profile__new-row .flex-center span:nth-child(3) {
  margin-right: 60px;
}

.profile-def__all-wrapper .new-profile__new-row .iws-flex-center {
  border-top: 1.2px solid #b5b5b5;
  padding: 11.5px 0px;
  min-width: 570px;
  justify-content: space-between;
  margin-right: 20px;
}

.profile-def__all-wrapper .new-profile__new-row .iws-flex-center span:first-child {
  margin-right: 10px;
  width: 200px;
  padding-left: 10px;
  display: inline-flex;
}

.profile-def__all-wrapper .new-profile__new-row .iws-flex-center span:nth-child(2) {
  display: inline-flex;
  width: 75px;
}

.profile-def__all-wrapper .new-profile__new-row .iws-flex-center span:nth-child(3) {
  display: inline-flex;
  width: 85px;
}

.profile-def__all-wrapper .new-profile__new-row .iws-flex-center span:nth-child(4) {
  display: inline-flex;
  width: 75px;
}

.profile-def__all-wrapper .new-profile__new-row .iws-flex-center span:nth-child(5) {
  display: inline-flex;
  width: 75px;
}

.profile-def__all-wrapper .new-profile__new-row .iws-flex-center span:nth-child(6) {
  display: inline-flex;
  width: 10px;
}

.profile-def__all-wrapper .new-profile__new-row .remove-icon {
  margin-left: 10px !important;
}

.profile-def__all-wrapper .profile-def__textarea-label__wrapper {
  margin-top: 12px;
  width: 99%;
  padding-right: 30px !important;
}

.profile-def__all-wrapper .profile-def__textarea-label__wrapper .profile-def__textarea {
  width: 472px !important;
  min-height: 64px;
}

.profile-def__all-wrapper .profile-def__textarea-label__wrapper label {
  margin-right: 18px !important;
  text-align: end !important;
}

.profile-definition__skills-group {
  max-height: 270px;
  overflow-y: scroll;
  width: 85%;
  margin: auto;
}

.profile-definition__skills-group .new-profile__new-row:last-child .flex-center:last-of-type {
  border-bottom: 1.2px solid #b5b5b5;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.modal.delete-user-import-popup {
  background: #474b4f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  opacity: 1;
  max-width: 34rem;
}

.ui.modal > .content.delete-user-import-popup__content {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px;
}

.delete-user-import-popup__buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0px 16px 16px 0px;
}

.ui.button.delete-user-import-popup__btn {
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 1;
  height: 32px;
  letter-spacing: 0.24px;
  padding: 0px 5px;
  margin-left: 13px;
  min-width: 70px;
}

.ui.button.delete-user-import-popup__pending-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #474b4f;
}

.ui.button.delete-user-import-popup__cancel-btn {
  background: #474b4f 0% 0% no-repeat padding-box;
  color: white;
}

.ui.dropdown.delete-user-import-popup__reason-editor {
  max-width: 140px;
  margin-bottom: 6px;
}

.delete-user-import-popup__description {
  padding-left: 4px;
  margin-bottom: 8px;
}

.delete-user-import-popup__description > p {
  margin-bottom: 8px;
}

.delete-user-import-popup__reason-description {
  min-height: 9rem;
}

/* purgecss end ignore */

/* purgecss start ignore */

.scheduler-header__period-input {
  margin-right: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-self: flex-start;
  margin-bottom: 8px;
}

.scheduler-header__period-input div {
  display: inline-block;
}

.scheduler-header__period-input div .field {
  height: 38px;
}

.scheduler-header__period-input div div.ui.icon.input {
  height: 38px !important;
  max-height: 38px !important;
}

.scheduler-header__period-input div div.ui.icon.input i {
  width: 36px;
  color: #b0b0b0 !important;
  font-size: medium;
}

.scheduler-header__period-input div.field.from-date input {
  width: 120px;
  padding-right: 16px !important;
  border: 1px solid #474b4f !important;
  border-radius: 4px 0px 0px 4px !important;
  margin-right: 0px;
}

.scheduler-header__period-input div.field.to-date input {
  width: 120px;
  padding-right: 16px !important;
  border: 1px solid #474b4f !important;
  margin-left: -1px;
  border-radius: 0px 4px 4px 0px !important;
}

.scheduler-header__period-input div.field input {
  width: 100px;
  height: 38px;
}

.sch-me-filter {
  align-self: flex-start !important;
  width: 75px;
  height: 38px;
  border-radius: 4px;
  color: #474b4f;
  background-color: #fff;
  outline: none;
  border: 1px solid #474b4f;
  cursor: pointer;
  margin-right: 6px;
}

.sch-me-filter i.icons {
  font-size: 14px;
  margin-right: 4px;
}

.sch-me-filter.active {
  background-color: #474b4f;
  color: #fff;
}

.sch-me-filter.active i.icons {
  color: #00b2a9;
}

.sch-my-pillar {
  align-self: flex-start !important;
  width: 75px;
  height: 38px;
  border-radius: 4px;
  color: #474b4f;
  background-color: #fff;
  outline: none;
  border: 1px solid #474b4f;
  cursor: pointer;
  margin-right: 6px;
}

.sch-my-pillar i.icons {
  font-size: 14px;
  margin-right: 4px;
}

.sch-my-pillar.active {
  border-color: #00b2a9;
  background-color: #00b2a9;
  color: #fff;
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.scheduler-poc-config__tabs .ui.secondary.pointing.menu {
  border-bottom: 2px solid transparent;
}

.scheduler-poc-config__tabs .item {
  padding: 24px 0 !important;
  font-size: 14px;
  margin-right: 32px !important;
}

.scheduler-poc-config {
  min-width: 200px;
  min-height: 200px;
}

.scheduler-poc-config .scheduler-poc-config__header {
  border: 1px solid #dedfdf !important;
  padding: 24px 32px !important;
}

.poc-config-modal__container {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 14px;
  max-height: 50vh;
}

.poc-config-modal__container .poc-config-modal__scrollable-content {
  overflow-x: hidden;
  overflow-y: auto;
}

.poc-config-modal__container .poc-config-modal__range-content button {
  width: 32px !important;
  height: 32px !important;
  padding: 0;
  margin-right: 16px;
  background-color: transparent;
  border: 1px solid transparent;
}

.poc-config-modal__container .poc-config-modal__range-content button:active {
  background-color: transparent;
}

.poc-config-modal__container .poc-config-modal__range-content .selected {
  border-color: #00b2a9;
  color: #00b2a9;
}

.poc-config-modal__container .row {
  display: flex;
  margin: 16px 0;
  font-weight: bold;
}

.poc-config-modal__container .row .filter-form__item-input {
  border: 1px solid #474b4f;
}

.poc-config-modal__container .row .planit-eventform-dates-period div {
  min-width: 120px;
  max-height: 100% !important;
}

.poc-config-modal__container .row .planit-eventform-dates-period div i {
  max-width: 30px !important;
  text-align: right;
}

.poc-config-modal__container .row .column {
  width: 120px;
  margin-right: 8px;
  font-weight: bold;
}

.poc-config-modal__container .row .column .disabled.input {
  min-width: 38px;
  max-width: 50px;
  height: 32px;
  -webkit-user-select: none;
  user-select: none;
}

.poc-config-modal__container .row .column .disabled.input input:disabled {
  color: #474b4f !important;
  text-align: center;
  padding: 4px;
}

.poc-config-modal__container .row .column input {
  font-weight: bold;
  padding: 8px !important;
}

.poc-config-modal__container .row .column:nth-child(3) {
  width: 50px !important;
}

.poc-config-modal__container .row .remove-row__times {
  align-items: center;
  cursor: pointer;
}

.row.poc-config-modal__action-buttons {
  display: flex;
  justify-content: space-between;
}

.row.poc-config-modal__action-buttons .ui.button {
  min-width: 100px !important;
  margin: 0;
}

.row.poc-config-modal__action-buttons .ui.button.cancel {
  align-self: flex-end;
}

.row.poc-config-modal__action-buttons .ui.button.save {
  align-self: flex-end;
  margin-left: 16px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.sch-instructors__header-right-buttons {
  justify-content: flex-end;
  margin: -8px 8px 0 -8px;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}

.sch-instructors__header-right-buttons i {
  font-size: 18px;
}

.sch-instructors__header-right-buttons button,
.sch-instructors__header-right-buttons .button {
  margin-top: 8px;
  margin-left: 8px;
  width: 38px;
  height: 38px;
  background: #474b4f;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  border: none;
  outline: none;
}

.sch-instructors__header-right-buttons button.active,
.sch-instructors__header-right-buttons .button.active {
  background: #00b2a9;
}

.sch-instructors__header-right-buttons button > i.icons i.circular.icon,
.sch-instructors__header-right-buttons .button > i.icons i.circular.icon {
  width: 0 !important;
  height: 0 !important;
}

.sch-instructors__header-right-buttons button > i.icons i.plus.circle,
.sch-instructors__header-right-buttons .button > i.icons i.plus.circle {
  color: #474b4f;
  padding: 0 !important;
}

.sch-instructors__header-right-buttons button > i.icons i.plus.circle::before,
.sch-instructors__header-right-buttons .button > i.icons i.plus.circle::before {
  background-color: #fff !important;
  border-radius: 100%;
  border: 1px solid #fff;
}

.sch-instructors__header-right-buttons button > i.icons i.corner.hide-filter,
.sch-instructors__header-right-buttons .button > i.icons i.corner.hide-filter {
  text-shadow: unset;
  color: white;
  opacity: 1;
  background-color: red;
  border-radius: 1em;
  font-size: 0.7rem;
  height: 12px;
  width: 12px;
  line-height: 11px;
  left: 44%;
  bottom: 10%;
}

.sch-instructors__header-right-buttons button > i.icons i:not(.corner),
.sch-instructors__header-right-buttons .button > i.icons i:not(.corner) {
  color: white;
  opacity: 1;
  margin: 0 !important;
}

.sch-instructors__header-right-buttons button.event-type-filter-by-update-flag-btn > i.icons > i,
.sch-instructors__header-right-buttons .button.event-type-filter-by-update-flag-btn > i.icons > i {
  color: #e03c31;
}

.sch-instructors__header-right-buttons button.event-type-filter-by-update-flag-btn.active > i.icons > i,
.sch-instructors__header-right-buttons .button.event-type-filter-by-update-flag-btn.active > i.icons > i {
  color: white;
}

/* purgecss end ignore */

/* purgecss start ignore */

.machine-related__pattern-list-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  overflow: visible !important;
  overflow-x: hidden;
}

.machine-related__pattern-list-wrapper .selection.dropdown.custom-editor {
  max-width: 118px !important;
  width: 118px !important;
  min-width: 118px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding-bottom: 12px !important;
}

.machine-related__pattern-list-wrapper .ui.inline.multiple.search.selection.dropdown.planit-user-dropdown {
  max-width: 120px !important;
  width: 120px !important;
  min-width: 120px !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  padding-top: 2px !important;
  margin-top: 0px !important;
  padding-bottom: 12px !important;
}

.machine-related__pattern-list-wrapper .request-wizard__machine-list__oem-dropdown {
  height: 44px;
  max-height: 44px;
  min-width: 118px !important;
}

.machine-related__pattern-list-wrapper .red {
  align-self: center;
  margin-top: 13px;
}

.event__machine-related__pattern-list-wrapper {
  display: flex;
  justify-content: center !important;
  width: 100%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  overflow: visible !important;
}

.machine-related__pattern-row {
  display: flex !important;
  justify-content: center !important;
  justify-self: center !important;
}

.machine-related__pattern-row > div.column {
  display: flex !important;
  justify-content: center !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.events-wizard__instructors-step__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0px 11%;
  min-height: 250px;
}

.events-wizard__instructors-step__wrapper .form__instructors-tab__buttons-row {
  width: 100%;
  display: flex;
}

.events-wizard__instructors-step__wrapper .form__instructors-tab__buttons-row .button {
  min-width: 133px;
}

.events-wizard__instructors-step__wrapper .form__instructors-tab__buttons-row .ui[class*='right labeled'].icon.button {
  padding: 3px 16px 3px 4px !important;
}

.events-wizard__instructors-step__wrapper .wizard__inputs-dates-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px;
}

.events-wizard__instructors-step__wrapper .wizard__inputs-dates-wrapper .fields {
  margin-bottom: 0px;
}

.events-wizard__instructors-step__wrapper .wizard__inputs-dates-wrapper .planit-eventform-dates-period {
  width: 110px;
}

.events-wizard__instructors-step__wrapper .wizard__inputs-dates-wrapper .planit-eventform-dates-period > div > i {
  font-size: 16px;
}

.events-wizard__instructors-step__wrapper .wizard__inputs-dates-wrapper .planit-eventform-dates-period div > input[type='text'] {
  padding: 10px 15px 10px 8px !important;
  display: flex;
  justify-content: center;
  text-align: start;
}

.events-wizard__instructors-step__wrapper .wizard__inputs-dates-wrapper .from-date div > input[type='text'] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.events-wizard__instructors-step__wrapper .wizard__inputs-dates-wrapper .to-date div > input[type='text'] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -1px;
}

.events-wizard__instructors-step__table {
  align-items: flex-start;
  display: grid;
  grid-template-columns: auto auto auto auto 20px 20px;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-column-gap: 20px;
  column-gap: 20px;
  grid-row-gap: 10px;
  row-gap: 10px;
  width: 100%;
  z-index: 10;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.events-wizard__instructors-step__table .ui.selection.dropdown.planit-eventform-inputs {
  min-width: 120px !important;
  min-height: 100%;
}

.events-wizard__instructors-step__table .instructors__edit-icon__container,
.events-wizard__instructors-step__table .instructors__delete-icon__container {
  padding-top: 10px;
}

.events-wizard__instructors-step__table .instructors__edit-icon__container {
  color: #474b4f;
  font-size: 10px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.viewpreset {
  width: 90px;
}

.viewpreset .b-field-inner {
  background: #474b4f;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
  color: white;
}

.viewpreset .b-field-inner .b-icon {
  color: white;
  margin-right: 4px;
}

.viewpreset .b-field-inner .b-field-updated {
  animation-name: none;
  animation-duration: unset;
}

.style-list.b-widget.b-list.b-floating {
  border-radius: 4px;
  border: 1px solid #707070;
}

.style-list .b-list-item {
  min-width: 80px;
  max-height: 38px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  color: #474b4f;
  border-bottom: 1px solid #707070;
}

.style-list .b-list-item i {
  right: 8px !Important;
}

.style-list .b-list-item:last-child {
  border-bottom: none;
}

.style-list .b-list-item:hover {
  background: #474b4f;
  color: white;
}

.style-list .b-list-item.b-active {
  color: white;
  background: #474b4f;
}

.style-list .b-list-item .b-sch-event-wrap {
  height: 80px;
}

.style-list .b-list-item .b-sch-event:not(.b-sch-style-colored) {
  border: 1px dashed black;
  color: #fff !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.rowheight-slider {
  background: white;
  width: 90px;
  height: 22px;
  padding: 16px 8px;
  border: 1px solid #949494;
  border-radius: 4px;
  outline: none;
  align-self: start;
}

.rowheight-slider input[type='range']:focus::-webkit-slider-runnable-track {
  background-color: black !important;
}

.rowheight-slider input[type='range'] {
  outline: none;
}

.rowheight-slider input[type='range']:focus {
  outline: none;
}

.rowheight-slider input[type='range']::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  background: white;
}

.rowheight-slider input[type='range']::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  background: white;
}

.rowheight-slider input[type='range']::-ms-thumb {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  background: white;
}

.rowheight-slider input[type='range']::-webkit-slider-runnable-track {
  height: 4px;
  background: black;
  border-radius: 8px;
  width: 65px;
}

.rowheight-slider input[type='range']::-moz-range-track {
  height: 4px;
  background: black;
  border-radius: 8px;
  width: 65px;
}

.rowheight-slider input[type='range']::-ms-track {
  height: 4px;
  background: black;
  border-radius: 8px;
  width: 65px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.sch-instructors__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sch-instructors__header .employee-search-filter.input-search {
  align-self: flex-start;
  margin-right: 6px;
  margin-bottom: 10px;
  width: 150px;
  height: 38px !important;
}

.sch-instructors__header .employee-search-filter.input-search > input {
  border: 1px solid #474b4f;
}

.sch-instructors__header .sch-instructors__header-above {
  display: flex;
}

.sch-instructors__header .sch-instructors__header-below {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.sch-instructors__header .sch-instructors__header-left {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  justify-content: flex-end;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 30%;
}

.sch-instructors__header .sch-instructors__header-left .row {
  margin-top: -12px;
  position: relative;
  display: flex;
  align-items: stretch;
}

.sch-instructors__header .sch-instructors__header-left .row.top-margin {
  margin-top: 8px;
}

.sch-instructors__header .sch-instructors__header-left .row button.button:not(:last-of-type) {
  margin-right: 8px;
}

.sch-instructors__header .sch-instructors__header-left .row > div {
  display: flex;
  align-self: center;
  margin-top: 20px;
}

.sch-instructors__header .sch-instructors__header-left .sch-month-button {
  margin-top: 20px !important;
}

.sch-instructors__header .sch-instructors__header-left b {
  margin-left: 8px;
  align-self: flex-start;
}

.sch-instructors__header .sch-instructors__header-right {
  display: flex;
  align-items: flex-start;
  width: 70%;
  justify-content: flex-end;
  flex-direction: row;
  padding: 0;
  position: relative;
  float: left;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.sch-instructors__header .planit-multi-dropdown {
  min-width: 150px !important;
  height: 38px;
  border-radius: 4px;
  margin-right: 8px;
  border: 1px solid #474b4f !important;
  margin-bottom: 6px;
}

.sch-instructors__header .planit-multi-dropdown > div.menu.visible.transition,
.sch-instructors__header .planit-multi-dropdown > div.visible.menu.transition {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: 1px solid rgba(128, 128, 128, 0.541);
}

.sch-instructors__header .planit-multi-dropdown__options {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.sch-instructors__header .planit-multi-dropdown__options > span > div {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sch-instructors__header .planit-multi-dropdown__options > span > div > span {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.planit-multi-dropdown__options::-webkit-scrollbar {
  width: 4px;
}

.planit-multi-dropdown__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.planit-multi-dropdown__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

@media all and (max-width: 1200px) {
  .sch-instructors__header .planit-multi-dropdown {
    margin-bottom: 10px;
  }

  .sch-instructors__header .planit-multi-dropdown > span {
    line-height: 12px !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.b-drag-proxy {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  background: white !important;
  border-radius: 4px;
  border-left-width: 10px;
  border-style: solid;
}

.b-drag-invalid {
  opacity: 0.6;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.b-drag-proxy:not(.b-drag-invalid) {
  opacity: 1;
  word-break: break-all !important;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.drag-element-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1560px) {
  .sch-locations__header .sch-locations__header-below {
    flex-wrap: nowrap !important;
  }

  .sch-locations__header .sch-locations__header-below .sch-locations__header-left {
    flex-wrap: wrap;
  }

  .sch-locations__header .sch-locations__header-below .sch-locations__header-left b {
    margin-left: 0 !important;
  }

  .sch-locations__header .sch-locations__header-below .sch-locations__header-left div.viewpreset {
    margin-right: 8px;
  }

  .sch-locations__header .sch-locations__header-below .sch-locations__header-right {
    margin-left: 16px;
    margin-bottom: 16px;
  }

  .sch-locations__header .sch-locations__header-below .sch-locations__header-right .sch-locations__header-right-filters {
    flex-wrap: wrap !important;
    align-self: center !important;
    margin-left: 0 4px;
  }

  .sch-locations__header .sch-locations__header-below .sch-locations__header-right .sch-locations__header-right-filters > div {
    margin: 4px;
  }
}

.b-mask {
  z-index: 4;
}

.sch-locations__inputs-hidden-wrapper {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.sch-locations__header-right-filters {
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
}

.sch-locations__container {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.sch-locations__container .sch-locations__scheduler-component {
  display: flex;
  height: 100%;
  overflow: hidden;
}

.sch-locations__container .sch-locations__scheduler-component.grow {
  height: 90%;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container {
  width: calc(80% - 24px);
  max-height: 100%;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-grid-header-container {
  height: 64px;
  background-color: #f3f4f5 !important;
  margin: 0 !important;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-grid-header {
  padding: 0;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-grid-headers-locked .b-grid-header-text {
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  padding: 0.5em 0;
  color: #222629 !important;
  font-weight: bold;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-filter-bar-field {
  margin: 0;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-filter-bar-field .b-field-inner {
  border: 1px solid #474b4f;
  border-radius: 4px;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-filter-bar-field .b-field-inner .b-icon-remove {
  padding-right: 0.8em;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-filter-bar-field .b-filter-bar-field-input {
  padding: 0.2em 0.1em 0.2em 1.5em;
  height: 32px;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-grid-headers-normal .b-sch-header-row {
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-grid-headers-normal .b-sch-header-row .b-sch-header-timeaxis-cell {
  font-weight: bold !important;
  color: #222629 !important;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container .b-container {
  border-radius: 8px 0 0 8px;
  background: #f2f3f3;
}

.sch-locations__container .sch-locations__scheduler-component .b-react-scheduler-container.collapse {
  width: calc(100% - 24px);
}

.sch-locations__container .sch-locations__scheduler-component .request-table-container {
  display: flex;
  max-height: 100%;
  width: 20%;
}

.sch-locations__container .sch-locations__scheduler-component .request-table-container.collapse {
  width: 0;
}

div.sch-locations__inputs-hidden-wrapper > div {
  min-width: 140px !important;
  height: 38px;
  border: 1px solid #474b4f !important;
  border-radius: 4px;
  margin-right: 8px;
}

.sch-locations__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sch-locations__header .sch-locations__header-above {
  display: flex;
}

.sch-locations__header .sch-locations__header-below {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sch-locations__header .sch-locations__header-left {
  display: flex;
  align-items: center;
}

.sch-locations__header .sch-locations__header-left b {
  margin-left: 8px;
  align-self: flex-start;
}

.sch-locations__header .sch-locations__header-right {
  display: flex;
  align-items: center;
}

.sch-locations__header .sch-locations__header-right .sch-locations__header-right-buttons {
  align-content: center;
  display: flex;
}

.sch-locations__header .sch-locations__header-right .sch-locations__header-right-buttons i {
  font-size: 16px;
}

.sch-locations__header .sch-locations__header-right .sch-locations__header-right-buttons button {
  margin-left: 8px;
}

.sch-locations__header .sch-locations__header-right .sch-locations__header-right-buttons .event-type-filter-icon-btn {
  width: 38px;
  height: 38px;
  background: #474b4f;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  border: none;
  outline: none;
}

.sch-locations__header .sch-locations__header-right .sch-locations__header-right-buttons .event-type-filter-icon-btn.active {
  background: #00b2a9 !important;
}

.sch-locations__header .sch-locations__header-right .sch-locations__header-right-buttons .event-type-filter-icon-btn .hide-filter {
  text-shadow: unset !important;
  color: white !important;
  opacity: 1;
  background-color: red;
  border-radius: 1em;
  font-size: 0.7rem;
  height: 12px;
  width: 12px;
  line-height: 11px;
  left: 44%;
  bottom: 10%;
}

.sch-locations__header .sch-locations__header-right .sch-locations__header-right-buttons .event-type-filter-icon-btn i.calendar-gears {
  margin: 0;
}

.sch-locations__header .planit-multi-dropdown {
  min-width: 140px !important;
  height: 38px;
  border-radius: 4px;
  margin-right: 8px;
  border: 1px solid #474b4f !important;
}

.inputs-visible-wrapper {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.b-grid-subgrid-normal {
  background: white;
}

.locations-component__wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.b-sch-event {
  padding: 0;
  background-color: white !important;
  color: black;
  border-radius: 4px;
  border-width: 2px 2px 2px 10px;
  border-style: solid;
  border-image: initial;
}

.b-sch-event.draft {
  opacity: 0.6;
}

.b-sch-event.mini-event {
  min-width: 8px !important;
}

.b-sch-event.mini-event .event-template__state {
  color: white !important;
}

.b-sch-event.mini-event .event-template__state svg {
  display: inline;
  color: white !important;
}

.b-sch-event.requested-location {
  border-style: dashed dashed dashed solid;
  border-right-color: #dedfdf !important;
  border-top-color: #dedfdf !important;
  border-bottom-color: #dedfdf !important;
}

.b-sch-event.requested-location .event-template__wrapper {
  background-image: repeating-linear-gradient(45deg, #cccccc60, #cccccc6e 2px, #ffffff3b 2px, #ffffff2d 10px);
}

.b-sch-event.requested-location .event-template__wrapper .event-template__state {
  color: #474b4f !important;
}

.b-sch-event .nested-pause-period {
  z-index: 0;
  position: absolute;
  border: none;
  background-image: repeating-linear-gradient(45deg, #ddd, #ddd 10px, #eee 10px, #eee 20px);
}

.b-sch-event:hover {
  background-color: #f7f7f7 !important;
}

.b-sch-event:hover .nested-pause-period {
  background-image: repeating-linear-gradient(45deg, #ccc, #ccc 10px, #ddd 10px, #ddd 20px) !important;
}

.b-sch-event:not(.b-milestone).b-sch-event-selected,
.b-sch-event:not(.b-milestone).b-sch-event-selected * {
  font-weight: bold !important;
  color: #222629 !important;
}

.event-template__wrapper {
  overflow: hidden;
  padding-left: 0.75em;
  width: 100%;
  height: 100%;
  color: #474b4f;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.event-template__wrapper i.b-fa {
  font-size: 16px;
}

.event-template__wrapper .event-template__state {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.event-template__wrapper .event-template__state .event-template__state-section {
  align-self: center;
  padding-right: 16px;
}

.event-template__wrapper .event-template__state .event-template__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.event-template__wrapper .event-template__state .event-template__info .event-template__info-title {
  margin-bottom: 8px;
}

.event-template__wrapper .event-template__state .event-template__info .event-template__info-items {
  display: flex;
  justify-content: flex-start;
}

.event-template__wrapper .event-template__state .event-template__info .event-template__info-items div {
  margin-right: 8px;
}

.event-template__wrapper .event-template__conditionals {
  justify-self: self-end;
  color: #222629;
}

.event-template__wrapper .event-template__conditionals i.b-fa-circle {
  color: #e03c31 !important;
}

.grid-splitter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 8px 8px 0;
  background: #dedfdf;
  min-width: 24px;
  cursor: pointer;
}

.grid-splitter:hover {
  background: #d3d3d3;
}

.grid-splitter::before {
  font-size: 16px;
}

.event-vacation-template__wrapper {
  padding-left: 0.75em;
  width: 100%;
  height: 100%;
  color: #474b4f;
  background-color: #bdc4cb;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}

.event-vacation-template__wrapper .event-vacation-template__info-title {
  font-size: 1.5rem;
}

.event-vacation-template__wrapper svg {
  margin-left: 2px;
  margin-right: 8px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.b-grid-header-container .b-sch-timeaxiscolumn .b-sch-header-timeaxis-cell:hover {
  background-color: inherit;
  cursor: auto;
}

.b-grid-header.b-depth-0 {
  cursor: auto;
}

.b-gridbase:not(.b-column-resizing) .b-grid-header-container:not(.b-dragging-header) .b-depth-0:hover,
.b-gridbase:not(.b-column-resizing) .b-grid-header-container:not(.b-dragging-header) .b-depth-0:focus {
  background-color: inherit;
}

/* purgecss end ignore */

/* purgecss start ignore */

.notifications__bell-alert {
  min-width: 14px !important;
  min-height: 14px !important;
  top: -5px !important;
  transition: 0.8s;
  z-index: 99 !important;
}

.notifications-max-container {
  top: -6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  right: 0px;
  justify-self: flex-end;
  position: absolute;
  transition: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: 0.8s;
  z-index: 1001;
}

.notifications-max-container > div > div > div.main-notification-tab > div.ui.segment.active.tab {
  min-height: 761px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.notifications__pop-up {
  animation: slide-up 1.2s ease;
  animation-fill-mode: backwards;
  width: 400px;
  background: #eeeeee 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  transition: all 0.8s linear;
  margin-bottom: 20px;
}

.notifications__pop-up a {
  text-decoration: none;
  color: #222629;
}

.notifications__pop-up::before,
.notifications__pop-up::after {
  animation: slide-up 1s ease;
}

.main-notification-tab {
  width: 100%;
}

.main-notification-tab .ui.pointing.secondary.menu {
  border-bottom: none;
  margin-left: 16px;
}

.main-notification-tab .ui.pointing.secondary.menu .item {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
}

.main-notification-tab .ui.pointing.secondary.menu .active.item {
  transition: 0.8s;
}

.main-notification-tab .ui.pointing.secondary.menu .active.item,
.main-notification-tab .ui.pointing.secondary.menu .active.item:hover {
  margin: 0em 0em -3px;
  border-bottom-width: 3px;
  color: #474b4f;
  border-bottom-color: #00b2a9;
}

.main-notification-tab .ui.pointing.secondary.menu .item:hover {
  transition: 0.4s;
  margin: 0em 0em -3px;
  border-bottom-width: 3px;
  color: #00b2a9;
  border-bottom-color: #00b2a9;
}

.main-notification-tab .ui.segment.active.tab {
  border: none;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.notif__header__buttons-container {
  margin: 0px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notif__header__buttons-container__icons-wrapper {
  display: flex;
  justify-content: flex-start;
}

.notif__header__buttons-container__mark-all-wrapper .notif__mark-all-btn {
  border: none;
  font-weight: bold;
  background-color: #eeeeee !important;
  padding: 0px;
}

.notif__header__buttons-container__mark-all-wrapper .notif__mark-all-btn:hover {
  color: #000000;
  transition: 0.8s;
}

.notification__filter-btn {
  border: 1px solid #474b4f !important;
  background-color: transparent !important;
  height: 24px;
  width: 24px;
  padding: 0px !important;
  border-radius: 4px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  line-height: 10px !important;
  margin-right: 8px !important;
}

.notification__filter-btn .icon {
  color: #474b4f;
  font-size: 14px;
}

.notification__filter-btn-is-active {
  background-color: #00b2a9 !important;
  border: 1px solid #00b2a9 !important;
}

.notification__filter-btn-is-active .icon {
  color: white !important;
}

.notification__filter-btn:hover {
  transition: 0.8s;
  background-color: #474b4f !important;
  background-image: none;
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset !important;
  border: 1px solid #474b4f !important;
}

.notification__filter-btn:hover .icon {
  color: white;
}

.notifications__container {
  border-top: 1px solid white !important;
  transition: 0.8s;
}

.notif__header__remove-box {
  display: flex;
  justify-content: flex-end;
  margin: 16px 16px 0px;
}

.notification__remove-btn {
  background-color: transparent !important;
  color: #d1d2d3 !important;
  justify-self: flex-end;
  padding: 0px !important;
  font-size: 20px !important;
}

.notification__remove-btn:hover {
  color: rgba(0, 0, 0, 0.8) !important;
  transition: 0.8s;
}

.notification__remove-btn .icon {
  margin: 0px !important;
}

.notification__message-box {
  padding: 8px 16px !important;
  border-bottom: 1px solid white !important;
  transition: 0.8s;
}

.notification__message-box .icon {
  font-size: 14px;
}

.notification__message-box .notification__icon-event__wrapper {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.notification__message-box .notification__icon-event__wrapper .notification__message-title {
  text-align: left !important;
  font-weight: bold;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.notification__message-box .notification__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  color: #00b2a9;
  background-color: #ccf0ee;
  margin-right: 12px;
}

.notification__message-box .notification__icon i.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.notification__message-box .notification__pinned-go-to__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  cursor: pointer;
}

.notification__message-box .notification__pinned-go-to__wrapper .icon {
  margin-left: 5px;
  font-size: 14px;
  cursor: pointer;
  z-index: 5;
}

.notification__message-box .notification__pinned-go-to__wrapper .pin__active {
  color: #474b4f;
  transition: 0.8s;
}

.notification__message-box .notification__pinned-go-to__wrapper .pin__not-active {
  color: #c9c9c9;
  transition: 0.8s;
}

.notification__is-not-read {
  background-color: #e3e4e5;
}

.notification__is-not-read:hover {
  background-color: rgba(201, 201, 201, 0.383) !important;
  transition: 0.8s;
}

.notification-was-read {
  background-color: #eeeeee !important;
}

.notification-was-read:hover {
  background-color: rgba(201, 201, 201, 0.281) !important;
  transition: 0.7s;
}

.notification-was-read .notification__icon {
  background-color: #d1d2d3;
}

.notification-was-read .notification__icon .icon {
  color: #b0b0b0;
}

.notification__date-hour {
  color: #b0b0b0;
  font-weight: bold;
  font-size: 11px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
}

.notification__pagination-wrapper {
  margin: 0px 16px;
  width: 93%;
}

.pagination__display-flex-elements {
  font-weight: bold;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.notif__pag__link {
  -webkit-text-decoration-style: none;
  text-decoration-style: none;
  display: flex;
  cursor: pointer;
}

.notif__pag__link a {
  color: #b0b0b0;
}

.notif__pag__link .icon {
  margin: 0px 10px;
}

.notif__pag__link:hover {
  color: black;
  transition: 0.9s;
}

.notif__pag__previous {
  color: #b0b0b0;
}

.notifications-not-found__wrapper {
  text-align: left;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column;
}

.notifications-not-found__wrapper p {
  text-align: center !important;
  margin-top: 16px;
  font-weight: bold;
  color: #b5b5b5;
}

.notifications-not-found__wrapper .notif__empty__image {
  margin-top: 50px;
}

.hidden {
  display: none;
}

.to-dolist__header {
  display: flex;
  justify-content: flex-end;
  margin: 0px 16px;
  align-items: center;
}

.to-dolist__header .to-do-list__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.to-dolist__header .ui.checkbox input:checked ~ .box:before,
.to-dolist__header .ui.checkbox input:checked ~ label:before {
  background-color: #474b4f !important;
  border: none;
}

.to-dolist__header .checkbox label::before {
  transition: 0.8s;
  border: 1px solid #00b2a9;
  background-color: transparent !important;
}

.to-dolist__header .checkbox label::after {
  transition: 0.8s;
  background-color: transparent !important;
  border-radius: 3px;
  color: white !important;
  font-weight: 100 !important;
}

.to-dolist__header span {
  margin-right: 8px;
  font-weight: bold;
}

.to-do__message-box {
  padding: 8px 16px !important;
  border-bottom: 1px solid white !important;
  background-color: #e3e4e5;
}

.to-do__message-box .notification__date-hour {
  color: #b0b0b0;
  font-weight: bold;
  font-size: 11px;
  display: flex;
  justify-content: flex-end;
}

.to-do__checkbox-event__wrapper {
  display: flex;
  align-items: center;
}

.to-do__checkbox-event__wrapper .checkbox {
  margin-right: 12px;
}

.to-do__checkbox-event__wrapper .checkbox label::before {
  transition: 0.8s;
  border: 1px solid #00b2a9;
  background-color: transparent !important;
}

.to-do__checkbox-event__wrapper .checkbox label::after {
  transition: 0.8s;
  background-color: transparent !important;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  color: #b0b0b0 !important;
}

.to-do__checkbox-event__wrapper p {
  font-weight: bold;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.todo__reason {
  margin-top: 12px;
  text-align: left !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: 28px;
  padding-bottom: 8px;
  cursor: pointer;
}

.to-do-list__checkbox {
  margin-bottom: 8px;
  transition: 0.8s;
}

.to-do__pagination {
  padding-top: 10px;
}

@media all and (max-height: 800px) {
  .notifications-max-container {
    margin-top: 0px;
  }
}

@media all and (max-height: 700px) {
  .notifications-max-container > div > div > div.main-notification-tab > div.ui.segment.active.tab {
    height: 600px;
  }

  .notifications__container {
    overflow: scroll;
    overflow-x: hidden;
    width: 330px;
    height: 62vh;
  }

  .notifications__pop-up {
    overflow: hidden;
    overflow-x: hidden;
    width: 330px;
    height: 91vh;
  }

  .notifications__container::-webkit-scrollbar {
    width: 0px;
  }

  .notifications__container:hover::-webkit-scrollbar {
    width: 4px;
  }

  .notifications__container:hover::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: white;
  }

  .notifications__container:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #000000;
  }

  .pagination__display-flex-elements {
    padding-top: 0px !important;
  }

  .to-do-list__container {
    overflow: scroll;
    overflow-x: hidden;
    width: 330px;
    scroll-padding: 5px !important;
    max-height: 67vh;
  }
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.b-drag-proxy {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  background: white !important;
  border-radius: 4px;
  border-left-width: 10px;
  border-style: solid;
}

.b-drag-invalid {
  opacity: 0.6;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.b-drag-proxy:not(.b-drag-invalid) {
  opacity: 1;
  word-break: break-all !important;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.drag-element-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  width: 100%;
  height: 100%;
}

.employee-page__container {
  margin-top: 30px !important;
}

.avatar {
  border-radius: 500rem;
  background-position: center;
  background-size: cover;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
}

.rows-user-card-box {
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2em;
}

.min-height-box {
  min-height: 28em !important;
}

.bold-text {
  font-weight: bold;
  text-align: left;
}

.dark-grey-box {
  background-color: #b5b5b5;
}

.planit-main-container {
  background: white;
}

.employee__tab {
  height: 100%;
  width: 100%;
}

.employee__tab .ui.pointing.secondary.menu {
  border-bottom: 0px solid #dedfdf;
}

.employee__tab .ui.pointing.secondary.menu .item {
  margin-bottom: 0.1px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  background-color: #f9f9f9;
  width: 128px;
  text-align: center !important;
  justify-content: center;
}

.employee__tab .ui.pointing.secondary.menu .item:hover:not(.active) {
  background-color: #eeeeee !important;
}

.employee__tab .ui.pointing.secondary.menu .active.item,
.employee__tab .ui.pointing.secondary.menu .active.item:hover {
  color: #ffffff;
  background-color: #474b4f;
  border-bottom: none;
}

.employee__tab .ui.segment.active.tab {
  height: 95%;
  border: none;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.main-tab.sub-tab .ui.pointing.secondary.menu .active.item,
.main-tab.sub-tab .ui.pointing.secondary.menu .active.item:hover {
  color: #b0b0b0;
}

.main-tab.sub-tab .ui.pointing.secondary.menu .item:hover {
  color: #b0b0b0;
  border-bottom-color: #b0b0b0;
}

.profile-card__profiles-container {
  padding-left: 0px !important;
}

.profile-card__profiles-container .ui.pointing.secondary.menu {
  margin-bottom: 0px !important;
}

.profile-card__profiles-container .ui.segment.active.tab {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.profile-card__profiles-container .profile-machinery__list {
  padding-top: 50px;
  border: 1px solid #dedfdf;
  width: 100%;
  min-height: 50vh;
}

.profile-card__profiles-container .profile-machinery__list .profile-machinery__machinery-list {
  margin-right: 10px;
  width: 470px;
}

.profile-card__profiles-container .profile-machinery__list .profile-machinery__machinery-list .inverted-save-btn {
  justify-self: flex-start;
}

.profile-card__profiles-container .profile-machinery__list .profile-machinery__profile-list {
  margin-right: 20px;
}

.profile-card__profiles-container .profile-machinery__list .profile-machinery__profile-list .button {
  margin: 0px 0px 4px;
  width: 128px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.profile-card__profiles-container .profile-machinery__list .search {
  min-width: 465px !important;
  width: 465px;
  margin-bottom: 34px;
}

.profile-card__profiles-container .profile-machinery__list .phases-dropdown {
  min-width: 165px !important;
  width: 165px;
  margin-bottom: 34px;
}

.profile-card__profiles-container .profile-machinery__list .template-role-dropdown {
  min-width: 365px !important;
  width: 365px;
  margin-bottom: 34px;
  margin-right: 30px;
}

.profile-card__profiles-container .profile-machinery__list .button__inactive {
  background-color: #eeeeee !important;
  color: #474b4f !important;
}

.profile-card__profiles-container .profile-machinery__list .button__disabled {
  background-color: #b0b0b0 !important;
  color: #ffffff !important;
}

.profile-card__profiles-container .profile-machinery__list .profile-machinery__scores-title {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 10% 40% 10%;
  grid-column-gap: 10px;
  column-gap: 10px;
  text-align: start;
  font-weight: 900;
}

.profile-card__profiles-container .profile-machinery__list .employee-card__btns-wrapper {
  display: flex;
  justify-content: flex-start;
}

.profile-card__profiles-container .profile-machinery__list .employee-card__overall-wrapper {
  display: flex;
  justify-content: flex-start;
  text-align: start;
  margin-bottom: 15px;
}

.profile-card__profiles-container .profile-machinery__list .employee-card__check-btn {
  margin-left: 24px;
}

.profile-card__profiles-container .profile-machinery__list .profile-machinery__scores {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 10% 40% 10%;
  grid-column-gap: 10px;
  column-gap: 10px;
  text-align: start;
  margin-bottom: 40px;
  margin-right: 15px;
}

.profile-card__profiles-container .profile-machinery__list .flex-start {
  margin-bottom: 30px;
}

.profile-card__profiles-container .employee__-scores-radar {
  margin-bottom: 20px;
}

.employee__-scores-radar {
  flex-wrap: wrap !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.employee-card__btn {
  border: 1px solid #00b2a9 !important;
  background-color: white !important;
  color: #00b2a9 !important;
}

.profile-machinery__list {
  padding-top: 16px;
}

.responsive-container__radar-chart {
  height: 300px !important;
  width: 700px !important;
  display: flex !important;
  justify-content: center !important;
}

.responsive-container__radar-chart > tspan {
  width: 120px !important;
  white-space: nowrap;
}

.recharts-surface {
  overflow: visible !important;
}

.recharts-surface tspan {
  font: normal 12px;
}

.recharts-responsive-container.responsive-container__radar-chart {
  width: 50% !important;
}

.iws-table-container {
  max-width: 50%;
}

@media all and (max-width: 1280px) {
  .avatar {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
  }
}

@media (max-width: 768px) {
  .employee__tab .ui.pointing.secondary.menu {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .employee__tab .ui.pointing.secondary.menu .item {
    flex: 1 1 auto !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 10px 2px !important;
    margin: 0 !important;
    min-width: unset !important;
    max-width: none !important;
    background-color: #f9f9f9 !important;
    color: #242529 !important;
  }

  .employee__tab .ui.pointing.secondary.menu .active.item,
  .employee__tab .ui.pointing.secondary.menu .active.item:hover {
    flex: 1 1 auto !important;
    background-color: #474b4f !important;
    color: #f9f9f9 !important;
  }

  .employee__profile-list-chart {
    overflow-x: hidden !important;
    padding: 6px 4px !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.b-drag-proxy {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  background: white !important;
  border-radius: 4px;
  border-left-width: 10px;
  border-style: solid;
}

.b-drag-invalid {
  opacity: 0.6;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.b-drag-proxy:not(.b-drag-invalid) {
  opacity: 1;
  word-break: break-all !important;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.drag-element-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  width: 100%;
  height: 100%;
}

.employee-background {
  background: white !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.employee-flex {
  max-height: 375px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.employee-card__events-wrapper {
  width: 49.5%;
  height: 75px;
}

.employee-card__events-wrapper:nth-child(-n + 4) {
  margin-right: 10px;
}

.events-employee__date-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 33% 67%;
  height: 100%;
}

.events-employee__date-wrapper .date-box {
  background-color: #00b2a9;
  color: white;
  font-size: 18px;
  margin-bottom: 8px;
}

.events-employee__date-wrapper .date-box .date-box__separator {
  padding: 0px 3px 0px 3px;
}

.events-employee__date-wrapper .date-box .date-box__day {
  font-size: 15px;
}

.events-employee__date-wrapper .date-box .date-box__month {
  font-size: 10px;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 2px;
}

.events-employee__date-wrapper .date-box .date-box__year {
  font-size: 15px;
}

.events-employee__date-wrapper .date-box .date-box__date-wrapper {
  height: 50px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.events-employee__date-wrapper .table__tooltip {
  min-width: calc(100% - 25px);
  text-overflow: ellipsis;
}

.events-employee__date-wrapper .table__short-text {
  overflow: hidden;
  max-height: 20px;
  white-space: nowrap;
  min-width: inherit;
}

.event-box {
  background-color: #f9f9f9;
  min-width: 215px;
  height: 50px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-bottom: 8px;
}

.event-box span {
  padding-left: 8px;
}

.event-box.flex-column {
  justify-content: center;
  align-items: flex-start;
  height: 68px;
}

.angle-disabled {
  color: gainsboro !important;
}

.button-arrow-background {
  background-color: transparent !important;
  color: #474b4f !important;
  padding-right: 0px !important;
  font-size: 14px !important;
}

.events-employee__pag {
  display: grid;
  width: 100%;
  grid-template-columns: 145px calc(100% - 145px);
  justify-content: flex-start;
  text-align: left;
}

.events-employee__pag .events-employee__pag__btns {
  display: flex;
  justify-content: flex-end;
}

@media all and (max-width: 1300px) {
  .events-employee__date-wrapper {
    display: grid;
    grid-template-columns: 86px 202px;
    transition: ease-in 1s;
  }

  .events-employee__date-wrapper .date-box {
    font-size: 16px;
    width: 86px;
    margin-bottom: 8px;
  }

  .events-employee__date-wrapper .date-box .date-box__separator {
    padding: 0px 3px 0px 3px;
  }

  .events-employee__date-wrapper .date-box .date-box__day {
    font-size: 15px;
  }

  .events-employee__date-wrapper .date-box .date-box__month {
    font-size: 10px;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
  }

  .events-employee__date-wrapper .date-box .date-box__year {
    font-size: 15px;
  }

  .events-employee__date-wrapper .date-box .date-box__date-wrapper.flex-center {
    flex-direction: column;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media all and (min-width: 1300px) {
  .event-box {
    min-width: 260px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.assigment-employees-profiles__filters {
  justify-content: start;
  display: inline-block;
  flex-wrap: wrap;
}

.assigment-employees-profiles__filters .custom-editor {
  margin-right: 12px;
  min-width: 150px !important;
  max-width: 150px !important;
  margin-bottom: 5px;
}

.assigment-employees-profiles__filters .custom-editor-search {
  margin-right: 12px;
  margin-bottom: 5px;
}

.assigment-profile__label__inactive {
  color: #b0b0b0;
}

#assigment-employees-profiles-edit__title + .planit-line-separator {
  margin-bottom: 0 !important;
}

.assigment-employees-profiles-edit__wrapper {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.assigment-employees-profiles-edit__wrapper p {
  font-weight: bold;
  font-size: 14px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper {
  margin: 0 5% 100px 15%;
  min-width: calc(120px * 6);
  max-width: calc(160px * 6);
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper label {
  font-weight: bold;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper label::before {
  border: 1px solid #474b4f;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper label::after {
  border: 1px solid #474b4f;
  border-radius: 0.25rem;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__wrapper__row {
  margin-bottom: 10px !important;
  height: 32px;
  display: flex;
  align-items: center;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__wrapper__row .ui.label {
  line-height: unset;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__wrapper__row .profile-label {
  background-color: #f9f9f9;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 0;
  margin-left: 8px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__wrapper__row .profile-label.expandable {
  cursor: pointer;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__wrapper__row .profile-label.expandable:hover {
  background-color: #ebebeb;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__wrapper__row .profile-label.inactive {
  color: #b0b0b0 !important;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__display-none {
  display: none;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper {
  margin-left: 20px;
  display: flex !important;
  margin-bottom: 20px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper .fields {
  display: flex !important;
  max-width: 100%;
  flex-wrap: wrap;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper .fields .field {
  font-size: 12px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper .edit__select-profiles__label-input {
  max-width: 160px;
  min-width: 100px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper .search {
  margin-top: 8px !important;
  max-width: 145px !important;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper .visible.menu.transition {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper .visible.menu.transition .item {
  white-space: nowrap;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper .dropdown:last-child {
  margin-top: 8px;
  min-width: 145px !important;
  max-width: 145px !important;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .edit__select-profiles__edit-wrapper .add-row-btn {
  width: 110px;
  height: 42px !important;
  align-self: flex-start;
  margin-top: 28px;
  margin-left: 24px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .assigned-profile-row-machine__info {
  display: flex;
  justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .assigned-profile-row-machine__info:last-child {
  margin-bottom: 24px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .assigned-profile-row-machine__info:last-child .assigned-profile-row-machine__items {
  border-bottom: 1px solid #b0b0b0;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .assigned-profile-row-machine__info .assigned-profile-row-machine__items {
  display: flex;
  border-top: 1px solid #b0b0b0;
  padding: 14px 0;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .assigned-profile-row-machine__info .assigned-profile-row-machine__items .machine-cell {
  padding-left: 16px;
  width: 170px;
  margin: 0px;
  min-width: 160px;
  max-width: 160px;
  font-size: 12px;
  font-weight: normal;
  align-self: center;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .assigned-profile-row-machine__info .assigned-profile-row-machine__items .machine-cell:last-child {
  min-width: 145px;
  max-width: 145px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .assigned-profile-row-machine__info i {
  cursor: pointer;
  margin-left: 32px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .profile_assignment__btns {
  text-align: right;
  margin-top: 10%;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .profile_assignment__btns .button {
  min-width: 100px;
}

.assigment-employees-profiles-edit__wrapper .edit__select-profiles__wrapper .profile_assignment__btns .secondary {
  margin-right: 8px;
}

.assigment-employees-profiles-edit__wrapper .new-tna-skill__btns {
  display: flex !important;
  justify-content: flex-end !important;
}

.assigment-employees-profiles-edit__wrapper .new-tna-skill__btns .button {
  margin-right: 14px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.assigment-employees-not-profiles__wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu {
  margin-top: -48px;
}

.assigment-employees-not-profiles__wrapper .table__flex-container .table.custom-table > thead > tr > th:nth-child(1) {
  min-width: 70px !important;
}

.assigment-employees-not-profiles__wrapper .table__flex-container .checkbox-style-faCheck {
  width: 18px;
  height: 18px;
  padding: 1px 2px 1px 2px;
  border: 1px solid #474b4f;
  border-radius: 2px;
}

.assigment-employees-profiles__filters {
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  z-index: 10;
}

.assigment-employees-profiles__filters .custom-editor {
  margin-right: 12px;
  min-width: 150px !important;
  max-width: 150px !important;
  margin-bottom: 5px;
}

.assigment-employees-profiles__filters .custom-editor-search {
  margin-right: 12px;
  margin-bottom: 5px;
}

.assigment-employees-profiles__filters .custom-table-main-actions button {
  min-height: 38px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.evaluation-search-container {
  top: 129px;
  left: 212px;
  width: 98%;
  min-height: 245px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #eeeeee;
  opacity: 1;
  padding: 0px 15px !important;
  margin: auto;
}

.evaluation-search-container .ui.error.message {
  margin: 38px !important;
  width: 93%;
}

.evaluation-search-title {
  margin: 32px 32px 40px 32px !important;
}

.evaluation-search-iws-profile-skill-table-header {
  background: #ffffff !important;
  color: #000000 !important;
  text-align: center !important;
}

.evaluation-search__filters {
  display: flex;
  justify-content: flex-start;
  margin-left: 31px !important;
  flex-wrap: wrap;
  width: 95%;
}

.evaluation-search__filters .custom-editor {
  margin-right: 12px;
  min-width: 160px !important;
  max-width: 160px !important;
  margin-bottom: 5px;
}

.evaluation-search__filters .custom-editor-search {
  margin-right: 12px;
  margin-bottom: 5px;
}

.evaluation-search__filters .planit-multi-dropdown__options {
  width: auto !important;
  margin: 0.6rem !important;
}

.evaluation-search__filters .planit-multi-dropdown__options .ui.fitted.checkbox {
  width: 3px !important;
}

.evaluation-search__filters .planit-multi-dropdown .planit-multi-dropdown__selected-option__number {
  margin-right: 1em !important;
}

.evaluation-search__filters .planit-multi-dropdown .planner-instructor__input-search {
  width: auto !important;
}

.evaluation-search__filters div:nth-child(3) > div > div.menu.visible.transition > div.planit-multi-dropdown__options > div > div {
  width: 3px;
}

.evaluation-search__checkbox-btn {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 32px !important;
  padding-top: 15px;
}

.evaluation-search__checkbox-btn .inverted-color-btn {
  width: 160px !important;
}

#evaluation-search-footer {
  margin-top: 8em;
}

#evaluation-search-footer p {
  text-align: center;
  align-content: center;
  color: #474b4f;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

#evaluation-search-container_evaluation-result {
  padding-bottom: 1em;
}

#evaluation-result-filters {
  display: flex;
  justify-content: flex-start;
  margin-left: 32px !important;
  flex-wrap: wrap;
  width: 95%;
  padding-top: 32px;
  min-height: calc(245px - 1em);
  margin-bottom: -34px;
}

#evaluation-result-filters #evaluation-result-filters_profile {
  width: 20%;
}

#evaluation-result-filters #evaluation-result-filters_profile .ui.label {
  border-radius: 0;
  background: #ccf0ee 0% 0% no-repeat padding-box !important;
  opacity: 1;
  color: #474b4f !important;
}

#evaluation-result-filters #evaluation-result-filters_profile-definition {
  max-width: 60%;
  min-width: 50%;
}

#evaluation-result-filters #evaluation-result-filters_profile-definition .grid .row:first-child {
  padding-bottom: 0 !important;
}

#evaluation-result-filters #evaluation-result-filters_profile-definition .grid .row:last-child {
  padding-top: 0 !important;
}

#evaluation-result-filters #evaluation-result-filters_profile-definition .grid .row:not(:first-child):not(:last-child) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#evaluation-result_modify-search-btn-container {
  text-align: right;
  padding-right: 3%;
  height: 34px;
  display: flex;
  justify-content: flex-end;
}

#evaluation-result_modify-search-btn-container #evaluation-result-filters_modify-search-btn {
  width: 160px;
}

#dynamic-evaluation-table {
  margin-top: 24px;
}

#dynamic-evaluation-table .custom-table-clear-sorts,
#dynamic-evaluation-table .custom-table-clear-filters,
#dynamic-evaluation-table .custom-table-upload-btn {
  height: 32px;
}

#dynamic-evaluation-table .min-column-score {
  color: #e03c31 !important;
}

#dynamic-evaluation-table .max-column-score {
  color: #4cd964 !important;
}

#dynamic-evaluation-table .evaluation_number-input {
  width: 40px;
  height: 22px;
  margin: 0 !important;
  text-align: center;
  border-radius: 4px;
}

#dynamic-evaluation-table .evaluation_number-input input {
  border: 1px solid #474b4f;
  padding: 1px !important;
  text-align: center;
}

#dynamic-evaluation-table tr.active.active.active.active {
  background: unset !important;
}

#dynamic-evaluation-table .evaluation_download-btn.evaluation_download-btn.evaluation_download-btn {
  width: 127px;
  height: 38px !important;
  padding: 5px !important;
  border: 1px solid #474b4f;
  border-radius: 4px;
  background-color: unset !important;
  color: #474b4f !important;
  display: flex;
  box-shadow: none !important;
}

#dynamic-evaluation-table .evaluation_download-btn.evaluation_download-btn.evaluation_download-btn:hover {
  color: #00b2a9 !important;
  border: 1px solid #00b2a9 !important;
}

#dynamic-evaluation-table .evaluation_download-btn.evaluation_download-btn.evaluation_download-btn .button-text {
  width: 80%;
  height: 20px;
  padding-top: 4px;
  padding-left: 5px;
}

#dynamic-evaluation-table .evaluation_download-btn.evaluation_download-btn.evaluation_download-btn .button-icon {
  width: 20%;
}

#dynamic-evaluation-table .evaluation_download-btn.evaluation_download-btn.evaluation_download-btn .button-icon svg {
  font-size: 1.5em;
}

@media all and (max-width: 1280px) {
  .evaluation-search-title {
    margin: 24px !important;
  }

  .evaluation-search__filters {
    margin-left: 25px !important;
  }

  .evaluation-search__checkbox-btn {
    margin-left: 24px !important;
  }

  .evaluation-search-container {
    padding: 0px 15px !important;
    margin: auto;
  }

  .evaluation-search-container .ui.error.message {
    margin: 30px;
    width: 93%;
  }

  #evaluation-result-filters_profile-definition {
    max-width: 60%;
    min-width: 40%;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.planit-main-container #main-container-grid #content-container h3:first-child {
  text-transform: none;
}

.template-wizard-title {
  margin-top: 0 !important;
}

.template-wizard__step-title {
  font-size: 14px !important;
}

.wizard__steps-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 15px;
}

.wizard__steps-container p {
  font-size: 12px;
}

.wizard__steps-container .wizard__step-margin-left {
  margin-left: 62px !important;
}

.tna-templates-wizard__btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  margin-top: 27px;
  margin-bottom: 34px;
}

.tna-templates-wizard__btns .button.button.button.button.button:first-child {
  margin-right: 16px;
  box-shadow: none !important;
  border: 1px solid #474b4f;
}

.tna-confirmation-modal {
  background-color: #474b4f !important;
}

.tna-confirmation-modal .tna-confirmation-modal__content {
  background-color: #474b4f !important;
  color: white;
}

.tna-confirmation-modal .actions .tna-confirmation-modal__btn {
  text-align: center;
  font-size: 12px !important;
  padding: 8px;
  height: 32px !important;
  min-width: 64px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: #474b4f;
}

.tna-confirmation-modal .actions .tna-confirmation-modal__btn.cancel {
  background-color: transparent;
  color: white;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

.wizard__step .wizard__label-title.flex-start {
  align-items: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}

.wizard__step .wizard__label-title.flex-start p {
  font-weight: bold;
}

.wizard__step .wizard__label-title.flex-start .step__label-style {
  width: 38px;
  height: 38px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px;
  margin-right: 24px;
  color: white;
  background-color: #00b2a9;
}

.wizard__step .add-row-btn {
  height: 42px !important;
}

.wizard__step .inactive-step p {
  color: #dedfdf;
}

.wizard__step .inactive-step .step__label-style {
  background-color: #dedfdf !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step-one .wizard__label-title.flex-start {
  margin-bottom: 44px;
}

.wizard__step-one .step-one__content {
  margin-left: 62px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown {
  min-height: 38px;
  height: unset !important;
  padding: 10px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown input {
  padding: 10px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown i.dropdown.icon {
  padding: 10px !important;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 18px !important;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.wizard__step-one p,
.wizard__step-one label {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 500;
}

.wizard__step-one .input {
  margin-right: 40px;
  min-width: 50%;
  height: 38px;
}

.wizard__step-one .ui.search.selection.dropdown.custom-editor {
  width: 175px !important;
  height: 32px !important;
}

.wizard__step-one .tna-wizard__textarea {
  width: 50%;
  height: 150px;
  border-radius: 4px;
  padding: 20px;
}

.wizard__step-one .step-one__content:nth-child(3) {
  margin-top: 31px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__steps-container {
  padding: 0px 15px;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper {
  margin-bottom: 20px;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper .fields {
  width: 100%;
  display: flex;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper .fields .field.machinery__label-input-field {
  width: 175px;
  margin-right: 16px;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper .fields .field.machinery__label-input-field label {
  font-weight: 500;
  font-size: 12px;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper .add-row-btn {
  width: 110px;
  height: 32px !important;
  align-self: center;
  margin-left: 16px;
}

.wizard__steps-container .wizard__step-two .custom-editor {
  min-width: 175px !important;
  max-width: 175px !important;
  margin-bottom: 24.5px;
  margin-top: 8px;
}

.wizard__steps-container .wizard__step-two .editor-32px .ui.search.selection.dropdown {
  min-height: 32px;
  height: unset !important;
  padding: 10px;
}

.wizard__steps-container .wizard__step-two .editor-32px .ui.search.selection.dropdown input {
  padding: 10px;
}

.wizard__steps-container .wizard__step-two .editor-32px .ui.search.selection.dropdown i.dropdown.icon {
  padding: 9px !important;
}

.wizard__steps-container .wizard__step-two .editor-32px .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 17px !important;
}

.wizard__steps-container .wizard__step-two .editor-32px .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info {
  display: flex;
  margin-left: 62px;
  justify-content: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info:last-child {
  margin-bottom: 24px;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info:last-child .assigned-profile-row-machine__items {
  border-bottom: 1px solid #b0b0b0;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info .assigned-profile-row-machine__items {
  display: flex;
  border-top: 1px solid #b0b0b0;
  padding: 14px 0px;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info .assigned-profile-row-machine__items .machine-cell {
  width: 175px;
  margin: 0px 16px 0px 0px;
  min-width: 175px;
  max-width: 175px;
  font-size: 12px;
  font-weight: normal;
  align-self: center;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info .assigned-profile-row-machine__items .machine-cell:last-child {
  margin-right: 0px !important;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info .assigned-profile-row-machine__items .machine-cell-bold {
  width: 175px;
  margin: 0px 16px 0px 0px;
  min-width: 175px;
  max-width: 175px;
  font-size: 12px;
  font-weight: bold;
  align-self: center;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info .assigned-profile-row-machine__items .machine-cell-bold:last-child {
  margin-right: 0px !important;
}

.wizard__steps-container .wizard__step-two .assigned-profile-row-machine__info i {
  cursor: pointer;
  margin-left: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tna-w__button-export-excel__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4px;
}

.tna-w__button-export-excel__wrapper .custom-table-upload-btn.black-btn {
  margin-left: 10px;
  margin-top: 3px;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper .tna-w__button-export-excel__wrapper .add-row-btn {
  align-self: flex-end;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step-three .step-three__skills-questions-wrapper {
  margin-left: 62px;
  margin-bottom: 27px;
}

.wizard__step-three .step-three__skills-questions-wrapper .skill-label {
  background-color: #f9f9f9;
  color: #474b4f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin-bottom: 18px;
}

.wizard__step-three .step-three__skills-questions-wrapper .skill-label p {
  margin-bottom: 0px;
  margin-left: 12px;
}

.wizard__step-three .step-three__skills-questions-wrapper .skill-label .wizard__sort-icons-wrapper {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.wizard__step-three .step-three__skills-questions-wrapper .skill-label .wizard__sort-icons-wrapper i {
  font-size: 18px;
  cursor: pointer;
}

.wizard__step-three .step-three__skills-questions-wrapper .skill-label .wizard__sort-icons-wrapper .tna-template-wizard__add-questions-btn {
  min-width: 100px;
  max-width: 100px;
  height: 38px;
  border-radius: 4px;
  padding: 0px !important;
  margin: 0px 120px 0px 0px;
  background-color: #f9f9f9 !important;
  border: 1px solid transparent !important;
}

.wizard__step-three .step-three__skills-questions-wrapper .skill-label .wizard__sort-icons-wrapper .tna-template-wizard__add-questions-btn:hover {
  background-color: #dedfdf !important;
  border: 1px solid #dedfdf !important;
  transition: ease-in 0.2s;
}

.wizard__step-three .tna-arrow-left-margin {
  margin-right: 3px !important;
}

.wizard__step-three .remove {
  cursor: pointer;
}

.wizard__step-three .tna-wizard__assign-question {
  display: flex;
  align-items: center;
}

.wizard__step-three .tna-wizard__assign-question .tna-wizard__assign-question__items {
  display: flex;
  align-items: center;
  border-top: 1px solid #f9f9f9;
  padding: 14px 0px;
  width: 100%;
  margin-right: 32.5px;
}

.wizard__step-three .tna-wizard__assign-question .tna-wizard__assign-question__items p {
  margin-bottom: 0px;
}

.wizard__step-three .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper {
  margin-right: 16.5px;
}

.wizard__step-three .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper .caret.square.up.outline.icon {
  cursor: pointer;
}

.wizard__step-three .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper i {
  font-size: 16px;
  cursor: pointer;
}

.wizard__step-three .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__question-item:first-of-type {
  margin-right: 24.5px;
}

.wizard__step-three .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__customize-question-item:first-of-type {
  margin-right: 20px;
}

.wizard__step-three .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__customize-question-item:nth-of-type(2) {
  margin-right: 20px;
}

.wizard__step-three .tna-wizard__assign-question:last-child .tna-wizard__assign-question__items {
  border-bottom: 1px solid #f9f9f9;
}

.template-wizard__machine-related {
  display: flex;
  flex-direction: column;
}

.template-wizard__machine-related .editor-32px .ui.dropdown {
  max-height: 32px !important;
  min-height: 32px !important;
  min-width: 250px !important;
  max-width: 30% !important;
}

.template-wizard__machine-related .editor-32px .ui.dropdown input {
  padding: 6.3px !important;
}

.template-wizard__machine-related .editor-32px .ui.dropdown i.dropdown.icon {
  padding: 0 !important;
  margin: 0;
  top: -3px;
}

.template-wizard__machine-related .editor-32px .ui.dropdown.loading i.dropdown.icon {
  padding: 14.8px !important;
}

.template-wizard__machine-related .editor-32px .ui.dropdown div.text {
  top: -3px !important;
  font-size: 12px !important;
  width: 95% !important;
}

.template-wizard__machine-related .template-wizard__machine-unit {
  min-width: 175px;
  max-width: 175px;
  padding: 9px 8px 9px 8px;
  font-size: 12px;
  border: 1px solid #b0b0b0;
  border-radius: 4px;
}

.template-wizard__machine-related .template-wizard__machine-unit div {
  width: 138px;
}

.template-wizard__machine-related .template-wizard__machine-unit .text {
  font-size: 12px;
  color: black;
  font-weight: 500 !important;
}

.template-wizard__machine-related .template-wizard__machine-unit .visible.menu.transition .item {
  width: 100%;
}

.template-wizard__machine-related .button {
  width: 120px;
  height: 32px;
  margin-bottom: 24px;
}

.template-wizard__machine-related .filter-form__item-input {
  width: 175px;
  height: 32px;
  margin-bottom: 16px;
}

.template-wizard__machineUnit-button-container {
  display: flex;
  justify-content: flex-start;
}

.template-wizard__machineUnit-button-container .template-wizard__machine-unit .icon {
  transform: translateY(10px);
}

.template-wizard__machineUnit-button-container .tna-template-wizard__remove-group-btn {
  border: 1px solid #e03c31;
  color: #e03c31;
  width: 68px;
  margin-left: 24px;
  background-color: white;
  padding: 0px;
  height: 39.66px;
}

.template-wizard__machineUnit-button-container .tna-template-wizard__remove-group-btn:hover {
  background-color: white;
  color: red;
  font-weight: bold;
}

.template-wizard__machineUnit-button-container .tna-template-wizard__remove-group-btn::after {
  background-color: white;
}

.template-wizard-customize__machineUnit-button-container {
  display: flex;
  justify-content: flex-start;
  background-color: #00b2a933;
  padding: 8px;
}

.template-wizard-customize__machineUnit-button-container h2 {
  font-size: 12px;
}

.template-wizard-customize__machineUnit-button-container .template-wizard__machine-unit .icon {
  transform: translateY(10px);
}

.template-wizard-customize__machineUnit-button-container .tna-template-wizard__remove-group-btn {
  border: 1px solid #e03c31;
  color: #e03c31;
  width: 68px;
  margin-left: 24px;
  background-color: white;
  padding: 0px;
  height: 39.66px;
}

.template-wizard-customize__machineUnit-button-container .tna-template-wizard__remove-group-btn:hover {
  background-color: white;
  color: red;
  font-weight: bold;
}

.template-wizard-customize__machineUnit-button-container .tna-template-wizard__remove-group-btn::after {
  background-color: white;
}

/* purgecss end ignore */

/* purgecss start ignore */

.tna-form-general-data {
  max-width: 1002px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown {
  min-height: 38px;
  height: unset !important;
  padding: 10px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown input {
  padding: 10px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown i.dropdown.icon {
  padding: 10px !important;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 18px !important;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.tna-form-wizard__step-one__title-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
}

.tna-form-wizard__step-one__title-wrapper > div.ui.input {
  width: 100%;
  margin-right: 0px;
}

.tna-form-wizard__step-one__title-wrapper > label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.tna-form-wizard__step-one__location-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 35%;
}

.tna-form-wizard__step-one__profile-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 35%;
}

.tna-form-wizard__step-one__profile-wrapper div.ui.search.selection.dropdown.custom-editor,
.tna-form-wizard__step-one__profile-wrapper div.ui.input {
  max-height: 38px !important;
}

.tna-form-wizard__step-one__deadline-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 30%;
}

.tna-form-wizard__step-one__deadline-wrapper div.field,
.tna-form-wizard__step-one__deadline-wrapper div.ui.icon.input {
  max-width: 160px;
  margin-right: 0px;
}

.tna-form-step-one__content {
  display: flex;
  justify-content: space-between;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ui.container.employees-list-table {
  min-height: 40vh;
  margin-top: 10px;
}

.ui.container.employees-list-table > div > div.custom-table-main-actions {
  display: none;
}

.add-employees-button {
  background: #00b2a9 0% 0% no-repeat padding-box;
  border-radius: 4px;
  min-width: 135px;
}

.template-search__modal.choose-employees .full-width.table__flex-container {
  overflow-x: scroll;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input {
  min-width: 200px;
  width: 200px;
  height: 36px !important;
  margin-bottom: 8px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input.long-input {
  width: 250px;
  min-width: 250px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input.feedback-form__long-input {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-width: 210px !important;
  padding: 5px 25px 5px 5px !important;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  margin-bottom: 10px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input.feedback-form__long-input > input {
  padding-right: 10px !important;
  padding-left: 5px !important;
  border: none;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .ui.input.feedback-form__short-input {
  min-width: 180px !important;
  width: 180px !important;
  margin-bottom: 10px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .custom-editor.ui.inline.dropdown {
  min-width: 200px;
  width: 200px !important;
  margin-right: 12px;
  min-height: 36px;
  max-height: 36px;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .custom-editor.ui.inline.dropdown .default.text {
  font-weight: 500 !important;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .custom-editor.ui.inline.dropdown .icon {
  color: #474b4f !important;
}

.template-search__modal.choose-employees .template-search__first-row__column-filters.choose-employees .custom-editor.ui.inline.dropdown .dropdown.icon {
  top: 0;
  right: 0;
}

.ui.custom-editor.dropdown.feedback-form__dropdown-input {
  min-width: 140px;
  width: 140px !important;
  margin-right: 12px;
  height: -webkit-max-content;
  height: max-content;
}

.ui.custom-editor.dropdown.feedback-form__dropdown-input > div.default.text {
  font-weight: 500 !important;
}

.ui.custom-editor.dropdown.feedback-form__dropdown-input input.search {
  font-weight: 500 !important;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.template-search__modal.choose-assessors .full-width.table__flex-container {
  overflow-x: scroll;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors .ui.input {
  min-width: 200px;
  width: 200px;
  height: 36px !important;
  margin-bottom: 8px;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors .ui.input.long-input {
  width: 250px;
  min-width: 250px;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors .custom-editor.ui.inline.dropdown {
  min-width: 200px;
  width: 200px !important;
  margin-right: 12px;
  margin-top: 8px;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors .custom-editor.ui.inline.dropdown .default.text {
  font-weight: 500 !important;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors .custom-editor.ui.inline.dropdown .icon {
  color: #474b4f !important;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors .custom-editor.ui.inline.dropdown .dropdown.icon {
  margin: -0.91666667em;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors .search {
  font-weight: 500 !important;
}

.template-search__modal.choose-assessors .template-search__first-row__column-filters.choose-assessors .ui.inline.dropdown .dropdown.icon {
  margin: -10px 0px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step.wizard__step-three {
  font-size: 12px;
  min-width: 100%;
}

.new-tna-form-wizard_step3__btn-dropdown {
  margin-left: 62px;
  margin-bottom: -80px;
}

.new-tna-form-wizard_step3__btn-dropdown #new-tna-form-wizard_step3-row1_assessor-select {
  width: 263px;
  max-width: 100%;
  max-height: 38px !important;
  min-height: 38px !important;
  margin-left: 200px;
}

.new-tna-form-wizard_step3-matrix-container {
  overflow: visible !important;
  padding-top: 98px !important;
  overflow-x: scroll !important;
  flex-direction: column !important;
  max-width: 95%;
  margin-bottom: 40.5px !important;
  margin-left: 62px;
}

.new-tna-form-wizard_step3-matrix-container.tooltip-visible {
  overflow: visible !important;
}

#new-tna-form-wizard_step3-matrix-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.new-tna-form-wizard_step3-table-cell {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  min-width: 150px !important;
  max-width: 150px !important;
}

.new-tna-form-wizard_step3-table-cell .table__tooltip .table__short-text {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: pre-line !important;
  max-width: 100px;
}

.new-tna-form-wizard_step3-table {
  max-width: -webkit-min-content;
  max-width: min-content;
  margin: 0px 0px 20.5px 62px !important;
}

.new-tna-form-wizard_step3-table .ui.checkbox label:hover::before {
  border-color: #d4d4d5 !important;
}

.new-tna-form-wizard_step3-table .new-tna-form-wizard_step3-table-header {
  color: #474b4f;
  font-weight: 900;
}

.new-tna-form-wizard_step3-table .new-tna-form-wizard_step3-table-header .checkbox {
  margin-left: 10px;
}

.new-tna-form-wizard_step3-table :not(.new-tna-form-wizard_step3-table-header) .new-tna-form-wizard_step3-table-cell .checkbox {
  left: 40%;
}

.new-tna-form-wizard_step3-table .new-tna-form-wizard_step3-table-row {
  padding: 12.5px !important;
  flex-wrap: nowrap !important;
  border-bottom: 1px solid #dedfdf;
  max-width: 98%;
}

.new-tna-form-wizard_step3-table .new-tna-form-wizard_step3-table-row:after {
  content: '';
  padding: 12.5px !important;
  border-bottom: 2px solid white;
  width: 119% !important;
  margin-bottom: -14px;
  min-width: 90px;
  margin-left: -70px;
}

.new-tna-form-wizard_step3-table__assessor {
  margin-left: 0px !important;
}

.new-tna-form-wizard_step3-table__assessor .new-tna-form-wizard_step3-table-remove-cell {
  justify-content: flex-end !important;
  margin-left: 10px !important;
}

.new-tna-form-wizard_step3-matrix-container::-webkit-scrollbar {
  height: 6px;
}

.new-tna-form-wizard_step3-matrix-container::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.new-tna-form-wizard_step3-matrix-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #8f9294;
}

.new-tna-form-wizard_step3-row_btn {
  width: 160px;
  height: 38px;
  color: #474b4f;
  background-color: #eeeeee !important;
  box-shadow: none !important;
  border-radius: 4px;
  font-weight: 600 !important;
  z-index: 1;
}

#new-tna-form-wizard_step3-assessors-table:after {
  content: '';
  padding-top: 12.5px !important;
  flex-wrap: nowrap !important;
  border-bottom: 1px solid white;
  width: 80%;
}

#new-tna-form-wizard_step3-assessors-table .new-tna-form-wizard_step3-table-remove-cell {
  justify-content: flex-end !important;
  margin-left: 10px !important;
  padding-left: 20px !important;
}

.add-assessor__btn {
  margin-left: 62px !important;
  margin-bottom: 24px !important;
}

@media all and (min-width: 1280px) {
  .new-tna-form-wizard_step3__btn-dropdown #new-tna-form-wizard_step3-row1_assessor-select {
    margin-left: 370px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.search-tna-template__btn {
  margin-bottom: 20px !important;
}

.tna-form-tna-template .step2__select-tna-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-left: 62px;
  flex-direction: column;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-id-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  height: 26px;
  justify-content: flex-start;
  align-items: center;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-id-name div {
  margin-left: 45px;
  margin-bottom: -15px;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content {
  margin-top: 16px;
  margin-left: 10.5em;
  font-size: 12px !important;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content h4 {
  margin-bottom: 16px;
  font-size: 12px !important;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content .machine-model__deactivated {
  color: #b0b0b0;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content ul {
  padding-left: 0px;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content ul .step2__select-tna-wrapper__content__element .step2__select-tna-content__machines {
  margin-bottom: 14px;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content ul .step2__select-tna-wrapper__content__element .step2__select-tna-content__machines label {
  margin-right: 24px;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 12px !important;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content ul .step2__select-tna-wrapper__content__element .step2__select-tna-content__machines label::before {
  border: 1px solid #474b4f;
  border-radius: 2px;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content ul .step2__select-tna-wrapper__content__element .step2__select-tna-content__machines:last-child {
  margin-bottom: 20px;
}

.tna-form-tna-template .step2__select-tna-wrapper p {
  color: #00b2a9;
  margin: 0px;
  font-weight: 600;
}

.tna-form-tna-template .step2__select-tna-wrapper p:first-of-type {
  margin: 0px 32.5px 0px 14.5px;
}

.tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna__btn {
  width: 26px;
  height: 26px;
  background-color: #eeeeee !important;
  padding: 0px;
}

.tna-form-tna-template button.ui.button {
  background-color: #eeeeee !important;
  color: #474b4f !important;
}

@media all and (max-width: 1285px) {
  .tna-form-tna-template .step2__select-tna-wrapper .step2__select-tna-wrapper__content {
    margin-left: 10em;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

#multiple-machine-model-selector-first-row {
  display: flex;
  flex-wrap: wrap;
}

#multiple-machine-model-selector-first-row .flex-column {
  margin: 0 20px;
}

#multiple-machine-model-selector-first-row .flex-column label {
  font-size: 12px;
  font-weight: 500;
}

#multiple-machine-model-selector-first-row .search-tna-template__btn {
  margin-top: 8px;
}

#multiple-machine-model-selector-first-row .hidden-label {
  visibility: hidden;
}

.machine-selection-item {
  margin-top: 15px;
  display: flex;
}

.machine-selection-item h4 {
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 0;
}

.machine-selection-item div {
  margin-left: 45px;
  margin-bottom: -25px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-form-general-data {
  max-width: 1002px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown {
  min-height: 38px;
  height: unset !important;
  padding: 10px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown input {
  padding: 10px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 18px !important;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.ssa-form-wizard__step-one__title-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
}

.ssa-form-wizard__step-one__title-wrapper > div.ui.input {
  width: 100%;
  margin-right: 0px;
}

.ssa-form-wizard__step-one__title-wrapper > label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.ssa-form-wizard__step-one__location-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 35%;
}

.ssa-form-wizard__step-one__profile-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 35%;
}

.ssa-form-wizard__step-one__profile-wrapper div.ui.search.selection.dropdown.custom-editor,
.ssa-form-wizard__step-one__profile-wrapper div.ui.input {
  max-height: 38px !important;
}

.ssa-form-wizard__step-one__deadline-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 30%;
}

.ssa-form-wizard__step-one__deadline-wrapper div.field,
.ssa-form-wizard__step-one__deadline-wrapper div.ui.icon.input {
  max-width: 160px;
  margin-right: 0px;
}

.ssa-form-step-one__content {
  display: flex;
  justify-content: space-between;
}

/* purgecss end ignore */

/* purgecss start ignore */

.search-ssa-template__btn {
  margin-bottom: 20px !important;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-left: 62px;
  flex-direction: column;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-id-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  height: 26px;
  justify-content: flex-start;
  align-items: center;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content {
  margin-top: 16px;
  margin-left: 10.5em;
  font-size: 12px !important;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content h4 {
  margin-bottom: 16px;
  font-size: 12px !important;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content .machine-model__deactivated {
  color: #b0b0b0;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content ul {
  padding-left: 0px;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content ul .step2__select-ssa-wrapper__content__element .step2__select-ssa-content__machines {
  margin-bottom: 14px;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content ul .step2__select-ssa-wrapper__content__element .step2__select-ssa-content__machines label {
  margin-right: 24px;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 12px !important;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content ul .step2__select-ssa-wrapper__content__element .step2__select-ssa-content__machines label::before {
  border: 1px solid #474b4f;
  border-radius: 2px;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content ul .step2__select-ssa-wrapper__content__element .step2__select-ssa-content__machines:last-child {
  margin-bottom: 20px;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper p {
  color: #00b2a9;
  margin: 0px;
  font-weight: 600;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper p:first-of-type {
  margin: 0px 32.5px 0px 14.5px;
}

.ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa__btn {
  width: 26px;
  height: 26px;
  background-color: #eeeeee !important;
  padding: 0px;
}

.ssa-form-ssa-template button.ui.button {
  background-color: #eeeeee !important;
  color: #474b4f !important;
}

@media all and (max-width: 1285px) {
  .ssa-form-ssa-template .step2__select-ssa-wrapper .step2__select-ssa-wrapper__content {
    margin-left: 10em;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step.wizard__step-three {
  font-size: 12px;
  min-width: 100%;
}

.new-ssa-form-wizard_step3__btn-dropdown {
  margin-left: 62px;
  margin-bottom: -80px;
}

.new-ssa-form-wizard_step3__btn-dropdown #new-ssa-form-wizard_step3-row1_assessor-select {
  width: 263px;
  max-width: 100%;
  max-height: 38px !important;
  min-height: 38px !important;
  margin-left: 200px;
}

.new-ssa-form-wizard_step3-matrix-container {
  overflow: visible !important;
  padding-top: 98px !important;
  overflow-x: scroll !important;
  flex-direction: column !important;
  max-width: 95%;
  margin-bottom: 40.5px !important;
  margin-left: 62px;
}

.new-ssa-form-wizard_step3-matrix-container.tooltip-visible {
  overflow: visible !important;
}

#new-ssa-form-wizard_step3-matrix-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.new-ssa-form-wizard_step3-table-cell {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  min-width: 150px !important;
  max-width: 150px !important;
}

.new-ssa-form-wizard_step3-table {
  max-width: -webkit-min-content;
  max-width: min-content;
  margin: 0px 0px 20.5px 62px !important;
}

.new-ssa-form-wizard_step3-table .ui.checkbox label:hover::before {
  border-color: #d4d4d5 !important;
}

.new-ssa-form-wizard_step3-table .new-ssa-form-wizard_step3-table-header {
  color: #474b4f;
  font-weight: 900;
}

.new-ssa-form-wizard_step3-table .new-ssa-form-wizard_step3-table-header .checkbox {
  margin-left: 10px;
}

.new-ssa-form-wizard_step3-table :not(.new-ssa-form-wizard_step3-table-header) .new-ssa-form-wizard_step3-table-cell .checkbox {
  left: 40%;
}

.new-ssa-form-wizard_step3-table .new-ssa-form-wizard_step3-table-row {
  padding: 12.5px !important;
  flex-wrap: nowrap !important;
  border-bottom: 1px solid #dedfdf;
  max-width: 98%;
}

.new-ssa-form-wizard_step3-table .new-ssa-form-wizard_step3-table-row:after {
  content: '';
  padding: 12.5px !important;
  width: 119% !important;
  margin-bottom: -14px;
  min-width: 90px;
  margin-left: -70px;
}

.new-ssa-form-wizard_step3-table__assessor {
  margin-left: 0px !important;
}

.new-ssa-form-wizard_step3-table__assessor .new-ssa-form-wizard_step3-table-remove-cell {
  justify-content: flex-end !important;
  margin-left: 10px !important;
}

.new-ssa-form-wizard_step3-matrix-container::-webkit-scrollbar {
  height: 6px;
}

.new-ssa-form-wizard_step3-matrix-container::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.new-ssa-form-wizard_step3-matrix-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #8f9294;
}

.new-ssa-form-wizard_step3-row_btn {
  width: 160px;
  height: 38px;
  color: #474b4f;
  background-color: #eeeeee !important;
  box-shadow: none !important;
  border-radius: 4px;
  font-weight: 600 !important;
  z-index: 1;
}

#new-ssa-form-wizard_step3-assessors-table:after {
  content: '';
  padding-top: 12.5px !important;
  flex-wrap: nowrap !important;
  border-bottom: 1px solid white;
  width: 80%;
}

#new-ssa-form-wizard_step3-assessors-table .new-ssa-form-wizard_step3-table-remove-cell {
  justify-content: flex-end !important;
  margin-left: 10px !important;
  padding-left: 20px !important;
}

.add-assessor__btn {
  margin-left: 62px !important;
  margin-bottom: 24px !important;
}

.clear-all__btn {
  margin-left: 16px !important;
  width: 76px;
  padding: 5px !important;
}

@media all and (min-width: 1280px) {
  .new-ssa-form-wizard_step3__btn-dropdown #new-ssa-form-wizard_step3-row1_assessor-select {
    margin-left: 370px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.planit-main-container #main-container-grid #content-container h3:first-child {
  text-transform: none;
}

.template-wizard-title {
  margin-top: 0 !important;
}

.template-wizard__step-title {
  font-size: 14px !important;
}

.ssa-wizard__steps-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 15px;
}

.ssa-wizard__steps-container p {
  font-size: 12px;
}

.ssa-wizard__steps-container .ssa-wizard__step {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

.ssa-wizard__steps-container .ssa-wizard__step .ssa-wizard__label-title.flex-start {
  align-items: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}

.ssa-wizard__steps-container .ssa-wizard__step .ssa-wizard__label-title.flex-start p {
  font-weight: bold;
}

.ssa-wizard__steps-container .ssa-wizard__step .ssa-wizard__label-title.flex-start .step__label-style {
  width: 38px;
  height: 38px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px;
  margin-right: 24px;
  color: white;
  background-color: #00b2a9;
}

.ssa-wizard__steps-container .ssa-wizard__step .add-row-btn {
  height: 42px !important;
}

.ssa-wizard__steps-container .ssa-wizard__step .inactive-step p {
  color: #dedfdf;
}

.ssa-wizard__steps-container .ssa-wizard__step .inactive-step .step__label-style {
  background-color: #dedfdf !important;
}

.ssa-templates-wizard__btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  margin-top: 27px;
  margin-bottom: 34px;
}

.ssa-templates-wizard__btns .button.button.button.button.button:first-child {
  margin-right: 16px;
  box-shadow: none !important;
  border: 1px solid #474b4f;
}

.ssa-confirmation-modal {
  background-color: #474b4f !important;
}

.ssa-confirmation-modal .ssa-confirmation-modal__content {
  background-color: #474b4f !important;
  color: white;
}

.ssa-confirmation-modal .actions .ssa-confirmation-modal__btn {
  text-align: center;
  font-size: 12px !important;
  padding: 8px;
  height: 32px !important;
  min-width: 64px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: #474b4f;
}

.ssa-confirmation-modal .actions .ssa-confirmation-modal__btn.cancel {
  background-color: transparent;
  color: white;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step-one .ssa-wizard__label-title.flex-start {
  margin-bottom: 44px;
}

.wizard__step-one .step-one__content {
  margin-left: 62px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown {
  min-height: 38px;
  height: unset !important;
  padding: 10px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown input {
  padding: 10px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown i.dropdown.icon {
  padding: 10px !important;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 18px !important;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.wizard__step-one p,
.wizard__step-one label {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 500;
}

.wizard__step-one .input {
  margin-right: 40px;
  min-width: 50%;
  height: 38px;
}

.wizard__step-one .ui.search.selection.dropdown.custom-editor {
  width: 175px !important;
  height: 32px !important;
}

.wizard__step-one .ssa-wizard__textarea {
  width: 50%;
  height: 150px;
  border-radius: 4px;
  padding: 20px;
}

.wizard__step-one .step-one__content:nth-child(3) {
  margin-top: 31px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper {
  margin-left: 62px;
  margin-bottom: 27px;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label {
  background-color: #f9f9f9;
  color: #474b4f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin-bottom: 18px;
  width: 100%;
  height: 38px;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label p {
  margin-bottom: 0px;
  margin-left: 12px;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label .wizard__sort-icons-wrapper {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label .wizard__sort-icons-wrapper i {
  font-size: 18px;
  cursor: pointer;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label .wizard__sort-icons-wrapper .tna-template-wizard__add-questions-btn {
  min-width: 100px;
  max-width: 100px;
  height: 38px;
  border-radius: 4px;
  padding: 0px !important;
  margin: 0px 120px 0px 0px;
  background-color: #f9f9f9 !important;
  border: 1px solid transparent !important;
  font-weight: 500;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label .wizard__sort-icons-wrapper .tna-template-wizard__add-questions-btn:hover {
  background-color: #dedfdf !important;
  border: 1px solid #dedfdf !important;
  transition: ease-in 0.2s;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .ssa-template-wizard__remove-btn {
  border: 1px solid #e03c31;
  color: #e03c31;
  width: 68px;
  margin-left: 24px;
  background-color: white;
  padding: 0px;
  height: 32px;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .ssa-template-wizard__remove-btn:hover {
  color: red;
  font-weight: bold;
}

.ssa-wizard__step-second .step-two__category-skills-questions__wrapper .ssa-template-wizard__remove-btn::after {
  background-color: white;
}

.ssa-wizard__step-second .ssa-templeate-wizard__checkpoint-container {
  width: 100%;
  margin-bottom: 12px;
}

.ssa-wizard__step-second .tna-arrow-left-margin {
  margin-right: 3px !important;
}

.ssa-wizard__step-second .remove {
  cursor: pointer;
}

.ssa-wizard__step-second .ssa-wizard__checkpoint-container {
  margin-bottom: 16px;
}

.ssa-wizard__step-second .ssa-wizard__add-question-btn .ssa-wizard__add-questions-btn {
  background-color: #eeeeee;
}

.ssa-wizard__step-second .tna-wizard__assign-question {
  display: flex;
  align-items: center;
}

.ssa-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items {
  display: flex;
  align-items: center;
  border-top: 1px solid #f9f9f9;
  padding: 14px 0px;
  width: 100%;
  margin-right: 32.5px;
}

.ssa-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items p {
  margin-bottom: 0px;
}

.ssa-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper {
  margin-right: 16.5px;
}

.ssa-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper .caret.square.up.outline.icon {
  cursor: pointer;
}

.ssa-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper i {
  font-size: 16px;
  cursor: pointer;
}

.ssa-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__question-item:first-of-type {
  margin-right: 24.5px;
}

.ssa-wizard__step-second .tna-wizard__assign-question:last-child .tna-wizard__assign-question__items {
  border-bottom: 1px solid #f9f9f9;
}

.ssa-wizard__add-link-button {
  border: 1px solid transparent !important;
  color: #474b4f !important;
  box-shadow: none !important;
  margin-right: 20px !important;
}

.ssa-wizard__add-link-button .icon {
  background-color: transparent !important;
}

.ssa-wizard__add-link-button:hover {
  background-color: #dedfdf !important;
  border: 1px solid #dedfdf !important;
  transition: ease-in 0.2s;
}

.ui.input.ssa-wizard__checkpoint-input {
  min-width: 280px !important;
  max-width: calc(100% - 100px);
  margin-bottom: 12.5px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.question-bank__wrapper.feedbacks-template__wrapper .tna__inputs-wrapper {
  align-items: flex-end;
}

.question-bank__wrapper.feedbacks-template__wrapper .filter {
  margin-right: 16px;
}

.question-bank__wrapper.feedbacks-template__wrapper .filter.filter-template {
  height: 38px !important;
  min-width: 120px !important;
}

.question-bank__wrapper.feedbacks-template__wrapper .filter.filter-eventtype {
  min-width: 120px !important;
}

.question-bank__wrapper.feedbacks-template__wrapper .filter.active.visible {
  border-radius: 4px 4px 0 0;
}

.question-bank__wrapper.feedbacks-template__wrapper .filter.filter-respondents {
  display: flex;
  max-width: 150px;
  height: 38px;
  justify-content: space-between;
  align-items: center;
  min-width: 120px !important;
  padding: 8px 12px 8px 8px;
  border: 1px solid #22242626;
  border-radius: 4px;
}

.question-bank__wrapper.feedbacks-template__wrapper .filter.filter-respondents .visible.menu.transition {
  left: -1px;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

/* purgecss end ignore */

/* purgecss start ignore */

#feedback-question-bank-wrapper .tna__inputs-wrapper {
  width: 65%;
}

#feedback-question-bank-wrapper .tna__inputs-wrapper div.ui.input:nth-of-type(1) {
  height: 38px !important;
}

#feedback-question-bank-wrapper .tna__inputs-wrapper #feedback-questions-bank-list__filters__answerType {
  height: 38px;
}

#feedback-question-bank-wrapper .tna__inputs-wrapper #feedback-questions-bank-list__filters__langs {
  max-width: calc(100% - 510px) !important;
}

.feedback-question-bank__wrapper.feedback-question-bank__wrapper.feedback-question-bank__wrapper {
  overflow-y: scroll;
  max-height: 65vh !important;
}

.feedback-question-bank__wrapper.feedback-question-bank__wrapper.feedback-question-bank__wrapper .fields {
  margin: 0em -0.5em 1em !important;
}

.feedback-question-bank__wrapper.feedback-question-bank__wrapper.feedback-question-bank__wrapper .fields .first-label {
  width: 6.5em !important;
  text-align: right;
}

.feedback-question-bank__wrapper.feedback-question-bank__wrapper.feedback-question-bank__wrapper .fields .first-label.hidden {
  opacity: 0 !important;
}

.feedback-question-bank__wrapper.feedback-question-bank__wrapper.feedback-question-bank__wrapper .feedback-question-bank__label-textarea textarea {
  width: 406px;
  height: 64px;
  font-weight: 600;
  resize: none !important;
}

.feedback-question-bank__wrapper.feedback-question-bank__wrapper.feedback-question-bank__wrapper .feedback-question-bank__label-textarea div.ui.input {
  width: 406px;
  font-weight: 600;
}

.feedback-question-bank__wrapper.feedback-question-bank__wrapper.feedback-question-bank__wrapper .feedback-question-bank__translation-remove i {
  margin: 0 !important;
  transform: translateY(12px);
}

.feedback-question-bank__wrapper.feedback-question-bank__wrapper.feedback-question-bank__wrapper .feedback-question-bank__translation-lng .ui.dropdown {
  min-width: 100% !important;
  max-width: 100% !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.header__status-not-done {
  justify-content: space-between;
  border-bottom: 4px solid #00b2a9;
}

.ssa-edit-form__all-wrapper .form__all-wrapper__main-content {
  height: 70vh;
}

.ssa-edit-form__all-wrapper .ssa-form__poc-admin-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.ssa-edit-form__all-wrapper .ssa-form__poc-admin-table p {
  margin-bottom: 0px;
  font-weight: 600;
  border: 1px solid #dedfdf;
  padding: 10px;
}

.ssa-edit-form__all-wrapper .ssa-form__poc-admin-table .ssa-form__table__comment {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.ssa-edit-form__all-wrapper .ssa-form__poc-admin-table .ssa-form__table-not-border {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.ssa-form__skills-section-wrapper {
  margin-top: 36px;
}

.ssa-form__skill-section {
  width: 100%;
  background-color: #ccf0ee;
  display: flex;
  align-items: center;
  margin: 20px 0px;
  padding: 18px 0px 17px 16px !important;
  font-weight: 600;
}

.ssa-form-skill__description-container {
  width: 100%;
  margin-bottom: 38px;
}

.ssa-form-skill__description-container p {
  width: 80%;
  margin-right: 96px;
}

.ssa-form-skill__description-container .open-btn {
  color: #00b2a9;
  border: 1px solid #00b2a9;
  background-color: white;
  width: 127px;
  padding: 10px 5px;
}

.ssa-form-skill__description-container .open-btn:hover,
.ssa-form-skill__description-container .open-btn:focus,
.ssa-form-skill__description-container .open-btn:active {
  background-color: white !important;
}

.ssa-form__scores-wrappper {
  display: flex;
  width: 100%;
}

.skill-section__comments-area {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.skill-section__comments-area .flex-column {
  margin-right: 27px;
  margin-top: 38px;
}

.skill-section__comments-area .flex-column .skill-section__comments {
  min-width: 340px;
  width: 100%;
}

.ssa-form__checkpoint-container h4 {
  color: #eaaa00 !important;
  font-weight: 600;
  font-size: 14px;
}

.ssa-form__checkpoint-container .ssa-form__checkpoint-right {
  display: flex;
}

.ssa-form__checkpoint-container .ssa-form__checkpoint-right p {
  padding-right: 30px;
  margin: 0px;
}

.ssa-form-grades.main-tab__skill-section__score-items {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.ssa-form-grades.main-tab__skill-section__score-items .main-tab__skill-section__score {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 95px;
  margin-bottom: 21px;
  margin-right: 70px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border: 1px solid #dedfdf;
  font-size: 11px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.ssa-form-grades.main-tab__skill-section__score-items .main-tab__skill-section__score.active {
  border-top: 2px solid #eaaa00;
  border: 1px solid #eaaa00;
}

.ssa-form-grades.main-tab__skill-section__score-items .main-tab__skill-section__score.active .skill-section__score__number {
  background-color: #eaaa00;
  color: white;
}

.ssa-form-grades.main-tab__skill-section__score-items .main-tab__skill-section__score p {
  width: 100%;
  margin: 0px;
}

.ssa-form-grades.main-tab__skill-section__score-items .main-tab__skill-section__score p:nth-child(2) {
  padding: 3px 5px;
}

.ssa-form-grades.main-tab__skill-section__score-items .main-tab__skill-section__score .skill-section__score__number {
  border-bottom: 1px solid #dedfdf;
  height: 23.5px;
  padding-top: 5px;
}

.ssa-form__check-accordion__title {
  padding-left: 20px !important;
  background-color: #f9f9f9;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.ssa-form__check-accordion__content p {
  padding-left: 20px;
}

.ssa-form-buttons-container {
  width: 100%;
}

.ssa-form-buttons-container .ui.button.ssa-form-return-btn {
  display: inline !important;
  padding: 5px 0px;
  min-width: 128px;
}

.ssa-form-returned-modal .modal-content .returned-item__textarea {
  min-height: 50px;
  max-height: 150px;
  max-width: 250px;
  min-width: 100px;
  padding: 8px;
  outline: none;
}

.ssa-form-returned-modal .ssa-form__skills-section-wrapper {
  margin-top: 36px;
}

.ssa-form-returned-modal .ssa-form__skill-section {
  width: 100%;
  background-color: #ccf0ee;
  display: flex;
  align-items: center;
  margin: 20px 0px;
  padding: 18px 0px 17px 16px;
  font-weight: 600;
}

.assessment-forms-review-tag {
  color: #407ec9;
  border: 1px solid #407ec9;
}

.assessment-ssa-forms-done-tag {
  color: #00b24d;
  border: 1px solid #00b24d;
}

.assessment-forms-returned-tag {
  color: #8031a7;
  border: 1px solid #8031a7;
}

.assessment-forms-assessors-tag {
  color: #eaaa00;
  border: 1px solid #eaaa00;
}

@media all and (max-height: 800px) {
  .ssa-edit-form__all-wrapper .form__all-wrapper__main-content {
    height: 70vh;
  }
}

@media all and (min-width: 1800px) {
  .skill-section__comments-area .flex-column .skill-section__comments {
    min-width: 650px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.tna-development-plan-by-location__wrapper {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.tna-development-plan-by-location__wrapper .tna-development-plan-by-location__filters {
  display: flex;
  margin-bottom: 10px;
}

.tna-development-plan-by-location__wrapper .tna-development-plan-by-location__filters .custom-editor {
  margin-right: 12px;
  min-width: 150px !important;
  max-width: 150px !important;
  margin-bottom: 5px;
  min-height: 36px !important;
  height: 36px !important;
}

.tna-development-plan-by-location__wrapper .tna-development-plan-by-location__filters .custom-editor-search {
  margin-right: 12px;
  margin-bottom: 5px;
}

.tna-development-plan-by-location__wrapper .custom-table-main-actions.menu {
  display: none;
}

.tna-development-plan-by-location__wrapper .ui.table.custom-table thead tr:first-child > th:first-child {
  padding-left: 15px !important;
}

.tna-development-plan-by-location__wrapper .ui.table.custom-table tbody tr > td:first-child {
  padding-left: 15px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.individual-tab-pane-search {
  width: 100%;
  margin-bottom: 16px;
}

.individual-tab-pane-search .individual-tab-pane-search__container {
  min-height: 245px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #eeeeee;
  opacity: 1;
  padding: 32px 36px 22px 32px;
  margin-right: 32px;
}

.individual-tab-pane-search .individual-tab-pane-search__container .individual-tab-pane-search__container__title {
  margin-bottom: 32px !important;
}

.individual-tab-pane-search .individual-tab-pane-search__container .individual-tab-pane-search__container__search-form {
  display: flex !important;
  align-items: flex-end;
  justify-content: space-between;
}

.individual-tab-pane-search .individual-tab-pane-search__container .individual-tab-pane-search__container__search-form .field {
  margin-bottom: 0px !important;
}

.individual-tab-pane-search .individual-tab-pane-search__container .individual-tab-pane-search__container__search-form .filters-container-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 18px !important;
}

.individual-tab-pane-search .individual-tab-pane-search__container .individual-tab-pane-search__container__search-form .search-form__btn-wrapper {
  height: 100%;
  padding-bottom: 18px !important;
}

.individual-tab-pane-search .individual-tab-pane-search__container .individual-tab-pane-search__container__search-form .search-form__wrapper .search-form__filters {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.individual-tab-pane-search .individual-tab-pane-search__container .individual-tab-pane-search__container__search-form .search-form__wrapper .search-form__filters .custom-editor {
  margin-right: 12px;
  min-width: 160px !important;
  max-width: 160px !important;
}

.individual-tab-pane-search .individual-tab-pane-search__container .break {
  flex-basis: 100%;
  height: 0;
}

@media all and (max-width: 1280px) {
  .individual-tab-pane-search .individual-tab-pane-search__container .ui.error.message {
    margin: 30px;
    width: 93%;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.invidual-tab-pane__list .ui.table.custom-table thead tr:first-child > th:first-child {
  padding-left: 15px !important;
}

.invidual-tab-pane__list .ui.table.custom-table tbody tr > td:first-child {
  padding-left: 15px !important;
}

.invidual-tab-pane__list .custom-table-main-actions.menu {
  display: none;
}

/* purgecss end ignore */

/* purgecss start ignore */

.user-profile-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 60px;
  grid-template-rows: repeat(auto, 1fr);
  width: 100%;
  margin-bottom: 30px;
}

.user-profile-list .user-profile-list__column-title {
  background-color: #eeeeee;
  width: 100%;
  padding: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.user-profile-list .border-bottom-gray {
  border-bottom: 1px solid #dedfdf;
  padding: 11.5px;
}

.user-profile-list span {
  display: flex;
  align-items: center;
}

.user-profile-list .text__transparent {
  color: transparent;
}

.user-profile-list .icons {
  display: flex;
  align-items: center;
}

/* purgecss end ignore */

/* purgecss start ignore */

.edit-development-plan-modal {
  display: flex !important;
  flex-direction: column !important;
  width: 60%;
}

.edit-development-plan-modal .edit-development-plan-modal__header {
  padding: 24px 32px 20px 32px !important;
}

.edit-development-plan-modal .edit-development-plan-modal__content {
  padding: 24px 32px 12px 32px !important;
}

.edit-development-plan-modal .edit-development-plan-modal__actions {
  padding: 12px 32px 24px 32px !important;
}

.edit-development-plan-modal .edit-development-plan-modal__field {
  min-height: 32px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 8px;
}

.edit-development-plan-modal .edit-development-plan-modal__field label {
  font-weight: bold;
  min-width: 160px;
  margin-right: 14px;
}

.edit-development-plan-modal .edit-development-plan-modal__field .flex-column label {
  font-weight: normal;
  padding-bottom: 10px !important;
}

.edit-development-plan-modal .edit-development-plan-modal__field.edit-development-plan-modal__machinery > label {
  margin-top: 20px;
}

.edit-development-plan-modal .edit-development-plan-modal__field .edit-development-plan-modal__machinery__field {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.edit-development-plan-modal .edit-development-plan-modal__field .custom-editor {
  margin-right: 12px;
  max-width: 165px !important;
  margin-bottom: 5px;
}

.edit-development-plan-modal .confirm-changes-btn {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media all and (min-width: 1920px) {
  .edit-development-plan-modal {
    width: 70% !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.new-development-plan-modal.modal {
  display: flex !important;
  flex-direction: column !important;
  width: 75vw;
  transition: ease-in 0.8s;
  max-width: 1200px !important;
}

.new-development-plan-modal.modal .new-development-plan-modal__header {
  padding: 24px 32px 20px 32px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.new-development-plan-modal.modal .new-development-plan-modal__content {
  padding: 24px 32px 12px 32px !important;
}

.new-development-plan-modal.modal .new-development-plan-modal__actions {
  padding: 12px 32px 24px 32px !important;
}

.new-development-plan-modal.modal .new-development-plan-modal__field {
  min-height: 32px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 8px;
}

.new-development-plan-modal.modal .new-development-plan-modal__field .employee-select-btn {
  border: 1px solid #474b4f;
  color: #474b4f !important;
  opacity: 1;
  line-height: 13px;
  box-shadow: none !important;
}

.new-development-plan-modal.modal .new-development-plan-modal__field .employee-select-btn > .user.plus.icon {
  font-size: 14px;
}

.new-development-plan-modal.modal .new-development-plan-modal__field label {
  font-weight: bold;
  min-width: 95px;
  margin-right: 40px;
}

.new-development-plan-modal.modal .new-development-plan-modal__field .flex-column {
  margin-bottom: 5px;
}

.new-development-plan-modal.modal .new-development-plan-modal__field .flex-column label {
  font-weight: normal;
  padding-bottom: 10px !important;
}

.new-development-plan-modal.modal .new-development-plan-modal__field.new-development-plan-modal__machinery > label {
  margin-top: 20px;
}

.new-development-plan-modal.modal .new-development-plan-modal__field .new-development-plan-modal__machinery__field {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.new-development-plan-modal.modal .new-development-plan-modal__field .custom-editor {
  margin-right: 12px;
  max-width: 165px !important;
  margin-bottom: 5px;
}

@media all and (min-width: 1920px) {
  .new-development-plan-modal {
    width: 70% !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.new-entry-btn {
  min-width: 140px !important;
  min-height: 32px;
  padding: 9px 12px !important;
}

.search-form__search-employees-btn {
  min-width: 140px;
  background-color: #ffffff;
  display: block;
  border: 1px solid #474b4f !important;
  border-radius: 4px;
  color: #474b4f !important;
  align-items: center;
  box-shadow: none;
}

.filters__employee-wrapper {
  margin-right: 12px !important;
}

.ssa-development-plan-modal__textarea {
  border: 1px solid #dedfdf;
  min-width: 479px;
  border-radius: 4px;
  padding: 10px;
  outline: none;
  resize: none;
}

.ssa-development-plan-modal__textarea::placeholder {
  color: #dedfdf;
}

/* purgecss end ignore */

/* purgecss start ignore */

.development-plan-by-location__wrapper {
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.development-plan-by-location__wrapper .development-plan-by-location__filters {
  justify-content: start;
  display: inline-block;
  flex-wrap: wrap;
  margin-bottom: 5px !important;
}

.development-plan-by-location__wrapper .development-plan-by-location__filters .custom-editor {
  margin-right: 12px;
  min-width: 150px !important;
  max-width: 150px !important;
  margin-bottom: 5px;
}

.development-plan-by-location__wrapper .development-plan-by-location__filters .custom-editor-search {
  margin-right: 12px;
  margin-bottom: 5px;
}

.development-plan-by-location__wrapper .custom-table-main-actions.menu {
  display: none;
}

.development-plan-by-location__wrapper .ui.table.custom-table thead tr:first-child > th:first-child {
  padding-left: 15px !important;
}

.development-plan-by-location__wrapper .ui.table.custom-table tbody tr > td:first-child {
  padding-left: 15px !important;
}

.users-per-locations__container .ui.secondary.stackable.right.floated.custom-table-main-actions.menu {
  margin-top: -37px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-individual-tab-pane-search {
  width: 100%;
  margin-bottom: 16px;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #eeeeee;
  opacity: 1;
  padding: 32px 36px 22px 32px;
  margin-right: 32px;
  max-width: 1710px;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__title {
  margin-bottom: 32px !important;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__wrapper label {
  margin: 0px;
  padding-bottom: 8px;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__wrapper .fields.search-form__filters {
  margin-bottom: 0px !important;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__wrapper .search-form__filters {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 95%;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__wrapper .search-form__filters .field {
  margin-bottom: 0px !important;
  padding: 0px;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__wrapper .search-form__filters .filters-container-field {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 18px !important;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__wrapper .search-form__filters .custom-editor {
  margin-right: 12px;
  min-width: 160px !important;
  max-width: 160px !important;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__wrapper .search-form__filters .custom-editor-search {
  margin-right: 12px;
}

.ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ssa-individual-tab-pane-search__container__search-form .search-form__btn-wrapper {
  height: 100%;
  align-self: flex-end;
  padding-bottom: 18px;
}

@media all and (max-width: 1280px) {
  .ssa-individual-tab-pane-search .ssa-individual-tab-pane-search__container .ui.error.message {
    margin: 30px;
    width: 93%;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-invidual-tab-pane__list .ui.table.custom-table thead tr:first-child > th:first-child {
  padding-left: 15px !important;
}

.ssa-invidual-tab-pane__list .ui.table.custom-table tbody tr > td:first-child {
  padding-left: 15px !important;
}

.ssa-invidual-tab-pane__list .custom-table-main-actions.menu {
  display: none;
}

/* purgecss end ignore */

/* purgecss start ignore */

.user-profile-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 60px;
  grid-template-rows: repeat(auto, 1fr);
  width: 100%;
  margin-bottom: 30px;
}

.user-profile-list .user-profile-list__column-title {
  background-color: #eeeeee;
  width: 100%;
  padding: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.user-profile-list .border-bottom-gray {
  border-bottom: 1px solid #dedfdf;
  padding: 11.5px;
}

.user-profile-list span {
  display: flex;
  align-items: center;
}

.user-profile-list .text__transparent {
  color: transparent;
}

.user-profile-list .icons {
  display: flex;
  align-items: center;
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-edit-development-plan-modal {
  display: flex !important;
  flex-direction: column !important;
  width: 60%;
}

.ssa-edit-development-plan-modal .ssa-edit-development-plan-modal__header {
  padding: 24px 32px 20px 32px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.ssa-edit-development-plan-modal .ssa-edit-development-plan-modal__content {
  padding: 24px 32px 12px 32px !important;
}

.ssa-edit-development-plan-modal .ssa-edit-development-plan-modal__actions {
  padding: 12px 32px 24px 32px !important;
}

.ssa-edit-development-plan-modal .ssa-edit-development-plan-modal__field {
  min-height: 32px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 8px;
}

.ssa-edit-development-plan-modal .ssa-edit-development-plan-modal__field label {
  font-weight: bold;
  min-width: 95px;
  margin-right: 38px;
}

.ssa-edit-development-plan-modal .ssa-edit-development-plan-modal__field .flex-column label {
  font-weight: normal;
  padding-bottom: 10px !important;
}

.ssa-edit-development-plan-modal .ssa-edit-development-plan-modal__field .custom-editor {
  margin-right: 12px;
  max-width: 165px !important;
  margin-bottom: 5px;
}

.ssa-edit-development-plan-modal .flex-start label {
  padding-top: 10px;
}

.ssa-edit-development-plan-modal .confirm-changes-btn {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media all and (min-width: 1920px) {
  .ssa-edit-development-plan-modal {
    width: 70% !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-new-development-plan-modal {
  display: flex !important;
  flex-direction: column !important;
  width: 70vw;
  max-width: 1230px !important;
  transition: ease-in 0.8s;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__header {
  padding: 24px 32px 20px 32px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__content {
  padding: 24px 32px 12px 32px !important;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__actions {
  padding: 12px 32px 24px 32px !important;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field {
  min-height: 32px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  margin-right: 8px;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field .employee-select-btn {
  border: 1px solid #474b4f;
  color: #474b4f !important;
  opacity: 1;
  line-height: 13px;
  box-shadow: none !important;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field .employee-select-btn > .user.plus.icon {
  font-size: 14px;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field label {
  font-weight: bold;
  min-width: 95px;
  margin-right: 38px;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field .flex-column label {
  font-weight: normal;
  padding-bottom: 10px !important;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field.ssa-new-development-plan-modal__machinery > label {
  margin-top: 20px;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field .ssa-new-development-plan-modal__machinery__field {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field .custom-editor {
  margin-right: 12px;
  max-width: 165px !important;
  margin-bottom: 5px;
}

.ssa-new-development-plan-modal .ssa-new-development-plan-modal__field.flex-start label {
  padding-top: 10px;
}

@media all and (min-width: 1920px) {
  .ssa-new-development-plan-modal {
    width: 70% !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-form-general-data {
  max-width: 1002px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown {
  min-height: 38px;
  height: unset !important;
  padding: 10px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown input {
  padding: 10px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown i.dropdown.icon {
  padding: 10px !important;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 18px !important;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.ssa-form-wizard__step-one__title-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
}

.ssa-form-wizard__step-one__title-wrapper > div.ui.input {
  width: 100%;
  margin-right: 0px;
}

.ssa-form-wizard__step-one__title-wrapper > label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.ssa-form-wizard__step-one__location-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 35%;
}

.ssa-form-wizard__step-one__profile-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 35%;
}

.ssa-form-wizard__step-one__profile-wrapper div.ui.search.selection.dropdown.custom-editor,
.ssa-form-wizard__step-one__profile-wrapper div.ui.input {
  max-height: 38px !important;
}

.ssa-form-wizard__step-one__deadline-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 30%;
}

.ssa-form-wizard__step-one__deadline-wrapper div.field,
.ssa-form-wizard__step-one__deadline-wrapper div.ui.icon.input {
  max-width: 160px;
  margin-right: 0px;
}

.ssa-form-step-one__content {
  display: flex;
  justify-content: space-between;
}

/* purgecss end ignore */

/* purgecss start ignore */

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .template-wizard__machinery__training {
  margin-bottom: 32px;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .template-wizard__machinery__training label {
  padding-bottom: 8px;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .template-wizard__machinery__training .ui.search.selection.dropdown.custom-editor {
  min-width: 175px;
  width: 175px !important;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .template-wizard__machinery__wrapper .flex-column {
  margin-right: 16px;
  margin-bottom: 50px;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .template-wizard__machinery__wrapper .flex-column label {
  padding-bottom: 8px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .ui.button {
  margin: 0 0 16px 0;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .tna-wizard__assign-question {
  display: flex;
  align-items: center;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .tna-wizard__assign-question:first-of-type .tna-wizard__assign-question__items {
  border-top: 1px solid #b0b0b0;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .tna-wizard__assign-question:last-of-type {
  margin-bottom: 32px;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items {
  border-bottom: 1px solid #b0b0b0;
  padding: 8px;
  margin-right: 20px;
  width: 100%;
  align-items: center;
  display: flex;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper {
  margin-right: 4px;
  display: flex;
  align-items: center;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper i {
  font-size: 18px;
  cursor: pointer;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items :first-child {
  border-bottom: 0;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items p {
  margin: 0 16px !important;
  font-weight: 500;
}

/* purgecss end ignore */

/* purgecss start ignore */

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .ui.dropdown > .clear.dropdown.icon::before {
  color: red !important;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step {
  width: 100%;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step .first-step__content {
  display: flex;
  justify-content: space-between;
  margin: 16px 0px 50px 0px;
  flex-wrap: wrap;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step .first-step__content label {
  padding-bottom: 8px;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step .first-step__content .title {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
  font-weight: 500;
  width: 45%;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step .first-step__content .header {
  font-weight: 500;
  display: flex;
  min-width: 52%;
  flex-direction: column;
  justify-self: flex-end !important;
  margin-top: 10px;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step .first-step__content .theoretical-wizard__textarea {
  max-width: 100% !important;
  min-width: 200px !important;
  height: 150px;
  min-height: 150px;
  max-height: 200px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #22242626;
  outline: none;
  resize: none;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step .first-step__content .first-step__filters-container {
  margin-top: 32px;
  flex-wrap: wrap;
  width: 100%;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step .first-step__content .first-step__filters-container .flex-start-center {
  margin-right: 5%;
  margin-bottom: 10px;
}

.feedbacks-wizard__steps-container.theoretical-form-wizard-container .theoretical-template-wizard__first-step .first-step__content .first-step__filters-container .flex-start-center label {
  margin-right: 16px;
}

.template-search__modal .template-search__first-row__column-filters .ui.search.selection.dropdown.planit-user-dropdown-custom {
  margin-right: 12px !important;
}

.eventtype-selector {
  width: 200px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  min-width: 120px !important;
  padding: 8px 14px 8px 14px;
  border: 1px solid #22242626;
  min-height: 38px;
  height: 38px;
  max-height: 38px;
  border-radius: 4px;
}

.eventtype-selector input.search {
  padding: 8px 14px 8px 14px;
  height: 38px;
}

.eventtype-selector .menu.transition.visible .item {
  display: flex;
  align-items: center;
}

.eventtype-selector .menu.transition.visible .item .ui.checkbox {
  margin-right: 16px;
}

.ui.list.event-type-list {
  width: 50%;
}

.ui.list.event-type-list .item {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

.ui.list.event-type-list .item:last-child span.event-type-list__item {
  border-bottom: 1px solid #b0b0b0;
}

.ui.list.event-type-list .item span.event-type-list__item {
  width: 100%;
  margin-right: 24px;
  border-top: 1px solid #b0b0b0;
  padding: 12px;
}

.ui.list.event-type-list .item i.icon {
  color: #e03c31;
}

.ui.list.event-type-list .item::after {
  display: none !important;
  content: unset !important;
}

.ui.modal.feedbacks-confirmation-modal {
  background-color: #474b4f;
}

.ui.modal.feedbacks-confirmation-modal .feedbacks-confirmation-modal__content.content {
  background-color: #474b4f;
  color: white;
}

.ui.modal.feedbacks-confirmation-modal .actions .ui.small.button.feedbacks-confirmation-modal__btn {
  white-space: nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.theoretical-templates-wizard__btns {
  margin: 48.5px 0px 20px 0px;
  text-align: right;
}

.theoretical-templates-wizard__btns .button:first-of-type {
  margin-right: 16px;
}

.theoretical-templates-wizard__btns .ui.inverted.secondary.button {
  box-shadow: 0px 0px 0px 1px #545454 inset !important;
}

.template-list-table.theoretical-questions-list .full-width.table__flex-container {
  overflow-x: scroll !important;
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.wizard__theoretical-question-text {
  width: 50%;
}

.theoretical__questions-modal.template-search__modal .template-search__first-row__column-filters .ui.search.selection.dropdown {
  margin-right: 12px !important;
  margin-bottom: 5px;
  font-weight: 500 !important;
}

.theoretical__questions-modal.template-search__modal .template-search__first-row__column-filters .ui.inline.search.selection.dropdown.template-wizard__machine-unit {
  font-weight: 500 !important;
}

.theoretical__questions-modal.template-search__modal .template-search__first-row__column-filters .ui.inline.search.selection.dropdown.template-wizard__machine-unit .default.text {
  font-weight: 500 !important;
}

.theoretical__questions-modal.template-search__modal .template-search__first-row__column-filters .ui.inline.search.selection.dropdown.template-wizard__machine-unit i.dropdown.icon {
  margin: 0px !important;
  padding: 0px !important;
}

.theoretical__questions-modal.template-search__modal .template-search__first-row__column-filters .ui.inline.search.selection.dropdown.template-wizard__machine-unit i.dropdown.icon::before {
  margin: 0px !important;
  padding: 0px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.theoretical-question-manager-container .ui.form {
  width: 80%;
  margin: 1rem auto;
}

.theoretical-question-manager-container .ui.form .eight.wide.field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.theoretical-question-manager-container .ui.form .eight.wide.field:first-of-type {
  justify-content: flex-start;
}

.theoretical-question-manager-container .ui.form .eight.wide.field:first-of-type label {
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
}

.theoretical-question-manager-container .ui.form .eight.wide.field .selection.dropdown {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 100% !important;
}

.theoretical-question-manager-container .ui.form .fields.media-box .media-box-label {
  cursor: normal;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  width: 130px !important;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: 12px;
  padding: 0.9em 1em 0.9em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 1em;
  font-style: normal;
  text-decoration: none;
  border-radius: 0.33333333rem;
  -webkit-user-select: none;
  user-select: none;
}

.theoretical-question-manager-container .ui.form .fields.media-box .media-box-label i.icon {
  margin: 0 !important;
}

.theoretical-question-manager-container .ui.form .fields.media-box .four.wide.field {
  margin-left: 96px;
  padding-left: 0;
}

.theoretical-question-manager-container .ui.form .fields.media-box .four.wide.field .ui.button {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  width: 130px;
}

.theoretical-question-manager-container .ui.form .twelve.wide.field {
  display: flex;
  justify-content: flex-end;
}

.theoretical-question-manager-container .ui.form .twelve.wide.field label {
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
}

.theoretical-question-manager-container .ui.form .five.wide.field {
  display: flex;
  align-items: center;
}

.theoretical-question-manager-container .ui.form .five.wide.field label {
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
}

.theoretical-question-manager-container .ui.form .theoretical-options-box {
  display: flex;
}

.theoretical-question-manager-container .ui.form .theoretical-options-box label {
  min-width: 80px;
  line-height: 2.5em;
  display: flex;
  justify-content: flex-end;
}

.theoretical-question-manager-container .ui.form .theoretical-options-box .options-group {
  margin-left: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.theoretical-question-manager-container .ui.form .theoretical-options-box .options-group .theoretical-question-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.theoretical-question-manager-container .ui.form .theoretical-options-box .options-group .theoretical-question-option label {
  min-width: unset;
  white-space: nowrap;
  margin-right: 8px;
  display: flex;
  justify-content: flex-end;
}

.theoretical-question-manager-container .ui.form .translate-accordion {
  margin-bottom: 16px;
  display: flex;
}

.theoretical-question-manager-container .ui.form .translate-accordion i.remove.icon {
  color: #e03c31;
  cursor: pointer;
  font-size: 20px;
  padding: 0.3em;
  margin-left: 12px;
  margin-right: 0;
}

.theoretical-question-manager-container .ui.form .translate-accordion .accordion-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
}

.theoretical-question-manager-container .ui.form .translate-accordion .accordion-wrapper .accordion__title {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-radius: 4px 4px 0 0;
  background-color: #eeeeee;
}

.theoretical-question-manager-container .ui.form .translate-accordion .accordion-wrapper .accordion__content {
  padding: 16px 0 !important;
  border-bottom: 1px solid #eeeeee;
}

.theoretical-question-manager-container .ui.form .translate-accordion .accordion-wrapper .accordion__content .ui.selection.dropdown {
  min-width: auto;
  width: 100%;
}

.theoretical-question-manager-container .ui.form .add-translation-btn {
  width: 100%;
}

/* purgecss end ignore */

/* purgecss start ignore */

@media all and (max-width: 1200px) {
  #mr-theoretical-question-bank-wrapper .tna__inputs-wrapper,
  #nmr-theoretical-question-bank-wrapper .tna__inputs-wrapper {
    width: 61%;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.theoretical-templates__wrapper .theoretical-templates__filters {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-top: -8px;
  z-index: 10;
}

.theoretical-templates__wrapper .theoretical-templates__filters .custom-editor {
  margin-top: 8px;
  margin-right: 16px;
  min-width: 150px !important;
  max-width: 150px !important;
  min-height: 38px !important;
  height: 38px !important;
}

.theoretical-templates__wrapper .theoretical-templates__filters .custom-editor-search {
  margin-top: 8px;
  margin-right: 16px;
}

.theoretical-templates__wrapper .ui.table.custom-table thead tr:first-child > th:first-child {
  padding-left: 15px !important;
}

.theoretical-templates__wrapper .ui.table.custom-table tbody tr > td:first-child {
  padding-left: 15px !important;
}

.theoretical-templates__wrapper .button.table__custom-white-outline-button {
  min-width: 155px;
  min-height: 37px;
  border-radius: 4px;
  background-color: #474b4f !important;
  color: white !important;
  justify-self: flex-end !important;
  border: 1px solid #474b4f;
  opacity: 1;
  padding: 0px 2px;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 500;
  margin-right: 5px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.feedback-form__header__data-language .feedback-form__header__general-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}

.feedback-form__header__data-language .feedback-form__header__general-info .feedback-form__header__general-info__element {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-right: 4%;
  margin-top: 10px;
  min-width: 150px;
}

.feedback-form__header__data-language .feedback-form__header__general-info .feedback-form__header__general-info__element h5 {
  margin-bottom: 8px;
  font-weight: 500;
}

.feedback-form__header__data-language .feedback-form__header__general-info .feedback-form__header__general-info__element p {
  font-weight: 600;
}

.feedback-form__header__data-language .planit-user-dropdown-custom {
  min-width: 160px;
}

.feedback-form__main-wrapper {
  height: 71vh;
}

.feedback-form__main-wrapper .feedback-form__question {
  background-color: #f9f9f9;
  padding: 8px 8px 8px 16px;
  margin-bottom: 24px;
  margin-top: 24px;
  width: 98%;
}

.feedback-form__main-wrapper .feedback-form_stars-container {
  display: flex;
  align-items: center;
  margin-left: 16px !important;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_stars .icon {
  color: white !important;
  text-shadow: 0px -1px 0px #00b2a9, -1px 0px 0px #00b2a9, 0px 1px 0px #00b2a9, 1px 0px 0px #00b2a9 !important;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_stars .icon:focus {
  outline: none;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_stars .active.icon {
  color: #00b2a9 !important;
  text-shadow: none !important;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_stars .active.icon:focus {
  outline: none;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_star-na {
  margin-left: 39.92px;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_star-na .icon {
  color: white !important;
  text-shadow: 0px -1px 0px #b0b0b0, -1px 0px 0px #b0b0b0, 0px 1px 0px #b0b0b0, 1px 0px 0px #b0b0b0 !important;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_star-na .icon:focus {
  outline: none;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_star-na .icon.active {
  color: #b0b0b0 !important;
  text-shadow: 0px -1px 0px #b0b0b0, -1px 0px 0px #b0b0b0, 0px 1px 0px #b0b0b0, 1px 0px 0px #b0b0b0 !important;
}

.feedback-form__main-wrapper .feedback-form_stars-container .ui.star.massive.rating.feedback-form_star-na .icon.active:focus {
  outline: none;
}

.feedback-form__main-wrapper .feedback-form_stars-container p {
  color: #b0b0b0;
  font-weight: 600;
  margin-left: 8px;
}

.feedback-form__main-wrapper .feedback-form__comment {
  resize: none !important;
  width: 96% !important;
  margin-left: 16px !important;
}

.feedback-form__main-wrapper .feedback-form__question__buttons {
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.feedback-form__main-wrapper .feedback-form__question__buttons .button {
  background-color: #eeeeee;
  width: 60px;
}

.feedback-form__main-wrapper .feedback-form__question__buttons .button:first-of-type {
  margin-right: 24px;
}

.feedback-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.feedback-form__header__evaluation-criteria {
  margin-bottom: 20px;
  padding: 0px 24px;
  font-weight: 500;
  border: 1px solid #474b4f;
  white-space: pre-wrap;
}

/* purgecss end ignore */

/* purgecss start ignore */

#new-tna-theoretical-test__template-selection {
  margin-left: 62px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

#new-tna-theoretical-test__template-selection #new-tna-theoretical-test__template-selection__column1 {
  padding-right: 14.5px;
}

#new-tna-theoretical-test__template-selection #new-tna-theoretical-test__template-selection__column1 button.step2__select-tna__btn {
  height: 26px;
  width: 26px;
  background-color: #eeeeee;
  padding: 0 !important;
}

#new-tna-theoretical-test__template-selection #new-tna-theoretical-test__template-selection__column1 button.step2__select-tna__btn i {
  color: #b5b5b5;
}

#new-tna-theoretical-test__template-selection #new-tna-theoretical-test__template-selection__column1 button.search-tna-template__btn {
  height: 38px;
  background-color: #eeeeee;
  color: #474b4f;
}

#new-tna-theoretical-test__template-selection #new-tna-theoretical-test__template-selection__column2 {
  font-size: 12px;
  color: #474b4f;
  opacity: 1;
  padding-right: 18.5px;
}

#new-tna-theoretical-test__template-selection #new-tna-theoretical-test__template-selection__column3 {
  font-size: 12px;
  color: #474b4f;
  opacity: 1;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form-main-tabs .ui.segment {
  position: inherit;
  border: none;
  box-shadow: none;
  padding: 1rem 0;
}

.form-main-tabs .ui.pointing.secondary.menu {
  border-bottom: 16px solid #ccf0ee;
  margin-bottom: 0px;
}

.form-main-tabs .ui.pointing.secondary.menu .item {
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  border: 1px solid #ccf0ee;
  color: #b0b0b0;
}

.form-main-tabs .ui.pointing.secondary.menu .active.item,
.form-main-tabs .ui.pointing.secondary.menu .active.item:hover {
  background-color: #ccf0ee;
  color: #474b4f;
}

.form__all-wrapper {
  margin-bottom: 16px;
  padding: 0px 15px !important;
}

.form__all-wrapper .ui.divider {
  border-top-color: black !important;
  border-bottom: none;
}

.form__all-wrapper .form__all-wrapper__main-content {
  height: 70vh;
}

.form__all-wrapper .form__all-wrapper__main-content .ui.button {
  min-width: 80px;
  min-height: 32px;
  margin-right: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .ui.button.active {
  color: white;
  background-color: #00b2a9;
}

.form__all-wrapper .form__all-wrapper__main-content .ui.button.active:hover {
  background-color: #018881;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-content {
  width: 100%;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-content .form-header {
  font-family: inherit;
  border: 1px solid black;
  padding: 16px;
  display: flex;
  white-space: break-spaces;
  flex: 1 1 auto;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question {
  width: 100%;
  margin: 0;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__label {
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background-color: #f9f9f9;
  margin: 8px 0 16px 0;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container {
  width: 100%;
  margin: 0;
  padding: 0 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container img {
  margin-bottom: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container iframe {
  margin-bottom: 10px;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .form-main-question__available-checkbox {
  margin-bottom: 12px;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .form-main-question__available-checkbox.ui.checkbox label {
  padding-left: 32px;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .form-main-question__available-checkbox.ui.checkbox label::before {
  border-color: #707070;
  border-radius: 0;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .form-main-question__media-container {
  text-align: center;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .rating-answer__container {
  display: flex;
  margin: 0 !important;
  flex-direction: column;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .rating-answer__container .answer-checkbox {
  padding: 8px 0;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .rating-answer__container .ui.checkbox label {
  padding-left: 32px;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .rating-answer__container .ui.checkbox label::before {
  border-color: #707070;
}

.form__all-wrapper .form__all-wrapper__main-content .form-main-question .form-main-question__container .rating-answer__container .ui.radio.checkbox input:checked ~ label:after {
  transition: border 0.1s ease, opacity 0.5s ease, transform 0.1s ease, box-shadow 0.1s ease;
  transform: scale(0.7);
  background-color: #018881;
}

.form__all-wrapper .form__all-wrapper__footer .ui.button {
  background-color: #474b4f;
  color: white;
  min-width: 150px;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
}

.form__all-wrapper .form__all-wrapper__footer .spacer {
  flex: 1 1 auto;
}

.theoretical-summary__table {
  display: grid;
  grid-template-columns: 70px 100px 250px repeat(5, 1fr);
  width: 100%;
}

.theoretical-summary__table .theoretical-summary__table-title {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  width: 100%;
  padding: 8px;
  margin-right: 0px;
  margin-bottom: 0;
}

.theoretical-summary__table .border-bottom-gray {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedfdf;
  padding: 1em;
}

.theoretical-summary__table span {
  display: flex;
  align-items: center;
}

.theoretical-summary__table .text__transparent {
  color: transparent;
}

.theoretical-summary__table .icons {
  display: flex;
  align-items: center;
}

/* purgecss end ignore */

/* purgecss start ignore */

/* Estilos para desktop (default) */

.admin-report__counter-box {
  min-width: 170px;
  height: 110px;
  padding: 10px 12px 10px 16px;
  margin-top: 0 !important;
  margin-right: 16px !important;
  margin-left: 0 !important;
  text-align: left !important;
  display: flex;
  justify-content: center;
}

.admin-report__counter-box .admin-report__counter-box__placeholder {
  width: 170px;
  height: 110px;
  padding: 10px 16px;
  margin-top: 0 !important;
  margin-right: 16px;
}

.admin-report__counter-box .admin-report__counter-box__placeholder .counter-placeholder {
  height: 50px !important;
  width: 60% !important;
}

.admin-report__counter-box .admin-report__counter-box__placeholder .title-placeholder {
  height: 20px !important;
  margin-top: 8px !important;
}

.admin-report__counter-box .admin-report__counter-box__counter {
  font-weight: bold !important;
  font-size: 40px !important;
  letter-spacing: 0px;
  opacity: 1;
  text-align: left !important;
}

.admin-report__counter-box .admin-report__counter-box__title {
  width: calc(170px - 16px - 12px);
  margin-top: 8px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  letter-spacing: 0px;
  opacity: 1;
  text-align: left !important;
}

/* Estilos para móvil */

@media (max-width: 640px) {
  .admin-report__counter-box.mobile {
    min-width: 140px;
    height: 90px;
    padding: 8px 10px 8px 12px;
    margin-top: 0 !important;
    margin-right: 12px !important;
    margin-left: 0 !important;
    text-align: left !important;
    display: flex;
    justify-content: center;
  }

  .admin-report__counter-box.mobile .admin-report__counter-box__placeholder {
    width: 140px;
    height: 90px;
    padding: 8px 12px;
    margin-top: 0 !important;
    margin-right: 12px;
  }

  .admin-report__counter-box.mobile .admin-report__counter-box__placeholder .counter-placeholder {
    height: 40px !important;
    width: 50% !important;
  }

  .admin-report__counter-box.mobile .admin-report__counter-box__placeholder .title-placeholder {
    height: 16px !important;
    margin-top: 6px !important;
    font-size: 12px !important;
  }

  .admin-report__counter-box.mobile .admin-report__counter-box__counter {
    font-weight: bold !important;
    font-size: 32px !important;
    letter-spacing: 0px;
    opacity: 1;
    text-align: left !important;
  }

  .admin-report__counter-box.mobile .admin-report__counter-box__title {
    width: calc(140px - 12px - 10px);
    margin-top: 6px !important;
    font-size: 11px !important;
    font-weight: normal !important;
    letter-spacing: 0px;
    opacity: 1;
    text-align: left !important;
  }

  /* Responsive grid para filas */

  .admin-report__counters-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }

  .admin-report__counter-box {
    max-width: 140px;
    min-width: 120px;
    flex-shrink: 0;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.admin-report__counters-container {
  padding: 0px 16px;
  margin-top: 70px;
  background-color: #f9f9f9;
  overflow-x: auto;
}

.admin-report__counters-container .admin-report__counters-container__row {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  height: 110px;
}

.admin-report__counters__graph-container {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.admin-report__counters__graph-container .admin-report__counters__graph-title.admin-report__counters__graph-title {
  color: #00b2a9 !important;
  font-weight: bold;
  letter-spacing: 0px;
  opacity: 1;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  text-align: center;
}

.admin-reports__audit-logs-container {
  margin-top: 60px;
  padding: 0px 15px !important;
}

.admin-reports__audit-logs-container .admin-reports__audit-logs-container__title {
  font-size: 14px !important;
  margin-bottom: 24px !important;
}

.admin-reports__audit-logs-container .filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 97%;
  margin-top: -8px;
}

.admin-reports__audit-logs-container .filters-wrapper .filter {
  margin-top: 8px;
  margin-right: 16px;
  min-height: 38px;
}

.admin-reports__audit-logs-container .filters-wrapper .filter-dates .input {
  min-width: -webkit-max-content;
  min-width: max-content;
  min-height: 38px;
}

.admin-reports__audit-logs-container .filters-wrapper .planit-user-dropdown div.text {
  font-weight: normal !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.feedbacks-wizard__steps-container {
  padding: 0px 15px;
}

.feedbacks-wizard__steps-container .feedback-wizard__first-step {
  width: 100%;
}

.feedbacks-wizard__steps-container .feedback-wizard__first-step .first-step__content {
  display: flex;
  justify-content: flex-start;
  margin: 16px 0;
  flex-wrap: wrap;
}

.feedbacks-wizard__steps-container .feedback-wizard__first-step .first-step__content .title {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
  font-weight: 500;
  width: 45%;
}

.feedbacks-wizard__steps-container .feedback-wizard__first-step .first-step__content .header {
  font-weight: 500;
  display: flex;
  width: 45%;
  flex-direction: column;
}

.feedbacks-wizard__steps-container .feedback-wizard__first-step .first-step__content .respondents {
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 32px 0;
}

.feedbacks-wizard__steps-container .feedback-wizard__first-step .first-step__content .feedback-wizard__textarea {
  max-width: 100%;
  width: 300px;
  min-width: 200px;
  height: 150px;
  min-height: 150px;
  max-height: 200px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #22242626;
  outline: none;
}

.feedbacks-wizard__steps-container .feedback-wizard__first-step .first-step__content .filter-respondents {
  min-width: 120px;
  width: 200px;
  margin-left: 16px;
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px 8px 8px;
  border: 1px solid #22242626;
  border-radius: 4px;
}

.feedbacks-wizard__steps-container .questions-container .ui.button {
  margin: 0 0 16px 0;
}

.feedbacks-wizard__steps-container .questions-container .tna-wizard__assign-question {
  display: flex;
  align-items: center;
}

.feedbacks-wizard__steps-container .questions-container .tna-wizard__assign-question:first-of-type .tna-wizard__assign-question__items {
  border-top: 1px solid #b0b0b0;
}

.feedbacks-wizard__steps-container .questions-container .tna-wizard__assign-question:last-of-type {
  margin-bottom: 32px;
}

.feedbacks-wizard__steps-container .questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items {
  border-bottom: 1px solid #b0b0b0;
  padding: 8px;
  margin-right: 20px;
  width: 100%;
  align-items: center;
  display: flex;
}

.feedbacks-wizard__steps-container .questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper {
  margin-right: 4px;
  display: flex;
  align-items: center;
}

.feedbacks-wizard__steps-container .questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper i {
  font-size: 18px;
  cursor: pointer;
}

.feedbacks-wizard__steps-container .questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items :first-child {
  border-bottom: 0;
}

.feedbacks-wizard__steps-container .questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items p {
  margin: 0 16px !important;
  font-weight: 500;
}

.eventtype-selector {
  width: 200px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  min-width: 120px !important;
  padding: 8px 14px 8px 14px;
  border: 1px solid #22242626;
  min-height: 38px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  border-radius: 4px;
}

.eventtype-selector input.search {
  padding: 8px 14px 8px 14px;
  height: 38px;
}

.eventtype-selector .menu.transition.visible .item {
  display: flex;
  align-items: center;
}

.eventtype-selector .menu.transition.visible .item .ui.checkbox {
  margin-right: 16px;
}

.ui.list.event-type-list {
  width: 50%;
}

.ui.list.event-type-list .item {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

.ui.list.event-type-list .item:last-child span.event-type-list__item {
  border-bottom: 1px solid #b0b0b0;
}

.ui.list.event-type-list .item span.event-type-list__item {
  width: 100%;
  margin-right: 24px;
  border-top: 1px solid #b0b0b0;
  padding: 12px;
}

.ui.list.event-type-list .item i.icon {
  color: #e03c31;
}

.ui.list.event-type-list .item::after {
  display: none !important;
  content: unset !important;
}

.feedbacks-templates-wizard__btns {
  text-align: right;
  margin-bottom: 20px;
}

.feedbacks-templates-wizard__btns .ui.button.submit-btn {
  margin-left: 16px;
  color: white;
  background-color: #474b4f;
}

.feedbacks-templates-wizard__btns button.ui.inverted.secondary.button {
  margin-right: 16px;
  box-shadow: none !important;
  border: 1px solid #474b4f;
}

.ui.modal.feedbacks-confirmation-modal {
  background-color: #474b4f;
}

.ui.modal.feedbacks-confirmation-modal .feedbacks-confirmation-modal__content.content {
  background-color: #474b4f;
  color: white;
}

.ui.modal.feedbacks-confirmation-modal .actions .ui.small.button.feedbacks-confirmation-modal__btn {
  white-space: nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

/* purgecss end ignore */

/* purgecss start ignore */

#practical-templates-list-wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu {
  display: flex;
  height: 38px;
  margin-top: -38px !important;
}

#practical-templates-list-wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu div.fitted.item {
  height: 37px !important;
}

#practical-templates-list-wrapper .ui.secondary.stackable.right.floated.custom-table-main-actions.menu .button.table__custom-white-outline-button {
  min-width: 155px;
  min-height: 37px;
  border-radius: 4px;
  background-color: #474b4f !important;
  color: white !important;
  justify-self: flex-end !important;
  border: 1px solid #474b4f;
  opacity: 1;
  padding: 0px 2px;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 500;
  margin-right: 5px;
}

#practical-templates-list-wrapper .tna__inputs-wrapper {
  width: 74% !important;
}

#practical-templates-list-wrapper .tna__inputs-wrapper .adjust-filter-height {
  min-height: 38px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

#practical-templates-list-wrapper .tna__inputs-wrapper .practical-boolean-editor {
  margin-right: 12px;
  margin-top: 10px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: 38px;
}

#practical-templates-list-wrapper .tna__inputs-wrapper .question-bank__multiple-dropdown.question-bank__multiple-dropdown.question-bank__multiple-dropdown {
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#practical-templates-list-wrapper .tna__inputs-wrapper #practical-template-list-event-types-filter {
  max-width: 460px !important;
}

#practical-templates-list-wrapper .tna__inputs-wrapper .ensure-200px-width {
  min-width: 200px !important;
  width: 200px !important;
}

#practical-templates-list-wrapper .tna__inputs-wrapper .ensure-175px-width {
  min-width: 175px !important;
  width: 175px !important;
}

#practical-templates-list-wrapper .tna__inputs-wrapper .ensure-200px-min-width {
  min-width: 200px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.practical-question-manager-container .ui.form {
  width: 80%;
  margin: 1rem auto;
}

.practical-question-manager-container .ui.form .eight.wide.field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.practical-question-manager-container .ui.form .eight.wide.field:first-of-type {
  justify-content: flex-start;
}

.practical-question-manager-container .ui.form .eight.wide.field:first-of-type label {
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
}

.practical-question-manager-container .ui.form .eight.wide.field .selection.dropdown {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 100% !important;
}

.practical-question-manager-container .ui.form .ui.input.practical-minutes-input {
  width: 200px;
}

.practical-question-manager-container .ui.form .ui.input.practical-minutes-input input {
  padding-right: 4px;
  outline: none;
}

.practical-question-manager-container .ui.form .ui.input.practical-minutes-input input:focus {
  border-right: none;
  border-color: #22242626;
}

.practical-question-manager-container .ui.form .ui.input.practical-minutes-input div.ui.label.label {
  padding-left: 4px;
  background-color: transparent;
  border-top: 1px solid #22242626;
  border-bottom: 1px solid #22242626;
  border-right: 1px solid #22242626;
}

.practical-question-manager-container .ui.form .fields.media-box .media-box-label {
  cursor: normal;
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  width: 130px !important;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #e0e1e2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: 12px;
  padding: 0.9em 1em 0.9em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 1em;
  font-style: normal;
  text-decoration: none;
  border-radius: 0.33333333rem;
  -webkit-user-select: none;
  user-select: none;
}

.practical-question-manager-container .ui.form .fields.media-box .media-box-label i.icon {
  margin: 0 !important;
}

.practical-question-manager-container .ui.form .fields.media-box .four.wide.field {
  margin-left: 96px;
  padding-left: 0;
}

.practical-question-manager-container .ui.form .fields.media-box .four.wide.field .ui.button {
  display: flex;
  white-space: nowrap;
  justify-content: space-between;
  width: 130px;
}

.practical-question-manager-container .ui.form .twelve.wide.field {
  display: flex;
  justify-content: flex-end;
}

.practical-question-manager-container .ui.form .twelve.wide.field label {
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
}

.practical-question-manager-container .ui.form .five.wide.field {
  display: flex;
  align-items: center;
}

.practical-question-manager-container .ui.form .five.wide.field label {
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
}

.practical-question-manager-container .ui.form .practical-options-box {
  display: flex;
}

.practical-question-manager-container .ui.form .practical-options-box label {
  min-width: 80px;
  line-height: 2.5em;
  display: flex;
  justify-content: flex-end;
}

.practical-question-manager-container .ui.form .practical-options-box .options-group {
  margin-left: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.practical-question-manager-container .ui.form .practical-options-box .options-group .practical-question-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.practical-question-manager-container .ui.form .practical-options-box .options-group .practical-question-option label {
  min-width: unset;
  white-space: nowrap;
  margin-right: 8px;
  display: flex;
  justify-content: flex-end;
}

.practical-question-manager-container .ui.form .translate-accordion {
  margin-bottom: 16px;
  display: flex;
}

.practical-question-manager-container .ui.form .translate-accordion i.remove.icon {
  color: #e03c31;
  cursor: pointer;
  font-size: 20px;
  padding: 0.3em;
  margin-left: 12px;
  margin-right: 0;
}

.practical-question-manager-container .ui.form .translate-accordion .accordion-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
}

.practical-question-manager-container .ui.form .translate-accordion .accordion-wrapper .accordion__title {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-radius: 4px 4px 0 0;
  background-color: #eeeeee;
}

.practical-question-manager-container .ui.form .translate-accordion .accordion-wrapper .accordion__content {
  padding: 16px 0 !important;
  border-bottom: 1px solid #eeeeee;
}

.practical-question-manager-container .ui.form .translate-accordion .accordion-wrapper .accordion__content .ui.selection.dropdown {
  min-width: auto;
  width: 100%;
}

.practical-question-manager-container .ui.form .add-translation-btn {
  width: 100%;
}

/* purgecss end ignore */

/* purgecss start ignore */

.tna-templates-wizard__btns button.secondary {
  width: 100px;
}

.wizard__step.wizard__step-one .step-one__content {
  margin-left: 0px;
}

.wizard__step.wizard__step-one .step-one__content > label {
  font-weight: bold;
}

.wizard__step.wizard__step-one #practical-template-wizard-title {
  font-size: 12px;
}

.wizard__step.wizard__step-one textarea {
  font-size: 12px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  outline: unset;
  padding: 0.8em 1.16em;
}

.wizard__step.wizard__step-one textarea:focus {
  border-color: #85b7d9;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.wizard__step.wizard__step-one .practical-template-wizard-adjust label {
  transform: translateY(50%);
}

.wizard__step.wizard__step-one .practical-template-wizard-adjust label:not(:first-of-type) {
  margin-left: 80px;
}

.wizard__step.wizard__step-one .practical-template-wizard-adjust .dropdown {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 38px;
  padding-top: 13px;
  padding-bottom: 9px;
  font-size: 12px;
}

.wizard__step.wizard__step-one .practical-template-wizard-adjust .dropdown i {
  padding: 0 10px !important;
  line-height: 38px !important;
}

.wizard__step.wizard__step-one #practical-template-event-type-selector {
  font-size: 12px;
}

.wizard__step.wizard__step-one #practical-template-event-type-selector label {
  transform: translateY(10px);
}

.wizard__step.wizard__step-one #practical-template-event-type-selector #practical-template-list-event-types-filter {
  min-height: 38px !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: unset;
  max-width: 40.15em;
  width: 40.15em;
}

.wizard__step.wizard__step-one #practical-template-event-type-selector #practical-template-list-event-types-filter input {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.wizard__step.wizard__step-one #practical-template-event-type-selector #practical-template-list-event-types-filter i {
  top: 10px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__steps-container {
  padding: 0px 15px;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper {
  margin-left: 0px;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper .fields {
  width: 100%;
  display: flex;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper .fields .field.machinery__label-input-field {
  width: 175px;
  margin-right: 16px;
}

.wizard__steps-container .wizard__step-two .step-two__machinery-wrapper .fields .field.machinery__label-input-field label {
  font-weight: bold;
  font-size: 12px;
}

.wizard__steps-container .wizard__step-two .custom-editor {
  min-width: 175px !important;
  max-width: 175px !important;
  margin-top: 8px;
  margin-bottom: 0 !important;
}

.wizard__steps-container .wizard__step-two .editor-38px .ui.search.selection.dropdown {
  min-height: 38px;
  height: unset !important;
  padding: 10px;
}

.wizard__steps-container .wizard__step-two .editor-38px .ui.search.selection.dropdown input {
  padding: 10px;
}

.wizard__steps-container .wizard__step-two .editor-38px .ui.search.selection.dropdown i.dropdown.icon {
  padding: 9px !important;
}

.wizard__steps-container .wizard__step-two .editor-38px .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 17px !important;
}

.wizard__steps-container .wizard__step-two .editor-38px .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.wizard__steps-container .wizard__step-two .dropdown.machinery-step__multi-machine-model-editor.multiple.search.selection.ui {
  min-height: 38px !important;
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  height: -webkit-max-content !important;
  height: max-content !important;
  margin-top: 8px;
  padding-right: 2em;
}

.wizard__steps-container .wizard__step-two .dropdown.machinery-step__multi-machine-model-editor.multiple.search.selection.ui .search {
  margin: 0px;
  min-height: 38px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding: 0px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.practical-template-wizard__questions-container .template-step {
  margin-bottom: 32px !important;
}

.practical-template-wizard__questions-container .ui.button {
  margin: 0 0 16px 0;
}

.practical-template-wizard__questions-container .ssa-wizard__checkpoint-container .tna-wizard__assign-question:nth-child(2) .tna-wizard__assign-question__items {
  border-top: 1px solid #b0b0b0;
}

.practical-template-wizard__questions-container .ssa-wizard__checkpoint-container .tna-wizard__assign-question:last-child {
  margin-bottom: 32px;
}

.practical-template-wizard__questions-container .ssa-wizard__add-questions-btn {
  background-color: #eeeeee;
  color: #474b4f;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question {
  display: flex;
  align-items: center;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items {
  border-bottom: 1px solid #b0b0b0;
  padding: 3px 8px;
  margin-right: 20px;
  width: 100%;
  align-items: center;
  display: flex;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .practical-template-friendly-id {
  font-weight: bold;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .practical-template-tag-container {
  width: 39em;
  display: flex;
  align-items: center;
  min-height: 36px;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .practical-template-tag-container .sub-container {
  width: 13em;
  display: flex;
  justify-content: center;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .practical-template-tag-container .sub-container span {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: 22px !important;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper {
  margin-right: 4px;
  display: flex;
  align-items: center;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper i {
  font-size: 18px;
  cursor: pointer;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items :first-child {
  border-bottom: 0;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items p {
  margin: 0 16px !important;
  font-weight: 500;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__question-item.question-bank__cell__tag {
  font-size: 12px;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__question-item.question-bank__cell__tag:not(:last-of-type) {
  margin-right: 5%;
}

.practical-template-wizard__questions-container .tna-wizard__assign-question i.red.large.remove.icon {
  cursor: pointer;
}

/* purgecss end ignore */

/* purgecss start ignore */

.practical-form-test .form__all-wrapper {
  padding: 0px 15px !important;
}

.practical-form-test .form__all-wrapper .form__main-wrapper {
  min-height: 70vh;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .form-header {
  font-family: inherit;
  border: 1px solid black;
  padding: 16px;
  display: flex;
  white-space: break-spaces;
  flex: 1 1 auto;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .form__accordion-title {
  padding: 16px;
  margin-bottom: 16px;
  color: #474b4f;
  background-color: #e5f7f6;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 0 !important;
  margin-right: 80px;
  height: 32px;
  width: auto !important;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item .ui.input.minutes-input {
  max-height: 32px;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item .ui.input.minutes-input input {
  width: 50px;
  padding-right: 4px;
  outline: none;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item .ui.input.minutes-input input:focus {
  border: 1px solid #22242626;
  border-right: none;
  border-color: #22242626;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item .ui.input.minutes-input div.ui.label.label {
  max-height: 32px;
  min-width: 50px;
  padding-left: 4px;
  background-color: transparent;
  border-top: 1px solid #22242626;
  border-bottom: 1px solid #22242626;
  border-right: 1px solid #22242626;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item .ui.inline.dropdown {
  min-width: 150px !important;
  max-height: 32px !important;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item .ui.inline.dropdown .visible.menu.transition {
  margin-top: 0;
  border-radius: 0 0 4px 4px;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item .ui.label {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 100px;
  height: 100%;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__info .form__header__row.practical-question__info-item p {
  white-space: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__observations textarea.scroll {
  padding: 16px;
  height: 200px;
  width: 100% !important;
}

.practical-form-test .form__all-wrapper .form__main-wrapper .practical-question__wrapper .practical-question__observations .label {
  margin-bottom: 8px;
}

.practical-form-test .form__all-wrapper .form__all-wrapper__footer .practical-form__save-btn {
  min-width: 100px;
  width: 100px;
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
  justify-content: center;
  margin: 12px 0px 23px;
  height: 32px;
  padding: 9px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.modal-header-title {
  font-size: 16px !important;
}

.search__modal .search__modal__header.header {
  border-bottom: 1px solid rgba(181, 181, 181, 0.342) !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.flex-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-between {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}

.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.text__center {
  text-align: center;
}

.add-row-btn {
  background-color: #eeeeee !important;
  border: 1px solid #eeeeee !important;
  padding: 2px !important;
}

.question-bank__cell__tag {
  background-color: #eeeeee;
  margin: 5px;
  color: #474b4f;
  font-weight: 500;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  height: 22px;
  border-radius: 10px;
  padding: 3px 10px 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text__regular {
  font-weight: 500;
}

.text__bold {
  font-weight: 700 !important;
}

.flex-baseline {
  display: flex;
  align-items: baseline;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.padding-margin-right-none {
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.text__grey {
  color: grey;
}

.margin-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.padding-zero {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.form__box-content {
  border: 1px solid #c1c5c5 !important;
  background-color: white !important;
}

.form__header__row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

.form__header__row-icon {
  margin-right: 24px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
  color: #474b4f !important;
  height: 18px !important;
  width: 18px !important;
}

.form__field-numeric {
  width: 70px !important;
  height: 32px !important;
  margin-right: 50px;
}

.form__planned-duration__numeric__wd {
  width: 90px !important;
}

.form__planned-duration__numeric__wd input {
  min-width: 90px;
}

.text__transparent {
  color: transparent !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #dedfdf !important;
}

.students-table__column-title {
  background-color: #eeeeee !important;
  width: 100% !important;
  padding: 8px !important;
  margin-right: 0px !important;
}

.form__tab__icon-element {
  display: flex;
  align-items: center !important;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}

.error-message__style {
  width: 95%;
  border: 1px solid #e03c31;
  background-color: white !important;
  color: #222629 !important;
  font-size: 11px;
  margin-bottom: 32px;
  box-shadow: none !important;
}

.error-message__style .list {
  margin: 0px;
}

.error-message__style li.content::before {
  display: none;
}

.error-message__style .icon {
  font-size: 16px !important;
  color: #e03c31;
  align-self: flex-start;
}

.error-message__style .header {
  padding-left: 14px !important;
  color: #e03c31 !important;
}

.ui.modal .actions.form__action-buttons-wrapper {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee !important;
  padding: 16px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__actions__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin-right: 16px;
  font-weight: 500;
}

.ui.modal .actions.form__action-buttons-wrapper .form__align-right-btns {
  display: flex;
  justify-content: flex-end;
  width: 100% !important;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn {
  background-color: white;
  color: #474b4f;
  border: 1px solid #474b4f;
}

.ui.modal .actions.form__action-buttons-wrapper .form__white-btn .icon {
  color: #474b4f;
  background-color: transparent;
  padding: 0px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__request-changes-btn {
  padding: 10px;
  min-width: 120px;
}

.ui.modal .actions.form__action-buttons-wrapper .form__next-status-accept-btn {
  background-color: #00b2a9;
  color: white;
  font-weight: 600;
}

.ui.modal .actions.form__action-buttons-wrapper .request-form__reject-button {
  background-color: white;
  color: #e03c31;
  border: 1px solid #e03c31;
}

.form__cancel-btn {
  background-color: #ec8a83 !important;
  color: white !important;
  min-width: 110px;
  padding: 2px;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    width: 40px;
  }

  100% {
    opacity: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.scroll {
  overflow-y: auto;
  scroll-padding: 5px !important;
  overflow-x: hidden;
  transition: 0.9s;
}

.scroll::-webkit-scrollbar {
  width: 4px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #000000;
}

.scroll-not-visible {
  overflow-y: scroll;
  overflow-x: hidden;
}

.scroll-not-visible::-webkit-scrollbar {
  width: 0px;
}

.modal__action-warning {
  background-color: #f7cecb !important;
  color: #222629;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
  text-align: center !important;
  transition: all 0.8s linear;
}

.modal__action-warning .modal__action-warning__text {
  display: none;
  transition: all 0.8s linear;
}

.modal__action-warning .icon {
  color: #e03c31;
  font-size: 17px;
  margin-right: 0px !important;
  align-self: flex-start;
}

.modal__action-warning div {
  display: flex !important;
  flex-direction: column !important;
  transition: all 0.8s linear;
}

.modal__action-warning div p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.modal__action-warning:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .modal__action-warning__text {
  display: flex;
  transition: all 0.8s linear;
}

.modal__action-warning:hover .icon {
  margin-right: 10px !important;
  transition: all 0.8s linear;
}

.year-editor {
  display: inline-block;
  height: 36px !important;
}

.year-editor .ui.icon.input,
.year-editor .remove.link.icon {
  height: 36px !important;
}

.b-drag-proxy {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  background: white !important;
  border-radius: 4px;
  border-left-width: 10px;
  border-style: solid;
}

.b-drag-invalid {
  opacity: 0.6;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.b-drag-proxy:not(.b-drag-invalid) {
  opacity: 1;
  word-break: break-all !important;
  color: #474b4f;
  font-weight: bolder;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: none;
  margin: auto;
}

.drag-element-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  width: 100%;
  height: 100%;
}

.employee-page__container {
  margin-top: 30px !important;
}

.user-card-box {
  background-color: #474b4f;
  color: white;
}

.user-card-box img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin-top: 19px;
  margin-left: 10px;
}

.rows-user-card-box {
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 2em;
}

.min-height-box {
  min-height: 20em;
}

.bold-text {
  font-weight: bold;
  text-align: left;
}

.dark-grey-box {
  background-color: #b5b5b5;
}

.planit-main-container {
  background: white;
}

.instructor-card__expertise-title {
  color: #00b2a9;
  font-size: 14px;
}

.instructor-expertise-card__tab {
  height: 100%;
  width: 100%;
  padding-left: 0px !important;
  padding-right: 15px !important;
}

.instructor-expertise-card__tab .ui.segment.active.tab {
  margin-top: 0px !important;
  padding-top: 0px !important;
  height: 95%;
  border: none;
  background-color: transparent;
  border-style: none;
  box-shadow: none;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.instructor-expertise-card__tab .ui.secondary.stackable.right.floated.custom-table-main-actions.menu {
  display: none;
}

.instructor-expertise-card__tab .ui.pointing.secondary.menu {
  margin-bottom: 0px !important;
  border-bottom: 1px solid #f9f9f9;
}

.instructor-expertise-card__tab .ui.pointing.secondary.menu .item {
  margin-bottom: 0.1px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  background-color: #f9f9f9;
  width: 128px;
  text-align: center !important;
  justify-content: center;
}

.instructor-expertise-card__tab .ui.pointing.secondary.menu .item:hover:not(.active) {
  background-color: #eeeeee !important;
}

.instructor-expertise-card__tab .ui.pointing.secondary.menu .active.item,
.instructor-expertise-card__tab .ui.pointing.secondary.menu .active.item:hover {
  color: #ffffff;
  background-color: #474b4f;
  border-bottom: none;
}

@media all and (max-width: 1280px) {
  .user-card-box img {
    height: 60px;
    width: 60px;
    margin-top: 12px;
    margin-left: 12px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.planit-main-container #main-container-grid #content-container h3:first-child {
  text-transform: none;
}

.template-wizard-title {
  margin-top: 0 !important;
}

.template-wizard__step-title {
  font-size: 14px !important;
}

.iws-wizard__steps-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px 15px;
}

.iws-wizard__steps-container p {
  font-size: 12px;
}

.iws-wizard__steps-container .iws-wizard__step {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}

.iws-wizard__steps-container .iws-wizard__step .iws-wizard__label-title.flex-start {
  align-items: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
}

.iws-wizard__steps-container .iws-wizard__step .iws-wizard__label-title.flex-start p {
  font-weight: bold;
}

.iws-wizard__steps-container .iws-wizard__step .iws-wizard__label-title.flex-start .step__label-style {
  width: 38px;
  height: 38px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0px;
  margin-right: 24px;
  color: white;
  background-color: #00b2a9;
}

.iws-wizard__steps-container .iws-wizard__step .add-row-btn {
  height: 42px !important;
}

.iws-wizard__steps-container .iws-wizard__step .inactive-step p {
  color: #dedfdf;
}

.iws-wizard__steps-container .iws-wizard__step .inactive-step .step__label-style {
  background-color: #dedfdf !important;
}

.iws-templates-wizard__btns {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  margin-top: 27px;
  margin-bottom: 34px;
}

.iws-templates-wizard__btns .button.button.button.button.button:first-child {
  margin-right: 16px;
  box-shadow: none !important;
  border: 1px solid #474b4f;
}

.iws-confirmation-modal {
  background-color: #474b4f !important;
}

.iws-confirmation-modal .iws-confirmation-modal__content {
  background-color: #474b4f !important;
  color: white;
}

.iws-confirmation-modal .actions .iws-confirmation-modal__btn {
  text-align: center;
  font-size: 12px !important;
  padding: 8px;
  height: 32px !important;
  min-width: 64px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: #474b4f;
}

.iws-confirmation-modal .actions .iws-confirmation-modal__btn.cancel {
  background-color: transparent;
  color: white;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step-one .iws-wizard__label-title.flex-start {
  margin-bottom: 44px;
}

.wizard__step-one .step-one__content {
  margin-left: 62px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown {
  min-height: 38px;
  height: unset !important;
  padding: 10px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown input {
  padding: 10px;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown i.dropdown.icon {
  padding: 10px !important;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 18px !important;
}

.wizard__step-one .step-one__content .profile-editor .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.wizard__step-one p,
.wizard__step-one label {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 500;
}

.wizard__step-one .input {
  margin-right: 40px;
  min-width: 50%;
  height: 38px;
}

.wizard__step-one .ui.search.selection.dropdown.custom-editor {
  width: 175px !important;
  height: 32px !important;
}

.wizard__step-one .iws-wizard__textarea {
  width: 50%;
  height: 150px;
  border-radius: 4px;
  padding: 20px;
}

.wizard__step-one .step-one__content:nth-child(3) {
  margin-top: 31px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.iws-wizard__step-second .step-two__category-skills-questions__wrapper {
  margin-left: 62px;
  margin-bottom: 27px;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label {
  background-color: #f9f9f9;
  color: #474b4f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin-bottom: 18px;
  width: 100%;
  height: 38px;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label p {
  margin-bottom: 0px;
  margin-left: 12px;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label .wizard__sort-icons-wrapper {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label .wizard__sort-icons-wrapper i {
  font-size: 18px;
  cursor: pointer;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label .wizard__sort-icons-wrapper .iws-template-wizard__add-questions-btn {
  min-width: 100px;
  max-width: 100px;
  height: 38px;
  border-radius: 4px;
  padding: 0px !important;
  margin: 0px 120px 0px 0px;
  background-color: #f9f9f9 !important;
  border: 1px solid transparent !important;
  font-weight: 500;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .skill-label .wizard__sort-icons-wrapper .iws-template-wizard__add-questions-btn:hover {
  background-color: #dedfdf !important;
  border: 1px solid #dedfdf !important;
  transition: ease-in 0.2s;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .iws-template-wizard__remove-btn {
  border: 1px solid #e03c31;
  color: #e03c31;
  width: 68px;
  margin-left: 24px;
  background-color: white;
  padding: 0px;
  height: 32px;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .iws-template-wizard__remove-btn:hover {
  color: red;
  font-weight: bold;
}

.iws-wizard__step-second .step-two__category-skills-questions__wrapper .iws-template-wizard__remove-btn::after {
  background-color: white;
}

.iws-wizard__step-second .iws-templeate-wizard__checkpoint-container {
  width: 100%;
  margin-bottom: 12px;
}

.iws-wizard__step-second .tna-arrow-left-margin {
  margin-right: 3px !important;
}

.iws-wizard__step-second .remove {
  cursor: pointer;
}

.iws-wizard__step-second .iws-wizard__checkpoint-container {
  margin-bottom: 16px;
}

.iws-wizard__step-second .iws-wizard__add-question-btn .iws-wizard__add-questions-btn {
  background-color: #eeeeee;
}

.iws-wizard__step-second .tna-wizard__assign-question {
  display: flex;
  align-items: center;
}

.iws-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items {
  display: flex;
  align-items: center;
  border-top: 1px solid #f9f9f9;
  padding: 14px 0px;
  width: 100%;
  margin-right: 32.5px;
}

.iws-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items p {
  margin-bottom: 0px;
}

.iws-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper {
  margin-right: 16.5px;
}

.iws-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper .caret.square.up.outline.icon {
  cursor: pointer;
}

.iws-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__sort-icons-wrapper i {
  font-size: 16px;
  cursor: pointer;
}

.iws-wizard__step-second .tna-wizard__assign-question .tna-wizard__assign-question__items .wizard__question-item:first-of-type {
  margin-right: 24.5px;
}

.iws-wizard__step-second .tna-wizard__assign-question:last-child .tna-wizard__assign-question__items {
  border-bottom: 1px solid #f9f9f9;
}

.iws-wizard__add-link-button {
  border: 1px solid transparent !important;
  color: #474b4f !important;
  box-shadow: none !important;
  margin-right: 20px !important;
}

.iws-wizard__add-link-button .icon {
  background-color: transparent !important;
}

.iws-wizard__add-link-button:hover {
  background-color: #dedfdf !important;
  border: 1px solid #dedfdf !important;
  transition: ease-in 0.2s;
}

.ui.input.iws-wizard__checkpoint-input {
  min-width: 280px !important;
  max-width: calc(100% - 100px);
  margin-bottom: 12.5px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.iws-form-general-data {
  max-width: 1002px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown {
  min-height: 38px;
  height: unset !important;
  padding: 10px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown input {
  padding: 10px;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown i.dropdown.icon {
  padding: 10px !important;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown.loading.loading.loading.loading i.dropdown.icon {
  padding: 18px !important;
}

.editor-38px.editor-38px.editor-38px.editor-38px .ui.search.selection.dropdown div.text {
  font-size: 12px !important;
  width: calc(100% - 20px) !important;
  top: 1px;
}

.iws-form-wizard__step-one__title-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
}

.iws-form-wizard__step-one__title-wrapper > div.ui.input {
  width: 100%;
  margin-right: 0px;
}

.iws-form-wizard__step-one__title-wrapper > label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.iws-form-wizard__step-one__location-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 35%;
}

.iws-form-wizard__step-one__profile-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 35%;
}

.iws-form-wizard__step-one__profile-wrapper div.ui.search.selection.dropdown.custom-editor,
.iws-form-wizard__step-one__profile-wrapper div.ui.input {
  max-height: 38px !important;
}

.iws-form-wizard__step-one__deadline-wrapper {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  max-width: 50%;
}

.iws-form-wizard__step-one__deadline-wrapper div.field,
.iws-form-wizard__step-one__deadline-wrapper div.ui.icon.input {
  max-width: 160px;
  margin-right: 0px;
}

.wizard__step-one .iws-form-step-one__content {
  display: inline-block;
  width: 100%;
}

.wizard__step-one .iws-form-step-one__content .content_line {
  display: flex;
  margin: 5px;
  justify-content: center;
  align-items: center;
}

.wizard__step-one .iws-form-step-one__content .content_line .ui.search.selection.dropdown.custom-editor {
  width: -webkit-max-content !important;
  width: max-content !important;
}

.wizard__step-one .iws-form-step-one__content .content_line .editor-38px {
  display: inline-flex;
  align-items: center;
}

.wizard__step-one .iws-form-step-one__content .content_line .editor-38px .custom-editor.w-xl {
  min-width: 50%;
  max-width: 80%;
  width: initial !important;
}

.wizard__step-one .iws-form-step-one__content .content_line .editor-38px.w-50 {
  width: 50%;
}

.wizard__step-one .iws-form-step-one__content .content_line .editor-38px.w-33 {
  width: 33%;
}

.wizard__step-one .iws-form-step-one__content .content_line .editor-38px.w-66 {
  width: 66%;
}

.wizard__step-one .iws-form-step-one__content .mt-20 {
  margin-top: 20px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.wizard__step.wizard__step-three {
  font-size: 12px;
  min-width: 100%;
}

.new-iws-form-wizard_step3__btn-dropdown {
  margin-left: 62px;
  margin-bottom: -80px;
}

.new-iws-form-wizard_step3__btn-dropdown #new-iws-form-wizard_step3-row1_assessor-select {
  width: 263px;
  max-width: 100%;
  max-height: 38px !important;
  min-height: 38px !important;
  margin-left: 200px;
}

.new-iws-form-wizard_step3-matrix-container {
  overflow: visible !important;
  padding-top: 98px !important;
  overflow-x: scroll !important;
  flex-direction: column !important;
  max-width: 95%;
  margin-bottom: 40.5px !important;
  margin-left: 62px;
}

.new-iws-form-wizard_step3-matrix-container.tooltip-visible {
  overflow: visible !important;
}

#new-iws-form-wizard_step3-matrix-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.new-iws-form-wizard_step3-table-cell {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  min-width: 150px !important;
  max-width: 150px !important;
}

.new-iws-form-wizard_step3-table-cell .table__tooltip .table__short-text {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: pre-line !important;
  max-width: 100px;
  display: initial;
}

.new-iws-form-wizard_step3-table-cell .table__tooltip .table__short-text span {
  display: block;
}

.new-iws-form-wizard_step3-table {
  max-width: -webkit-min-content;
  max-width: min-content;
  margin: 0px 0px 20.5px 62px !important;
}

.new-iws-form-wizard_step3-table .ui.checkbox label:hover::before {
  border-color: #d4d4d5 !important;
}

.new-iws-form-wizard_step3-table .new-iws-form-wizard_step3-table-header {
  color: #474b4f;
  font-weight: 900;
}

.new-iws-form-wizard_step3-table .new-iws-form-wizard_step3-table-header .checkbox {
  margin-left: 10px;
}

.new-iws-form-wizard_step3-table :not(.new-iws-form-wizard_step3-table-header) .new-iws-form-wizard_step3-table-cell .checkbox {
  left: 40%;
}

.new-iws-form-wizard_step3-table .new-iws-form-wizard_step3-table-row {
  padding: 12.5px !important;
  flex-wrap: nowrap !important;
  border-bottom: 1px solid #dedfdf;
  max-width: 98%;
}

.new-iws-form-wizard_step3-table .new-iws-form-wizard_step3-table-row:after {
  content: '';
  padding: 12.5px !important;
  border-bottom: 2px solid white;
  width: 119% !important;
  margin-bottom: -14px;
  min-width: 90px;
  margin-left: -70px;
}

.new-iws-form-wizard_step3-table__assessor {
  margin-left: 0px !important;
}

.new-iws-form-wizard_step3-table__assessor .new-iws-form-wizard_step3-table-remove-cell {
  justify-content: flex-end !important;
  margin-left: 10px !important;
}

.new-iws-form-wizard_step3-matrix-container::-webkit-scrollbar {
  height: 6px;
}

.new-iws-form-wizard_step3-matrix-container::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.new-iws-form-wizard_step3-matrix-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #8f9294;
}

.new-iws-form-wizard_step3-row_btn {
  width: 160px;
  height: 38px;
  color: #474b4f;
  background-color: #eeeeee !important;
  box-shadow: none !important;
  border-radius: 4px;
  font-weight: 600 !important;
  z-index: 1;
}

#new-iws-form-wizard_step3-assessors-table:after {
  content: '';
  padding-top: 12.5px !important;
  flex-wrap: nowrap !important;
  border-bottom: 1px solid white;
  width: 80%;
}

#new-iws-form-wizard_step3-assessors-table .new-iws-form-wizard_step3-table-remove-cell {
  justify-content: flex-end !important;
  margin-left: 10px !important;
  padding-left: 20px !important;
}

.add-assessor__btn {
  margin-left: 62px !important;
  margin-bottom: 24px !important;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

@media all and (min-width: 1280px) {
  .new-iws-form-wizard_step3__btn-dropdown #new-iws-form-wizard_step3-row1_assessor-select {
    margin-left: 370px;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.search-iws-template__btn {
  margin-bottom: 20px !important;
}

.iws-form-iws-template .step2__select-iws-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-left: 0px;
  flex-direction: column;
  margin-bottom: 0px;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-id-name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  height: 26px;
  justify-content: flex-start;
  align-items: center;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-id-name .step2__select-iws-list {
  display: inline-flex;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content {
  margin-top: 16px;
  margin-left: 10.5em;
  font-size: 12px !important;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content h4 {
  margin-bottom: 16px;
  font-size: 12px !important;
  display: flex;
  align-items: center;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content div {
  margin-left: 5px;
  margin-bottom: -25px;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content .machine-model__deactivated {
  color: #b0b0b0;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul {
  padding-left: 0px;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .step2__select-iws-content__machines {
  margin-bottom: 14px;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .step2__select-iws-content__machines label {
  margin-right: 24px;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 12px !important;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .step2__select-iws-content__machines label::before {
  border: 1px solid #474b4f;
  border-radius: 2px;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .step2__select-iws-content__machines:last-child {
  margin-bottom: 20px;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .wizard__sort-icons-wrapper {
  margin-right: 12px;
  display: flex;
  align-items: center;
  margin-bottom: unset;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .wizard__sort-icons-wrapper i {
  font-size: 18px;
  cursor: pointer;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .wizard__sort-icons-wrapper .iws-template-wizard__add-questions-btn {
  min-width: 100px;
  max-width: 100px;
  height: 38px;
  border-radius: 4px;
  padding: 0px !important;
  margin: 0px 120px 0px 0px;
  background-color: #f9f9f9 !important;
  border: 1px solid transparent !important;
  font-weight: 500;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .wizard__sort-icons-wrapper .iws-template-wizard__add-questions-btn:hover {
  background-color: #dedfdf !important;
  border: 1px solid #dedfdf !important;
  transition: ease-in 0.2s;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content ul .step2__select-iws-wrapper__content__element .tna-arrow-left-margin {
  margin-right: 3px !important;
}

.iws-form-iws-template .step2__select-iws-wrapper p {
  color: #00b2a9;
  margin: 0px;
  font-weight: 600;
}

.iws-form-iws-template .step2__select-iws-wrapper p:first-of-type {
  margin: 0px 32.5px 0px 14.5px;
}

.iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws__btn {
  width: 26px;
  height: 26px;
  background-color: #eeeeee !important;
  padding: 0px;
}

.iws-form-iws-template button.ui.button {
  background-color: #eeeeee !important;
  color: #474b4f !important;
}

@media all and (max-width: 1285px) {
  .iws-form-iws-template .step2__select-iws-wrapper .step2__select-iws-wrapper__content {
    margin-left: 10em;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.ssa-form-language-selector {
  position: relative;
  float: right;
  margin: 10px 0px;
  width: 10%;
  transition: transform 1s;
}

.form__all-wrapper.tna-form {
  margin-top: 0;
}

.form__all-wrapper.tna-form .form__all-wrapper__main-content {
  height: 80vh;
}

.form__all-wrapper .tna-edit-form__header__evaluation-criteria {
  margin-bottom: 20px;
  padding: 0px 24px;
  font-weight: 500;
  border: 1px solid #474b4f;
  white-space: pre-wrap;
}

.form__all-wrapper .tna-edit-form__header__evaluation-criteria .evaluation-criteria__title {
  margin-bottom: 12px;
  margin-top: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content {
  height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.form__all-wrapper .form__all-wrapper__main-content .ssa-form__returned__assessor-comments {
  border: 1px solid #dedfdf;
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ui.pointing.secondary.menu {
  border-bottom: 16px solid #ccf0ee;
  margin-bottom: 0px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ui.pointing.secondary.menu .item {
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  border: 1px solid #ccf0ee;
  color: #b0b0b0;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ui.pointing.secondary.menu .active.item,
.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .ui.pointing.secondary.menu .active.item:hover {
  background-color: #ccf0ee;
  color: #474b4f;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .copy-answer-editor {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .template__score-by-skills-table__container {
  border: 1px solid #ccf0ee;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px 20px 32px 40px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .template__score-by-skills-table__container h2 {
  margin-bottom: 12px;
  font-size: 14px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .template__score-by-skills-table__container .machine-related__score-by-skills-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  grid-template-rows: auto;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .template__score-by-skills-table__container .machine-related__score-by-skills-table.line-manager-view {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .template__score-by-skills-table__container .machine-related__score-by-skills-table input,
.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .template__score-by-skills-table__container .machine-related__score-by-skills-table input:focus {
  border-radius: 0;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .template__score-by-skills-table__container .machine-related__score-by-skills-table p {
  margin-bottom: 0px;
  font-weight: 600;
  border: 1px solid #dedfdf;
  padding: 10px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .template__score-by-skills-table__container .machine-related__score-by-skills-table p.template_comment {
  font-weight: normal !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related-section .tna-form-theoretical-btn {
  color: #00b2a9;
  border: 1px solid #00b2a9;
  background-color: white;
  margin-top: 20px;
  margin-right: 16px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related-section .tna-form-theoretical-btn:hover {
  background-color: #dedfdf;
  color: #00928a;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form-main-tabs .machine-related-section h2 {
  background-color: #00b2a933;
  padding: 8px 12px;
  width: 400px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 37px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section {
  font-size: 14px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .title {
  font-weight: bold;
  text-transform: uppercase !important;
  padding-bottom: 8.5px;
  margin-top: 20px;
  font-size: 14px;
  height: 40px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section h3 {
  font-weight: bold;
  text-transform: uppercase !important;
  border-bottom: 3px solid #eaaa00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5px;
  margin-top: 0.5px;
  font-size: 14px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .assesor__result-score-container {
  margin-top: -22px;
  margin-right: 10px;
  width: 140px;
  align-items: center !important;
  text-align: center;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .assesor__result-score-container .employee-self-text {
  margin-bottom: 6px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 140px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .assesor__result-score-container .main-tab__skill-section__score {
  margin-right: 0px !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .assesor__result-score-container .scores-list__assesor__result-score {
  margin: 0px !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__question {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__question:not(:first-of-type) {
  margin-top: 15px;
  font-weight: bold;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__scores-list {
  display: flex;
  justify-content: center;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__scores-list .scores-list__assesor__result-score {
  justify-self: flex-end !important;
  margin-left: 5%;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__scores-list .scores-list__assesor__result-score .main-tab__skill-section__score {
  margin-right: 10px;
  border-top: 4px solid #474b4f;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__poc-admin__scores-list {
  display: flex;
  justify-content: flex-end;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 21px;
  margin-right: 70px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border: 1px solid #dedfdf;
  font-size: 11px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score.active {
  border-top: 2px solid #eaaa00;
  border: 1px solid #eaaa00;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score.active .skill-section__score__number {
  background-color: #eaaa00;
  color: white;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score p {
  margin: 0px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score p:nth-child(2) {
  padding: 3px 5px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .main-tab__skill-section__score-items .main-tab__skill-section__score .skill-section__score__number {
  border-bottom: 1px solid #dedfdf;
  height: 23.5px;
  padding-top: 5px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__comments {
  width: 100%;
  min-height: 60px !important;
  height: 60px !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__assesor-comments-area {
  display: flex;
  justify-content: space-between;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__assesor-comments-area .flex-column {
  width: 48.7%;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__assesor-comments-area p {
  margin-bottom: 8px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__assesor-comments-area .skill-section__comments {
  min-width: 100%;
  min-height: 60px !important;
  height: 60px !important;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__poc-admin__comments-area {
  margin-right: -24px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__poc-admin__comments-area .flex-column {
  width: calc(33% - 24px);
  margin-right: 24px !important;
  margin-top: 10px;
}

.form__all-wrapper .form__all-wrapper__main-content .tna-form__main-tab__skill-section .skill-section__poc-admin__comments-area .skill-section__comments {
  min-height: 60px !important;
  height: 60px !important;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__all-wrapper .form__all-wrapper__footer p {
  margin-bottom: 0px;
}

.form__all-wrapper .form__all-wrapper__footer .ui.divider {
  border: 0.5px solid #474b4f;
  margin: 40.5px 0px 40.5px 0px;
}

.form__all-wrapper .form__all-wrapper__footer.tna-footer .ui.divider {
  margin: 1rem 0;
}

.form__all-wrapper .form__all-wrapper__footer .tna-edit-form__footer__text-area {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.form__all-wrapper .form__all-wrapper__footer .template-section__comments {
  width: 100%;
  min-height: 60px !important;
  height: 60px !important;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between {
  margin-top: 16px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .flex-start {
  width: 50%;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer-considerations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  width: 100%;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check {
  display: flex;
  flex: 1 1;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check:not(:last-child) {
  margin-bottom: 16px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check .ui.fitted.checkbox {
  margin-right: 12px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check .ui.fitted.checkbox label::before {
  border: 1px solid #474b4f;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check .table__tooltip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: unset;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__check .table__tooltip:hover .table__tooltip-top {
  min-width: 360px;
  padding: 2px;
  font-size: 9px;
}

.form__all-wrapper .form__all-wrapper__footer .flex-between .tna-edit-form__footer__btns {
  justify-self: flex-end;
  margin-left: 24px;
}

.form__all-wrapper .form__all-wrapper__footer .inverted-color-btn {
  font-weight: 500;
  margin-left: 16px;
}

.form__all-wrapper .form__all-wrapper__footer .white-save-btn,
.form__all-wrapper .form__all-wrapper__footer .inverted-color-btn {
  width: 100px;
  height: 36px;
}

/* purgecss end ignore */

/* purgecss start ignore */

.form__all-wrapper.tna-form .ui.accordion .title {
  padding: 0;
  background-color: #ccf0ee;
  color: #474b4f;
}

.form__all-wrapper.tna-form .ui.accordion .title i.dropdown.icon {
  vertical-align: middle;
  font-size: 2rem;
}

.form__all-wrapper .form__all-wrapper__header {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 10px;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language.flex-between {
  align-items: stretch !important;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info {
  margin-right: 1rem;
  width: 100%;
  display: flex;
  margin-top: -10px;
  flex-direction: row;
  justify-content: flex-start !important;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info:not(.ssa) {
  flex-wrap: wrap;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .functional-experts {
  display: flex;
  flex-wrap: wrap;
  max-height: 210px;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .edit-form__header__general-info__element {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 150px;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .edit-form__header__general-info__element:not(:last-child) {
  margin-right: 50px;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .edit-form__header__general-info__element h5 {
  margin-bottom: 8px;
  font-weight: 500;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .edit-form__header__general-info .edit-form__header__general-info__element p {
  font-weight: 600;
}

.form__all-wrapper .form__all-wrapper__header .edit-form__header__data-language .planit-user-dropdown-custom {
  min-width: 160px;
  max-height: 3em;
}

.form__all-wrapper .form__all-wrapper__header .header-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form__all-wrapper .form__all-wrapper__header .ui.divider {
  border: 0.5px solid #474b4f;
  margin: 10px 0px 10px 0px;
}

.ui.button.btn__check-questions {
  margin: 0.5em 0;
  align-self: flex-end;
}

.remaining-questions .remaining-questions__modal-content .item ::before {
  line-height: 1.9em;
}

.remaining-questions .remaining-questions__modal-content .remaining-item__box {
  text-align: right;
  background-color: #eee;
  padding: 4px;
  border-radius: 4px;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__all-list .remaining-questions__general-list {
  padding: 4px 0 4px 16px;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  margin-bottom: 16px;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__all-list .remaining-questions__general-list .remaining-questions__remaining-item {
  padding: 8px;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__all-list .remaining-questions__machines-list > .item {
  padding: 8px;
  border: 1px solid #c5c5c5;
  border-radius: 8px;
  margin-bottom: 16px;
}

.remaining-questions .remaining-questions__modal-content .remaining-questions__all-list .remaining-questions__machines-list > .item ::before {
  line-height: 1.8em;
}

/* purgecss end ignore */

/* purgecss start ignore */

.edit-form__title {
  font-size: 16px;
}

.form__all-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  font-size: 12px;
  max-height: 88vh;
  padding: 0px 15px !important;
}

.form__all-wrapper .scroll {
  scroll-padding: 5px !important;
}

.form__all-wrapper .scroll::-webkit-scrollbar {
  width: 6px;
}

.form__all-wrapper .scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #dfdfdf;
}

.form__all-wrapper .ui.secondary.menu .item {
  position: initial;
}

@media all and (max-height: 800px) {
  .form__all-wrapper {
    margin-top: 10px;
    padding: 0px 15px !important;
  }

  .form__all-wrapper .form__all-wrapper__header {
    margin-bottom: 20px;
  }

  .form__all-wrapper .form__all-wrapper__main-content {
    height: 50vh;
  }

  .form__all-wrapper .form__all-wrapper__footer .ui.divider {
    margin: 10px 0px 10px 0px;
  }

  .form__all-wrapper .form__all-wrapper__footer p {
    margin: 0px;
  }

  .form__all-wrapper .tna-edit-form__header__evaluation-criteria {
    margin-bottom: 5px;
  }
}

@media all and (max-width: 1300px) {
  .main-tab__skill-section__score {
    margin-right: 40px !important;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.user-modal.ui.modal {
  width: 950px !important;
  height: auto !important;
  max-height: 95vh !important;
  margin: auto !important;
}

.user-modal.ui.modal .content {
  padding: 1.5rem !important;
  height: auto !important;
  overflow-y: auto !important;
}

.user-modal.ui.modal .user-modal__wrapper {
  width: 100% !important;
  height: auto !important;
}

@media all and (max-width: 1000px) {
  .user-modal.ui.modal {
    width: 85% !important;
  }
}

@media all and (max-width: 900px) {
  .user-modal.ui.modal {
    width: 85% !important;
  }
}

.notification-settings .master-checkbox {
  font-weight: bold;
}

.notification-settings .master-checkbox .ui.checkbox label {
  font-size: 1.1em;
  color: #333;
}

.notification-settings .master-checkbox .ui.checkbox input:indeterminate ~ .box:after,
.notification-settings .master-checkbox .ui.checkbox input:indeterminate ~ label:after {
  display: none !important;
}

.notification-settings .child-checkboxes {
  padding-left: 15px;
  margin-top: 10px;
}

.notification-settings .child-checkboxes .child-checkbox .ui.checkbox label {
  font-size: 0.95em;
  color: #666;
}

.user-settings__section-label {
  background-color: #00b2a933;
  padding: 7px 16px 7px 7px;
  display: flex;
  justify-content: flex-end;
  margin-left: -1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem !important;
  width: 200px;
  font-weight: bold;
}

.user-settings__inputs-container {
  margin-bottom: 1rem !important;
  display: flex;
  flex-direction: column;
}

.user-settings__inputs-container > .user-settings_checkbox-field {
  width: 100%;
  margin-bottom: 1rem !important;
}

.user-settings__inputs-container .child-checkboxes {
  display: flex;
  flex-direction: column;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  margin-top: 0 !important;
  padding-left: 20px;
}

.user-settings__inputs-container .child-checkboxes .child-checkbox {
  width: 100%;
  margin: 0 !important;
}

.user-settings__inputs-container .user-settings_checkbox-field {
  margin: 0.25rem 0 !important;
}

.user-settings__inputs-container .user-settings_checkbox-field.inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.user-settings-page .user-settings__section-label {
  margin-left: 0 !important;
}

/* purgecss end ignore */


/*# sourceMappingURL=main.15825ad4.chunk.css.map*/