@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
html {
  font-family: "Inter", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #052241;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #81A5C2;
  text-decoration: none;
}
a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #EDE5E5;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: "Inter", sans-serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #EDE5E5;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #27272A;
  text-decoration: underline;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #EDE5E5;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

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

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

[role=button] {
  cursor: pointer;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in, .fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in, .collapse.show {
  display: block;
}

tr.collapse.in, tr.collapse.show {
  display: table-row;
}

tbody.collapse.in, tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #EDE5E5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #27272A;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #F4F5F6;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #81A5C2;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right {
  float: right !important;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .modal-open {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 768px) {
  .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal::-webkit-scrollbar-track {
  background-color: #EDE5E5;
}
.modal::-webkit-scrollbar {
  width: 6px;
  background-color: #EDE5E5;
}
.modal::-webkit-scrollbar-thumb {
  background-color: #81A5C2;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog, .modal.show .modal-dialog {
  transform: translate(0, 0);
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 1000px;
  }
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.75rem auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

.modal-content {
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #EDE5E5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in, .modal-backdrop.show {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding:24px 24px 10px 24px; ;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 10px 24px 24px 24px;
}

.modal-footer {
  padding: 24px;
  display: flex;
 justify-content: center;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-sm {
  width: 300px;
}

.tooltip.in, .tooltip.show {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 15px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #EDE5E5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #EDE5E5;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right {
  margin-left: 10px;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #EDE5E5;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #EDE5E5;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left {
  margin-left: -10px;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #EDE5E5;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #F4F5F6;
  border-bottom: 1px solid #EDE5E5;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: none;
  content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

/*noinspection CssInvalidPropertyValue*/
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.accordion {
  display: flex;
  flex-flow: column;
}
.accordion .card-header {
  background-color: #81A5C2;
  padding: 6px 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.accordion .card-header svg {
  transform: translateY(1px);
  transition: transform 100ms;
}
.accordion .card-header svg path {
  fill: #fff;
}
.accordion .card-header:not(.collapsed) svg {
  transform: translateY(1px) rotate(180deg);
}
.accordion .collapse {
  flex-grow: 1;
}
.accordion .card-body {
  padding: 0 24px;
  margin: 12px 0;
  overflow-y: auto;
  height: 100%;
  max-height: 410px;
}

[data-scrollbar] {
  display: block;
  position: relative;
}
[data-scrollbar]:hover .scrollbar-track {
  opacity: 1;
  transition-delay: 0s;
}

.scroll-content {
  padding-right: 10px;
  display: flow-root;
  transform: translate3d(0, 0, 0);
}

.scrollbar-track {
  position: absolute;
  opacity: 0;
  z-index: 1;
  border-radius: 10px;
  background: #EDE5E5;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.5s 0.5s ease-out;
}

.scrollbar-track.show,
.scrollbar-track:hover {
  opacity: 1;
  transition-delay: 0s;
}

.scrollbar-track[style*="display: none"] {
  display: none !important;
}

.scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
}

.scrollbar-track-y {
  top: 0;
  right: 4px;
  width: 8px;
  height: 100%;
}

.scrollbar-thumb {
  position: absolute;
  top: 0;
  left: -1px;
  width: 10px;
  height: 10px;
  background: #81A5C2 !important;
  border-radius: 10px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  line-height: 18px;
  border: 1px solid transparent;
  font-size: 14px;
  min-width: 110px;
  border-radius: 6px;
  color: #000;
  font-weight: 600;
  transition: background-color 300ms ease;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-transparent {
  border-color: #000 !important;
}
.btn-black {
  background-color: #000 !important;
  color: #fff !important;
}
.btn-black:hover {
  background-color: #81A5C2 !important;
}
.btn-blue {
  background-color: #052241 !important;
  color: #fff !important;
}
.btn-full {
  width: 100%;
}
.btn-icon {
  width: 40px;
  height: 40px;
  min-width: unset;
  background-color: transparent;
  padding: 0;
}
.btn-icon svg {
  width: 24px;
  height: auto;
  color: #fff;
}

.control {
  border: 1px solid #9FA6B2;
  border-radius: 12px;
  padding: 14px 16px;
  height: 50px;
  line-height: 20px;
  font-size: 16px;
  display: block;
  outline: 1px solid transparent;
  transition: all 300ms;
}
.control::-moz-placeholder {
  color: #9FA6B2;
}
.control::placeholder {
  color: #9FA6B2;
}
.control:focus-visible {
  outline: 1px solid #000;
}
.control-search {
  background: #fff url("../img/search.svg") left 16px center no-repeat;
  padding: 10px 16px 10px 50px;
  height: auto;
  width: 100%;
}

.controlsearch {
  border: 1px solid #9FA6B2;
  border-radius: 12px;
  padding: 2px 2px;
  height: 30px;
  line-height: 20px;
  font-size: 16px;
  display: block;
  outline: 1px solid transparent;
  transition: all 300ms;
}
.controlsearch::-moz-placeholder {
  color: #9FA6B2;
}
.controlsearch::placeholder {
  color: #9FA6B2;
}
.controlsearch:focus-visible {
  outline: 1px solid #000;
}
.controlsearch-search {
  background: #fff url("../img/search.svg") left 16px center no-repeat;
  padding: 2px 2px 2px 50px;
  height: auto;
  width: 100%;
}
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  transform: scale(0, 0);
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  transform: rotateZ(4deg);
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  transform: rotateZ(0);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 3px 8px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.h1 {
  font-size: 25px;
  line-height: 36px;
  font-weight: bold;
}

.h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.body {
  font-size: 18px;
  line-height: 24px;
}

.body-small {
  font-size: 15px;
  line-height: 20px;
}

.body-medium {
  font-size: 16px;
  line-height: 22px;
}

.body-large {
  font-size: 18px;
  line-height: 24px;
}

.placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #9FA6B2;
}


.login {
  width: 100%;
  height: 100vh;
  position: relative;
}
.login-logos {
  position: absolute;
  top: 36px;
  left: 50%;
  display: flex;
  gap: 28px;
  cursor: pointer;
  max-width: 1366px;
  width: 100%;
  justify-content: flex-end;
  transform: translateX(-50%);
  cursor: pointer;
}
.login-logos img {
  height: 40px;
}
.login-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  height: 100%;
}
.login-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 4px 12px 10px rgba(109, 121, 133, 0.2);
  padding: 48px 80px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  min-width: 700px;
}
.login-form {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-bottom: 10px;
}
.login-field {
  display: flex;
  flex-flow: column;
  text-align: center;
  gap: 8px;
  position: relative;
}
.login-field a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.login-field a:hover {
  color: #036280;
  text-decoration: underline;
}
.login-error {
  background-color: #000;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, calc(100% + 60px), 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 300ms;
  cursor: pointer;
}
.login-error.visible {
  transform: translate3d(-50%, calc(100% + 30px), 0);
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.login-error svg {
  width: 12px;
  height: auto;
}
.login-error svg path {
  color: #DC2626;
}
.login .scroll-content {
  height: 100%;
}
.login .scrollBarContainer {
  top: 10px !important;
  bottom: 10px !important;
}
.login .h1 {
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
}
.login .h2 {
  text-align: left;
}
.login .control-eye {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 48px;
  height: 48px;
  border: 0;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: background-color 300ms;
}
.login .control-eye:hover {
  background-color: #F4F5F6;
}
.login .btn-full {
  font-size: 18px;
}

.modal-header .btn {
  min-width: unset;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  margin: -4px -10px 0 0;
}
.modal-header .btn-blue {
  width: 110px;
  margin: 0;
}
.modal-header .btn-transparent {
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 20px;
  min-width: 110px;
}
.modal-header .btn svg {
  transform: scale(0.8);
  transition: transform 200ms;
}
.modal-header .btn:hover {
  background-color: transparent;
  color: #000;
}
.modal-header .btn:hover svg {
  transform: scale(1);
}

#cases .modal-sm {
  width: 450px;
}
#cases p {
  margin: 0 0 24px;
  padding: 0 24px;
  font-weight: 600;
}
#cases .case-list {
  border-top: 1px solid #EDE5E5;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 450px;
  overflow-y: auto;
}
#cases .case-list::-webkit-scrollbar-track {
  background-color: #EDE5E5;
}
#cases .case-list::-webkit-scrollbar {
  width: 6px;
  background-color: #EDE5E5;
}
#cases .case-list::-webkit-scrollbar-thumb {
  background-color: #81A5C2;
}
#cases .case-item {
  font-size: 18px;
  line-height: 32px;
  padding: 16px 24px;
  border-bottom: 1px solid #EDE5E5;
  cursor: pointer;
}
#cases .case-item:hover {
  color: #81A5C2;
}
#cases .modal-header .btn {
  min-width: unset;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  margin: -4px -10px 0 0;
}
#cases .modal-header .btn svg {
  transform: scale(0.8);
}
#cases .modal-header .btn:hover {
  background-color: transparent;
}
#cases .modal-header .btn:hover svg {
  transform: scale(1);
}
#cases .modal-body {
  padding: 0 0 30px;
}
#cases .modal-footer {
  justify-content: flex-end;
}
#cases .modal-footer span {
  font-size: 16px;
  color: #81A5C2;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.h1 {
  font-size: 25px;
  line-height: 36px;
  font-weight: bold;
}

.h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

.h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.body {
  font-size: 18px;
  line-height: 24px;
}

.body-small {
  font-size: 15px;
  line-height: 20px;
}

.body-medium {
  font-size: 16px;
  line-height: 22px;
}

.body-large {
  font-size: 18px;
  line-height: 24px;
}

.placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #9FA6B2;
}

.home {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-flow: column;
  overflow-y: auto;
}
.home::-webkit-scrollbar-track {
  background-color: #EDE5E5;
}
.home::-webkit-scrollbar {
  width: 6px;
  background-color: #EDE5E5;
}
.home::-webkit-scrollbar-thumb {
  background-color: #81A5C2;
}
.home:before {
  content: "";
  background-color: #ebebeb;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
}
.home-container {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.home-header {
  padding: 16px 0px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.logo-container {
  display: flex; /* Align logo and heading in a row */
  align-items: center; /* Center them vertically */
  gap: 10px; /* Space between logo and heading */
}
.home-header .login-logos {
  position: static;
  transform: translateX(0);
  width: unset;
}
.home-header .h1 {
  margin: 0;
  color: #AD8B38;
}
.home-changecase {
  display: flex;               /* Use flexbox layout */
    justify-content: space-between; /* Space between buttons */
    align-items: center;        /* Vertically center buttons */
    
  width: 100%;
}
.home-changecase .btn {
  padding: 7px 20px;
}
.home-page {
  padding: 0 40px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
  height: calc(100vh - 106px);
}
.home-left {
  min-width: 880px;
  flex: 2;
  position: relative;
}
.home-right {
  min-width: 440px;
  flex: 1;
}
.home-left, .home-right {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.home-block {
  display: flex;
  flex-flow: column;
}
.home-block--head {
  padding: 14px 14px 14px 24px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(to right, #D0E1EF 0%, #81A5C2 100%);
  height: 90px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 2px;
}
.home-block--head * {
  color: #052241;
}
.home-block--head .h1 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-block--head .h1 .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.home-block--body {
  border-radius: 0 0 10px 10px;
  border: 1px solid rgba(109, 121, 133, 0.3);
  border-top: 0;
  background-color: #fff;
  padding: 0 24px;
  flex-grow: 1;
}
.home-block--headings {
  display: grid;
  grid-template-columns: 150px 200px auto;
  gap: 14px;
}
.home-block--headings .sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  gap: 14px; /* Optional: Adjust spacing between sub-columns */
}
.home-block--necessary .home-block--body {
  padding: 16px 12px;
  overflow: hidden;
}
.home-block--necessary .list {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 0px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  
}
.home-block--necessary .list .item {
  display: grid;
  grid-template-columns: 650px 100px auto;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  overflow-x: hidden;
}
.home-block--necessary .list .item:not(:last-child) {
  border-bottom: 1px solid #EDE5E5;
}
.home-block--necessary .list .item:first-child {
  padding-top: 0;
}
.home-block--necessary .list .item:last-child {
  padding-bottom: 0;
}
.home-block--necessary .list .item .doc {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-block--necessary .list .item .doc span{
 padding-left: 8px;
 padding-bottom: 8px;
 margin-bottom: 10px;
}
.home-block--necessary .list .item .progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Adjusted to 3 columns */
}

.home-block--necessary .list .item .step {
  background-color: #D9D9D9;
  height: 36px;
  border: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
  padding: 0 0 0 10px;
  line-height: 12px;
  text-align: center;
  position: relative;
  transition: all 300ms;
}

/* Remove arrow styling for the last column */
.home-block--necessary .list .item .step:before {
  content: "";
  border-width: 22px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: -4px;
  right: 0;
  transform: translateX(39px);
  z-index: 1;
}

.home-block--necessary .list .item .step:after {
  content: "";
  border-width: 18px;
  border-style: solid;
  border-color: transparent transparent transparent #D9D9D9;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30px);
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  transition: all 300ms;
}

/* Specific styles for the steps */
.home-block--necessary .list .item .step.active {
  color: #fff;
  font-weight: 600;
}

.home-block--necessary .list .item .step:nth-child(1) {
  border-radius: 20px 0 0 20px;
}

.home-block--necessary .list .item .step:nth-child(1).active {
  background-color: #81A5C2;
}

.home-block--necessary .list .item .step:nth-child(1).active:after {
  border-color: transparent transparent transparent #81A5C2;
}

.home-block--necessary .list .item .step:nth-child(2).active {
  background-color: #81A5C2;
}

.home-block--necessary .list .item .step:nth-child(2).active:after {
  border-color: transparent transparent transparent #81A5C2;
}

.home-block--necessary .list .item .step:nth-child(3) {
  border-radius: 0 20px 20px 0; /* Semi-circular right edge */
}

.home-block--necessary .list .item .step:nth-child(3).active {
  background-color: #81A5C2;
}

.home-block--necessary .list .item .step:nth-child(3).active:after {
  border-color: transparent transparent transparent #81A5C2;
  /* Optionally, adjust or remove the transform if needed */
}

.home-block--necessary .list .item .step:nth-child(3):before, 
.home-block--necessary .list .item .step:nth-child(3):after {
  /* Ensure that no arrows or additional styles are applied */
  display: none;
}


/* Remove styles for the fourth column */
.home-block--necessary .list .item .step:nth-child(4) {
  display: none; /* Hide the fourth column */
}

.home-block--necessary .list .item .action {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.home-block--necessary .list .item .action .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  background-color: transparent;
}
.home-block--necessary .list .item .action .btn:hover img {
  transform: scale(1.2);
  opacity: 1;
}
.home-block--necessary .list .item .action .btn img {
  opacity: 0.6;
  width: 25px;
  height: auto;
  transition: transform 200ms, opacity 200ms;
}
.home-block--timeline {
flex: unset;
}
.home-block--timeline .home-block--head {
  justify-content: center;
  background: linear-gradient(to right, #D0E1EF 0%, #81A5C2 100%);
}
.home-block--timeline .home-block--body {
  padding: 0px 0;
  align-content: center;
  overflow: auto;
  max-height: 120px;
  
}
.home-block--timeline .home-block--body .scroll-content {
  padding-right: 0;
}
.home-block--timeline .home-block--body .scrollbar-track-x {
  bottom: 12px;
}
.home-block--others .home-block--body {
  padding: 16px 12px;
}

.home-block--others .list {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding: 0 12px;
}

.home-block--others .list .item {
  display: grid;
  grid-template-columns: 1fr auto; /* Changed to 2 columns */
  align-items: center;
  gap: 14px;
  padding: 20px 0;
}

.home-block--others .list .item:not(:last-child) {
  border-bottom: 1px solid #EDE5E5;
}

.home-block--others .list .item:first-child {
  padding-top: 0;
}

.home-block--others .list .item:last-child {
  padding-bottom: 0;
}

.home-block--others .list .item .doc {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-block--others .list .item .action {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Adjust as needed for action buttons */
  gap: 2px;
}

.home-block--others .list .item .action .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  background-color: transparent;
}

.home-block--others .list .item .action .btn:hover img {
  transform: scale(1.2);
  opacity: 1;
}

.home-block--others .list .item .action .btn img {
  opacity: 0.6;
  width: 25px;
  height: auto;
  transition: transform 200ms, opacity 200ms;
}

.home-block--experts {
  height: 30%;
}
.home-block--experts .home-block--head {
  background: linear-gradient(to right, #D0E1EF 0%, #81A5C2 100%);
  gap: 0;
}
.home-block--experts .home-block--body {
  padding: 16px 8px;
}
.home-block--experts .list {
  height: 100%;
  padding: 0 16px;
}
.home-block--experts .list .item {
  padding: 4px 0;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 14px;
}
.home-block--experts .list .item:not(:first-child) {
  border-top: 1px solid #EDE5E5;
}
.home-block--experts .list .name {
  font-size: 15px;
  padding: 5px 0;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-block--experts .list .action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-block--experts .list .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  background-color: transparent;
}
.home-block--experts .list .btn:first-child:not(:last-child) {
  cursor: default;
}
.home-block--experts .list .btn:hover img, .home-block--experts .list .btn:hover svg {
  transform: scale(1.2);
  opacity: 1;
}
.home-block--experts .list .btn svg {
  width: 14px;
  height: auto;
  transition: transform 200ms, opacity 200ms;
  transform: translateY(-0.5px);
}
.home-block--experts .list .btn svg.connected path {
  color: #81A5C2;
}
.home-block--experts .list .btn svg.not-connected {
  width: 16px;
}
.home-block--experts .list .btn svg.not-connected path {
  color: #6D7985;
}
.home-block--experts .list .btn img {
  opacity: 0.6;
  width: 25px;
  height: auto;
  transition: transform 200ms, opacity 200ms;
}
.home-block--experts .scrollbar-track-y {
  right: 14px;
}
.home-block--cell {
  font-weight: normal;
}

.timeline-wrapper {
  height: 75px;
  display: flex;
  position: relative;
  cursor: pointer;
}
.timeline [class*=timeline-] {
  position: relative;
  z-index: 1;
}
.timeline-block {
  background-color: #D0E1EF;
  align-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.timeline-block:first-child {
  padding-left: 50px;
}
.timeline-block:last-child {
  padding-right: 50px;
}
.timeline-block:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.timeline-date {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: #81A5C2;
  margin: 0 24px;
  position: relative;
}
.timeline-date span {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, -3px, 0);
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
}
.timeline-month span {
  background-color: #fff;
  border: 1px solid #012E4A;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 10px;
  margin: 0 20px;
  display: block;
  font-weight: 600;
}
.timeline-year {
  height: 100%;
  background-color: #81A5C2;
  align-content: center;
  width: 36px;
  border-radius: 14px;
}
.timeline-year span {
  font-size: 22px;
  line-height: 38px;
  color: #fff;
  font-weight: 700;
  transform: rotate(-90deg) translateX(-8px) !important;
  transform-origin: center;
  display: block;
  
}
.timelineExpanded .modal-content {
  overflow: hidden;
  position: relative;
}
.timelineExpanded .modal-header {
  padding: 14px;
  margin: 0 38px; /* Margin to create space */
  background-color: rgba(244, 244, 244, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 96%;
  z-index: 1;
}
.timelineExpanded .modal-header .h1 {
  color: #6D7985;
  padding-left: 5px;
}
.timelineExpanded .modal-body {
  padding: 0;
  background: linear-gradient(45deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
}
.timelineExpanded .modal-body .scrollbar-track-x {
  bottom: 14px;
}
.timelineExpanded .scroll-content {
  padding-right: 0;
}
.timelineExpanded .timeline {
  height: 660px;
  align-content: center;
}
.timelineExpanded .timeline-wrapper {
  height: 100%;
}
.timelineExpanded .timeline-block {
  background-color: transparent;
  padding: 0 50px;
}
.timelineExpanded .timeline-block:first-child {
  padding: 0;
}
.timelineExpanded .timeline-block:first-child div {
  margin-left: 0;
}
.timelineExpanded .timeline-block:first-child div.timeline-date {
  margin: 0 50px;
}
.timelineExpanded .timeline-block:last-child {
  padding: 0;
}
.timelineExpanded .timeline-block:last-child div.timeline-date {
  margin: 0 50px;
}
.timelineExpanded .timeline-block:last-child div.timeline-date .popover {
  left: unset !important;
  right: -25px;
}
.timelineExpanded .timeline-block:last-child div.timeline-month {
  padding: 0;
  margin: 0 50px;
}
.timelineExpanded .timeline-block:nth-last-child(2) .popover {
  left: -60px;
}
.timelineExpanded .timeline-block:before {
  height: 6px;
  background-color: #EDE5E5;
}
.timelineExpanded .timeline-block:after {
  content: "";
  width: 1px;
  height: 120px;
  background-color: #000;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, 16px, 0);
}
.timelineExpanded .timeline-block.month:after, .timelineExpanded .timeline-block.year:after {
  display: none;
}
.timelineExpanded .timeline-block.date {
  z-index: 3;
}
.timelineExpanded .timeline-block.date:nth-child(even of .date) span {
  bottom: unset;
  top: 100%;
  transform: translate3d(-50%, 12px, 0);
}
.timelineExpanded .timeline-block.date:nth-child(even of .date):after {
  top: unset;
  bottom: 50%;
  transform: translate3d(-50%, -16px, 0);
}
.timelineExpanded .timeline-block.date:nth-child(even of .date) .popover {
  top: -120px;
  transform: translateY(-100%);
  left: -25px;
}
.timelineExpanded .timeline-block.month {
  z-index: 2;
}
.timelineExpanded .timeline-block.year {
  z-index: 1;
}
.timelineExpanded .timeline-block .popover {
  display: block;
  border: 0;
  box-shadow: 2px 4px 12px rgba(109, 121, 133, 0.2);
  padding: 18px 30px 18px 24px;
  min-width: 215px;
  z-index: 5;
  top: 120px;
  font-size: 20px;
  left: -25px;
}
.timelineExpanded .timeline-block .popover img {
  position: absolute;
  right: 10px;
  top: 10px;
}
.timelineExpanded .timeline-date {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  font-size: 20px;
  background-color: #036280;
  border: 2px solid #81BECE;
}
.timelineExpanded .timeline-date span {
  font-size: 20px;
  transform: translate3d(-50%, -12px, 0);
}
.timelineExpanded .timeline-month {
  z-index: 1;
}
.timelineExpanded .timeline-month span {
  margin: 0;
  border: 0;
  background-color: #81A5C2;
  font-size: 20px;
  line-height: 24px;
  padding: 5px 20px;
  color: #fff;
  border-radius: 18px;
}
.timelineExpanded .timeline-year {
  height: 80%;
  background-color: #81A5C2;
  align-content: center;
  width: 36px;
  margin: 80px 0px;
}
.timelineExpanded .timeline-year span {
  font-size: 25px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  transform: rotate(-90deg) translateX(-8px) !important;
  transform-origin: center;
  display: block;
}

.exemplar .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.exemplar-search {
  margin-top: -10px;
}

.exemplar-count {
  font-size: 16px;
  line-height: 24px;
  color: #81A5C2;
}

.exemplar-list {
  max-height: 470px;
  margin-top: 20px;
  padding-right: 14px;
}

.exemplar-list .item {
  display: grid;
  grid-template-columns: 800px 60px 60px 60px; /* Four columns: Document name + three button columns */
  gap: 20px;
  align-items: center;
  padding: 30px 10px;
  cursor: pointer;
  transition: background-color 300ms;
}

.exemplar-list .item:first-child {
  cursor: text;
}

.exemplar-list .item:not(:first-child):hover {
  background-color: #f5f5f5;
}

.exemplar-list .item:not(:last-child) {
  border-bottom: 1px solid #EDE5E5;
}

.exemplar-list .item-head {
  padding: 8px 0;
  border-bottom: 0 !important;
}

.exemplar-list .item-head div {
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

/*TODO: Mismatched property; align-items*/
.exemplar-list .action {
  display: flex;
  align-items: right;
  justify-content: flex-end;
  gap: 30px;
}

.exemplar-list .action .btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  background-color: transparent;
}

.exemplar-list .action .btn:hover img,
.exemplar-list .action .btn:hover svg {
  transform: scale(1.2);
  opacity: 1;
}

.exemplar-list .action .btn img {
  opacity: 0.6;
  width: 22px;
  height: auto;
  transition: transform 200ms, opacity 200ms;
  pointer-events: none;
}

.exemplar-list .txt {
  color: #27272A;
  font-size: 15px;
  line-height: 18px;
}

.exemplar-list .txt.bio {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.exemplar-list .pic img {
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}

.exemplar-list .connected path {
  color: #81A5C2;
}

.exemplar-list .not-connected path {
  color: rgba(0, 0, 0, 0.2);
}


.experts .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.experts-search {
  margin-top: -10px;
}
.experts-count {
  font-size: 16px;
  line-height: 24px;
  color: #81A5C2;
}
.experts-list {
  max-height: 470px;
  margin-top: 20px;
  padding-right: 14px;
}
.experts-list .item {
  display: grid;
  grid-template-columns: 70px 50px 200px 200px auto;
  gap: 20px;
  align-items: center;
  padding: 30px 10px;
  cursor: pointer;
  transition: background-color 300ms;
}
.experts-list .item:first-child {
  cursor: text;
}
.experts-list .item:not(:first-child):hover {
  background-color: #f5f5f5;
}
.experts-list .item:not(:last-child) {
  border-bottom: 1px solid #EDE5E5;
}
.experts-list .item-head {
  padding: 8px 0;
  border-bottom: 0 !important;
}
.experts-list .item-head div {
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.experts-list .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.experts-list .action .btn {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: unset;
  background-color: transparent;
}
.experts-list .action .btn:hover img, .experts-list .action .btn:hover svg {
  transform: scale(1.2);
  opacity: 1;
}
.experts-list .action .btn img {
  opacity: 0.6;
  width: 22px;
  height: auto;
  transition: transform 200ms, opacity 200ms;
  pointer-events: none;
}
.experts-list .txt {
  color: #27272A;
  font-size: 15px;
  line-height: 18px;
}
.experts-list .txt.bio {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.experts-list .pic img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.experts-list .connected path {
  color: #81A5C2;
}
.experts-list .not-connected path {
  color: rgba(0, 0, 0, 0.2);
}

.expertDetails {
  max-width: 800px;
}
.expertDetails .modal-header {
  padding: 32px 60px 64px;
}
.expertDetails .modal-footer {
  padding: 0 60px 48px 60px;
  justify-content: flex-end;
  gap: 0;
}
.expertDetails .modal-footer .btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  background-color: transparent;
  min-width: unset;
}
.expertDetails .modal-footer .btn svg {
  width: 30px;
  height: auto;
}
.expertDetails .modal-footer .btn:hover {
  color: #000;
  background-color: #f1f1f1;
}
.expertDetails .modal-body {
  padding: 0px 60px 64px;
}
.expertDetails .modal-body .expert {
  display: grid;
  grid-template-columns: 400px 250px;
  gap: 60px;
  align-items: center;
}
.expertDetails .modal-body .expert .pic {
  width: 200px; /* Set a specific width for the image container */
  height: 200px; /* Set a specific height for the image container */
  border-radius: 50%; /* Make the container circular */
  overflow: hidden; /* Hide any overflow to keep it circular */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* Center the image container */
}

.expertDetails .modal-body .expert img {
  width: 100%; /* Ensure the image fits the container width */
  height: 100%; /* Ensure the image fits the container height */
  object-fit: cover; /* Maintain aspect ratio and cover the container */
}
/*.expertDetails .modal-body .expert img {
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}*/
.expertDetails .modal-body .expert .info {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.expertDetails .modal-body .expert .info .h1 {
  margin-bottom: 4px;
}
.expertDetails .modal-body .bio {
  padding: 48px 0;
  font-size: 18px;
  line-height: 24px;
}


.about {
  max-width: 900px;
}
.about .modal-header {
  padding: 32px 48px 24px;
}
.about .modal-body {
  padding: 0 48px 48px;
}
.about .body-medium {
  display: inline-block;
  color: #000;
}
.about .body-medium + .body-medium {
  margin-top: 32px;
}
.about .body-medium + .body-medium:hover {
  color: #81A5C2;
}
.about-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.about-info img {
  height: 22px;
  width: auto;
  margin-bottom: 40px;
}

.pdfViewer {
  overflow: hidden;
}
.pdfViewer.modal-dialog {
  min-height: unset;
  height: calc(100vh - 3.5rem);
}
.pdfViewer .modal-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
.pdfViewer .modal-header {
  padding: 12px;
  background-color: #323639;
  border-bottom: 1px solid rgba(237, 229, 229, 0.3);
}
.pdfViewer .modal-header .btn {
  color: #fff;
}
.pdfViewer .modal-header .modal-title {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.pdfViewer .modal-body {
  padding: 0;
  flex-grow: 1;
}
.pdfViewer object {
  width: 100%;
  height: 100%;
  background-color: #323639;
}
.pdfViewer object::-webkit-scrollbar-track {
  background-color: #EDE5E5;
}
.pdfViewer object::-webkit-scrollbar {
  width: 6px;
  background-color: #EDE5E5;
}
.pdfViewer object::-webkit-scrollbar-thumb {
  background-color: #81A5C2;
}
.pdfViewer .versions {
  background-color: #323639;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 700px;
  z-index: 2;
  display: flex;
  flex-flow: column;
  transition: all 300ms ease;
  transform: translateX(-100%);
}
.pdfViewer .versions.active {
  transform: translateX(0);
}
.pdfViewer .versions-header {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 14px 16px;
  align-items: center;
}
.pdfViewer .versions-header .btn {
  background-color: transparent;
  color: #fff;
  min-width: unset;
  width: 30px;
  height: 30px;
  padding: 0;
}
.pdfViewer .versions-header .btn svg {
  transform: scale(0.8);
  transition: transform 200ms;
}
.pdfViewer .versions-header .btn:hover svg {
  transform: scale(1.1);
}
.pdfViewer .versions .title {
  display: flex;
  flex-flow: column;
}
.pdfViewer .versions .title .h1, .pdfViewer .versions .title .h2 {
  color: #fff;
  line-height: 36px;
}
.pdfViewer .versions ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column;
}
.pdfViewer .versions ul[data-scrollbar] {
  flex-grow: 1;
}
.pdfViewer .versions li {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 75px 120px 100px 150px 100px auto;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 200ms;
  overflow: visible;
  align-items: center;
}

.pdfViewer .versions li:hover {
  background-color: #81A5C2;
}
.pdfViewer .versions li:hover span {
  font-weight: 400;
}
.pdfViewer .versions li.active {
  background-color: #81A5C2;
}
.pdfViewer .versions li.active span {
  font-weight: 400;
}
.pdfViewer .versions li.active:hover {
  background-color: #81A5C2;
}
.pdfViewer .versions li.active:hover span {
  font-weight: 400;
}
.pdfViewer .versions li.head {
  cursor: text;
}
.pdfViewer .versions li.head:hover {
  background-color: transparent;
}
.pdfViewer .versions li.head span {
  font-size: 15px;
  font-weight: 600;
}
.pdfViewer .versions li span {
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.pdfViewer .versions li > :nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Center content in the last column */
.pdfViewer .versions li > :last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.force-reflow {
  height: auto; /* Ensure height is auto for the reflow */
}

.approve-icon {
  cursor: pointer;
  padding-left: 8px;
  color: grey; /* Default color */
  font-size: 20px; /* Adjust size as needed */
  transition: color 0.3s ease;
}

.approve-icon.approved {
  color: green; /* Color when approved */
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  font-size: 12px;
}

/* Show tooltip on hover */
.tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}


html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  color: #052241;
  scroll-behavior: smooth;
}

body {
  background-color: #F4F5F6;
  overflow: hidden;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */