/**
 * Clay 3.108.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.108.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css?t=1765824953252");
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(/o/classic-theme/images/states/success_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

:root {
  /* Fonts */
  --display-2-xl-regular: 400 72px/90px "Roboto", sans-serif;
  --display-2-xl-medium: 500 72px/90px "Roboto", sans-serif;
  --display-2-xl-semibold: 600 72px/90px "Roboto", sans-serif;
  --display-2-xl-bold: 700 72px/90px "Roboto", sans-serif;
  --displayxl-regular: 400 60px/72px "Roboto", sans-serif;
  --displayxl-medium: 500 60px/72px "Roboto", sans-serif;
  --displayxl-semibold: 600 60px/72px "Roboto", sans-serif;
  --displayxl-bold: 700 60px/72px "Roboto", sans-serif;
  --displaylg-regular: 400 48px/60px "Roboto", sans-serif;
  --displaylg-medium: 500 48px/60px "Roboto", sans-serif;
  --displaylg-semibold: 600 48px/60px "Roboto", sans-serif;
  --displaylg-bold: 700 48px/60px "Roboto", sans-serif;
  --displaymd-regular: 400 36px/44px "Roboto", sans-serif;
  --displaymd-medium: 500 36px/44px "Roboto", sans-serif;
  --displaymd-semibold: 600 36px/44px "Roboto", sans-serif;
  --displaymd-bold: 700 36px/44px "Roboto", sans-serif;
  --displaysm-regular: 400 30px/38px "Roboto", sans-serif;
  --displaysm-medium: 500 30px/38px "Roboto", sans-serif;
  --displaysm-semibold: 600 30px/38px "Roboto", sans-serif;
  --displaysm-bold: 700 30px/38px "Roboto", sans-serif;
  --displaysm-mediumitalic: 500 italic 30px/44px "Roboto", sans-serif;
  --displayxs-regular: 400 24px/32px "Roboto", sans-serif;
  --displayxs-medium: 500 24px/32px "Roboto", sans-serif;
  --displayxs-semibold: 600 24px/32px "Roboto", sans-serif;
  --displayxs-bold: 700 24px/32px "Roboto", sans-serif;
  --displayxs-mediumitalic: 500 italic 24px/36px "Roboto", sans-serif;
  --textxl-regular: 400 20px/30px "Roboto", sans-serif;
  --textxl-medium: 500 20px/30px "Roboto", sans-serif;
  --textxl-semibold: 600 20px/30px "Roboto", sans-serif;
  --textxl-bold: 700 20px/30px "Roboto", sans-serif;
  --textxl-regularitalic: 400 italic 20px/30px "Roboto", sans-serif;
  --textxl-mediumitalic: 500 italic 20px/30px "Roboto", sans-serif;
  --textxl-semibolditalic: 600 italic 20px/30px "Inter", sans-serif;
  --textxl-bolditalic: 700 italic 20px/30px "Roboto", sans-serif;
  --textxl-regularunderlined: 400 20px/30px "Roboto", sans-serif;
  --textlg-regular: 400 18px/28px "Roboto", sans-serif;
  --textlg-medium: 500 18px/28px "Roboto", sans-serif;
  --textlg-semibold: 600 18px/28px "Roboto", sans-serif;
  --textlg-bold: 700 18px/28px "Roboto", sans-serif;
  --textlg-regularitalic: 400 italic 18px/28px "Roboto", sans-serif;
  --textlg-mediumitalic: 500 italic 18px/28px "Roboto", sans-serif;
  --textlg-semibolditalic: 600 italic 18px/28px "Inter", sans-serif;
  --textlg-bolditalic: 700 italic 18px/28px "Roboto", sans-serif;
  --textlg-regularunderlined: 400 18px/28px "Roboto", sans-serif;
  --textlg-mediumunderlined: 500 18px/28px "Roboto", sans-serif;
  --textmd-regular: 400 16px/24px "Roboto", sans-serif;
  --textmd-medium: 500 16px/24px "Roboto", sans-serif;
  --textmd-semibold: 600 16px/24px "Roboto", sans-serif;
  --textmd-bold: 700 16px/24px "Roboto", sans-serif;
  --textmd-regularitalic: 400 italic 16px/24px "Roboto", sans-serif;
  --textmd-mediumitalic: 500 italic 16px/24px "Roboto", sans-serif;
  --textmd-semibolditalic: 600 italic 16px/24px "Inter", sans-serif;
  --textmd-bolditalic: 700 italic 16px/24px "Roboto", sans-serif;
  --textmd-regularunderlined: 400 16px/24px "Roboto", sans-serif;
  --textmd-mediumunderlined: 500 16px/24px "Roboto", sans-serif;
  --textsm-regular: 400 14px/20px "Roboto", sans-serif;
  --textsm-medium: 500 14px/20px "Roboto", sans-serif;
  --textsm-semibold: 600 14px/20px "Roboto", sans-serif;
  --textsm-bold: 700 14px/20px "Roboto", sans-serif;
  --textsm-regularunderlined: 400 14px/20px "Roboto", sans-serif;
  --textsm-mediumunderlined: 500 14px/20px "Roboto", sans-serif;
  --textxs-regular: 400 12px/18px "Roboto", sans-serif;
  --textxs-medium: 500 12px/18px "Roboto", sans-serif;
  --textxs-semibold: 600 12px/18px "Roboto", sans-serif;
  --textxs-bold: 700 12px/18px "Roboto", sans-serif;
  /* Effects */
  --focusring-4-pxprimary-100-box-shadow: 0px 0px 0px 4px rgba(235, 241, 243, 1);
  --focusring-4-pxgray-100-box-shadow: 0px 0px 0px 4px rgba(242, 244, 247, 1);
  --focusring-4-pxerror-100-box-shadow: 0px 0px 0px 4px rgba(254, 228, 226, 1);
  --focusring-4-pxgray-500-box-shadow: 0px 0px 0px 4px rgba(102, 112, 133, 1);
  --focusring-4-pxprimary-500-box-shadow: 0px 0px 0px 4px rgba(208, 217, 223, 1);
  --shadow-xs-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --shadow-xsfocused-4-pxprimary-100-box-shadow: 0px 0px 0px 4px
  	rgba(230, 234, 237, 1),
    0px 1px 2px 0px rgba(208, 213, 221, 1);
  --shadow-xsfocused-4-pxgray-100-box-shadow: 0px 0px 0px 4px
  	rgba(242, 244, 247, 1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --shadow-xsfocused-4-pxerror-100-box-shadow: 0px 0px 0px 4px
  	rgba(254, 228, 226, 1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  --shadow-sm-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --shadow-smfocused-4-pxprimary-100-box-shadow: 0px 0px 0px 4px
  	rgba(244, 235, 255, 1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --shadow-smfocused-4-pxgray-100-box-shadow: 0px 0px 0px 4px
  	rgba(242, 244, 247, 1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.06),
    0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  --shadow-md-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
    0px 4px 8px -2px rgba(16, 24, 40, 0.1);
  --shadow-lg-box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03),
    0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  --shadow-xl-box-shadow: 0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
  --shadow-2-xl-box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
  --shadow-3-xl-box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
  --shadow-portfoliomockup-maincentremd-box-shadow: 0px 75px 150px 0px
    rgba(52, 64, 84, 0.14);
  --shadow-portfoliomockup-maincentrelg-box-shadow: 0px 100px 200px 0px
    rgba(52, 64, 84, 0.18);
  --shadow-portfoliomockup-overlayrightlg-box-shadow: -100px 100px 150px 0px
    rgba(52, 64, 84, 0.12);
  --shadow-portfoliomockup-overlayleftlg-box-shadow: 100px 100px 150px 0px
    rgba(52, 64, 84, 0.12);
  --shadow-portfoliomockup-gridshadowmd-box-shadow: 32px 32px 64px 0px
    rgba(52, 64, 84, 0.08);
  --backgroundblur-sm-backdrop-filter: blur(4px);
  --backgroundblur-md-backdrop-filter: blur(8px);
  --backgroundblur-lg-backdrop-filter: blur(12px);
  --backgroundblur-xl-backdrop-filter: blur(20px);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  color: var(--gray-600);
  background-color: var(--background-color);
}

a:focus {
  outline: none;
}

figcaption {
  font-style: italic;
  padding: 4px 0;
  font-weight: 300;
  font-size: 0.875rem;
}

cite {
  border-left: 2px solid var(--primary-700);
  padding-left: 30px;
  font: var(--displayxs-mediumitalic);
  display: block;
  margin: 30px 0;
}

/* For Webkit-based browsers (Chrome, Safari and Opera) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* For IE, Edge and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#wrapper #content-wrapper {
  background-color: #fff;
  width: 100%;
}
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

.container,
.container-fluid {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 46px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: #343a40;
}
.scroll-to-top i {
  font-weight: 800;
}

.no-wrap {
  white-space: nowrap;
}

.obj-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.obj-fit-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.obj-fit-fill {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.upload-list-item {
  color: var(--gray-600);
}

.gap-6 {
  gap: 6px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-36 {
  gap: 36px;
}

.whitespace-nowrap {
  white-space: nowrap;
}

@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animated--grow-in {
  animation-name: growIn;
  animation-duration: 200ms;
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated--fade-in {
  animation-name: fadeIn;
  animation-duration: 200ms;
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.bg-gray-100 {
  color: var(--gray-100) !important;
}

.bg-gray-200 {
  color: var(--gray-200) !important;
}

.bg-gray-300 {
  color: var(--gray-300) !important;
}

.bg-gray-400 {
  color: var(--gray-400) !important;
}

.bg-gray-500 {
  color: var(--gray-500) !important;
}

.bg-gray-600 {
  color: var(--gray-600) !important;
}

.bg-gray-700 {
  color: var(--gray-700) !important;
}

.bg-gray-800 {
  color: var(--gray-800) !important;
}

.bg-gray-900 {
  color: var(--gray-900) !important;
}

.o-hidden {
  overflow: hidden !important;
}

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

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

.g-0 {
  gap: 0;
}

.g-1, .gx-1 {
  gap: 0 0.25rem;
}

.g-1, .gy-1 {
  gap: 0.25rem 0;
}

.g-2, .gx-2 {
  gap: 0.5rem;
}

.g-2, .gy-2 {
  gap: 0.5rem;
}

.g-3, .gx-3 {
  gap: 1rem;
}

.g-3, .gy-3 {
  gap: 1rem;
}

.g-4, .gx-4 {
  gap: 1.5rem;
}

.g-4, .gy-4 {
  gap: 1.5rem;
}

.g-5, .gx-5 {
  gap: 2rem;
}

.g-5, .gy-5 {
  gap: 2rem;
}

.g-6, .gx-6 {
  gap: 2.5rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1;
  color: var(--gray-900);
}

h1, .h1 {
  font-size: calc(1.369140625rem + 1.4296875vw);
  line-height: 1.3;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.953125rem;
  }
}
h2, .h2 {
  font-size: calc(1.3203125rem + 0.84375vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.953125rem;
  }
}
h3, .h3 {
  font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}
h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-xs {
  font-size: 0.7rem;
}

.text-sm {
  font-size: 1.2rem;
}

.text-md {
  font-size: 1.4rem;
}

.text-lg {
  font-size: 1.875rem;
}

.text-gray-100 {
  color: var(--gray-100) !important;
}

.text-gray-200 {
  color: var(--gray-200) !important;
}

.text-gray-300 {
  color: var(--gray-300) !important;
}

.text-gray-400 {
  color: var(--gray-400) !important;
}

.text-gray-500 {
  color: var(--gray-500) !important;
}

.text-gray-600 {
  color: var(--gray-600) !important;
}

.text-gray-700 {
  color: var(--gray-700) !important;
}

.text-gray-800 {
  color: var(--gray-800) !important;
}

.text-gray-900 {
  color: var(--gray-900) !important;
}

.subheading {
  color: var(--primary-800, #31576f);
  font: var(--textmd-semibold, 600 16px/24px "Roboto", sans-serif);
  margin-bottom: 8px;
  display: block;
}

.supporting-text {
  font: var(--textxl-regular, 400 20px/30px "Roboto", sans-serif);
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-policy-div a {
  color: #254355;
  text-decoration: underline;
}

.progress-sm {
  height: 0.5rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary);
  transition: width 0.6s ease;
}

.rotate-15 {
  transform: rotate(15deg);
}

.rotate-n-15 {
  transform: rotate(-15deg);
}

:root {
  /* Colors */
  --base-white: #ffffff;
  --base-black: #000000;
  --gray-25: #fcfcfd;
  --gray-50: #f9fafb;
  --gray-100: #f2f4f7;
  --gray-200: #eaecf0;
  --gray-300: #d0d5dd;
  --gray-400: #98a2b3;
  --gray-500: #667085;
  --gray-600: #475467;
  --gray-700: #344054;
  --gray-800: #1d2939;
  --gray-900: #101828;
  --primary-25: #fcfaff;
  --primary-50: #ebf1f3;
  --primary-100: #e6eaed;
  --primary-200: #d0d9df;
  --primary-300: #a5b5c1;
  --primary-400: #90a3b1;
  --primary-500: #7e94a4;
  --primary-600: #6b8496;
  --primary-700: #577589;
  --primary-800: #31576f;
  --primary-900: #254355;
  --primary: #254355;
  --error-25: #fffbfa;
  --error-50: #fef3f2;
  --error-100: #fee4e2;
  --error-200: #fecdca;
  --error-300: #fda29b;
  --error-400: #f97066;
  --error-500: #f04438;
  --error-600: #d92d20;
  --error-700: #b42318;
  --error-800: #912018;
  --error-900: #7a271a;
  --orange-warning-25: #fffcf5;
  --orange-warning-100: #f6ebd9;
  --orange-warning-200: #f2e1c7;
  --orange-warning-300: #edd4b0;
  --orange-warning-400: #e8c99a;
  --orange-warning-500: #e4be86;
  --orange-warning-600: #dfb374;
  --orange-warning-700: #dba962;
  --orange-warning-800: #d79e4e;
  --orange-warning-900: #d3953c;
  --orange-warning-1000: #cf8c2c;
  --success-25: #f6fef9;
  --success-50: #ecfdf3;
  --success-100: #d1fadf;
  --success-200: #a6f4c5;
  --success-300: #6ce9a6;
  --success-400: #32d583;
  --success-500: #12b76a;
  --success-600: #039855;
  --success-700: #027a48;
  --success-800: #05603a;
  --success-900: #054f31;
  --cyan-25: #fcfcfd;
  --cyan-50: #ebf1f3;
  --cyan-100: #e6eaed;
  --cyan-200: #d0d9df;
  --cyan-300: #a5b5c1;
  --cyan-400: #90a3b1;
  --cyan-500: #7e94a4;
  --cyan-600: #84a9b9;
  --cyan-700: #739daf;
  --cyan-800: #6392a6;
  --cyan-900: #52879d;
  --grayneutral-25: #fcfcfd;
  --grayneutral-50: #f9fafb;
  --grayneutral-100: #f3f4f6;
  --grayneutral-200: #e5e7eb;
  --grayneutral-300: #d2d6db;
  --grayneutral-400: #9da4ae;
  --grayneutral-500: #6c737f;
  --grayneutral-600: #4d5761;
  --grayneutral-700: #384250;
  --grayneutral-800: #1f2a37;
  --grayneutral-900: #111927;
  --grayiron-25: #fcfcfc;
  --grayiron-50: #fafafa;
  --grayiron-100: #f4f4f5;
  --grayiron-200: #e4e4e7;
  --grayiron-300: #d1d1d6;
  --grayiron-400: #a0a0ab;
  --grayiron-500: #70707b;
  --grayiron-600: #51525c;
  --grayiron-700: #3f3f46;
  --grayiron-800: #26272b;
  --grayiron-900: #18181b;
  --graytrue-25: #fcfcfc;
  --graytrue-50: #fafafa;
  --graytrue-100: #f5f5f5;
  --graytrue-200: #e5e5e5;
  --graytrue-300: #d6d6d6;
  --graytrue-400: #a3a3a3;
  --graytrue-500: #737373;
  --graytrue-600: #525252;
  --graytrue-700: #424242;
  --graytrue-800: #292929;
  --graytrue-900: #141414;
  --graywarm-25: #fdfdfc;
  --graywarm-50: #fafaf9;
  --graywarm-100: #f5f5f4;
  --graywarm-200: #e7e5e4;
  --graywarm-300: #d7d3d0;
  --graywarm-400: #a9a29d;
  --graywarm-500: #79716b;
  --graywarm-600: #57534e;
  --graywarm-700: #44403c;
  --graywarm-800: #292524;
  --graywarm-900: #1c1917;
  --green-25: #eef0e9;
  --green-50: #e0e5d8;
  --green-100: #d0d6c4;
  --green-200: #d0d5c3;
  --green-300: #bdc4ac;
  --green-400: #abb496;
  --green-500: #99a381;
  --green-600: #89946e;
  --green-700: #7a865d;
  --green-800: #6b784e;
  --green-900: #586b3f;
  --gradient-gray-600-500-90-deg: linear-gradient(
    90deg,
    rgba(71, 84, 103, 1) 0%,
    rgba(102, 112, 133, 1) 100%
  );
  --gradient-gray-700-600-45-deg: linear-gradient(
    45deg,
    rgba(52, 64, 84, 1) 0%,
    rgba(71, 84, 103, 1) 100%
  );
  --gradient-gray-800-600-45-deg: linear-gradient(
    45deg,
    rgba(29, 41, 57, 1) 0%,
    rgba(71, 84, 103, 1) 100%
  );
  --gradient-gray-800-600-90-deg: linear-gradient(
    63.44deg,
    rgba(29, 41, 57, 1) 0%,
    rgba(71, 84, 103, 1) 100%
  );
  --gradient-gray-800-700-26-5-deg: linear-gradient(
    26.57deg,
    rgba(29, 41, 57, 1) 0%,
    rgba(52, 64, 84, 1) 100%
  );
  --gradient-gray-900-600-45-deg: linear-gradient(
    45deg,
    rgba(16, 24, 40, 1) 0%,
    rgba(71, 84, 103, 1) 100%
  );
  --gradient-primary-600-500-90-deg: linear-gradient(
    90deg,
    rgba(127, 86, 217, 1) 0%,
    rgba(158, 119, 237, 1) 100%
  );
  --gradient-primary-700-600-45-deg: linear-gradient(
    45deg,
    rgba(105, 65, 198, 1) 0%,
    rgba(127, 86, 217, 1) 100%
  );
  --gradient-primary-800-600-45-deg: linear-gradient(
    45deg,
    rgba(83, 56, 158, 1) 0%,
    rgba(127, 86, 217, 1) 100%
  );
  --gradient-primary-800-600-90-deg: linear-gradient(
    63.44deg,
    rgba(83, 56, 158, 1) 0%,
    rgba(127, 86, 217, 1) 100%
  );
  --gradient-primary-800-700-26-5-deg: linear-gradient(
    26.57deg,
    rgba(83, 56, 158, 1) 0%,
    rgba(105, 65, 198, 1) 100%
  );
  --gradient-primary-900-600-45-deg: linear-gradient(
    45deg,
    rgba(71, 84, 103, 1) 0%,
    rgba(87, 117, 137, 1) 100%
  );
  --avatarusersquare-olivia-rhye: undefined;
  --avatarusersquare-olivia-rhye-colorbackground: linear-gradient(
    to left,
    #c7b9da,
    #c7b9da
  );
  --avatarusersquare-phoenix-baker: undefined;
  --avatarusersquare-phoenix-baker-colorbackground: linear-gradient(
    to left,
    #aa9c75,
    #aa9c75
  );
  --avatarusersquare-lana-steiner: undefined;
  --avatarusersquare-lana-steiner-colorbackground: linear-gradient(
    to left,
    #d4b5ad,
    #d4b5ad
  );
  --avatarusersquare-demi-wilkinson: undefined;
  --avatarusersquare-demi-wilkinson-colorbackground: linear-gradient(
    to left,
    #bea887,
    #bea887
  );
  --avatarusersquare-candice-wu: undefined;
  --avatarusersquare-candice-wu-colorbackground: linear-gradient(
    to left,
    #a2a8cd,
    #a2a8cd
  );
  --avatarusersquare-natali-craig: undefined;
  --avatarusersquare-natali-craig-colorbackground: linear-gradient(
    to left,
    #d1baa9,
    #d1baa9
  );
  --avatarusersquare-drew-cano: undefined;
  --avatarusersquare-drew-cano-colorbackground: linear-gradient(
    to left,
    #d1dfc3,
    #d1dfc3
  );
  --avatarusersquare-orlando-diggs: undefined;
  --avatarusersquare-orlando-diggs-colorbackground: linear-gradient(
    to left,
    #cfc3a7,
    #cfc3a7
  );
  --avatarusersquare-andi-lane: undefined;
  --avatarusersquare-andi-lane-colorbackground: linear-gradient(
    to left,
    #d2c7ac,
    #d2c7ac
  );
  --avatarusersquare-kate-morrison: undefined;
  --avatarusersquare-kate-morrison-colorbackground: linear-gradient(
    to left,
    #dbc0dd,
    #dbc0dd
  );
  --avatarusersquare-koray-okumus: undefined;
  --avatarusersquare-koray-okumus-colorbackground: linear-gradient(
    to left,
    #d4b2af,
    #d4b2af
  );
  --avatarusersquare-ava-wright: undefined;
  --avatarusersquare-ava-wright-colorbackground: linear-gradient(
    to left,
    #c9ba9c,
    #c9ba9c
  );
  --avatarusersquare-eve-leroy: undefined;
  --avatarusersquare-eve-leroy-colorbackground: linear-gradient(
    to left,
    #dab9bb,
    #dab9bb
  );
  --avatarusersquare-zahir-mays: undefined;
  --avatarusersquare-zahir-mays-colorbackground: linear-gradient(
    to left,
    #c3c7df,
    #c3c7df
  );
  --avatarusersquare-joshua-wilson: undefined;
  --avatarusersquare-joshua-wilson-colorbackground: linear-gradient(
    to left,
    #d2dbbd,
    #d2dbbd
  );
  --avatarusersquare-rene-wells: undefined;
  --avatarusersquare-rene-wells-colorbackground: linear-gradient(
    to left,
    #dfcc9f,
    #dfcc9f
  );
  --avatarusersquare-lori-bryson: undefined;
  --avatarusersquare-lori-bryson-colorbackground: linear-gradient(
    to left,
    #d9b9bb,
    #d9b9bb
  );
  --avatarusersquare-anaiah-whitten: undefined;
  --avatarusersquare-anaiah-whitten-colorbackground: linear-gradient(
    to left,
    #ccc0dd,
    #ccc0dd
  );
  --avatarusersquare-noah-pierre: undefined;
  --avatarusersquare-noah-pierre-colorbackground: #d4afbe;
  --avatarusersquare-katherine-moss: undefined;
  --avatarusersquare-katherine-moss-colorbackground: linear-gradient(
    to left,
    #a2a8cd,
    #a2a8cd
  );
  --avatarusersquare-mollie-hall: undefined;
  --avatarusersquare-mollie-hall-colorbackground: linear-gradient(
    to left,
    #cb9fa2,
    #cb9fa2
  );
  --avatarusersquare-eduard-franz: undefined;
  --avatarusersquare-eduard-franze-colorbackground: linear-gradient(
    to left,
    #dbd0bd,
    #dbd0bd
  );
  --avatarusersquare-alec-whitten: undefined;
  --avatarusersquare-alec-whitten-colorbackground: linear-gradient(
    to left,
    #abb677,
    #abb677
  );
  --avatarusersquare-eva-bond: undefined;
  --avatarusersquare-eva-bond-colorbackground: linear-gradient(
    to left,
    #dbc0dd,
    #dbc0dd
  );
  --avatarusersquare-sophia-perez: undefined;
  --avatarusersquare-sophia-perez-colorbackground: linear-gradient(
    to left,
    #b6cdd8,
    #b6cdd8
  );
  --avatarusersquare-lyle-kauffman: undefined;
  --avatarusersquare-lyle-kauffman-colorbackground: linear-gradient(
    to left,
    #d2b1ac,
    #d2b1ac
  );
  --avatarusersquare-kelly-williams: undefined;
  --avatarusersquare-kelly-williams-colorbackground: linear-gradient(
    to left,
    #d8c7b6,
    #d8c7b6
  );
  --avatarusersquare-lucy-bond: undefined;
  --avatarusersquare-lucy-bond-colorbackground: linear-gradient(
    to left,
    #dbc0dd,
    #dbc0dd
  );
  --avatarusersquare-alisa-hester: undefined;
  --avatarusersquare-alisa-hester-colorbackground: linear-gradient(
    to left,
    #d4afbd,
    #d4afbd
  );
  --avatarusersquare-rosalee-melvin: undefined;
  --avatarusersquare-rosalee-melvin-colorbackground: linear-gradient(
    to left,
    #dbcabd,
    #dbcabd
  );
  --avatarusersquare-loki-bright: undefined;
  --avatarusersquare-loki-bright-colorbackground: linear-gradient(
    to left,
    #b9cfd0,
    #b9cfd0
  );
  --avatarusersquare-aliah-lane: undefined;
  --avatarusersquare-aliah-lane-colorbackground: linear-gradient(
    to left,
    #d7c0dd,
    #d7c0dd
  );
  --avatarusersquare-anita-cruz: undefined;
  --avatarusersquare-anita-cruz-colorbackground: linear-gradient(
    to left,
    #c2c7b8,
    #c2c7b8
  );
  --avatarusersquare-kari-rasmussen: undefined;
  --avatarusersquare-kari-rasmussen-colorbackground: linear-gradient(
    to left,
    #a9b58d,
    #a9b58d
  );
  --avatarusersquare-nala-goins: undefined;
  --avatarusersquare-nala-goins-colorbackground: linear-gradient(
    to left,
    #c0c6dd,
    #c0c6dd
  );
}

.sims-login .panel-body {
  padding: 0;
}

.cadmin.portlet-topper {
  position: absolute;
  z-index: 1;
}

.dropdown-menu-left-side {
  max-width: fit-content !important;
}

.svg-inline--fa.fa-w-18 {
  width: 1.2em;
  min-width: 16px;
}

div#wrapper-first {
  overflow: hidden;
  max-width: 100vw;
}

#wrapper #content-wrapper {
  overflow: scroll;
  scrollbar-width: none;
}

.featured-icon {
  border-radius: 50%;
  outline-style: solid;
  outline-width: 8px;
  outline-color: var(--gray-50);
  background: var(--gray-100, #f2f4f7);
  width: 48px;
  height: 48px;
  position: relative;
}
.featured-icon .icon, .featured-icon svg {
  position: absolute;
  left: 12px;
  top: 12px;
  overflow: visible;
  color: var(--gray-900);
}
.featured-icon-success {
  background: var(--success-100);
  outline-color: var(--success-50);
}
.featured-icon-success .icon, .featured-icon-success svg {
  color: var(--success-600);
}
.featured-icon-alert {
  background: var(--orange-warning-200);
  outline-color: var(--orange-warning-100);
}
.featured-icon-alert .icon, .featured-icon-alert svg {
  color: var(--orange-warning-900);
}
.featured-icon-error {
  background: var(--error-100);
  outline-color: var(--error-50);
}
.featured-icon-error .icon, .featured-icon-error svg {
  color: var(--error-600);
}
.featured-icon.size-lg {
  width: 72px;
  height: 72px;
}
.featured-icon.size-lg .icon, .featured-icon.size-lg svg {
  left: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
}
.featured-icon.size-md {
  width: 40px;
  height: 40px;
}
.featured-icon.size-md .icon, .featured-icon.size-md svg {
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.featured-icon.size-sm {
  width: 32px;
  height: 32px;
}
.featured-icon.size-sm .icon, .featured-icon.size-sm svg {
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d0d5dd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23747579' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #475467;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjE1MCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4zNDggMTI3LjE5MkM3Mi40MzgxIDEyNy4xOTIgNjkuODUxNCAxMjYuMjIyIDY3LjkxMTUgMTI0LjI4Mkw1LjgzMjE1IDYyLjIwMjNDMS42Mjg4NyA1OC4zMjIzIDEuNjI4ODcgNTEuNTMyNCA1LjgzMjE1IDQ3LjY1MjVDOS43MTIxMSA0My40NDkyIDE2LjUwMiA0My40NDkyIDIwLjM4MiA0Ny42NTI1TDc1LjM0OCAxMDIuMjk1TDEyOS45OTEgNDcuNjUyNUMxMzMuODcxIDQzLjQ0OTIgMTQwLjY2MSA0My40NDkyIDE0NC41NDEgNDcuNjUyNUMxNDguNzQ0IDUxLjUzMjQgMTQ4Ljc0NCA1OC4zMjIzIDE0NC41NDEgNjIuMjAyM0w4Mi40NjEzIDEyNC4yODJDODAuNTIxMyAxMjYuMjIyIDc3LjkzNDcgMTI3LjE5MiA3NS4zNDggMTI3LjE5MloiIGZpbGw9IiMzMTM3NEEiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 12px;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent var(--gray-300) transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid var(--gray-300);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXIteCI+PGxpbmUgeDE9IjE4IiB5MT0iNiIgeDI9IjYiIHkyPSIxOCI+PC9saW5lPjxsaW5lIHgxPSI2IiB5MT0iNiIgeDI9IjE4IiB5Mj0iMTgiPjwvbGluZT48L3N2Zz4=");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  /* display: inline-block; */
  /* vertical-align: top; */
  /* width: 100%; */
  padding: 12px 14px;
  border: 1px solid var(--gray-300);
  border-radius: 0.375rem;
  font-size: 14px;
  /* min-height: 44px; */
  overflow: hidden;
}

.choices[data-type*=select-multiple] .choices__inner {
  padding-bottom: 6px;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #d0d5dd;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 10px !important;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #FFF;
  border: 1px solid var(--gray-300);
  color: var(--gray-500);
  word-break: break-word;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 3;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-word;
  will-change: visibility;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 20px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.form-icon-input {
  position: relative;
}
.form-icon-input .form-icon {
  position: absolute;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  top: 50%;
  left: 0;
  padding-left: 0.5rem;
}
.form-icon-input .form-icon .feather {
  width: 20px;
  color: #475467;
}
.form-icon-input .choices .choices__inner {
  padding-left: 2.5rem !important;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: var(--gray-100) !important;
  pointer-events: none !important;
  opacity: 1;
}

/* =====  End of Choices  ====== */
.form-group.has-error .choices__inner:has(select) {
  border: 1px solid red;
}

.form-group.has-success .choices__inner:has(select) {
  border-color: #28a745;
}

.portlet-layout .portlet-header {
  margin: 0;
}

.portlet-language .form-control {
  border: none;
  font-size: 12px;
  padding: 6px;
  color: var(--gray-900, #434244);
  border: none;
  font-size: 12px;
  padding: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjE1MCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4zNDggMTI3LjE5MkM3Mi40MzgxIDEyNy4xOTIgNjkuODUxNCAxMjYuMjIyIDY3LjkxMTUgMTI0LjI4Mkw1LjgzMjE1IDYyLjIwMjNDMS42Mjg4NyA1OC4zMjIzIDEuNjI4ODcgNTEuNTMyNCA1LjgzMjE1IDQ3LjY1MjVDOS43MTIxMSA0My40NDkyIDE2LjUwMiA0My40NDkyIDIwLjM4MiA0Ny42NTI1TDc1LjM0OCAxMDIuMjk1TDEyOS45OTEgNDcuNjUyNUMxMzMuODcxIDQzLjQ0OTIgMTQwLjY2MSA0My40NDkyIDE0NC41NDEgNDcuNjUyNUMxNDguNzQ0IDUxLjUzMjQgMTQ4Ljc0NCA1OC4zMjIzIDE0NC41NDEgNjIuMjAyM0w4Mi40NjEzIDEyNC4yODJDODAuNTIxMyAxMjYuMjIyIDc3LjkzNDcgMTI3LjE5MiA3NS4zNDggMTI3LjE5MloiIGZpbGw9IiMzMTM3NEEiLz4KPC9zdmc+Cg==);
  box-shadow: none;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  left: 0;
  /*
        /*rtl:begin:ignore*/
  right: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  right: 0;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled] {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
}
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled {
  cursor: not-allowed;
}
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
  background-color: var(--base-white, #ffffff);
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  padding: 16px 0;
}
.flatpickr-calendar .flatpickr-innerContainer {
  padding-top: 16px;
}
.flatpickr-calendar .dayContainer {
  padding: 8px 16px;
}
.flatpickr-calendar .flatpickr-weekdays {
  padding: 0 16px;
}
.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  color: var(--gray-700);
}
.flatpickr-calendar .flatpickr-current-month {
  color: var(--gray-700);
  text-align: center;
}
.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-current-month .numInput {
  font: var(--textmd-semibold);
}
.flatpickr-calendar .flatpickr-day {
  border: none;
}
.flatpickr-calendar .flatpickr-day.today {
  background-color: var(--gray-100);
  border: none;
}
.flatpickr-calendar .flatpickr-day.today:hover {
  color: var(--gray-700);
}
.flatpickr-calendar .flatpickr-day.selected {
  background-color: var(--primary-700);
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  top: 13px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 30px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 30px;
}

.flatpickr-input[readonly] {
  background-color: #FFF;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--primary-600);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background-color: var(--gray-100);
}

.flatpickr-day.inRange {
  box-shadow: -5px 0 0 var(--gray-100), 5px 0 0 var(--gray-100);
}

.dropdown .dropdown-menu {
  font-size: 1rem;
}
.dropdown .dropdown-menu .has-error .form-check-label {
  color: var(--gray-900);
}
.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: var(--gray-900);
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.dropdown .dropdown-menu .dropdown-item-title {
  white-space: initial;
}
.dropdown .component-action[aria-expanded=true] {
  background-color: transparent;
  color: var(--gray-900);
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.dropdown-select.has-error .form-check-label, .dropdown-select.has-success .form-check-label {
  color: var(--gray-900);
}
.dropdown-select ul.dropdown-menu {
  width: calc(100% - 40px);
  max-width: none !important;
}
.dropdown-select ul.dropdown-menu li {
  padding: 8px 16px !important;
}
.dropdown-select ul.dropdown-menu .form-check {
  display: flex;
  padding-left: 1.25rem;
  position: relative;
  align-items: center;
}

.lfr-icon-menu-open .dropdown-menu a {
  font-size: 0.85rem !important;
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #101828;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.lfr-icon-menu-open .dropdown-menu a:hover {
  text-decoration: none;
  color: #090d16;
  background-color: #eaecf4;
}

.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  text-decoration: none;
}

.input-select-wrapper .choices__list--dropdown .choices__item {
  min-height: 40px;
}

.modal-header {
  border-bottom: 0;
  height: auto;
  padding: 1rem !important;
  display: flex;
}
.modal-header .close {
  font-size: 2rem;
  font-weight: 300;
}
.modal-footer {
  border-bottom: 0;
}
.modal-body {
  border-top: none;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e3e6f0;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer .btn-toolbar {
  margin-left: 0;
  gap: 8px;
}

.sms-modal {
  left: 30% !important;
  position: absolute !important;
}

.sms-modal-hide-close-button {
  left: 30% !important;
  position: absolute !important;
}
.sms-modal-hide-close-button .modal-header {
  justify-content: center;
}
.sms-modal-hide-close-button .modal-header button {
  display: none;
}
.sms-modal-hide-close-button .modal-footer {
  justify-content: center;
}

.sms-modal-content {
  width: 100%;
  text-align: center;
}
.sms-modal-content .modal-header {
  flex-direction: row-reverse;
}
.sms-modal-content .modal-footer {
  justify-content: space-around;
}
.sms-modal-content .modal-footer button {
  width: 150px;
}
.sms-modal-content .sms-modal-icon {
  margin-top: 4px;
  position: absolute;
  margin-right: 41%;
}
.sms-modal-content ul {
  text-align: left;
  list-style-type: none;
}

.attendance-extra-modal {
  left: 30% !important;
  position: absolute !important;
}
.attendance-extra-modal-content {
  width: 390px;
  text-align: left;
}
.attendance-extra-modal-content .modal-header {
  flex-direction: row-reverse;
}
.attendance-extra-modal-content .modal-footer button {
  width: 150px;
}
.attendance-extra-modal-content ul {
  text-align: left;
  list-style-type: none;
}

.sms-accordion-title {
  text-decoration: none;
  color: #212529;
  width: 100%;
}
.sms-accordion-title:hover, .sms-accordion-title:focus, .sms-accordion-title:active, .sms-accordion-title:disabled {
  text-decoration: none;
}

.sidebar-moesy .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after,
.navbar-top .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
}
.sidebar-moesy .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after,
.navbar-top .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}
.sidebar-moesy .nav-item .nav-link,
.topbar .nav-item .nav-link,
.navbar-top .nav-item .nav-link {
  position: relative;
}
.sidebar-moesy .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter,
.navbar-top .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.6);
  transform-origin: top right;
  right: 0.25rem;
  margin-top: -1rem;
}
.sidebar-moesy .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile,
.navbar-top .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}
.sidebar-moesy .avatar-label-group,
.topbar .avatar-label-group,
.navbar-top .avatar-label-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.sidebar-moesy .avatar-label-group .avatar,
.topbar .avatar-label-group .avatar,
.navbar-top .avatar-label-group .avatar {
  background: var(--avatarusersquare-drew-cano-colorbackground, linear-gradient(to left, #d1dfc3, #d1dfc3));
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  outline: none;
}
.sidebar-moesy .avatar-label-group .avatar-online-indicator,
.topbar .avatar-label-group .avatar-online-indicator,
.navbar-top .avatar-label-group .avatar-online-indicator {
  background: var(--success-500, #12b76a);
  border-radius: 5px;
  border-style: solid;
  border-color: var(--base-white, #ffffff);
  border-width: 1.5px;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
.sidebar-moesy .avatar-label-group .text-and-supporting-text,
.topbar .avatar-label-group .text-and-supporting-text,
.navbar-top .avatar-label-group .text-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.sidebar-moesy .avatar-label-group .text,
.topbar .avatar-label-group .text,
.navbar-top .avatar-label-group .text {
  color: var(--gray-700, #344054);
  text-align: left;
  font: var(--textsm-semibold, 600 14px/20px "Roboto", sans-serif);
  position: relative;
  align-self: stretch;
}
.sidebar-moesy .avatar-label-group .supporting-text,
.topbar .avatar-label-group .supporting-text,
.navbar-top .avatar-label-group .supporting-text {
  color: var(--gray-600, #475467);
  text-align: left;
  font: var(--textsm-regular, 400 14px/20px "Roboto", sans-serif);
  position: relative;
  align-self: stretch;
}

.divider {
  background: var(--gray-200, #eaecf0);
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
}

.divisores-vertical {
  flex-shrink: 0;
  width: 1px;
  background-color: var(--gray-900, #434244);
  height: 16px;
  position: relative;
  margin: 4px 0;
}

.topbar {
  height: 4.375rem;
  padding: 0 1.5rem 0 1.5rem;
}
.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
}
.topbar #sidebarToggleTop:hover {
  background-color: #e9ecef;
}
.topbar #sidebarToggleTop:active {
  background-color: #dee2e6;
}
.topbar .navbar-search {
  width: 20rem;
}
.topbar .navbar-search input {
  font-size: 0.85rem;
  height: auto;
  width: 100%;
}
.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #dee2e6;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}
.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}
.topbar .nav-item .nav-link:focus {
  outline: none;
}
.topbar .nav-item:focus {
  outline: none;
}
.topbar .dropdown {
  position: static;
}
.topbar .dropdown .dropdown-menu {
  width: calc(100% - 30px);
  right: 15px;
}
.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}
.topbar .dropdown-list .dropdown-header {
  background-color: var(--base-white);
  border: 1px solid var(--gray-200);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  line-height: 1.3rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #e9ecef;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}
.topbar .dropdown-list .dropdown-item:active {
  background-color: #e9ecef;
  color: #212529;
}
@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }
  .topbar .dropdown .dropdown-menu {
    right: 0;
    width: 33vw !important;
    max-width: 400px;
  }
  .topbar .dropdown .dropdown-menu .menu-items {
    width: 100%;
    max-width: 400px;
  }
  .topbar .dropdown-list {
    width: 22rem !important;
    max-width: none;
  }
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ced4da;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #adb5bd;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #6c757d;
}

.dropdown-list-header,
.dropdown-list-header * {
  box-sizing: border-box;
}
.dropdown-list-header .dropdown-list-header,
.dropdown-list-header * .dropdown-list-header {
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 213px;
  position: relative;
}

.notifications-panel {
  /*display: flex;
  flex-direction: row;
  gap: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;*/
}
.notifications-panel .panel {
  background: var(--base-white, #ffffff);
  border-style: solid;
  border-color: var(--gray-200, #eaecf0);
  border-width: 0px 0px 0px 1px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  flex: 1;
  max-height: 524px;
  position: relative;
  box-shadow: var(--shadow-xl-box-shadow, 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -4px rgba(16, 24, 40, 0.08));
  overflow: auto;
}
.notifications-panel .slide-out-menu-header {
  padding: 0px 24px 0px 24px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.notifications-panel .slide-out-menu-header .content {
  padding: 24px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.notifications-panel .text-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.notifications-panel .text-and-supporting-text .text {
  color: var(--gray-900, #101828);
  text-align: left;
  font: var(--textxl-semibold, 500 20px/30px "Roboto", sans-serif);
  position: relative;
  align-self: stretch;
}
.notifications-panel .text-and-supporting-text .supporting-text {
  color: var(--gray-600, #475467);
  text-align: left;
  font: var(--textsm-regular, 400 14px/20px "Roboto", sans-serif);
  position: relative;
  align-self: stretch;
}
.notifications-panel .button-close-x {
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  right: 16px;
  top: 12px;
  overflow: hidden;
  color: var(--gray-700);
}
.notifications-panel .notification {
  padding: 0px 24px 0px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 388px;
  position: relative;
}
.notifications-panel .notification-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.notifications-panel .notification-item-content {
  display: flex;
  gap: 16px;
  position: relative;
}
.notifications-panel .notification-item-title {
  /*color: var(--gray-700);
  font: var(--textsm-medium, 500 14px/20px 'Roboto', sans-serif);
  position: relative;*/
  font-size: 16px;
  font-weight: bold;
}
.notifications-panel .notification-item-text {
  /*padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;*/
  margin: 1rem 0;
}
.notifications-panel .actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.menu-items {
  background: var(--base-white, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 240px;
  position: relative;
  overflow: hidden;
}
.menu-items .list-item-group {
  border-style: solid;
  border-color: var(--gray-200, #eaecf0);
  border-width: 0px 0px 0px 1px;
  padding: 4px 0px 4px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.menu-items .dropdown-list-item {
  padding: 2px 6px 2px 6px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.menu-items .menu-item {
  border-radius: 6px;
  padding: 9px 10px 9px 10px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.menu-items .menu-item svg {
  stroke: #254355;
  color: #254355;
}
.menu-items .menu-item:hover {
  background-color: var(--gray-600);
  text-decoration: none;
  color: #FFF;
}
.menu-items .menu-item:hover .text {
  color: #FFF;
}
.menu-items .menu-item:hover svg, .menu-items .menu-item:hover path {
  stroke: #FFF;
  color: #FFF;
}
.menu-items .icon-and-text {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.menu-items .text {
  color: var(--gray-700, #344054);
  text-align: left;
  font: var(--textsm-medium, 500 14px/20px "Roboto", sans-serif);
  position: relative;
  flex: 1;
}

.notifications-panel.mobile {
  overflow: visible;
}

.user-menu-desktop .dropdown-menu {
  top: 42.5px;
}

.sidebar-dark .portlet-navigation {
  position: sticky;
  top: 1rem;
  z-index: 1;
}

.has-control-menu .sidebar-dark .portlet-navigation {
  position: sticky;
  top: 56px;
}

@media (max-width: 991.98px) {
  body:not(.sidebar-toggled) {
    width: calc(100% + 15rem);
  }
}
.sidebar-moesy {
  width: 15rem;
  min-height: 100vh;
  transition: 0.3s linear;
  flex-flow: column;
}
.sidebar-moesy .navbar-nav {
  display: flex;
  flex-flow: column;
}
.sidebar-moesy .nav-item {
  position: relative;
  flex-flow: column wrap;
}
.sidebar-moesy .nav-item:last-child {
  margin-bottom: 1rem;
}
.sidebar-moesy .nav-item .nav-link {
  display: block;
  text-align: left;
  width: 14rem;
  padding: 8px 1rem;
}
.sidebar-moesy .nav-item .nav-link span {
  font-size: 0.85rem;
  display: inline;
}
.sidebar-moesy .nav-item .nav-link i, .sidebar-moesy .nav-item .nav-link svg {
  font-size: 0.85rem;
  margin-right: 0.25rem;
}
.sidebar-moesy .nav-item.active .nav-link {
  font-weight: 700;
}
.sidebar-moesy .nav-item .badge {
  background: var(--primary-50, #ebf1f3);
  border-radius: 16px;
  padding: 2px 8px 2px 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.sidebar-moesy .nav-item .badge .text {
  color: var(--primary-900, #254355);
  text-align: center;
  font: var(--textxs-medium, 500 12px/18px "Roboto", sans-serif);
  position: relative;
}
.sidebar-moesy .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 30px / 2);
  z-index: 1;
  top: 2px;
  animation-name: growIn;
  animation-duration: 200ms;
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}
.sidebar-moesy .nav-item .collapse .collapse-inner {
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.sidebar-moesy .nav-item .collapsing {
  display: none;
  transition: none;
}
.sidebar-moesy .nav-item .collapse .collapse-inner,
.sidebar-moesy .nav-item .collapsing .collapse-inner {
  padding: 0.5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
  background-color: var(--primary);
}
.sidebar-moesy .nav-item .collapse .collapse-inner .collapse-header,
.sidebar-moesy .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: 0.5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #adb5bd;
}
.sidebar-moesy .nav-item .collapse .collapse-inner .collapse-item,
.sidebar-moesy .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  width: auto;
  text-decoration: none;
  border-radius: 0.25rem;
  word-wrap: anywhere;
}
.sidebar-moesy .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar-moesy .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: var(--primary-500);
}
.sidebar-moesy .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar-moesy .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: var(--primary-800);
}
.sidebar-moesy .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar-moesy .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: var(--primary-800);
  font-weight: 700;
}
.sidebar-moesy #sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
}
.sidebar-moesy #sidebarToggle::after {
  font-weight: 900;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWNoZXZyb24tbGVmdCI+PHBvbHlsaW5lIHBvaW50cz0iMTUgMTggOSAxMiAxNSA2Ij48L3BvbHlsaW5lPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar-moesy #sidebarToggle:hover {
  text-decoration: none;
}
.sidebar-moesy #sidebarToggle:focus {
  outline: none;
}
.sidebar-moesy.toggled {
  width: 0 !important;
  overflow: hidden;
}
.sidebar-moesy.toggled #sidebarToggle::after {
  content: "";
  transform: rotate(-180deg);
}
.sidebar-moesy.toggled .sidebar-card {
  display: none !important;
}
.sidebar-moesy .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}
.sidebar-moesy .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}
.sidebar-moesy .sidebar-brand .sidebar-brand-text {
  display: none;
}
.sidebar-moesy hr.sidebar-divider {
  margin: 0 1rem 1rem;
}
.sidebar-moesy .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
}
.sidebar-moesy .sidebar-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}
.sidebar-moesy .sidebar-card .sidebar-card-illustration {
  height: 3rem;
  display: block;
}
.sidebar-moesy .sidebar-card .sidebar-card-title {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-moesy .sidebar-card p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-moesy .sidebar-card .progress-bar {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.sidebar-moesy .sidebar-card .progress {
  background-color: var(--primary-700, #577589);
}
.sidebar-moesy .avatar-label-group .text,
.sidebar-moesy .avatar-label-group .supporting-text {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-moesy .nav-bottom {
  margin-top: auto;
}

@media (min-width: 768px) {
  .sidebar-moesy {
    width: 15rem !important;
  }
  .sidebar-moesy .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    animation: none;
  }
  .sidebar-moesy .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }
  .sidebar-moesy .nav-item .collapse {
    margin: 0 1rem;
  }
  .sidebar-moesy .nav-item .nav-link {
    display: block;
    text-align: left;
    width: 15rem;
    padding: 8px 1rem;
  }
  .sidebar-moesy .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }
  .sidebar-moesy .nav-item .nav-link[data-toggle=collapse]::after, .sidebar-moesy .nav-item .nav-link[data-toggle=liferay-collapse]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
  }
  .sidebar-moesy .nav-item .nav-link[data-toggle=collapse].collapsed::after, .sidebar-moesy .nav-item .nav-link[data-toggle=liferay-collapse].collapsed::after {
    content: "\f105";
  }
  .sidebar-moesy .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  .sidebar-moesy .sidebar-brand .sidebar-brand-text {
    display: inline;
  }
  .sidebar-moesy .sidebar-heading {
    text-align: left;
  }
  .sidebar-moesy.toggled {
    overflow: visible;
    width: 6.5rem !important;
  }
  .sidebar-moesy.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 30px / 2);
    z-index: 1;
    top: 2px;
    animation-name: growIn;
    animation-duration: 200ms;
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  .sidebar-moesy.toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    background-color: var(--primary-800);
  }
  .sidebar-moesy.toggled .nav-item .collapse {
    margin: 0 1rem;
  }
  .sidebar-moesy.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar-moesy.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
  }
  .sidebar-moesy.toggled .nav-item .nav-link span {
    display: none;
  }
  .sidebar-moesy.toggled .nav-item .nav-link i {
    margin-right: 0;
  }
  .sidebar-moesy.toggled .nav-item .nav-link[data-toggle=collapse]::after, .sidebar-moesy.toggled .nav-item .nav-link[data-toggle=liferay-collapse]::after {
    display: none;
  }
  .sidebar-moesy.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  .sidebar-moesy.toggled .sidebar-brand .sidebar-brand-text {
    display: none;
  }
  .sidebar-moesy.toggled .sidebar-heading {
    text-align: center;
  }
}
.sidebar-light .sidebar-brand {
  color: #495057;
}
.sidebar-light hr.sidebar-divider {
  border-top: 1px solid #e9ecef;
}
.sidebar-light .sidebar-heading {
  color: #adb5bd;
}
.sidebar-light .nav-item .nav-link {
  color: #6c757d;
}
.sidebar-light .nav-item .nav-link i {
  color: #ced4da;
}
.sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
  color: #495057;
}
.sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
  color: #495057;
}
.sidebar-light .nav-item .nav-link[data-toggle=collapse]::after, .sidebar-light .nav-item .nav-link[data-toggle=liferay-collapse]::after {
  color: #adb5bd;
}
.sidebar-light .nav-item.active .nav-link {
  color: #495057;
}
.sidebar-light .nav-item.active .nav-link i {
  color: #495057;
}
.sidebar-light #sidebarToggle {
  background-color: #e9ecef;
}
.sidebar-light #sidebarToggle::after {
  color: #adb5bd;
}
.sidebar-light #sidebarToggle:hover {
  background-color: #dee2e6;
}

.sidebar-dark {
  background-color: var(--primary-900);
}
.sidebar-dark .sidebar-brand {
  color: #fff;
}
.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-dark .sidebar-heading {
  color: rgba(255, 255, 255, 0.4);
}
.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-dark .nav-item .nav-link i, .sidebar-dark .nav-item .nav-link path {
  color: #A5B5C1;
  stroke: #A5B5C1;
}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
  background: var(--primary-800, #31576f);
}
.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:active path, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:focus path, .sidebar-dark .nav-item .nav-link:hover i, .sidebar-dark .nav-item .nav-link:hover path {
  color: #fff;
  stroke: #fff;
}
.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after, .sidebar-dark .nav-item .nav-link[data-toggle=liferay-collapse]::after {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
}
.sidebar-dark .nav-item.active .nav-link i {
  color: #fff;
}
.sidebar-dark #sidebarToggle {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-dark #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark #sidebarToggle:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.sidebar-dark.toggled #sidebarToggle::after {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar-moesy:not(.toggled) .flex-container {
  display: flex !important;
  align-items: center;
}
.sidebar-moesy:not(.toggled) .flex-container::after {
  margin-left: auto;
}

.navbar-top .dropdown {
  position: static;
}
.navbar-top .dropdown .dropdown-menu {
  width: calc(100vw - 1.75rem);
  right: 0.75rem;
}
.navbar-top button:focus {
  outline: none;
  box-shadow: none;
}
.navbar-top .nav-item {
  align-items: center;
}
@media (min-width: 768px) {
  .navbar-top {
    padding: 4px 16px;
  }
}
.navbar-top .navbar-nav {
  align-items: center;
}
.navbar-top .navbar-nav .portlet-language .form-group {
  margin: 0;
}
.navbar-top .navbar-nav .portlet-language .choices__inner {
  width: 150px;
  border: none;
}
.navbar-top .navbar-nav .portlet-language .choices__list--dropdown .choices__item--selectable,
.navbar-top .navbar-nav .portlet-language .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0;
}
.navbar-top .menu-select {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.navbar-top .menu-select .menu-select-item {
  color: var(--gray-900, #434244);
  font: var(--label, 400 12px/18px "Roboto", sans-serif);
  position: relative;
}
.navbar-top .menu-select i, .navbar-top .menu-select svg {
  width: 18px;
  height: 18px;
}
.navbar-top .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-top .text-increase {
  cursor: pointer;
}
.navbar-top .text-increase:hover path {
  fill: var(--gray-700);
}

.user-menu-mobile .text-and-supporting-text {
  display: none !important;
}
.user-menu-mobile .dropdown-menu {
  max-height: 340px;
  right: -1px !important;
  padding: 0 0;
  top: 40.8px;
  max-width: 242px;
}

.nav.nav-bottom-line {
  background: white;
  display: flex;
  flex-flow: nowrap;
}

@media (min-width: 768px) {
  .nav.nav-bottom-line .nav-link {
    background: transparent;
    border: transparent;
    border-bottom: 3px solid transparent;
    font-weight: 500;
    padding: 0.6rem 0.75rem;
    font-size: 14px;
    white-space: nowrap;
    color: var(--gray-500);
  }
  .nav.nav-bottom-line .nav-link.active {
    opacity: 1;
    background: transparent;
    color: var(--gray-500);
    border-bottom: 3px solid var(--primary-800);
  }
}
.nav.nav-bottom-line.text-white .nav-link.active {
  opacity: 1;
  border-bottom: 3px solid var(--white);
  color: var(--white);
}

.nav.nav-bottom-line.text-white .nav-link:hover {
  color: var(--gray-300);
}

.nav.nav-bottom-line .nav-link {
  opacity: 0.6;
}

.nav-tabs {
  border-bottom: 1px solid #dddfeb;
}

.nav-tabs .navbar-nav {
  flex-wrap: nowrap;
}

.navigation-bar-light {
  background-color: #FFF;
}

.navbar .container-fluid {
  padding: 0;
}

.navbar-underline .navbar-toggler-link::after {
  background-color: var(--primary-800);
}

@media (min-width: 768px) {
  .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
    background-color: var(--primary-800);
  }
  .navigation-bar.navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
    height: 2px;
  }
}
.pagination {
  width: 100%;
  gap: 8px;
}
.pagination .page-item a {
  border-radius: 8px;
  border-width: 0;
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 10px 16px 10px 16px;
  justify-content: center;
  font-weight: 400;
  background: var(--base-white);
  border-color: var(--gray-300);
  color: var(--gray-700);
  text-decoration: none !important;
}
.pagination .page-item a:hover {
  color: var(--gray-600);
  text-decoration: none;
  background-color: var(--gray-100);
}
.pagination .page-item.active a {
  background: var(--gray-100, #f9fafb);
  color: var(--gray-800);
}
.pagination .page-item:first-child {
  margin-right: auto;
}
.pagination .page-item:last-child {
  margin-left: auto;
}

button:focus,
.btn:focus,
.btn:active {
  box-shadow: var(--shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
}

.btn {
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 10px 16px 10px 16px;
  justify-content: center;
  font: var(--textsm-semibold, 600 14px/20px "Roboto", sans-serif);
}

.btn-primary {
  background: var(--primary-800, #31576f);
  border-color: var(--primary-600, #6b8496);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:disabled {
  background-color: var(--primary-900);
  color: #ffffff;
}

.btn-primary-outlined {
  background: var(--base-white, #ffffff);
  border-color: var(--gray-300, #d0d5dd);
  color: var(--gray-800);
}
.btn-primary-outlined:hover, .btn-primary-outlined:focus, .btn-primary-outlined:active, .btn-primary-outlined:disabled {
  color: var(--gray-600);
}

.btn-save-custom {
  background: var(--base-white, #ffffff);
  border-color: var(--base-black, #000000);
  color: var(--base-black);
}
.btn-save-custom:hover, .btn-save-custom:focus, .btn-save-custom:active {
  color: var(--gray-900);
}
.btn-save-custom:disabled {
  color: var(--gray-600);
}

.btn-secondary {
  color: #FFF;
  background: var(--primary-50, #ebf1f3);
  color: var(--primary-700, #577589);
  border-color: var(--primary-50, #ebf1f3);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:disabled {
  background: var(--primary-100);
  color: var(--primary-700, #577589);
  border-color: var(--primary-50, #ebf1f3);
}

.btn-warning {
  color: #FFF;
  background: var(--orange-warning-1000, #cf8c2c);
}

.btn-success {
  color: #FFF;
  background: var(--success-700);
  border-color: var(--success-700);
}

.btn-error {
  background: var(--error-600, #d92d20);
  border-color: var(--error-600, #d92d20);
}

.btn-error-outlined {
  border-color: var(--error-300, #fda29b);
  background: var(--base-white, #ffffff);
  color: var(--error-700);
}
.btn-error-outlined:hover, .btn-error-outlined:focus, .btn-error-outlined:active {
  color: var(--error-600);
}

.btn-link {
  color: var(--primary-700, #577589);
  position: relative;
  padding: 0;
  vertical-align: baseline;
  min-height: 2em;
  padding: 0.5em 0em;
}

.btn.size-2-xl {
  padding: 16px 28px 16px 28px;
}
.btn.size-xl {
  padding: 12px 20px 12px 20px;
}
.btn.size-md {
  padding: 10px 16px 10px 16px;
}
.btn.size-sm {
  padding: 8px 14px 8px 14px;
}

.btn-icon {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--gray-300);
  color: var(--gray-400);
}
.btn-icon svg {
  height: 16px;
  width: 16px;
}

.btn .icon svg {
  height: 16px;
  width: 16px;
}

.card .card-title,
.card .card-title a {
  color: var(--gray-700, #344054);
}
.card .card-text {
  color: var(--gray-600, #475467);
  text-align: left;
  font: var(--textsm-regular, 300 14px/20px "Roboto", sans-serif);
}
.card .editor-date {
  color: var(--gray-500);
  display: block;
}
.card a {
  text-decoration: none;
  cursor: pointer;
}
.card-simple {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 158px;
  flex-shrink: 0;
  position: relative;
  padding: 20px 16px 20px 16px;
  gap: 16px;
  border-radius: 12px;
  flex-basis: 0;
  background-color: var(--base-white);
}
.card-simple .card-title,
.card-simple .card-title a {
  max-width: 100%;
  color: var(--gray-900);
  font: var(--textlg-medium, 500 18px/28px "Roboto", sans-serif);
}
.card-simple .card-title:hover,
.card-simple .card-title a:hover {
  text-decoration: none;
}
.card-simple .card-title.disabled,
.card-simple .card-title a.disabled {
  color: var(--gray-300);
}
.card.blog-post-card {
  background: var(--base-white);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--gray-200);
  border-width: 1px;
  padding: 0px 0px 24px 0px;
  display: flex;
  flex-direction: column;
}
.card.blog-post-card .card-img-top,
.card.blog-post-card .card-img {
  max-height: 240px;
  object-fit: cover;
}
.card.blog-post-card .card-title,
.card.blog-post-card .card-title a {
  color: var(--gray-700);
  font: var(--headlinex-s-desktop-semi-bold, 500 22px/30px "Roboto", sans-serif);
}
.card.blog-post-card .card-title {
  display: flex;
  justify-content: space-between;
}
.card.blog-post-card .card-body {
  padding: 24px 24px 0px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.card.blog-post-card .categories {
  display: flex;
  flex-direction: row;
  gap: 8px;
  position: relative;
  flex-wrap: wrap;
}
.card.sms-school-card {
  padding: 0 24px 0 0;
  border-radius: 8px;
  border-style: solid;
  display: flex;
  border-color: var(--gray-200, #eaecf0);
}

.chart-area {
  position: relative;
  height: 10rem;
  width: 100%;
}
@media (min-width: 768px) {
  .chart-area {
    height: 20rem;
  }
}

.chart-bar {
  position: relative;
  height: 10rem;
  width: 100%;
}
@media (min-width: 768px) {
  .chart-bar {
    height: 20rem;
  }
}

.chart-pie {
  position: relative;
  height: 15rem;
  width: 100%;
}
@media (min-width: 768px) {
  .chart-pie {
    height: calc(20rem - 43px) !important;
  }
}

.sms-aligned .row .form-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 3px;
}

input[type=text],
.input,
.form-control,
.form-select {
  color: var(--gray-500);
  height: auto;
  font: var(--textmd-regular);
  background-color: var(--base-white, #ffffff);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--gray-300, #d0d5dd);
  border-width: 1px;
  padding: 10px 14px 10px 14px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  position: relative;
  box-shadow: var(--shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
}

.input-disabled {
  background-color: #e9ecef !important;
  pointer-events: none !important;
  opacity: 1;
}

label:has(~ .input-disabled) {
  pointer-events: none !important;
}

input[type=text]:focus,
.input:focus,
.form-control:focus,
.form-select:focus,
input[type=text]:active,
.input:active,
.form-control:active,
.form-select:active {
  outline: 0;
  box-shadow: var(--shadow-xsfocused-4-pxprimary-100-box-shadow, 0px 0px 0px 4px rgb(230, 234, 237), 0px 1px 2px 0px rgb(208, 213, 221));
}

.form-label,
.control-label {
  color: var(--gray-700);
  text-align: left;
  font: var(--textsm-medium, 500 14px/20px "Roboto", sans-serif);
  position: relative;
}

.input-icon {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  z-index: 1;
  position: absolute;
  padding: 10px;
  height: 44px;
}

.search-lg {
  flex-shrink: 0;
  position: relative;
  overflow: visible;
}

.input-with-icon {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.input-with-icon input {
  padding-left: 40px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input, .form-select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.form-select,
.dropdown-select .form-control {
  display: block;
  width: 100%;
  -moz-padding-start: calc(1rem - 3px);
  padding-right: 2.5rem;
  font-size: 0.8rem;
  line-height: 1.49;
  color: var(--gray-500);
  padding: 12px 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjE1MCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4zNDggMTI3LjE5MkM3Mi40MzgxIDEyNy4xOTIgNjkuODUxNCAxMjYuMjIyIDY3LjkxMTUgMTI0LjI4Mkw1LjgzMjE1IDYyLjIwMjNDMS42Mjg4NyA1OC4zMjIzIDEuNjI4ODcgNTEuNTMyNCA1LjgzMjE1IDQ3LjY1MjVDOS43MTIxMSA0My40NDkyIDE2LjUwMiA0My40NDkyIDIwLjM4MiA0Ny42NTI1TDc1LjM0OCAxMDIuMjk1TDEyOS45OTEgNDcuNjUyNUMxMzMuODcxIDQzLjQ0OTIgMTQwLjY2MSA0My40NDkyIDE0NC41NDEgNDcuNjUyNUMxNDguNzQ0IDUxLjUzMjQgMTQ4Ljc0NCA1OC4zMjIzIDE0NC41NDEgNjIuMjAyM0w4Mi40NjEzIDEyNC4yODJDODAuNTIxMyAxMjYuMjIyIDc3LjkzNDcgMTI3LjE5MiA3NS4zNDggMTI3LjE5MloiIGZpbGw9IiMzMTM3NEEiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 9px 12px;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input {
  background-color: var(--base-white);
  border-radius: 4px;
  border-style: solid;
  border-color: var(--gray-300);
  border-width: 1px;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: hidden;
}
.form-check-input:checked[type=checkbox] {
  background-color: var(--primary-100);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDZMOSAxN0w0IDEyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgcng9IjcuNSIgZmlsbD0iI0VCRjFGMyIvPgo8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iMyIgZmlsbD0iIzZCODQ5NiIvPgo8cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiByeD0iNy41IiBzdHJva2U9IiM2Qjg0OTYiLz4KPC9zdmc+Cg==");
  background-position: center;
}

.help-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 42px;
  overflow: visible;
  font-size: 16px;
  color: var(--gray-400);
}
.help-icon svg {
  width: 16px;
  height: 16px;
}

.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switch .slider {
  cursor: pointer;
  text-indent: -9999px;
  width: 36px;
  height: 20px;
  background: #d0d9df;
  display: block;
  border-radius: 12px;
  position: relative;
}

.switch .slider:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  top: 2px;
  background: var(--base-white);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}

.switch input:checked + .slider {
  background: #6b8496;
}

.switch input:checked + .slider:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switch:active .slider:after {
  width: 43px;
}

.switch-label,
.custom-control-label,
.sims-login-form-label label,
.form-check-label {
  margin-left: 8px;
  color: var(--gray-600);
  font: var(--textsm-regular, 400 14px/20px "Roboto", sans-serif);
}

.ddm-form-name {
  color: var(--primary-800);
}

.reference-mark {
  display: inline-block;
  font-size: 0.4rem;
  position: relative;
}
.reference-mark .lexicon-icon-asterisk {
  width: 0.3rem;
  fill: #F79E1B;
  color: #F79E1B;
}

.custom-control-input {
  left: 10px;
}

.custom-control-inline {
  margin-right: 1rem;
}

.custom-switch {
  height: 30px;
}
.custom-switch .custom-control-label {
  padding-left: 20px;
  align-items: center;
  display: flex !important;
  height: 100%;
}
.custom-switch .custom-control-label::before {
  width: 45px !important;
  height: 24px !important;
  border-radius: 1.5rem !important;
}
.custom-switch .custom-control-label::after {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  top: calc(0.25rem + 3px) !important;
  left: calc(-2.25rem + 3px) !important;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.3rem);
}

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #6b8496;
  box-shadow: var(--shadow-xsfocused-4-pxprimary-100-box-shadow, 0px 0px 0px 4px rgb(230, 234, 237), 0px 1px 2px 0px rgb(208, 213, 221));
}

.custom-control-input:active ~ .custom-control-label::before {
  border-color: #6b8496;
  background-color: rgb(107, 132, 150);
  box-shadow: none;
}

.custom-control {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6b8496;
  background-color: rgb(107, 132, 150);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(107, 132, 150, 0.25);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #e9ecef;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(1.3rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.profile-avatar {
  height: 6rem;
  width: 6rem;
  display: block;
  background-color: var(--primary-50, #ebf1f3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-avatar-img {
  width: 99%;
  height: 99%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid #FFF;
  object-fit: cover;
}
.profile-avatar .icon {
  color: var(--primary-800);
  width: 32px;
  height: 32px;
}

.profile-avatar-btn {
  font: var(--t-regular, 400 14px/20px "Roboto", sans-serif);
  color: var(--gray-600, #475467);
  cursor: pointer;
}

.profile-supporting-text {
  color: var(--gray-600, #475467);
  text-align: left;
  font: var(--t-regular, 400 14px/20px "Roboto", sans-serif);
  position: relative;
  align-self: stretch;
}

.notification-container .setting-block:not(:last-child) {
  padding-bottom: 24px;
}
.notification-container .setting-block:not(:last-child):not(.blank-block) {
  border-bottom: 1px solid #EAECF0;
}
.notification-container .notification-setting {
  max-width: 500px;
  width: 100%;
}
.notification-container .notification-setting .caption {
  color: var(--gray-700);
  font: var(--textsm-medium);
}
.notification-container .notification-setting .description {
  color: var(--gray-600);
  font: var(--textsm-regular);
}

.small-text textarea.form-control {
  height: 75px;
}

.form-text.text-muted {
  font-size: 80%;
}
.has-error + .form-text.text-muted {
  display: none;
}

input.input-disabled,
.form-group:has(input.input-disabled),
input.input-disabled.flatpickr-input[readonly],
.choices[data-type*=select-one].is-disabled {
  cursor: not-allowed;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #e9ecef !important;
}

.sms-date:has(input.input-disabled) .control-label {
  pointer-events: none;
}

.error {
  color: #343a40;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
}

@keyframes noise-anim {
  0% {
    clip: rect(6px, 9999px, 37px, 0);
  }
  5% {
    clip: rect(29px, 9999px, 31px, 0);
  }
  10% {
    clip: rect(70px, 9999px, 82px, 0);
  }
  15% {
    clip: rect(61px, 9999px, 92px, 0);
  }
  20% {
    clip: rect(42px, 9999px, 50px, 0);
  }
  25% {
    clip: rect(48px, 9999px, 80px, 0);
  }
  30% {
    clip: rect(85px, 9999px, 45px, 0);
  }
  35% {
    clip: rect(51px, 9999px, 92px, 0);
  }
  40% {
    clip: rect(87px, 9999px, 1px, 0);
  }
  45% {
    clip: rect(47px, 9999px, 45px, 0);
  }
  50% {
    clip: rect(57px, 9999px, 97px, 0);
  }
  55% {
    clip: rect(96px, 9999px, 46px, 0);
  }
  60% {
    clip: rect(85px, 9999px, 46px, 0);
  }
  65% {
    clip: rect(61px, 9999px, 40px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 20px, 0);
  }
  75% {
    clip: rect(70px, 9999px, 91px, 0);
  }
  80% {
    clip: rect(52px, 9999px, 1px, 0);
  }
  85% {
    clip: rect(97px, 9999px, 59px, 0);
  }
  90% {
    clip: rect(84px, 9999px, 65px, 0);
  }
  95% {
    clip: rect(43px, 9999px, 20px, 0);
  }
  100% {
    clip: rect(11px, 9999px, 35px, 0);
  }
}
.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #dc3545;
  top: 0;
  color: #343a40;
  background: #f8f9fa;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(13px, 9999px, 69px, 0);
  }
  5% {
    clip: rect(96px, 9999px, 74px, 0);
  }
  10% {
    clip: rect(56px, 9999px, 23px, 0);
  }
  15% {
    clip: rect(60px, 9999px, 48px, 0);
  }
  20% {
    clip: rect(90px, 9999px, 28px, 0);
  }
  25% {
    clip: rect(57px, 9999px, 47px, 0);
  }
  30% {
    clip: rect(46px, 9999px, 3px, 0);
  }
  35% {
    clip: rect(35px, 9999px, 1px, 0);
  }
  40% {
    clip: rect(54px, 9999px, 59px, 0);
  }
  45% {
    clip: rect(6px, 9999px, 94px, 0);
  }
  50% {
    clip: rect(3px, 9999px, 65px, 0);
  }
  55% {
    clip: rect(22px, 9999px, 23px, 0);
  }
  60% {
    clip: rect(89px, 9999px, 78px, 0);
  }
  65% {
    clip: rect(49px, 9999px, 4px, 0);
  }
  70% {
    clip: rect(26px, 9999px, 20px, 0);
  }
  75% {
    clip: rect(64px, 9999px, 33px, 0);
  }
  80% {
    clip: rect(13px, 9999px, 85px, 0);
  }
  85% {
    clip: rect(10px, 9999px, 49px, 0);
  }
  90% {
    clip: rect(43px, 9999px, 13px, 0);
  }
  95% {
    clip: rect(87px, 9999px, 84px, 0);
  }
  100% {
    clip: rect(47px, 9999px, 1px, 0);
  }
}
.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #007bff;
  top: 0;
  color: #343a40;
  background: #f8f9fa;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

footer.sticky-footer {
  margin-top: 50px;
  flex-shrink: 0;
  border-top: 8px solid var(--primary);
}
footer.sticky-footer .footer-content {
  background: var(--light, #ebf1f3);
  padding: 24.29px 24.29px 24.29px 32px;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
footer.sticky-footer .republic-of-cyprus-2 {
  flex-shrink: 0;
  width: 51px;
  height: 50px;
  position: relative;
}
footer.sticky-footer .footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-shrink: initial;
}
@media (min-width: 768px) {
  footer.sticky-footer .footer-col {
    flex-shrink: 0;
  }
}
footer.sticky-footer .footer-nav {
  display: flex;
  gap: 30px;
  position: relative;
}
footer.sticky-footer .footer-nav-link {
  color: var(--body, #272525);
  text-align: left;
  font: 400 14px/28px "Roboto", sans-serif;
  text-decoration: underline;
  position: relative;
}
footer.sticky-footer .copyright {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  height: 28px;
  position: relative;
}
footer.sticky-footer .copyright-year {
  color: #000000;
  text-align: left;
  font: 400 12px/24px "Roboto", sans-serif;
  position: relative;
}

body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

.avatar {
  background: var(--gray-100);
  border-radius: 200px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar svg {
  stroke: #475467;
  width: 100%;
}

.avatar-online-indicator {
  background: var(--success-500, #12b76a);
  border-radius: 5px;
  border-style: solid;
  border-color: var(--base-white, #ffffff);
  border-width: 1.5px;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.avatar-profile-photo,
.avatar-profile-photo * {
  box-sizing: border-box;
}

.avatar-profile-photo {
  border-radius: 200px;
  width: 42px;
  height: 42px;
  position: relative;
  background: var(--orange-warning-100);
  border-radius: 42px;
  border: 3px solid var(--cyan-25);
  box-shadow: var(--shadow-md-box-shadow, 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.1));
  overflow: hidden;
}
.avatar-profile-photo i, .avatar-profile-photo svg {
  position: absolute;
  left: 8px;
  top: 8px;
  overflow: visible;
  color: var(--orange-warning-1000);
  width: 20px;
}

.avatar img, .avatar .avatar-name {
  width: 100%;
  height: 100%;
}

.avatar img {
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-group {
  display: flex;
  flex-wrap: nowrap;
}

.avatar-group .avatar-s:not(:first-child),
.avatar-group .avatar-m:not(:first-child),
.avatar-group .avatar-l:not(:first-child),
.avatar-group .dropdown-toggle:not(:first-child) {
  margin-left: -0.5rem;
}

.avatar {
  position: relative;
  outline: 2px solid var(--base-white);
  box-shadow: var(--shadow-lg-box-shadow, 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08));
}

.avatar-s {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-s .avatar-name {
  font-size: 0.75rem;
  line-height: 1.2;
}

.avatar-s[class*=status-]:before {
  border: 1px solid var(--phoenix-avatar-status-border-color);
  height: 6px;
  width: 6px;
  right: 1px;
  bottom: 1px;
}

.avatar-m {
  height: 2rem;
  width: 2rem;
}

.avatar-m .avatar-name {
  font-size: 0.85rem;
  line-height: 1.2;
}

.avatar-l {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar-m .avatar-name {
  font-size: 1rem;
  line-height: 1.2;
}

.avatar-3xl {
  height: 9rem;
  width: 9rem;
}

.avatar-3xl .avatar-name {
  font-size: 2rem;
  line-height: 1.2;
}

.avatar-2xl {
  height: 6rem;
  width: 6rem;
}

.avatar-2xl .avatar-name {
  font-size: 1.8rem;
  line-height: 1.2;
}

.avatar-xl {
  height: 5rem;
  width: 5rem;
}

.avatar-xl .avatar-name {
  font-size: 1.6rem;
  line-height: 1.2;
}

.avatar .avatar-name > span,
.avatar .avatar-name > .feather {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-weight: 400;
}

.avatar .icon {
  color: var(--primary-800);
  width: 32px;
  height: 32px;
}

.login-wrapper {
  min-height: 600px;
}
@media (max-width: 991.98px) {
  .login-wrapper {
    align-items: center;
  }
}
.login-wrapper .card-simple {
  max-width: 47%;
  min-width: 175px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .login-wrapper .card-simple {
    flex-basis: auto;
  }
}
@media (max-width: 575.98px) {
  .login-wrapper .card-simple {
    flex-basis: auto;
    max-width: initial;
  }
}

.login-header {
  gap: 10px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .login-header {
    height: 100px;
  }
}
.login-header img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .login-header .cyprus-republic-logo {
    width: 40px;
  }
}
.login-header .el-pos-1 {
  width: 300px;
}
@media (max-width: 991.98px) {
  .login-header .el-pos-1 {
    width: 180px;
  }
}

.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background: var(--primary) center/Cover;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding: 60px 40px;
  justify-content: end;
}
.bg-holder:after {
  content: "";
  background: var(--primary-700, #577589);
  opacity: 0.8;
  position: relative;
  overflow: hidden;
}

.sublogin-title {
  color: var(--gray-600, #475467);
  font: var(--textsm-regular, 400 14px/20px "Roboto", sans-serif);
}

.term-of-use-privacy-policy a {
  padding: 5px;
  color: #43425d;
  font: var(--smallinfo, 400 12px/20px "Roboto", sans-serif);
}

.text-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
}

.supporting-text {
  color: var(--primary-200, #d0d9df);
  font: var(--displaysm-bold, 700 30px/38px "Roboto", sans-serif);
}

.supporting-text2 {
  color: var(--primary-200, #d0d9df);
  font: var(--textxl-medium, 500 20px/30px "Roboto", sans-serif);
}

.term-of-use-privacy-policy {
  margin: 30px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .term-of-use-privacy-policy {
    position: absolute;
    bottom: 0;
  }
}

.hint-text {
  color: var(--gray-600, #475467);
  text-align: left;
  font: var(--textxss, 400 10px/12px "Roboto", sans-serif);
  position: relative;
}

.form-choose-password {
  height: 100vh;
  width: 500px;
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
}
.form-choose-password .panel-body {
  padding: 0;
}

.login-logos-pos {
  width: 720px;
}

.login-background {
  background: url("/o/moesy-sms-theme/images/esignare-image.png") center/Cover;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
  display: flex;
  flex-direction: column;
  padding: 60px 40px;
  justify-content: space-between;
  color: var(--base-black);
  align-items: center;
}

.login-supporting-text {
  color: var(--base-black, #000000);
  font: var(--displaysm-bold, 700 30px/38px "Roboto", sans-serif);
  display: grid !important;
  justify-items: center;
}

.login-supporting-text2 {
  color: var(--base-black, #000000);
  font: var(--textxl-medium, 500 20px/30px "Roboto", sans-serif);
  display: grid !important;
  justify-items: center;
}

.login-image-container {
  max-width: 100%;
  justify-content: center;
  margin: auto;
}
.login-image-container img {
  height: 92px;
  width: auto;
  object-fit: contain;
}

.gap-80 {
  gap: unset;
}

.gap-50 {
  gap: unset;
}

.moe-logo {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.login-wrapper .moe-image-container img {
  max-width: 100%;
  object-fit: contain;
}

header.login-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 1199.98px) {
  .login-frame {
    position: absolute;
    width: 100%;
  }
  .login-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .term-of-use-privacy-policy {
    margin: unset;
  }
  header.login-header .choices:last-child {
    border: 1px solid lightgray;
  }
}
@media (min-width: 992px) {
  .login-wrapper {
    height: calc(100vh - 100px);
  }
  header.login-header {
    margin-bottom: 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .choices:last-child {
    border: unset;
  }
  .login-image-container {
    width: 720px;
    margin: unset;
  }
  .login-image-container img {
    width: auto;
  }
  .gap-50 {
    gap: 50px;
  }
  .gap-80 {
    gap: 80;
  }
}
.badge {
  border-radius: 16px;
  padding: 2px 10px 2px 10px;
  position: relative;
  text-align: center;
  font: var(--textsm-medium);
  position: relative;
  background: var(--gray-100);
  color: var(--gray-700);
}
.badge a {
  color: inherit;
  text-decoration: underline;
}

.badge-green,
.badge-READY_FOR_REGISTRATION {
  background: #d0d6c4;
  color: #586b3f;
}

.badge-blue,
.badge-PENDING_REVIEW {
  background: #eef4ff;
  color: #026aa2;
}

.badge-orange,
.badge-DRAFT,
.badge-INCOMPLETE,
.badge-PENDING_REVIEW,
.badge-SECOND_PARENT_INCOMPLETE,
.badge-PENDING_SECOND_PARENT_CONSENT {
  background: #f6ebd9;
  color: #cf8c2c;
}

.badge-error,
.badge-status-rejected,
.badge-REJECTED,
.badge-DELETED {
  background: var(--error-50, #fef3f2);
  color: var(--error-700, #b42318);
}

.badge-active,
.badge-success,
.badge-ACTIVE,
.badge-ENROLLED {
  background: var(--success-50);
  color: var(--success-700);
}

.badge-inactive,
.badge-INCOMPLETE {
  background: var(--gray-100);
  color: var(--gray-700);
}

.file-upload-base {
  background: var(--base-white, #ffffff);
  border-radius: 12px;
  border-style: dashed;
  border-color: var(--gray-200, #eaecf0);
  border-width: 1px;
  padding: 16px 24px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: relative;
}
.file-upload-base:has(.has-error) {
  border-color: var(--error-600);
}
.file-upload-base:has(.has-success) {
  border-color: var(--success-600);
}
.file-upload-base .featured-icon {
  background: var(--gray-100, #f2f4f7);
}
.file-upload-base .file-upload-base-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.file-upload-base .text {
  color: #cf8c2c;
  font: var(--textsm-semibold, 600 14px/20px "Roboto", sans-serif);
}
.file-upload-base .text2 {
  color: var(--gray-600, #475467);
  font: var(--textsm-regular, 400 14px/20px "Roboto", sans-serif);
}
.file-upload-base .supporting-text {
  color: var(--gray-600, #475467);
  text-align: center;
  font: var(--textxs-regular, 400 12px/18px "Roboto", sans-serif);
  display: block;
}

.type-progress-bar {
  background: var(--base-white, #ffffff);
  border-radius: 12px;
  border: 1px solid var(--orange-warning-1000, #cf8c2c);
  padding: 16px;
  display: flex;
  gap: 4px;
  position: relative;
  cursor: pointer;
}
.type-progress-bar .doc-name {
  color: var(--gray-700);
  font: var(--textsm-medium, 500 14px/20px "Roboto", sans-serif);
}
.type-progress-bar .size-info {
  display: block;
  color: var(--gray-600, #475467);
  font: var(--textsm-regular, 400 14px/20px "Roboto", sans-serif);
}
.type-progress-bar #result-info {
  position: absolute;
  right: 16px;
  top: 0;
}
.type-progress-bar .checkbox-base {
  background: var(--orange-warning-1000, #cf8c2c);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  opacity: 0;
}
.type-progress-bar .checkbox-base i, .type-progress-bar .checkbox-base svg {
  color: #FFF;
  stroke: #FFF;
  width: 12px;
  height: 12px;
}
.type-progress-bar .checkbox-base.show {
  display: block;
}
.type-progress-bar .percentage {
  color: var(--gray-700, #344054);
  font: var(--textsm-medium, 500 14px/20px "Roboto", sans-serif);
  position: absolute;
  right: -45px;
  top: -10px;
}

.breadcrumb-wrap .breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  overflow-x: auto;
  white-space: nowrap;
  background-color: transparent;
  margin: 0 auto;
  font-weight: 500;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child {
  margin-top: 4px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child a:after {
  content: url("/o/moesy-sms-theme/images/home-line.svg");
  display: inline-block;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child a span {
  display: none;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item + .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb-wrap .breadcrumb-item a {
  color: var(--gray-600);
}
.breadcrumb-wrap .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-wrap .breadcrumb-item.active {
  color: var(--gray-700);
}

.table thead th {
  background: var(--gray-50, #f9fafb) !important;
  border-style: solid;
  border-color: var(--gray-200, #eaecf0);
  border-width: 0px 0px 1px 0px;
  padding: 12px 24px 12px 24px;
  height: 44px;
  font: var(--textxs-medium, 500 12px/18px "Roboto", sans-serif);
}
.table thead th a {
  font: var(--textxs-medium, 500 12px/18px "Roboto", sans-serif);
  text-decoration: none;
}

.table .table-cell {
  border-style: solid;
  border-color: var(--gray-200, #eaecf0);
  border-width: 0px 0px 1px 0px;
  padding: 16px 24px 16px 24px;
  flex-shrink: 0;
  color: var(--gray-900, #101828);
  font: var(--t-regular, 400 14px/20px "Roboto", sans-serif) !important;
}

.table.table-list {
  border-radius: 10px !important;
}

.table .input-checkbox-wrapper.has-error input[type=checkbox] {
  border-color: #dc3545;
}
.table .input-checkbox-wrapper .help-block {
  display: none;
}
.table .input-checkbox-wrapper input[type=checkbox] {
  background: var(--base-white, #ffffff);
  border-radius: 6px;
  border-style: solid;
  border-color: var(--gray-300, #d0d5dd);
  border-width: 1px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
}
.table .input-checkbox-wrapper input[type=checkbox]:checked {
  background-color: var(--primary-100);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDZMOSAxN0w0IDEyIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-size: contain;
  background-repeat: no-repeat;
}

.lfr-pagination-config {
  display: none;
}

.taglib-search-iterator-page-iterator-bottom .pagination {
  display: flex;
  gap: 8px;
}
.taglib-search-iterator-page-iterator-bottom .pagination .page-item a {
  border-radius: 8px;
  border: 1px solid transparent;
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 10px 16px 10px 16px;
  justify-content: center;
  font: var(--textsm-semibold, 600 14px/20px "Roboto", sans-serif);
  background: var(--base-white, #ffffff);
  border-color: var(--gray-300, #d0d5dd);
  color: var(--gray-700);
  text-decoration: none !important;
}
.taglib-search-iterator-page-iterator-bottom .pagination .page-item a:hover {
  color: var(--gray-600);
  text-decoration: none;
  background-color: var(--gray-100);
}
.taglib-search-iterator-page-iterator-bottom .pagination .page-item:first-child .page-link,
.taglib-search-iterator-page-iterator-bottom .pagination .page-link-first,
.taglib-search-iterator-page-iterator-bottom .pagination .page-item:last-child .page-link,
.taglib-search-iterator-page-iterator-bottom .pagination .page-link-last {
  border-radius: 8px;
  border-style: solid;
  border-color: var(--gray-300, #d0d5dd);
}

.pagination-items-per-page > a,
.pagination-items-per-page > button {
  background: var(--base-white, #ffffff);
  border-color: var(--gray-300, #d0d5dd);
  color: var(--gray-700, #344054);
  font: var(--t-semibold, 600 14px/20px "Roboto", sans-serif);
}

.page-link[aria-expanded=true], .page-link.show {
  background: var(--primary-50) !important;
  color: var(--gray-700) !important;
  border-bottom: var(--primary-50) !important;
}

.table-list thead:first-child tr:first-child th:first-child, .table-list thead:first-child tr:first-child td:first-child, .table-list tbody:first-child tr:first-child th:first-child, .table-list tbody:first-child tr:first-child td:first-child, .table-list tfoot:first-child tr:first-child th:first-child, .table-list tfoot:first-child tr:first-child td:first-child, .table-list caption:first-child + thead tr:first-child th:first-child, .table-list caption:first-child + thead tr:first-child td:first-child {
  border-top-left-radius: 8px !important;
}

.table-list thead:first-child tr:first-child th:last-child, .table-list thead:first-child tr:first-child td:last-child, .table-list tbody:first-child tr:first-child th:last-child, .table-list tbody:first-child tr:first-child td:last-child, .table-list tfoot:first-child tr:first-child th:last-child, .table-list tfoot:first-child tr:first-child td:last-child, .table-list caption:first-child + thead tr:first-child th:last-child, .table-list caption:first-child + thead tr:first-child td:last-child {
  border-top-right-radius: 8px !important;
}

.table-heading-nowrap thead td, .table-heading-nowrap thead th {
  white-space: normal !important;
  height: auto;
}

.row-checker-extension table tbody tr:has(input[name$=rowIds]) {
  background-color: transparent;
}
.row-checker-extension table tbody tr:has(input[name$=rowIds]:checked) {
  background-color: var(--gray-200);
}

/*Left*/
.filter.modal.left {
  left: 0;
  top: 0;
  width: 430px;
}

.filter.modal.left.fade .modal-dialog {
  left: -430px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.filter.modal.left.fade.show .modal-dialog {
  left: 0;
  width: 100%;
}

/*Right*/
.filter.modal.right {
  right: 0;
  left: auto;
  top: 0;
  width: 430px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-open .next-train-content {
  z-index: 1100;
  position: relative;
}

.filter.modal.right .modal-dialog {
  right: -430px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.filter.modal.right.show .modal-dialog {
  right: 0;
  width: 100%;
}

/* ----- MODAL STYLE ----- */
.filter.modal .modal-dialog {
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.filter.modal .modal-content {
  height: 100vh;
  overflow-y: auto;
}

.filter.modal .modal-body {
  padding: 15px 15px 80px;
}

.filter .modal-content {
  border-radius: 0;
  border: none;
  padding: 24px 0 24px 24px;
  position: absolute;
  bottom: 0;
  top: 0;
  box-sizing: content-box;
  right: -6px;
  width: 98%;
}

.filter .modal-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 24px 16px 0 !important;
  align-items: center;
  border: none;
  flex-direction: row;
}
.filter .modal-header h3 {
  font-size: 1.25rem;
}
.filter .modal-header .btn-clean {
  float: right;
  text-decoration: underline;
  margin: -1rem -8rem -1rem auto;
}
.filter .modal-header .close {
  float: right;
  width: 24px;
  display: block;
}

.filter .modal-footer {
  padding: 0.75rem 2.5rem 0.75rem 0.75rem;
  position: absolute;
  bottom: 0;
  background-color: white;
}

.filter .filter-list {
  overflow-y: scroll;
  padding-right: 24px;
  margin-bottom: 60px;
  flex: 1;
}
.filter .filter-list .filter-list-item .form-group {
  padding: 0;
}
.filter .filter-list .selectors {
  padding: 8px 0;
  gap: 0.7rem;
}
.filter .filter-list-item {
  text-align: left;
}
.filter .filter-list-item .selectors-item {
  font-weight: 600;
  border-radius: 25px;
}
.filter .filter-list-item .selectors-item.active {
  border-color: transparent;
}
.filter .filter-list-title {
  font-size: 1.125rem;
  color: var(--gray-900);
}
.filter .filter-list .form-control-wrapper {
  padding-top: 16px;
}
.filter .filter-list .form-label {
  position: absolute;
  top: -12px;
  font-weight: 600;
}

.alert-fluid.alert-dismissible .container,
.alert-fluid.alert-dismissible .container-fluid {
  border-radius: 12px;
  padding: 16px calc(2.5rem + 15px) 16px 16px;
  margin-bottom: 24px;
  font: var(--textsm-regular);
  line-height: 1.6;
}
.alert-fluid.alert-dismissible .container .lead,
.alert-fluid.alert-dismissible .container-fluid .lead {
  margin: 0;
  font: var(--textsm-semibold);
}
.alert-fluid.alert-dismissible .container .lead:after,
.alert-fluid.alert-dismissible .container-fluid .lead:after {
  content: "";
  display: block;
}

.alert-fluid.alert-dismissible[style=danger] .container,
.alert-fluid.alert-dismissible[style=danger] .container-fluid,
.alert-fluid.alert-danger .container,
.alert-fluid.alert-danger .container-fluid {
  background-color: var(--error-25) !important;
  border: 1px solid var(--error-300);
  color: var(--error-700) !important;
  stroke: var(--error-300);
}

.alert-fluid.alert-dismissible[style=info] .container,
.alert-fluid.alert-dismissible[style=info] .container-fluid {
  background-color: var(--primary-25) !important;
  border: 1px solid var(--primary-300);
  color: var(--primary-700) !important;
  stroke: var(--primary-300);
}

.alert-info, .alert-fluid {
  background: transparent;
  border: none;
}

.sidebar-item {
  margin-bottom: 40px;
}

.categories-list .category-button {
  border-radius: 6px;
  padding: 10px 14px 10px 14px;
  color: var(--primary-700);
}
.categories-list .category-button:hover, .categories-list .category-button.active {
  color: var(--gray-900);
  background-color: var(--gray-50);
  text-decoration: none;
}

.filter-search .form-control,
.categories-list .form-control {
  height: 2.9375rem;
}

.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.stepper-item .check {
  display: none;
}
.stepper-item .pointer {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--base-white);
}
.stepper-item .step-name {
  font-weight: 500;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid var(--primary-50);
  width: 100%;
  top: 10px;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .stepper-item::before {
    top: 8px;
  }
}

.stepper-item.active::before {
  border-bottom: 2px solid var(--primary-600);
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary-600);
  margin-bottom: 6px;
  outline: 3px solid var(--primary-50);
  background-color: var(--gray-100);
}
@media (max-width: 1199.98px) {
  .stepper-item .step-counter {
    width: 16px;
    height: 16px;
  }
}

.stepper-item.active .step-counter {
  background-color: var(--primary-600);
}

.stepper-item.completed .step-counter {
  background-color: var(--success-700);
  color: #FFF;
  outline: none;
}
.stepper-item.completed .check {
  display: block;
}
.stepper-item.completed .pointer {
  display: none;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.sms-file-uploader .file-upload-preview {
  position: relative;
}
.sms-file-uploader .file-upload-preview .delete-icon {
  z-index: 1;
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--error-100);
  color: var(--error-600);
  border: 1px solid var(--error-600);
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 8px;
  cursor: pointer;
}
.sms-file-uploader .mark-red {
  color: var(--error-600);
}
.sms-file-uploader .col-lg-4:last-child {
  margin-right: 0;
  margin-left: auto;
}

.sms-multiple-file-uploader .file-upload-preview {
  position: relative;
}
.sms-multiple-file-uploader .file-upload-preview .delete-icon {
  z-index: 1;
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--error-100);
  color: var(--error-600);
  border: 1px solid var(--error-600);
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 8px;
  cursor: pointer;
}
.sms-multiple-file-uploader .file-validation-error {
  position: relative;
  border-radius: 12px;
}
.sms-multiple-file-uploader .file-validation-error .close-icon {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--orange-warning-200);
  color: var(--orange-warning-900);
  border: 1px solid var(--orange-warning-900);
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 8px;
  cursor: pointer;
}
.sms-multiple-file-uploader .mark-red {
  color: var(--error-600);
}
.sms-multiple-file-uploader .col-lg-4:last-child {
  margin-right: 0;
  margin-left: auto;
}

form.input-disabled .file-upload-controls, form.input-disabled .delete-icon {
  display: none;
}

.sms-phone .phone-container {
  display: flex;
  justify-items: center;
  border-radius: 8px;
  border: 1px solid var(--gray-300, #d0d5dd);
  box-shadow: var(--shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
  /*.form-validator-stack {
    display: none;
  }*/
}
.sms-phone .phone-container .country-code-selector {
  width: 75px;
  border: none;
  outline: none;
  box-shadow: none;
}
.sms-phone .phone-container .choices .choices__inner {
  width: 75px;
  border: none;
}
.sms-phone .phone-container .choices .choices__list--dropdown .choices__item--selectable,
.sms-phone .phone-container .choices .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 0;
}
.sms-phone .phone-container .country-code-display {
  padding: 0 5px;
  align-self: flex-start;
  color: #667085;
  max-width: 100px;
  min-width: 70px;
  margin-top: 12px;
}
.sms-phone .phone-container .input-select-wrapper,
.sms-phone .phone-container .input-text-wrapper {
  margin-bottom: 0;
}
.sms-phone .phone-container .input-select-wrapper .control-label,
.sms-phone .phone-container .input-text-wrapper .control-label {
  display: none;
}
.sms-phone .phone-container .input-text-wrapper .form-control {
  border: none;
  box-shadow: none;
  padding: 12px 0 0 0;
}
.sms-phone .phone-container.has-error {
  border-color: #dc3545;
}
.sms-phone .phone-container + .form-validator-stack {
  display: none;
}
.sms-phone .phone-container:has(> .has-success):has(> .has-success) {
  border: 1px solid #28a745;
}
.sms-phone .phone-container:has(> .has-error) {
  border: 1px solid red !important;
}

.sms-school-card {
  border-radius: 8px;
}
.sms-school-card img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-school-type {
  width: 223px;
  max-width: 223px;
  height: 120px;
  max-height: 120px;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .sms-student-card {
    max-width: 100%;
  }
}
.sms-student-card.input-disabled {
  background-color: inherit !important;
}
.sms-student-card.input-disabled .card-student {
  background-color: #ddd;
  opacity: 0.6;
}
.sms-student-card .card-student {
  flex-basis: 240px;
  width: 340px;
  max-width: 100%;
  height: auto;
  gap: 0;
}
.sms-student-card .card-student .delete-button {
  color: var(--error-700);
}
.sms-student-card .card-student img.rounded-circle {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border: 3px solid #f2f2f2;
}
@media (max-width: 767.98px) {
  .sms-student-card .card-student img.rounded-circle {
    width: 4rem;
    height: 4rem;
    border: 2px solid #f2f2f2;
  }
}
.sms-student-card .card-student .badge-success .text {
  font-weight: bold;
}
.sms-student-card .card-student .btn-link:hover {
  color: var(--primary-700);
}
.sms-student-card .card-student .textsm-regular {
  font: var(--textsm-regular);
}
.sms-student-card .card-student .textmd-semibold {
  font: var(--textmd-semibold);
}
.sms-student-card .card-student .text {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
}
.sms-student-card .card-student .text.text-small {
  font-size: 16px;
}
.sms-student-card .card-student .text.text-large {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .sms-student-card .card-student .text.text-large {
    font-size: 18px;
  }
}
.sms-student-card .card-student .text.text-disabled {
  color: var(--primary-300);
}
.sms-student-card .card-student-sm {
  max-width: 250px;
  max-height: 75px;
  flex-direction: row;
  padding: 10px;
  gap: 4px;
  margin-bottom: 12px;
  border-radius: 12px;
}
.sms-student-card .card-student-sm .text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.sms-student-card .tooltip-mismatching-fields {
  background-color: var(--base-white);
  text-align: center;
  border-radius: 12px;
  position: absolute;
  z-index: 1000;
  left: 91%;
  border: 1px solid var(--gray-100);
  width: 250px;
  color: var(--error-600);
}
.sms-student-card .tooltip-mismatching-fields p {
  padding-left: 8px;
}

.sms-student-profile h2 {
  color: #101828;
  font-size: 18px;
}
.sms-student-profile .hidden-input input {
  display: none;
}
.sms-student-profile .student-details-profile-picture {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
}
.sms-student-profile .student-details-number {
  background-color: var(--gray-100);
  max-width: 111px;
  color: var(--gray-700);
  padding: 2px 8px 2px 6px;
}
.sms-student-profile .student-details-number .student-details-number-symbol {
  height: 8px;
  width: 8px;
}

@media (max-width: 767.98px) {
  .sms-parent-card {
    max-width: 100%;
  }
}
.sms-parent-card.input-disabled {
  background-color: inherit !important;
}
.sms-parent-card.input-disabled .card-parent {
  background-color: #ddd;
  opacity: 0.6;
}
.sms-parent-card .card-parent {
  flex-basis: 240px;
  width: 340px;
  max-width: 100%;
  height: auto;
  gap: 0;
}
.sms-parent-card .card-parent .delete-button {
  color: var(--error-700);
}
.sms-parent-card .card-parent img.rounded-circle {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border: 3px solid #f2f2f2;
}
@media (max-width: 767.98px) {
  .sms-parent-card .card-parent img.rounded-circle {
    width: 4rem;
    height: 4rem;
    border: 2px solid #f2f2f2;
  }
}
.sms-parent-card .card-parent .badge-success .text {
  font-weight: bold;
}
.sms-parent-card .card-parent .btn-link:hover {
  color: var(--primary-700);
}
.sms-parent-card .card-parent .textsm-regular {
  font: var(--textsm-regular);
}
.sms-parent-card .card-parent .textmd-semibold {
  font: var(--textmd-semibold);
}
.sms-parent-card .card-parent .text {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
}
.sms-parent-card .card-parent .text.text-small {
  font-size: 16px;
}
.sms-parent-card .card-parent .text.text-large {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .sms-parent-card .card-parent .text.text-large {
    font-size: 18px;
  }
}
.sms-parent-card .card-parent .text.text-disabled {
  color: var(--primary-300);
}
.sms-parent-card .card-parent-sm {
  max-width: 250px;
  max-height: 75px;
  flex-direction: row;
  padding: 8px;
  gap: 4px;
  margin-bottom: 12px;
}
.sms-parent-card .card-parent-sm .text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767.98px) {
  .sms-education-officer-card {
    max-width: 100%;
  }
}
.sms-education-officer-card.input-disabled {
  background-color: inherit !important;
}
.sms-education-officer-card.input-disabled .card-education-officer {
  background-color: #ddd;
  opacity: 0.6;
}
.sms-education-officer-card .card-education-officer {
  flex-basis: 240px;
  width: 340px;
  max-width: 100%;
  height: auto;
  gap: 0;
}
.sms-education-officer-card .card-education-officer .delete-button {
  color: var(--error-700);
}
.sms-education-officer-card .card-education-officer img.rounded-circle {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border: 3px solid #f2f2f2;
}
@media (max-width: 767.98px) {
  .sms-education-officer-card .card-education-officer img.rounded-circle {
    width: 4rem;
    height: 4rem;
    border: 2px solid #f2f2f2;
  }
}
.sms-education-officer-card .card-education-officer .badge-success .text {
  font-weight: bold;
}
.sms-education-officer-card .card-education-officer .btn-link:hover {
  color: var(--primary-700);
}
.sms-education-officer-card .card-education-officer .textsm-regular {
  font: var(--textsm-regular);
}
.sms-education-officer-card .card-education-officer .textmd-semibold {
  font: var(--textmd-semibold);
}
.sms-education-officer-card .card-education-officer .text {
  font-size: 18px;
  font-weight: 600;
  color: var(--gray-900);
}
.sms-education-officer-card .card-education-officer .text.text-small {
  font-size: 16px;
}
.sms-education-officer-card .card-education-officer .text.text-large {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .sms-education-officer-card .card-education-officer .text.text-large {
    font-size: 18px;
  }
}
.sms-education-officer-card .card-education-officer .text.text-disabled {
  color: var(--primary-300);
}
.sms-education-officer-card .card-education-officer-sm {
  max-width: 250px;
  max-height: 75px;
  flex-direction: row;
  padding: 8px;
  gap: 4px;
  margin-bottom: 12px;
}
.sms-education-officer-card .card-education-officer-sm .text {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.sms-file-preview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.user-logo-wrapper .panel .panel-header {
  justify-content: flex-start;
}
.user-logo-wrapper .panel .panel-header .panel-title {
  font-weight: bold;
  font-size: larger;
}
.user-logo-wrapper .profile-avatar {
  height: 6rem;
  width: 6rem;
  display: block;
  background-color: var(--primary-50, #ebf1f3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-logo-wrapper .profile-avatar-img {
  width: 99%;
  height: 99%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid #FFF;
  cursor: pointer;
}
.user-logo-wrapper .profile-avatar-btn {
  font: var(--t-regular, 400 14px/20px "Roboto", sans-serif);
  color: var(--gray-600, #475467);
  cursor: pointer;
}
.user-logo-wrapper .shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(16, 24, 40, 0.15) !important;
}
.user-logo-wrapper .rounded-circle {
  border-radius: 50% !important;
}
.user-logo-wrapper .user-logo-card .user-logo-number {
  background-color: var(--gray-100);
  max-width: 111px;
  color: var(--gray-700);
  padding: 2px 8px 2px 6px;
  border-radius: 14px !important;
}
.user-logo-wrapper .user-logo-card .user-logo-number .user-logo-number-symbol {
  height: 8px;
  width: 8px;
}
.user-logo-wrapper .eo-card-item {
  background-color: var(--gray-100);
  max-width: 111px;
  color: var(--gray-700);
  padding: 2px 8px 2px 14px !important;
  border-radius: 14px !important;
}
.user-logo-wrapper .eo-card-item .eo-card-item-symbol {
  height: 8px;
  width: 8px;
}
.user-logo-wrapper .cursor-pointer {
  cursor: pointer;
}

#p_p_id_com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet_INSTANCE_usermenucontent_ {
  width: 100%;
}

.topbar .dropdown .dropdown-menu .menu-items .menu-item svg, .topbar .dropdown .dropdown-menu .menu-items .menu-item path {
  stroke: #254355;
}
.topbar .dropdown .dropdown-menu .menu-items .menu-item:hover svg, .topbar .dropdown .dropdown-menu .menu-items .menu-item:hover path {
  stroke: #FFF;
}

.long-label-input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
}
.long-label-input .form-feedback-item {
  margin-top: 0;
}
.long-label-input .form-feedback-item div[role=alert] {
  position: absolute;
}

div.link-card {
  cursor: pointer;
}

.help-link {
  color: var(--gray-600) !important;
}

.call-center-nav-item {
  color: var(--gray-600);
}
.call-center-nav-item .divisores-vertical {
  height: 2.5rem;
  background-color: var(--gray-400);
}
.call-center-nav-item a {
  color: var(--gray-600);
}
.call-center-nav-item a:hover {
  color: var(--gray-600);
  text-decoration: none;
}

.contact-us {
  margin-top: 2rem;
  font: var(--textsm-regular, 400 14px/20px "Roboto", sans-serif);
  color: var(--gray-600);
}
.contact-us__title {
  font-weight: bold;
}
.contact-us__item a {
  color: var(--gray-600);
}
.contact-us__item a:hover {
  color: var(--gray-600);
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .portlet-cookies-banner .autofit-row {
    flex-direction: column;
  }
}
.no-click {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

.link-div {
  cursor: pointer;
}