* {
  box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  background-color: #ffffff;
  letter-spacing: -0.25px;
}

.header .logo {
  display: inline-flex;
  text-decoration: none;
}

.layout {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .layout {
    flex-direction: column;
  }
}
.layout .content {
  flex: 1;
  overflow-y: auto;
  position: relative;
  padding-bottom: 60px;
}

.dashboard-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dashboard-page .page-content {
  padding: 16px 40px;
}
@media (max-width: 767px) {
  .dashboard-page .page-content {
    padding: 0 22px 20px;
  }
}
.dashboard-page .page-content .large-section {
  max-width: 480px;
}
.dashboard-page .page-content .large-section .form-group textarea, .dashboard-page .page-content .large-section .form-group input, .dashboard-page .page-content .large-section .form-group select {
  max-width: 480px;
}

.profile .dropdown-content-profile ul li button, .profile .profile-dropdown, .profile, .site-menu__item a, .modal__actions, .modal__heading, .dataTable-pagination li a, .dataTable-pagination li, .dataTable-pagination, .dataTable-top, .breadcrumbs ul, .page-title-section .buttons-wrapper, .page-title-section .title-wrapper a, .page-title-section h1, .radio-checkbox-group__inline, .tabs a, .tabs ul {
  display: flex;
  align-items: center;
}

.radio-checkbox-group__multiple-lines {
  display: flex;
  flex-direction: column;
}

.dataTable-bottom {
  display: flex;
  flex-direction: row;
}

.profile .dropdown-content-profile ul, .dataTable-pagination, .breadcrumbs ul, .tabs ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir-Medium.eot");
  src: url("/fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Avenir-Medium.svg#Avenir-Medium") format("svg"), url("/fonts/Avenir-Medium.ttf") format("truetype"), url("/fonts/Avenir-Medium.woff") format("woff"), url("/fonts/Avenir-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir-Heavy.eot");
  src: url("/fonts/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/Avenir-Heavy.svg#Avenir-Heavy") format("svg"), url("/fonts/Avenir-Heavy.ttf") format("truetype"), url("/fonts/Avenir-Heavy.woff") format("woff"), url("/fonts/Avenir-Heavy.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
/**
  Convert PX to REM based on global font size. | v1.0 | 2016
 */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, * {
  font-family: "Avenir", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: inherit;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 44px;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 42px;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
}

p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
}

.profile .dropdown-content-profile ul li button, .logout-button, .responsive-menu .button__toggle-responsive-menu, .side-menubar .header button, .modal__actions .links.close-modal-btn, .modal__heading .button__close, .flash-message button, .download-remove-file button, .download-remove-file a, .button__tertiary-light-green, .button__tertiary-red, .button__tertiary-green, .button__secondary, .button__primary {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.button {
  padding: 0 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
  border-radius: 2px;
  transition: background 0.3s ease-in-out;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  text-decoration: none;
}
.button:disabled {
  opacity: 0.4;
  cursor: initial;
}
.button.large {
  width: 100%;
  max-width: 100%;
}
.button.large.margin-bottom {
  margin-bottom: 24px;
}

.button__primary {
  background: #3A564F;
  color: #ffffff;
}
.button__primary:hover {
  background: #23342F;
}
.button__primary:active {
  background: #23342F;
}

.button__secondary {
  background: #E9EBEA;
  color: #000000;
}
.button__secondary:hover {
  background: #EBEBEB;
}
.button__secondary:active {
  background: #EBEBEB;
}

.button__tertiary-green {
  background: #ffffff;
  color: #3A564F;
  border: 1px solid #3A564F;
}
.button__tertiary-green:hover {
  background: #E9EBEA;
}
.button__tertiary-green:active {
  background: #E9EBEA;
}

.button__tertiary-red {
  background: #ffffff;
  color: #F76363;
  border: 1px solid #F76363;
}
.button__tertiary-red:hover {
  background: #FDDADA;
}
.button__tertiary-red:active {
  background: #FDDADA;
}

.button__tertiary-light-green {
  background: #ffffff;
  color: #57A88A;
  border: 1px solid #57A88A;
}
.button__tertiary-light-green:hover {
  background: #D7EAE3;
}
.button__tertiary-light-green:active {
  background: #D7EAE3;
}

.buttons-wrapper__in-row {
  margin-top: 24px;
}
.buttons-wrapper__in-row .button:last-of-type {
  margin-left: 12px;
}
.buttons-wrapper__in-row .button:first-child {
  margin-left: 0;
}
.buttons-wrapper__in-row .links {
  margin-left: 16px;
}

.margin {
  margin-bottom: 10px;
  margin-top: 24px;
}

.fields-wrapper__inline {
  display: flex;
  align-items: baseline;
  max-width: 360px;
}
.fields-wrapper__inline .form-group {
  max-width: 48%;
}
.fields-wrapper__inline .form-group + .form-group {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .fields-wrapper__inline {
    flex-direction: column;
  }
  .fields-wrapper__inline .form-group {
    max-width: 100%;
  }
  .fields-wrapper__inline .form-group + .form-group {
    margin-left: 0;
  }
}

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

.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.form-group + .form-group {
  margin-top: 16px;
}
.form-group__select-wrapper {
  position: relative;
  max-width: 360px;
}
.form-group__select-wrapper svg {
  fill: #808080;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.form-group input, .form-group select {
  height: 40px;
}
.form-group input,
.form-group textarea,
.form-group select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  width: 100%;
  max-width: 360px;
  border: 1px solid #D0D6D5;
  border-radius: 2px;
  padding: 11px 12px;
  background: none;
  color: #000000;
  letter-spacing: -0.25px;
  font-weight: 400;
  outline: none;
  transition: all 0.3s ease;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
  color: #808080;
}
.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder, .form-group select:-ms-input-placeholder {
  color: #808080;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
  color: #808080;
}
.form-group input:hover,
.form-group textarea:hover,
.form-group select:hover {
  border: 1px solid #9CABA7;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border: 1px solid #3A564F;
}
.form-group input:disabled,
.form-group textarea:disabled,
.form-group select:disabled {
  opacity: 0.64;
}
.form-group textarea {
  display: block;
  resize: none;
  min-height: 130px;
}
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
}
.form-group__error {
  text-align: left;
}
.form-group__error input, .form-group__error textarea, .form-group__error select {
  border-color: #F76363;
}
.form-group__error .error-message {
  color: #F76363;
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
}

.form-label {
  color: #808080;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  display: inline-flex;
  margin-bottom: 4px;
  font-weight: 500;
}
.form-label.disabled {
  opacity: 0.64;
}

span.info-message {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
}

.form-group__select-wrapper svg {
  fill: #808080;
  cursor: pointer;
}
.form-group__select-wrapper svg:hover {
  fill: #000000;
}

.links {
  color: #808080;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  text-decoration: underline;
}
.links svg {
  fill: #808080;
}
.links:hover {
  color: #808080;
}
.links:hover svg {
  fill: #808080;
}
.links:active {
  color: #808080;
}
.links:active svg {
  fill: #808080;
}
.links.link__with-icon {
  text-decoration: none;
}
.links.disabled {
  opacity: 0.4;
}

a.button__primary {
  text-decoration: none;
}

.download-remove-file {
  text-decoration: none;
  max-width: 360px;
  width: 100%;
  justify-content: flex-start;
  font-weight: 400;
  line-height: 16px;
  color: #282828;
  cursor: initial;
  margin-top: 12px;
  display: flex;
}
.download-remove-file svg {
  fill: #3A564F;
}
.download-remove-file svg:hover {
  fill: #000000;
}
.download-remove-file svg:first-child {
  margin-right: 6px;
}
.download-remove-file svg:last-child:not(:first-of-type) {
  margin-left: auto;
}
.download-remove-file button, .download-remove-file a {
  cursor: pointer;
  margin-left: auto;
}
.download-remove-file button svg:first-child, .download-remove-file a svg:first-child {
  margin-right: 0;
}

.tabs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.tabs ul {
  border-bottom: 1px solid #E9EBEA;
}
@media (max-width: 567px) {
  .tabs ul {
    overflow: scroll;
  }
  .tabs ul li {
    flex: 1 0 auto;
  }
}
.tabs li + li {
  margin-left: 24px;
}
.tabs a {
  padding: 13px 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #808080;
  transition: color 0.3s ease-in-out, border-bottom-color 0.3s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.tabs a.active {
  color: #3A564F;
  border-bottom-color: #3A564F;
}
.tabs a:hover {
  border-bottom-color: #808080;
}

/*** Checkbox style ***/
.control {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #000000;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control input:focus ~ .control__indicator {
  background: none;
}
.control input:checked ~ .control__indicator {
  background: #3A564F;
  border-color: #3A564F;
  border-radius: 2px;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}

.control__indicator {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 16px;
  width: 16px;
  background: none;
  border: 1px solid #D0D6D5;
  border-radius: 2px;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control--checkbox .control__indicator:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.deselect.control--checkbox {
  position: absolute;
  bottom: 70px;
  margin: 0px 16px;
}
.deselect.control--checkbox.control--checkbox .control__indicator:after {
  left: 6px;
  top: 3px;
  height: 6px;
  width: 0;
  border: 1px solid #ffffff;
  transform: rotate(90deg);
}

/*** Radio button style ***/
.control--radio .control__indicator {
  border-radius: 50%;
}
.control--radio .control__indicator:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border: 0;
}
.control--radio input:checked ~ .control__indicator {
  border-color: #3A564F;
  border-radius: 50%;
  background-color: #3A564F;
}
.control--radio input:checked ~ .control__indicator:after {
  background-color: #ffffff;
  border-radius: 50%;
}

.radio-checkbox-group__inline {
  margin-top: 15px;
}
.radio-checkbox-group__inline .control + .control {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .radio-checkbox-group__inline {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .radio-checkbox-group__inline .control + .control {
    margin-left: 0;
    margin-top: 15px;
  }
}
.radio-checkbox-group__multiple-lines .control + .control {
  margin-top: 15px;
}

.page-title-section {
  margin: 24px 0;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 567px) {
  .page-title-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-title-section h1 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: bold;
}
@media (max-width: 567px) {
  .page-title-section h1 {
    margin-bottom: 20px;
  }
}
.page-title-section .title-wrapper a {
  text-decoration: none;
  transition: color 0.3s ease-in-out, fill 0.3s ease-in-out;
  color: #626D83;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
}
.page-title-section .title-wrapper a:hover {
  color: #7986A1;
}
.page-title-section .title-wrapper a:hover svg {
  fill: #7986A1;
}
.page-title-section .title-wrapper a svg {
  fill: #626D83;
  margin-right: 4px;
}
.page-title-section .title-wrapper > a {
  margin-bottom: 10px;
}
.page-title-section .buttons-wrapper {
  margin-left: auto;
}
@media (max-width: 567px) {
  .page-title-section .buttons-wrapper {
    margin-left: 0;
  }
}
.page-title-section .buttons-wrapper .button {
  display: inline-flex;
}
.page-title-section .buttons-wrapper .button + .button {
  margin-left: 12px;
}
.page-title-section .label-item {
  margin-left: 8px;
}

.breadcrumbs {
  margin-bottom: 10px;
}
.breadcrumbs ul li + li {
  margin-left: 5px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.breadcrumbs ul li + li:before {
  content: "/";
  padding-right: 5px;
  color: #626D83;
}
.breadcrumbs ul a {
  margin-bottom: 0;
}

.subtitle-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 567px) {
  .subtitle-wrapper {
    flex-direction: column;
  }
}
.subtitle-wrapper.no-margin {
  margin: 0;
}
.subtitle-wrapper h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  color: #00050F;
  font-weight: bold;
}
.subtitle-wrapper h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 21px;
  color: #00050F;
  font-weight: 500;
}
.subtitle-wrapper .button {
  margin-left: auto;
  display: inline-flex;
  text-decoration: none;
}
.subtitle-wrapper .single-info-item {
  margin-left: auto;
  margin-bottom: 0;
  font-weight: 500;
}
.subtitle-wrapper.subtitle-with-text {
  flex-direction: column;
  max-width: 360px;
}
.subtitle-wrapper.subtitle-with-text h3 {
  margin-bottom: 4px;
}
.subtitle-wrapper.subtitle-with-text p {
  color: #808080;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
.subtitle-wrapper.subtitle-with-author {
  margin-bottom: 0px;
}
.subtitle-wrapper .buttons-wrapper {
  margin-left: auto;
}
@media (max-width: 567px) {
  .subtitle-wrapper .buttons-wrapper {
    margin-left: 0;
    margin-top: 16px;
    margin-bottom: 24px;
    width: 100%;
  }
  .subtitle-wrapper .buttons-wrapper .button {
    width: 100%;
    max-width: 100%;
  }
  .subtitle-wrapper .buttons-wrapper .button + .button {
    margin-top: 16px;
  }
}

.page-subtitle-section {
  margin-bottom: 24px;
}
.page-subtitle-section.no-margin {
  margin: 0;
}
.page-subtitle-section .empty {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #808080;
}

.flash-message {
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  max-width: 440px;
  margin-bottom: 16px;
  width: 100%;
  border: 1px solid;
  color: #fff;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.flash-message__error {
  background-color: #F76363;
}
.flash-message__error h3 {
  color: #ffffff;
}
.flash-message__error p {
  color: #ffffff;
}
.flash-message__error button svg {
  fill: #ffffff;
}
.flash-message__success {
  background-color: #57A88A;
}
.flash-message__success h3 {
  color: #ffffff;
}
.flash-message__success p {
  color: #ffffff;
}
.flash-message__success button svg {
  fill: #ffffff;
}
.flash-message__content {
  margin-left: 12px;
  margin-right: auto;
}
.flash-message__content h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
.flash-message__content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 400;
}
.flash-message__icon {
  position: relative;
  top: 3px;
  flex: none;
}
.flash-message.hide {
  display: none;
}
.flash-message button {
  display: inline-flex;
  position: relative;
  top: 6px;
}
.flash-message button svg {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.flash-message button:hover svg {
  opacity: 0.7;
}

.table-with-form {
  position: relative;
}

.table-with-form .data-table {
  margin-bottom: 16px;
}

.data-table {
  margin-bottom: 24px;
}

.dataTable-info {
  color: #808080;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
}

.dataTable-top {
  padding-bottom: 24px;
}
.dataTable-top .heading__wrapper {
  margin-bottom: 0;
}
.dataTable-top .dataTable-search {
  margin-left: auto;
  position: relative;
}
.dataTable-top .dataTable-search:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/images/icon-search@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
}
.dataTable-top .dataTable-search input {
  border: 1px solid #323547;
  border-radius: 4px;
  background-color: transparent;
  padding: 8px 30px 8px 12px;
  color: #000000;
}

.dataTable-bottom {
  justify-content: flex-end;
  align-items: center;
}

.dataTable-pagination {
  margin-left: 24px;
}
.dataTable-pagination li {
  height: 26px;
  width: 22px;
  max-width: 22px;
  justify-content: center;
  margin-left: 4px;
}
.dataTable-pagination li:not(:first-child):not(:last-child) {
  border-right: 0;
}
.dataTable-pagination li:not(:first-child):not(:last-child):hover a {
  color: #000000;
  font-weight: 500;
}
.dataTable-pagination li:not(:first-child):not(:last-child).active {
  background: #000000;
}
.dataTable-pagination li:not(:first-child):not(:last-child).active a {
  color: #ffffff;
}
.dataTable-pagination li:not(:first-child):not(:last-child).active a:hover {
  color: #ffffff;
}
.dataTable-pagination li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #808080;
  font-weight: 500;
}
.dataTable-pagination li:first-child a, .dataTable-pagination li:last-child a {
  align-items: baseline;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 22px;
  color: #B3B6C8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.dataTable-pagination li:first-child a:hover, .dataTable-pagination li:last-child a:hover {
  color: #000000;
}

.asc .dataTable-sorter::after,
.desc .dataTable-sorter::before {
  opacity: 0.48;
}

.asc .dataTable-sorter::before,
.desc .dataTable-sorter::after {
  opacity: 0;
}

.dataTable-sorter {
  position: relative;
}
.dataTable-sorter::before, .dataTable-sorter::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: -15px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  opacity: 0.48;
}
.dataTable-sorter::before {
  border-top: 4px solid #9396AF;
  bottom: 2px;
}
.dataTable-sorter::after {
  border-bottom: 4px solid #9396AF;
  border-top: 4px solid transparent;
  top: -2px;
}

@media (max-width: 1023px) {
  .dataTable-container {
    overflow-x: scroll;
  }
  .dataTable-container .dataTable-table {
    min-width: 800px;
  }
}
@media (max-width: 1023px) {
  .table-wrapper {
    overflow-x: scroll;
  }
}

.table-with-modal.clickable-tr tbody tr {
  cursor: pointer;
}
.table-with-modal.clickable-tr tbody tr:hover td:first-child {
  text-decoration: underline;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px;
}
@media (max-width: 1023px) {
  .table {
    min-width: 720px;
  }
}
.table tr th {
  background-color: #F2F2F2;
  text-align: left;
  color: #808080;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  text-transform: uppercase;
  padding: 9px 16px;
}
.table tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.table tr th:last-child {
  border-radius: 0 4px 4px 0;
}
.table tr th.small-width {
  width: 150px !important;
}
.table tr th a {
  color: #808080;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}
.table tr td {
  border-bottom: 1px solid #E9EBEA;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #808080;
  padding: 19px 16px;
}
.table tr td a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
.table tr td a:hover {
  text-decoration: underline;
}
.table tr td.position {
  color: #000000;
  font-weight: 500;
}
.table tr td .answer-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.table tr td .answer-item svg {
  margin-right: 6px;
}
.table tr td.activity-action a {
  color: #000000;
  font-weight: 400;
}
.table tr td.activity-action a span {
  font-weight: 500;
}
.table tr td.value-measured {
  font-weight: bold;
  color: #000000;
}
.table tr td.value-measured span {
  font-weight: 400;
  color: #808080;
  padding-left: 4px;
}

.align-right {
  text-align: right !important;
}

.align-top {
  vertical-align: top;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  overflow: auto;
  background-color: rgba(0, 5, 15, 0.24);
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  /* Animation */
}
.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  margin: auto;
  border-radius: 4px;
  background-color: #ffffff;
}
.modal.show-modal {
  z-index: 2;
  display: flex;
}
.modal__heading {
  margin-bottom: 24px;
}
.modal__heading h4 {
  color: #000000;
  font-weight: bold;
}
.modal__heading .button__close {
  margin-left: auto;
}
.modal__heading .button__close svg {
  fill: #808080;
  width: 16px;
  height: 16px;
  vertical-align: top;
}
.modal__heading .button__close svg:hover {
  fill: #000000;
}
.modal__content {
  margin-bottom: 32px;
  color: #808080;
}
.modal__content .small-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 24px;
}
.modal__content input, .modal__content textarea, .modal__content .fields-wrapper__inline {
  max-width: 100%;
}
.modal__actions {
  justify-content: flex-end;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal .error-message-box {
  display: none;
}
.modal .radio-checkbox-group__inline {
  margin-top: 0;
}

.side-menubar {
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 767px) {
  .side-menubar {
    display: none;
  }
}
.side-menubar h2 {
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.side-menubar .header {
  margin: 0 16px;
  padding: 24px 0;
  border-bottom: 1px solid #D0D6D5;
  display: flex;
  align-items: center;
}
.side-menubar .header button {
  display: none;
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .side-menubar .header button {
    display: block;
    transition: all 0.3s ease;
  }
  .side-menubar .header button svg {
    fill: #808080;
  }
  .side-menubar .header button svg:hover {
    fill: #000000;
  }
}
.side-menubar .logo {
  position: relative;
  padding-left: 6px;
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}
.side-menubar h2 {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  color: #808080;
  padding: 24px 16px 0;
  min-height: 56px;
  font-weight: bold;
  letter-spacing: 0.25px;
}
.side-menubar.responsive h2,
.side-menubar.responsive .site-menu__item span,
.side-menubar.responsive .profile-dropdown h3,
.side-menubar.responsive .profile-dropdown .dropdown-icon-arrow {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.side-menubar.responsive .site-menu__item span {
  transition-delay: 0s;
}
.side-menubar.responsive .logo {
  opacity: 0;
  transform: translateX(-65px);
}
.side-menubar.responsive .button__toggle-sidemenu {
  transform: translateX(-38px) rotate(180deg);
}
.side-menubar.responsive .profile > div:first-child {
  width: auto;
}
@media (max-width: 1023px) {
  .side-menubar {
    transition: max-width 0.3s ease-in-out;
  }
}
.side-menubar.responsive {
  max-width: 44px;
}
.side-menubar.responsive .site-menu a {
  padding: 0 10px;
}

.site-menu {
  list-style: none;
  padding: 24px 0 12px;
}
.site-menu__item {
  min-height: 52px;
}
.site-menu__item a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  color: #808080;
  padding: 0 16px;
  min-height: 44px;
  font-weight: 500;
  border-left: 3px solid transparent;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
  text-decoration: none;
}
.site-menu__item a.active {
  border-left-color: #000000;
  color: #000000;
}
.site-menu__item a.active svg {
  fill: #000000;
}
.site-menu__item a:hover {
  background-color: #EBEBEB;
}
.site-menu__item a svg {
  fill: #808080;
  transition: fill 0.4s ease-in-out;
  flex-shrink: 0;
}
.site-menu__item a span {
  margin-left: 16px;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.3s;
}

.responsive-menu {
  display: none;
}
.responsive-menu__wrapper {
  display: none;
}
.responsive-menu__wrapper form {
  border-top: 1px solid #E6E8EB;
  margin: 0 22px;
}
.responsive-menu .site-menu__item a {
  padding: 0 21px;
}
@media (max-width: 767px) {
  .responsive-menu {
    display: flex;
    align-items: center;
    padding: 12px 22px;
    border-bottom: 1px solid #E6E8EB;
  }
}
.responsive-menu .button__toggle-responsive-menu {
  margin-right: auto;
  display: flex;
  z-index: 10;
}
.responsive-menu .button__toggle-responsive-menu svg {
  fill: #626D83;
}
.responsive-menu .icon-close {
  display: none;
}
.responsive-menu.responsive .responsive-menu__wrapper {
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  padding-top: 60px;
}
.responsive-menu.responsive .icon-close {
  display: block;
}
.responsive-menu.responsive .icon-menu {
  display: none;
}

.logout-button {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 600;
  color: #626D83;
  padding: 20px 0;
}

.profile {
  flex: 1;
  align-items: flex-end;
  padding-bottom: 12px;
}
.profile h2 {
  padding: 16px 16px 0;
  min-height: 42px;
}
.profile > div:first-child {
  width: 100%;
}
.profile .profile-dropdown {
  outline: 0;
  cursor: pointer;
  position: relative;
  background: none;
  border: 0;
  padding: 14px 16px;
}
.profile .profile-dropdown h3 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 500;
  margin-right: 5px;
  color: #808080;
  text-transform: capitalize;
  margin-left: 12px;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.profile .profile-dropdown .dropdown-icon-arrow {
  fill: #808080;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  margin-left: auto;
}
.profile .profile-dropdown:hover {
  background-color: #EBEBEB;
}
.profile .profile-dropdown:hover .dropdown-icon-arrow {
  fill: #000000;
}
.profile .dropdown {
  position: relative;
  display: inline-block;
}
.profile .dropdown-content-profile {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #D2D5D9;
  width: 208px;
  border-radius: 4px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -58px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.profile .dropdown-content-profile ul li button {
  padding: 13px 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  width: 100%;
  transition: all 0.3s ease;
  color: #00050F;
}
.profile .show.profile-dropdown {
  background-color: #EBEBEB;
}
.profile .show .dropdown-content-profile {
  display: block;
}
.profile .show.profile-dropdown svg.dropdown-icon-arrow {
  transform: rotate(90deg);
}

body {
  margin: 0;
}

.auth {
  background: #E5E5E5;
  padding-top: 128px;
}
.auth__container {
  box-shadow: 0 1px 4px 0 rgba(21, 34, 50, 0.08);
  background: #ffffff;
  border-radius: 4px;
  padding: 32px 24px 20px;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}
.auth__container h3 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  color: #000000;
  margin: 16px 0 5px;
}
.auth__container p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #808080;
  text-align: center;
  margin-top: 5px;
}
.auth form {
  width: 100%;
  max-width: 352px;
  margin-top: 27px;
}
.auth form button {
  margin-top: 24px;
  width: 100%;
}
.auth form input {
  max-width: 352px;
}
.auth .success-reset-password {
  width: 100%;
  max-width: 295px;
  text-align: center;
  margin: auto;
}
.auth .success-reset-password h4 {
  font-weight: bold;
  margin-top: 32px;
  color: #ffffff;
}
