.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
.side-menu-footer {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  height: 60px;
  z-index: 1;
  background-color: #304249;
  border-top: #192226 1px solid;
  box-shadow: 0 -5px 10px rgba(25, 34, 38, 0.4);
  overflow: hidden;
  white-space: nowrap;
}
.side-menu-footer .side-menu-footer-user-image {
  margin: 10px;
}
.side-menu-footer .side-menu-footer-user-image span {
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: linear-gradient(-225deg, hsl(325, 98%, 33%) 27%, #590060 100%);
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: hsl(0, 0%, 100%);
}
.side-menu-footer .side-menu-footer-user-details {
  display: flex;
  flex-direction: column;
  color: hsl(0, 0%, 100%);
}
.side-menu-footer .side-menu-footer-user-details span:nth-child(2) {
  font-size: 12px;
  opacity: 0.7;
}
.side-menu-footer .side-menu-footer-user-buttons {
  display: flex;
  margin-left: auto;
}
.side-menu-footer .side-menu-footer-user-buttons a {
  margin: 15px;
  text-decoration: none;
  color: hsl(198, 20%, 67%);
}
.side-menu-footer .side-menu-footer-user-buttons a :hover {
  color: hsl(200, 21%, 92%);
}
.side-menu-footer .side-menu-footer-user-buttons a:nth-child(2) {
  margin-right: 30px;
}

.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
.side-menu-header {
  --collapseButtonTransition: opacity 0.1s, background-color 0.25s, right 0.2s, left 0.2s;
  background-color: #222e33;
  height: 60px;
  z-index: 1;
  border-bottom: #192226 1px solid;
  box-shadow: 0 5px 10px rgba(25, 34, 38, 0.4);
  position: relative;
  background-size: 58px 58px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .side-menu-header {
    --collapseButtonTransition: none;
  }
}
.side-menu-header .side-menu-header-collapse-button {
  align-items: center;
  border-radius: 30px;
  flex: 1;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 15px;
  transition: var(--collapseButtonTransition);
  width: 30px;
  z-index: 1;
}
.side-menu-header .side-menu-header-collapse-button i.animateToTheLeft {
  transform: scaleX(-1);
}
.side-menu-header .side-menu-header-collapse-button i.animateToTheRight {
  transform: rotate(0deg);
  width: 5px;
  background-color: transparent;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .side-menu-header .side-menu-header-collapse-button {
    cursor: default;
  }
  .side-menu-header .side-menu-header-collapse-button:has(i.ts-icon-close) {
    cursor: pointer;
  }
  .side-menu-header .side-menu-header-collapse-button:has(i.ts-icon-close):hover {
    background-color: #192226;
  }
  .side-menu-header .side-menu-header-collapse-button .side-menu-header-collapse-button.hasCloseIcon {
    cursor: pointer;
  }
  .side-menu-header .side-menu-header-collapse-button .side-menu-header-collapse-button.hasCloseIcon:hover {
    background-color: #192226;
  }
  .side-menu-header .side-menu-header-collapse-button:hover {
    animation: none;
  }
  .side-menu-header .side-menu-header-collapse-button i {
    color: #445c66;
    top: 5px;
    left: 5px;
  }
}

.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
.side-menu-team-switcher {
  opacity: 1;
  display: block;
  left: 60px;
  bottom: 0;
  background-color: #192226;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  padding-top: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  width: 300px;
}
.side-menu-team-switcher--open {
  transform: translateX(0);
}
.side-menu-team-switcher--closed {
  transform: translateX(-100%);
}
.side-menu-team-switcher::before {
  box-shadow: 3px 0 10px 1px rgba(0, 0, 0, 0.4);
  content: " ";
  height: 100%;
  position: absolute;
  top: 60px;
  width: 1px;
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .side-menu-team-switcher {
    transform: none;
    transition: none;
  }
}
.side-menu-team-switcher header {
  border-bottom: hsl(204, 25%, 8%) 1px solid;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  margin-top: 1px;
  padding: 20px;
}
.side-menu-team-switcher .close-drawer {
  align-items: center;
  border-radius: 30px;
  display: flex;
  flex: 1;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 15px;
  transition: min-width 0.3s ease-out, max-width 0.3s ease-out;
  width: 30px;
  z-index: 1;
}
.side-menu-team-switcher .close-drawer:hover {
  cursor: pointer;
}
.side-menu-team-switcher .close-drawer i {
  background-size: 100% 100%;
  height: 15px;
  transform: scaleX(-1);
  width: 15px;
}
.side-menu-team-switcher .side-menu-team-switcher__menu {
  height: 100vh;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option:hover a {
  background: #222e33;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option > a {
  user-select: none;
  position: relative;
  width: 100%;
  padding: 10px 10px 9px 30px;
  text-align: left;
  text-decoration: none;
  color: hsl(200, 21%, 92%);
  min-height: 60px;
  display: flex;
  flex-direction: column;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option > a .team-name,
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option > a .role-name {
  padding-left: 20px;
  padding-right: 40px;
  margin-left: 0;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option > a .team-name {
  font-weight: 400;
  font-size: 14px;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option > a .role-name {
  color: hsl(198, 20%, 59%);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option > a .ts-icon-accept {
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option.is-active a {
  background: #222e33;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .side-menu-panel-option.is-active a .ts-icon-accept {
  color: #00b0ff;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .team-switcher-item a {
  padding: 10px;
}
.side-menu-team-switcher .side-menu-team-switcher__menu .team-switcher-item a div {
  margin-left: 30px;
}

.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
#go-app #go-app-container .sidebar .ts-menu > li > a:hover:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  right: auto;
  top: 0;
  width: 5px;
  background-color: hsl(325, 98%, 33%);
}
#go-app #go-app-container request-info .request-status:hover.created:before,
#go-app #go-app-container [request-info] .request-status:hover.created:before {
  background-color: hsl(200, 21%, 92%);
}
#go-app #go-app-container request-info .request-status:hover.approved:before,
#go-app #go-app-container [request-info] .request-status:hover.approved:before {
  background-color: hsl(99, 85%, 42%);
}
#go-app #go-app-container request-info .request-status:hover.pending:before,
#go-app #go-app-container [request-info] .request-status:hover.pending:before {
  background-color: #ff9100;
}
#go-app #go-app-container request-info .request-status:hover.declined:before,
#go-app #go-app-container [request-info] .request-status:hover.declined:before,
#go-app #go-app-container request-info .request-status:hover.error:before,
#go-app #go-app-container [request-info] .request-status:hover.error:before {
  background-color: hsl(0, 100%, 37%);
}
#go-app #go-app-container #main-sideMenu.hasSidemenuOpen + .content-right {
  min-width: calc(100% - 360px);
  transition: min-width 0.5s, max-width 0.5s;
  width: calc(100% - 360px);
}
#go-app #go-app-container #main-sideMenu.hasSidemenuOpen + .content-right conversation .add-message {
  left: 360px;
  transition: 0.25s;
}
#go-app #go-app-container #main-sideMenu.side-menu-open + .content-right {
  min-width: calc(100% - 360px);
  transition: min-width 0.5s, max-width 0.5s;
  width: calc(100% - 360px);
}
#go-app #go-app-container #main-sideMenu.side-menu-open + .content-right conversation .add-message {
  left: 360px;
  transition: 0.25s;
}
#go-app #go-app-container #main-sideMenu.hasDoubleSidemenuCollapsed + .content-right {
  min-width: calc(100% - 360px);
  transition: min-width 0.25s, max-width 0.25s;
  width: calc(100% - 360px);
  margin-left: auto;
}
#go-app #go-app-container #main-sideMenu.hasDoubleSidemenuCollapsed + .content-right conversation .add-message {
  left: 60px;
}
#go-app #go-app-container #main-sideMenu.side-menu-collapsed + .content-right {
  min-width: calc(100% - 360px);
  width: calc(100% - 360px);
  margin-left: auto;
}
#go-app #go-app-container #main-sideMenu.side-menu-collapsed + .content-right conversation .add-message {
  left: 60px;
}
#go-app #go-app-container #main-sideMenu.side-menu-collapsed [ts-variant="sideMenuItemSpan"] {
  opacity: 0;
  transition: opacity 0.3s;
}
#go-app #go-app-container #main-sideMenu.collapsedAndOpenChild + .content-right {
  max-width: calc(100% - 360px);
}
#go-app #go-app-container #main-sideMenu.collapsedAndOpenChild + .content-right conversation .add-message {
  left: 360px;
}
#go-app #go-app-container #main-sideMenu.side-menu-collapsed:has(.open) + .content-right {
  max-width: calc(100% - 360px);
}
#go-app #go-app-container #main-sideMenu.side-menu-collapsed:has(.open) + .content-right conversation .add-message {
  left: 360px;
}
#go-app #go-app-container .mb10 {
  margin-bottom: 10px;
}
#main-sideMenu {
  --sideMenuWidth: 360px;
  --sideMenuTransition: min-width 0.3s ease-out, max-width 0.3s ease-out;
  overflow: auto;
  width: var(--sideMenuWidth);
  max-width: var(--sideMenuWidth);
  min-width: var(--sideMenuWidth);
  transition: var(--sideMenuTransition);
  display: flex;
  flex-direction: column;
  z-index: 3;
  height: 100vh;
  max-height: 100vh;
}
@media screen and (max-width: 768px) {
  #main-sideMenu {
    --sideMenuWidth: 100vw;
    --sideMenuTransition: none;
  }
}
#main-sideMenu .side-menu-header {
  transition: background-size 0.3s ease-out;
}
#main-sideMenu .side-menu-panel {
  flex: 1;
  position: relative;
}
#main-sideMenu .side-menu-panel > menu {
  max-height: calc(100vh - 183px);
  overflow: hidden;
}
#main-sideMenu .side-menu-panel .side-menu-panel-option a {
  display: flex;
  color: hsl(200, 21%, 92%);
  font-weight: 600;
}
#main-sideMenu .side-menu-panel .side-menu-panel-option a:hover {
  cursor: pointer;
  color: hsl(200, 21%, 92%);
  text-decoration: none;
}
#main-sideMenu .side-menu-panel .side-menu-panel-option a i {
  transition: left 0.3s ease-out;
  flex-shrink: 0;
}
#main-sideMenu .side-menu-panel .side-menu-panel-option a span {
  transition: opacity 0.2s ease-out 0.1s;
}
#main-sideMenu .side-menu-panel .side-menu-panel-option .request-status.pending i {
  color: orange;
  top: 40px;
}
#main-sideMenu .side-menu-panel .side-menu-panel-option .secondary {
  font-weight: 300;
  font-size: 12px;
}
#main-sideMenu.side-menu-collapsed {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  transition: min-width 0.3s ease-out, max-width 0.3s ease-out;
}
#main-sideMenu.side-menu-collapsed .side-menu-header {
  background-size: 44px 44px;
  transition: background-size 0.3s ease-out;
  animation: purple-shadow-glow-animation 0.7s ease-in-out;
}
#main-sideMenu.side-menu-collapsed .side-menu-header .side-menu-header-collapse-button {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
#main-sideMenu.side-menu-collapsed .side-menu-header:hover .side-menu-header-collapse-button {
  background-color: #222e33;
  opacity: 1;
  width: 15px;
  border-radius: 0 15px 15px 0;
  right: -15px;
  animation: bounce 0.5s linear;
}
#main-sideMenu.side-menu-collapsed .side-menu-header:hover .side-menu-header-collapse-button i {
  opacity: 1;
}
#main-sideMenu.side-menu-collapsed .side-menu-panel .side-menu-panel-option a {
  align-items: center;
  justify-content: center;
}
#main-sideMenu.side-menu-collapsed .side-menu-panel .side-menu-panel-option a i {
  position: static;
  left: 30px;
  transition: left 0.3s ease-out;
}
#main-sideMenu.side-menu-collapsed .side-menu-panel .side-menu-panel-option a span {
  opacity: 0;
  overflow: hidden;
  display: none;
  transition: opacity 0.1s ease-out, display 0.1s 0.2s;
}
#main-sideMenu.side-menu-mobile-view-open {
  --sideMenuWidth: 100vw;
}
@media screen and (max-width: 768px) {
  #main-sideMenu {
    position: absolute;
    transform: translateX(-100%);
  }
  #main-sideMenu.side-menu-mobile-view-open {
    transform: translateX(0);
  }
}

.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
.tab-link {
  list-style-type: none;
  margin: 0;
  padding: 0 16px !important;
  cursor: pointer;
  position: relative;
}
.tab-link::before {
  content: none !important;
}
.tab-link:first-child {
  padding-left: 0 !important;
}
.tab-link:first-child a {
  padding-left: 16px;
  min-width: 30px;
  position: relative;
}
.tab-link:hover a {
  color: #0f1519;
}
.tab-link:has(.active:not(.has_ts_icon_other)) {
  color: #0f1519;
}
.tab-link:has(.active:not(.has_ts_icon_other))::after {
  content: "";
  height: 3px;
  background-color: #db0011;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: auto;
  width: auto;
  z-index: 1;
}
.tab-link a {
  text-decoration: none !important;
  display: block;
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  padding: 10px 0;
}
.tab-link a.active {
  color: #0f1519;
}
.tab-link a span:has(i.ts-icon-other) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10px;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
}
.tab-link a span:has(i.ts-icon-other)::before {
  position: absolute;
}

.navigation .navigation-menu {
  margin-left: auto;
  overflow: hidden;
}
.navigation .navigation-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  max-width: calc(100vw - 40px);
}

.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
.main-header {
  width: 100%;
  display: flex;
  position: relative;
  background-color: #fff;
  flex-direction: column;
  font-weight: 400;
  color: #3f545e;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid hsl(198, 20%, 83%);
}
.main-header_name {
  text-decoration: none;
  font-size: 18px;
  padding: 20px 10px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  white-space: nowrap;
}
.main-header_top {
  flex-direction: row;
  align-items: center;
  transform: translateX(-10px);
  border: none;
}
.main-header_top .hamburger {
  border: 0;
  height: 40px;
  width: 40px;
  padding: 10px;
  color: #0f1519;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  display: none;
}
.main-header_top .ts-icon-close {
  margin-left: auto;
  cursor: pointer;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .main-header_name {
    padding-left: 0;
  }
  .main-header_top {
    transform: translateX(0px);
    padding-left: 0;
  }
  .main-header_top .hamburger {
    display: block;
  }
}

.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
.main-footer {
  --footerHeight: 60px;
  background-color: #eff2f5;
  position: relative;
  transition: opacity 0.2s;
  height: var(--footerHeight);
  max-height: var(--footerHeight);
  min-height: var(--footerHeight);
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: flex-end;
  z-index: 2000;
}
.main-footer::after {
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background-color: #cad7dc;
  content: "";
  top: 0;
}
.main-footer button {
  margin-left: 10px;
}

.cards {
  padding: 0;
}

.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
.tst-enroll-source-card {
  margin-top: 20px !important;
}

.go-mixin-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@-webkit-keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes move-progress-bar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}
@keyframes preload {
  0% {
    background-position: 125% 0%;
  }
  50% {
    background-position: -25% 0%;
  }
  100% {
    background-position: -25% 0%;
  }
}
@keyframes bounce {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 2.5px;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.go-mixin-item-separator {
  content: "•";
  padding: 0 2.5px 0 5px;
}
.go-mixin-align-hcenter {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.go-mixin-align-vcenter {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.go-mixin-card-embossed-font {
  text-shadow: 1px 1px hsl(204, 25%, 8%);
}
.go-mixin-preload-gradient-anim {
  animation: preload 2s infinite linear;
  background-color: hsl(204, 22%, 95%);
  background-image: linear-gradient(90deg, hsl(204, 22%, 95%) 0%, hsl(204, 22%, 95%) 40%, hsl(198, 20%, 83%) 50%, hsl(204, 22%, 95%) 60%, hsl(204, 22%, 95%) 100%);
}
.go-mixin-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
}
.optional {
  position: relative;
}
.optional::before {
  content: "(optional)";
  position: absolute;
  top: 10px;
  right: 0;
  color: hsl(198, 20%, 59%);
}
.info-message-container {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: absolute;
  color: hsl(199, 20%, 31%);
  text-align: center;
}
.info-message-container > span {
  font-size: 24px;
  line-height: 30px;
}
html,
body {
  background-color: #e7ecef !important;
}
.ts-app {
  flex: 1 0 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: relative;
}
.ts-app:has(#go-app-container) {
  min-width: unset;
  width: unset;
  max-width: unset;
}
#go-app {
  box-sizing: content-box;
}
#go-app .close-aside-button {
  color: inherit;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#go-app .close-aside-button:hover {
  background-color: hsla(198, 20%, 83%, 0.5);
  text-decoration: none;
}
#go-app .form-wrapper {
  flex-direction: column;
  display: flex;
  flex: 1;
}
#go-app #main-sideMenu {
  height: 100vh;
  max-width: 100%;
  display: flex;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container .sidebar .ts-menu > li > a:hover:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  right: auto;
  top: 0;
  width: 5px;
  background-color: hsl(325, 98%, 33%);
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container request-info .request-status:hover.created:before,
#go-app #main-sideMenu .side-menu #go-app #go-app-container [request-info] .request-status:hover.created:before {
  background-color: hsl(200, 21%, 92%);
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container request-info .request-status:hover.approved:before,
#go-app #main-sideMenu .side-menu #go-app #go-app-container [request-info] .request-status:hover.approved:before {
  background-color: hsl(99, 85%, 42%);
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container request-info .request-status:hover.pending:before,
#go-app #main-sideMenu .side-menu #go-app #go-app-container [request-info] .request-status:hover.pending:before {
  background-color: #ff9100;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container request-info .request-status:hover.declined:before,
#go-app #main-sideMenu .side-menu #go-app #go-app-container [request-info] .request-status:hover.declined:before,
#go-app #main-sideMenu .side-menu #go-app #go-app-container request-info .request-status:hover.error:before,
#go-app #main-sideMenu .side-menu #go-app #go-app-container [request-info] .request-status:hover.error:before {
  background-color: hsl(0, 100%, 37%);
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.hasSidemenuOpen + .content-right {
  min-width: calc(100% - 360px);
  transition: min-width 0.5s, max-width 0.5s;
  width: calc(100% - 360px);
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.hasSidemenuOpen + .content-right conversation .add-message {
  left: 360px;
  transition: 0.25s;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.side-menu-open + .content-right {
  min-width: calc(100% - 360px);
  transition: min-width 0.5s, max-width 0.5s;
  width: calc(100% - 360px);
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.side-menu-open + .content-right conversation .add-message {
  left: 360px;
  transition: 0.25s;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.hasDoubleSidemenuCollapsed + .content-right {
  min-width: calc(100% - 360px);
  transition: min-width 0.25s, max-width 0.25s;
  width: calc(100% - 360px);
  margin-left: auto;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.hasDoubleSidemenuCollapsed + .content-right conversation .add-message {
  left: 60px;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.side-menu-collapsed + .content-right {
  min-width: calc(100% - 360px);
  width: calc(100% - 360px);
  margin-left: auto;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.side-menu-collapsed + .content-right conversation .add-message {
  left: 60px;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.side-menu-collapsed [ts-variant="sideMenuItemSpan"] {
  opacity: 0;
  transition: opacity 0.3s;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.collapsedAndOpenChild + .content-right {
  max-width: calc(100% - 360px);
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.collapsedAndOpenChild + .content-right conversation .add-message {
  left: 360px;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.side-menu-collapsed:has(.open) + .content-right {
  max-width: calc(100% - 360px);
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container #main-sideMenu.side-menu-collapsed:has(.open) + .content-right conversation .add-message {
  left: 360px;
}
#go-app #main-sideMenu .side-menu #go-app #go-app-container .mb10 {
  margin-bottom: 10px;
}
#go-app #main-sideMenu .side-menu #main-sideMenu {
  --sideMenuWidth: 360px;
  --sideMenuTransition: min-width 0.3s ease-out, max-width 0.3s ease-out;
  overflow: auto;
  width: var(--sideMenuWidth);
  max-width: var(--sideMenuWidth);
  min-width: var(--sideMenuWidth);
  transition: var(--sideMenuTransition);
  display: flex;
  flex-direction: column;
  z-index: 3;
  height: 100vh;
  max-height: 100vh;
}
@media screen and (max-width: 768px) {
  #go-app #main-sideMenu .side-menu #main-sideMenu {
    --sideMenuWidth: 100vw;
    --sideMenuTransition: none;
  }
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-header {
  transition: background-size 0.3s ease-out;
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-panel {
  flex: 1;
  position: relative;
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-panel > menu {
  max-height: calc(100vh - 183px);
  overflow: hidden;
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-panel .side-menu-panel-option a {
  display: flex;
  color: hsl(200, 21%, 92%);
  font-weight: 600;
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-panel .side-menu-panel-option a:hover {
  cursor: pointer;
  color: hsl(200, 21%, 92%);
  text-decoration: none;
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-panel .side-menu-panel-option a i {
  transition: left 0.3s ease-out;
  flex-shrink: 0;
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-panel .side-menu-panel-option a span {
  transition: opacity 0.2s ease-out 0.1s;
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-panel .side-menu-panel-option .request-status.pending i {
  color: orange;
  top: 40px;
}
#go-app #main-sideMenu .side-menu #main-sideMenu .side-menu-panel .side-menu-panel-option .secondary {
  font-weight: 300;
  font-size: 12px;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-collapsed {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  transition: min-width 0.3s ease-out, max-width 0.3s ease-out;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-collapsed .side-menu-header {
  background-size: 44px 44px;
  transition: background-size 0.3s ease-out;
  animation: purple-shadow-glow-animation 0.7s ease-in-out;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-collapsed .side-menu-header .side-menu-header-collapse-button {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-collapsed .side-menu-header:hover .side-menu-header-collapse-button {
  background-color: #222e33;
  opacity: 1;
  width: 15px;
  border-radius: 0 15px 15px 0;
  right: -15px;
  animation: bounce 0.5s linear;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-collapsed .side-menu-header:hover .side-menu-header-collapse-button i {
  opacity: 1;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-collapsed .side-menu-panel .side-menu-panel-option a {
  align-items: center;
  justify-content: center;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-collapsed .side-menu-panel .side-menu-panel-option a i {
  position: static;
  left: 30px;
  transition: left 0.3s ease-out;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-collapsed .side-menu-panel .side-menu-panel-option a span {
  opacity: 0;
  overflow: hidden;
  display: none;
  transition: opacity 0.1s ease-out, display 0.1s 0.2s;
}
#go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-mobile-view-open {
  --sideMenuWidth: 100vw;
}
@media screen and (max-width: 768px) {
  #go-app #main-sideMenu .side-menu #main-sideMenu {
    position: absolute;
    transform: translateX(-100%);
  }
  #go-app #main-sideMenu .side-menu #main-sideMenu.side-menu-mobile-view-open {
    transform: translateX(0);
  }
}
#go-app #go-app-container {
  height: 100vh;
  max-width: 100vw;
  display: flex;
}
#go-app #go-app-container .content:not(.modal-panel-content) {
  margin: 0;
  max-width: inherit;
  box-sizing: border-box;
  padding: 20px;
}
#go-app #go-app-container .main-content {
  overflow: hidden;
  padding: 20px;
}
#go-app #go-app-container .content-right {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  min-width: 0;
  flex: 1;
  isolation: isolate;
  position: relative;
}
#go-app #go-app-container .content-right:empty {
  display: none;
}
#go-app #go-app-container .ts-table {
  min-width: 100%;
}
#go-app #go-app-container .team-overview {
  padding-bottom: 20px;
  flex-grow: 1;
}
#go-app #go-app-container .team-overview .page-main {
  height: 100% !important;
}
#go-app #go-app-container .page-main {
  margin: 0;
  min-width: 0;
  flex: 1;
}
#go-app #go-app-container .page-main .main-content {
  overflow: hidden;
}
#go-app #go-app-container .page-main .main-content .page-settings {
  height: 100% !important;
  overflow: auto;
}
#go-app #go-app-container .page-main .main-content .page-settings .user-report-header {
  padding-top: 0;
  padding-bottom: 20px;
}
#go-app #go-app-container #requestSidebar {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  left: -1px;
  opacity: 1;
  display: block;
}
#go-app #go-app-container #requestSidebar .ts-panel.sidebar-drawer {
  background-color: #192226;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  padding-top: 0;
  width: 300px;
  z-index: -1;
}
#go-app #go-app-container #requestSidebar .ts-panel.sidebar-drawer:before {
  box-shadow: 3px 0 10px 1px rgba(0, 0, 0, 0.4);
  content: " ";
  height: 100%;
  position: absolute;
  top: 60px;
  width: 1px;
  z-index: 200;
}
#go-app #go-app-container #requestSidebar .ts-panel.sidebar-drawer header {
  border-bottom: hsl(204, 25%, 8%) 1px solid;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  margin-top: 1px;
  padding: 20px;
}
#go-app #go-app-container #requestSidebar .ts-panel.sidebar-drawer .close-drawer {
  align-items: center;
  border-radius: 30px;
  display: flex;
  flex: 1;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 15px;
  transition: min-width 0.3s ease-out, max-width 0.3s ease-out;
  width: 30px;
  z-index: 1;
}
#go-app #go-app-container #requestSidebar .ts-panel.sidebar-drawer .close-drawer:hover {
  cursor: pointer;
}
#go-app #go-app-container #requestSidebar .ts-panel.sidebar-drawer .close-drawer i {
  background-size: 100% 100%;
  height: 15px;
  transform: scaleX(-1);
  width: 15px;
}

:root {
	--focus-outline-color1: #72ade9;
	--focus-outline-color2: #5d98d3;
	--focus-outline-color3: #538cc6;
	/* Tells the browser not to fake bold or italic styles. */
	font-synthesis: none;
	/* Improves how text looks, especially for longer or large blocks of text.
			It enables:
			better kerning (spacing between letters),
			nicer ligatures (like combining fi into one shape).
	*/
	text-rendering: optimizeLegibility;
	/* Makes text look thinner and smoother on macOS / iOS (WebKit browsers like Safari and Chrome). */
	-webkit-font-smoothing: antialiased;
	/* Same idea as above, but for Firefox on macOS. */
	-moz-osx-font-smoothing: grayscale;
}

.outline-1:focus-visible {
	outline-offset: -2px;
	outline: 2px solid var(--focus-outline-color1) !important;
}

.outline-2:focus-visible {
	outline-offset: 2px;
	outline: 2px solid var(--focus-outline-color2) !important;
}

.outline-3:focus-visible {
	outline-offset: 2px;
	outline: 2px solid var(--focus-outline-color3) !important;
}

.outline-tab:focus-visible > span {
	outline-offset: 8px;
	outline: 2px solid var(--focus-outline-color1) !important;
}

.hide-focus {
	outline: none;
	border: 1px solid transparent !important;
}

.offset-4 {
	outline-offset: -4px !important;
}

.offset-2 {
	outline-offset: -2px !important;
}

.no-border-radius {
	border-radius: 0 !important;
}

/* override required after removing of ts-ui lib */
fieldset {
	border: none;
	margin: 0;
}

textarea {
	box-sizing: border-box;
}


/*# sourceMappingURL=app-d1a4d5edb02c454c66e7.css.map*/