@import url(https://fonts.googleapis.com/css?family=Poppins:200,400,700);
/* NextDecision color template */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
*::-webkit-scrollbar {
  width: 0.25em;
  border-radius: 0.25rem;
}
*::-webkit-scrollbar-track {
  background: #753471;
  border-radius: 0.25rem;
}
*::-webkit-scrollbar-thumb {
  background: #ea429a;
  border-radius: 0.25rem;
}

:root {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font: 11pt arial;
  margin: 0;
  padding: 0;
  background: #f8f8f8;
  font-family: "Poppins";
  width: 100%;
}

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

.no-margin-bottom {
  margin-bottom: 0 !important;
}

a {
  color: #ea429a;
  text-decoration: underline;
}

span.bolder {
  font-weight: 500 !important;
}
span.fat {
  font-weight: 900 !important;
}
span.good {
  color: #45C33A;
}
span.warning {
  color: #FF9E18;
}
span.bad {
  color: #df002c;
}

header {
  margin-left: 5rem;
  padding: 1.5rem 5% 1rem 5%;
}
header div.logo {
  display: inline-block;
  height: 2rem;
  width: auto;
}
header div.logo a img {
  height: 100%;
  width: 100%;
}
header .right {
  display: block;
  float: right;
  text-align: right;
}
header .right a {
  margin-right: 1rem;
  margin-top: 0;
}
header .right a img {
  display: inline-block;
  height: 28px;
  width: auto;
  vertical-align: middle;
}
header .right a:last-child {
  margin-right: 0;
}

h1 {
  font-size: 2.2rem;
  color: #8A8989;
  margin-bottom: 2rem;
  font-weight: 200;
}
h1 a img {
  display: inline-block;
  height: 2.2rem;
  width: auto;
  vertical-align: middle;
  margin-left: 0.2rem;
}

h2 {
  font-size: 1.6rem;
}
h2 a img {
  display: inline-block;
  height: 2.2rem;
  width: auto;
  vertical-align: middle;
  margin-left: 0.2rem;
}

content {
  display: block;
  position: relative;
  left: 14.55rem;
  color: #333;
  width: calc(100% - 14.55rem);
  flex-shrink: 0;
}
content h1 {
  font-size: 2.2rem;
  color: #8A8989;
  margin-bottom: 2rem;
  font-weight: 200;
}
content h1 a img {
  display: inline-block;
  height: 2.2rem;
  width: auto;
  vertical-align: middle;
  margin-left: 0.2rem;
}
content h2 {
  font-size: 1.6rem;
}
content h2 a img {
  display: inline-block;
  height: 2.2rem;
  width: auto;
  vertical-align: middle;
  margin-left: 0.2rem;
}
content form input[type=text],
content form input[type=password],
content form input[type=email],
content form textarea {
  display: inline-block;
  width: calc(100% - 2em);
  padding: 0.4rem 0.8rem;
  color: #222;
  border-radius: 0.25rem;
  border: solid 1px #aaa;
  margin-bottom: 1rem;
}
content form input[type=text]:last-of-type,
content form input[type=password]:last-of-type,
content form input[type=email]:last-of-type,
content form textarea:last-of-type {
  margin-bottom: 0;
}
content form input[type=text]::placeholder,
content form input[type=password]::placeholder,
content form input[type=email]::placeholder,
content form textarea::placeholder {
  color: #aaa;
}
content form textarea {
  resize: none;
}
content div {
  width: 100%;
}
content div#modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(240, 240, 240, 0.7);
  text-align: center;
  opacity: 1;
  transition: all 0.5s ease-out;
}
content div#modal .content {
  display: inline-block;
  border-radius: 2.5rem;
  box-shadow: 0px 0px 10rem #753471;
  background: #fff;
  color: #222;
  padding: 2rem;
  text-align: center;
  width: auto;
  max-width: 80%;
  margin: 15rem auto auto auto;
}
content div#modal .content .title {
  font-size: 1rem;
  color: #753471;
  font-weight: 100;
  margin-bottom: 1.5rem;
}
content div#modal .content .loading {
  display: inline-block;
  height: 64px;
  width: auto;
}
content div.message {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  color: #ea429a;
  border-left: solid 3px #ea429a;
  padding: 0.25rem;
  padding-left: 1rem;
}
content div.message.info {
  color: #ea429a;
  border-color: #ea429a;
}
content div.message.success {
  color: #45C33A;
  border-color: #45C33A;
}
content div.message.error {
  color: #df002c;
  border-color: #df002c;
}

input[type=submit] {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  background: #ea429a;
  color: #fff;
  border-radius: 0.5rem;
  margin-top: 1rem;
  border: none;
  text-decoration: none;
}
input[type=submit]:hover {
  background: #832d88;
  cursor: pointer;
}
input[type=submit].full-width {
  width: 100%;
}

.contentFrame {
  width: auto;
  flex-shrink: 0;
  margin: 1.65rem;
  border-radius: 1.375rem;
  background: #FFF;
  overflow: hidden;
  padding: 2rem 2rem;
  margin-bottom: 2rem;
  /* Blur // 1 */
  box-shadow: 5px 9px 30px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 800px) {
  header .logo {
    height: 1.6rem;
  }
  header .right {
    margin-top: 0.8rem;
  }
  content {
    width: 100%;
    margin: 0;
    left: 0;
  }
  content h1 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  content h2 {
    font-size: 1.2rem;
  }
  content div.list .list-item .left,
  content div.list .list-item .right {
    width: 100%;
  }
  content div.list .list-item .left {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  content div.list .list-item .left .last-updated {
    display: inline-block;
    width: auto;
    margin-left: 0.5rem;
  }
  content div.list .list-item .right {
    width: 100%;
    text-align: left;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  content div.list .list-item .right .host {
    margin-left: 0;
  }
  content div.list .list-item .right .kpi {
    margin-left: 0;
  }
  content div.list .list-item .right .action {
    margin-left: 0.3rem;
  }
  content div.list .kpi-item {
    margin-left: 0.5rem;
    padding: 0.75rem;
  }
  content div.list .kpi-item .status img {
    height: 36px;
  }
  content div.login .window h1 {
    font-size: 1.6rem;
    margin-bottom: 2.2rem;
  }
  content div.login .window h1:before {
    margin-right: 0.5rem;
  }
  content div.login .background .f1,
  content div.login .background .f2 {
    max-width: 100%;
  }
  content div.login .background img {
    max-width: 100%;
  }
  .contentFrame {
    padding: 0 1.5rem 1rem 1.5rem;
    overflow: auto;
  }
}
div.login {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100vw;
  height: 100vh;
}
div.login div.window {
  position: relative;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  width: auto;
  height: auto;
  padding: 2rem;
  border-radius: 2rem;
  box-shadow: 0.313em 0.563em 1.875em rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #222;
  max-width: 30rem;
  z-index: 50;
}
div.login div.window h1 {
  margin-top: 0;
  line-height: 3.8rem;
}
div.login div.window h1 .no-margin-bottom {
  margin-bottom: 0;
}
div.login div.window h1:before {
  display: inline-block;
  content: url("/img/triangle.svg");
  height: 2rem;
  width: auto;
  margin-right: 1rem;
  vertical-align: -1.5rem;
}
div.login div.window span.kpi {
  display: inline-block;
  color: red;
  margin-bottom: 1.5rem;
}
div.login div.window #loginForm {
  margin: 0;
  margin-block-end: 0;
  margin-top: 2rem;
  width: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
div.login div.window #loginForm .inputBox {
  position: relative;
}
div.login div.window #loginForm .inputBox input {
  padding: 15px 0 15px 20px;
  margin: 0 0 20px 0;
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #222;
  font-size: 1em;
}
div.login div.window #loginForm .inputBox span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  pointer-events: none;
  font-size: 1em;
  transition: 0.5s;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
div.login div.window #loginForm .inputBox input:focus,
div.login div.window #loginForm .inputBox input:valid {
  border: 1px solid #ea429a;
}
div.login div.window #loginForm .inputBox input:focus ~ span,
div.login div.window #loginForm .inputBox input:valid ~ span {
  color: #222;
  font-size: 0.75em;
  transform: translateX(20px) translateY(-7px);
  padding: 0 5px;
  background: #ea429a;
  border-radius: 2px;
}
div.login div.window #loginForm button,
div.login div.window #loginForm a.button {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  background: #ea429a;
  color: #fff;
  border-radius: 0.5rem;
  margin-top: 1rem;
  border: none;
  text-decoration: none;
}
div.login div.window #loginForm button:hover,
div.login div.window #loginForm a.button:hover {
  background: #832d88;
  cursor: pointer;
}
div.login div.window #loginForm button.full-width,
div.login div.window #loginForm a.button.full-width {
  width: 100%;
}
div.login div.background {
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100vw;
  height: 100vh;
}
div.login div.background div.f1 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
div.login div.background div.f2 {
  position: absolute;
  bottom: 0;
  z-index: -2;
}
div.login div.background img {
  position: absolute;
  left: 0;
  bottom: 0;
}

#togglePassword {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 1rem;
  width: 30px;
  height: 30px;
  background-size: cover;
  cursor: pointer;
}
#togglePassword img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  div.login div.window h1 {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
  }
  div.login div.window h1:before {
    margin-right: 0.5rem;
  }
  div.login div.background div.f1,
  div.login div.background div.f2 {
    max-width: 100%;
  }
  div.login div.background img {
    max-width: 100%;
  }
}
.header {
  display: block;
  height: 5.4375rem;
  padding-left: 14.5rem;
  background: #F0F0F0;
}
.header .header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.4375rem;
  flex-shrink: 0;
}
.header .header__content .page {
  display: inline-flex;
  position: relative;
  width: auto;
  height: auto;
  left: 1.65rem;
  padding: 0.1875rem 1.5625rem 0.1875rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 1.1875rem;
  border-radius: 0.625rem;
  background: linear-gradient(318deg, #F0F0F0 0%, #FFF 100%);
}
.header .header__content .page img {
  width: 1.5rem;
  height: 1.5rem;
}
.header .header__content .page .title {
  color: #CC3A82;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .header__content .welcomediv {
  display: flex;
  position: relative;
  height: 1.6875rem;
  padding-left: 0px;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0.4375rem;
  flex-shrink: 0;
}
.header .header__content .welcomediv .welcomename {
  color: #7E7C7C;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 600;
}
.header .header__content .welcomediv .welcome {
  color: #BDBCBC;
  font-size: 0.875rem;
  font-weight: 400;
}
.header .header__content .user {
  display: inline-flex;
  position: relative;
  right: 1.81rem;
  width: auto;
  height: auto;
  padding: 0.3125rem 0.9375rem;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.9375rem;
  background: linear-gradient(318deg, #F0F0F0 0%, #FFF 100%);
}
.header .header__content .user .username {
  color: #CC3A82;
  text-align: right;
  font-family: Poppins;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .header__content .user img {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 2.125rem;
  border: 3px solid #CC3A82;
  background: lightgray 50%/cover no-repeat;
}

@media only screen and (max-width: 800px) {
  .header {
    background: transparent;
    padding: 0;
    height: auto;
  }
  .header .header__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 6.5rem;
    height: auto;
  }
  .header .header__content > * {
    margin-bottom: 1.25rem;
  }
  .header .header__content .page {
    position: unset;
    display: flex;
    padding: 0.25rem 0.5rem;
    margin-left: 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.625rem;
    background: #F0F0F0;
  }
  .header .header__content .page .title {
    font-size: 1.2rem;
  }
  .header .header__content .welcomediv {
    display: none;
    justify-content: center;
    align-items: center;
    position: unset;
  }
  .header .header__content .user {
    display: none;
  }
}
.contentFrame h1 {
  width: 27.1875rem;
  height: 2.8125rem;
  flex-shrink: 0;
  color: #575656;
  font-family: Poppins;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 1rem;
  margin-bottom: 0.65rem;
}
.contentFrame h1.no-margin-top {
  margin-top: 0.5rem;
}
.contentFrame .lastTicket {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contentFrame .lastTicket .lastTicket__brief {
  display: block;
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(172deg, #F3F3F3 0%, #FFF 100%);
  filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1));
  border-radius: 1.375rem;
  overflow: auto;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content {
  width: calc(100% - 4rem);
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2rem;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart .ticketPart__title {
  width: 100%;
  min-height: 2rem;
  flex-shrink: 0;
  color: #A4A3A3;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart:nth-child(-n+4) {
  width: auto;
  min-width: 6rem;
  max-width: 20rem;
  flex-shrink: 0;
  color: #CC3A82;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  vertical-align: top;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart:first-child {
  padding-left: 0;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart .ticketPart__content .statusImg {
  margin-right: 0.3rem;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart .ticketPart__content.bold {
  font-weight: 600;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart .ticketPart__content a {
  text-decoration: none;
  font-weight: 600;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart .ticketPart__content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__list--foot {
  text-align: left;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__list--foot .detail {
  display: block;
  flex-shrink: 0;
  color: #A4A3A3;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__list--foot p {
  display: inline-block;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__left {
  position: relative;
  top: 0;
  right: 0rem;
  width: 8.9375rem;
  height: 10.9375rem;
  flex-shrink: 0;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__left #triangleBlanc {
  position: inherit;
  right: -1.2rem;
  top: 1rem;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__left #triangleRose {
  position: inherit;
  top: -6.44rem;
  right: -2.5rem;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__left #triangleViolet {
  position: inherit;
  top: -6.1rem;
  right: -1.1rem;
}
.contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__button {
  position: relative;
  display: block;
  margin-top: 0.5rem;
  padding-left: 0px;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.contentFrame .ticketHistory {
  width: 100%;
}
.contentFrame .ticketHistory .hiddenByStatus, .contentFrame .ticketHistory .hiddenByType, .contentFrame .ticketHistory .hiddenByDate, .contentFrame .ticketHistory .hiddenBySearch, .contentFrame .ticketHistory .hidden {
  display: none;
}
.contentFrame .ticketHistory .ticketHistory__top {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__head {
  display: flex;
  justify-content: space-between;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__head h1 {
  width: auto;
  flex-shrink: 0;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__head .ticketHistory__top__head_searchbar {
  display: flex;
  width: 18rem;
  height: 2.65rem;
  padding: 0.25rem 0.75rem;
  align-items: center;
  gap: 0.4375rem;
  flex-shrink: 0;
  margin-top: 1rem;
  border-radius: 0.625rem;
  background: #F0F0F0;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__head .ticketHistory__top__head_searchbar img {
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__head .ticketHistory__top__head_searchbar .ticketHistory__top__head__search {
  background: #F0F0F0;
  border: none;
  display: flex;
  width: 15rem;
  height: 2.125rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #A4A3A3;
  font-size: 0.875rem;
  font-weight: 400;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__head .ticketHistory__top__head_searchbar .ticketHistory__top__head__search:focus {
  outline: none;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter--colapser {
  display: flex;
  justify-content: left;
  gap: 0.625rem;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter--colapser img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter--colapser h2 {
  display: inline-block;
  width: auto;
  color: #575656;
  font-size: 1.05rem;
  font-weight: 400;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content {
  display: none;
  width: 100%;
  margin-top: 1rem;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content.active {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content div {
  width: auto;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content div h3 {
  font-size: 0.95rem;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content div .filterCat {
  display: flex;
  justify-content: left;
  margin-top: 0.5rem;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content div .filterCat div {
  width: auto;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content div .filterCat div button {
  display: flex;
  padding: 0.125rem 0.6875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border: 1px solid transparent;
  border-radius: 2.375rem;
  background: #F0F0F0;
  cursor: pointer;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content div .filterCat div button.active {
  border: 1px solid #D14E8F;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content div .filterCat div button.active span {
  color: #CC3A82;
}
.contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter .ticketHistory__top__filter__content div .filterCat div button span {
  color: #A4A3A3;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
}
.contentFrame .ticketHistory .ticketHistory__bottom {
  width: 100%;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame {
  display: inline-block;
  overflow: auto;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table {
  font-size: 0.9rem;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table thead {
  background: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table thead, .contentFrame .ticketHistory .ticketHistory__bottom .frame table th {
  position: sticky;
  top: 0;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table thead th, .contentFrame .ticketHistory .ticketHistory__bottom .frame table th th {
  text-align: left;
  padding: 0.5rem 1rem;
  color: #555;
  font-size: 0.8rem;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table tbody {
  width: 66.59375rem;
  flex-shrink: 0;
  overflow-y: auto;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table tbody tr {
  flex-shrink: 0;
  border-bottom: 2px solid #F0F0F0;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table tbody tr:hover {
  background: #F0F0F0;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table tbody tr td {
  padding-left: 1rem;
  padding-right: 1.5rem;
  line-height: 1.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-width: 8rem;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table tbody tr td:nth-child(3) {
  text-align: left;
}
.contentFrame .ticketHistory .ticketHistory__bottom .frame table tbody tr td .statusImg {
  margin-right: 0.3rem;
}
.contentFrame .ticketHistory .ticketHistory__bottom--mobile {
  display: none;
}

.loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.loading img {
  width: 3rem;
  height: 3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 800px) {
  .contentFrame .lastTicket {
    margin-bottom: 1rem;
  }
  .contentFrame .lastTicket h1 {
    font-size: 1.4rem;
    height: auto;
    margin-bottom: 1rem;
  }
  .contentFrame .lastTicket .lastTicket__brief {
    width: 100%;
  }
  .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content {
    margin: 1.5rem auto;
  }
  .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list {
    display: inline-block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart {
    padding: 0;
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 1rem;
  }
  .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart:first-of-type {
    margin-top: 0;
  }
  .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart .ticketPart__title {
    margin-bottom: 0;
    font-size: 0.95rem;
    height: fit-content;
    margin-bottom: 0;
    min-height: auto;
  }
  .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__content--list .ticketPart .ticketPart__content {
    font-size: 1.05rem;
    min-width: auto;
  }
  .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__list--foot .detail, .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__content .lastTicket__brief__list--foot .detail__content {
    display: none;
  }
  .contentFrame .lastTicket .lastTicket__brief .lastTicket__brief__left {
    display: none;
  }
  .contentFrame .ticketHistory {
    width: 100%;
  }
  .contentFrame .ticketHistory .ticketHistory__top {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__head h1 {
    font-size: 1.4rem;
    height: auto;
  }
  .contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__head .ticketHistory__top__head_searchbar {
    display: none;
  }
  .contentFrame .ticketHistory .ticketHistory__top .ticketHistory__top__filter {
    display: none;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom {
    display: none;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile {
    display: block;
    height: auto;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile .ticketHistory__bottom--mobile__link {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 1rem;
    background: #FFF;
    border-bottom: 1px solid #D6D6D6;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile .ticketHistory__bottom--mobile__link .ticket {
    display: flex;
    flex-direction: column;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile .ticketHistory__bottom--mobile__link .ticket h4 {
    color: #ea429a;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile .ticketHistory__bottom--mobile__link .ticket .ticket--bottom {
    display: flex;
    justify-content: space-between;
    color: #8A8989;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile .ticketHistory__bottom--mobile__link .ticket .ticket--bottom .ticket--bottom--left {
    text-align: start;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile .ticketHistory__bottom--mobile__link .ticket .ticket--bottom .ticket--bottom--left .ticket--bottom--left__type {
    color: #111;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile .ticketHistory__bottom--mobile__link .ticket .ticket--bottom .ticket--bottom--right {
    text-align: end;
  }
  .contentFrame .ticketHistory .ticketHistory__bottom--mobile .ticketHistory__bottom--mobile__link .ticket .ticket--bottom .ticket--bottom--right .ticket--bottom--right__status .statusImg {
    margin-right: 0.5rem;
  }
}
.navbar {
  position: fixed;
  width: 14.25rem;
  height: 100%;
  flex-shrink: 0;
  background: linear-gradient(178deg, #740A57 47.01%, #CC3A82 114.3%);
  padding-top: 1.69rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar .sidebar {
  z-index: 99;
}
.navbar .sidebar .nav__head {
  width: 8.5rem;
  height: 2.25rem;
  flex-shrink: 0;
  margin-right: 3.25rem;
  margin-left: 1rem;
  display: flex;
}
.navbar .sidebar .nav_burger {
  display: none;
}
.navbar .nav__list {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  height: 90%;
}
.navbar .nav__list li {
  list-style: none;
}
.navbar .nav__list li.nav__button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 0.63rem;
}
.navbar .nav__list li.nav__button .nav__link {
  display: flex;
  padding: 0.625rem 1.25rem;
  width: 100%;
  align-items: center;
  text-decoration: none;
  color: white;
}
.navbar .nav__list li.nav__button .nav__link svg {
  margin-right: 1.06rem;
  width: 1.375rem;
  height: 1.375rem;
}
.navbar .nav__list li.nav__button .nav__link img, .navbar .nav__list li.nav__button .nav__link i {
  margin-right: 1.06rem;
  width: 1.375rem;
  height: 1.375rem;
}
.navbar .nav__list li.nav__button .nav__link .svg-fill {
  fill: white;
}
.navbar .nav__list li.nav__button .nav__link .nav__name {
  display: flex;
  width: 6.375rem;
  flex-direction: column;
  justify-content: center;
}
.navbar .nav__list li.nav__button #imgDashboard {
  margin-right: 1.06rem;
  width: 1.375rem;
  height: 1.375rem;
}
.navbar .nav__list li.nav__button #imgDashboard object {
  width: 100%;
  height: 100%;
}
.navbar .nav__list li.nav__button:hover {
  background-color: rgba(247, 150, 199, 0.3058823529);
}
.navbar .nav__list li.nav__button[class~=active] {
  background: #f4eff3;
}
.navbar .nav__list li.nav__button[class~=active] .svg-fill {
  fill: #CC3A82;
}
.navbar .nav__list li.nav__button[class~=active] .nav__name {
  color: #CC3A82;
}
.navbar .nav__list li.nav__button:last-child {
  margin-top: auto;
}
.navbar .disconnect--mobile {
  display: none;
}

@media only screen and (max-width: 800px) {
  .navbar {
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .navbar.active {
    background: #fff;
    z-index: 98;
    width: 100%;
    height: 100%;
  }
  .navbar .sidebar {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    margin: 0;
    padding: 0;
    gap: 4.75rem;
    flex-shrink: 0;
    z-index: 99;
    background: #740A57;
  }
  .navbar .sidebar .nav__head {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    padding-left: 1rem;
  }
  .navbar .sidebar .nav__head img {
    max-width: 70vw;
    margin-left: 1rem;
    height: 2.8rem;
  }
  .navbar .sidebar .nav_burger {
    display: block;
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    width: 2rem;
    height: 0.2rem;
    background: #F3F3F3;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
  }
  .navbar .sidebar .nav_burger::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    border-radius: 3px;
    background: #F3F3F3;
    transform: translateY(-0.5rem);
    transition: 1s;
  }
  .navbar .sidebar .nav_burger::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 0.2rem;
    border-radius: 3px;
    background: #F3F3F3;
    transform: translateY(0.5rem);
    transition: 1s;
  }
  .navbar .sidebar .nav_burger.active {
    background: transparent;
  }
  .navbar .sidebar .nav_burger.active::before {
    transform: translateY(0px) rotate(-405deg);
  }
  .navbar .sidebar .nav_burger.active::after {
    transform: translateY(0px) rotate(225deg);
  }
  .navbar .nav__list {
    display: none;
    position: fixed;
    top: 4rem;
    width: 100%;
    height: 100%;
    padding-left: 1.65rem;
  }
  .navbar .nav__list.active {
    display: flex;
    align-items: flex-start;
    gap: 1.75rem;
    z-index: 98;
    padding-top: 1.5rem;
  }
  .navbar .nav__list li.nav__button .nav__link {
    color: #740A57;
    font-size: 1.6rem;
  }
  .navbar .nav__list li.nav__button .nav__link svg .svg-fill {
    fill: #740A57;
  }
  .navbar .nav__list li.nav__button .nav__link .nav__name {
    width: unset;
  }
  .navbar .nav__list li.nav__button.active .nav__name {
    color: #740A57;
  }
  .navbar .nav__list li.nav__button:last-child {
    display: none;
  }
  .navbar .disconnect--mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    position: absolute;
    bottom: 0;
  }
  .navbar .disconnect--mobile.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.06rem;
    width: 100%;
    height: 4.625rem;
    background: #F0F0F0;
    margin-top: auto;
    z-index: 98;
  }
  .navbar .disconnect--mobile.active .disconnect--mobile--left {
    display: flex;
    flex-direction: column;
  }
  .navbar .disconnect--mobile.active .disconnect--mobile--left > * {
    color: #575656;
    font-size: 0.875rem;
    font-weight: 400;
  }
  .navbar .disconnect--mobile.active .disconnect--mobile--right svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .navbar .disconnect--mobile.active .disconnect--mobile--right svg path {
    fill: #575656;
  }
}
.contentFrame {
  display: flex;
  flex-direction: column;
}
.contentFrame .request__head, .contentFrame .incident__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
.contentFrame .request__head .request__head__left, .contentFrame .request__head .incident__head__left, .contentFrame .incident__head .request__head__left, .contentFrame .incident__head .incident__head__left {
  display: flex;
  flex-direction: column;
}
.contentFrame .request__head .request__head__left h1, .contentFrame .request__head .incident__head__left h1, .contentFrame .incident__head .request__head__left h1, .contentFrame .incident__head .incident__head__left h1 {
  display: block;
  position: relative;
  height: auto;
  width: 27.1875rem;
  flex-shrink: 0;
  color: #575656;
  font-size: 1.875rem;
  font-weight: 600;
}
.contentFrame .request__head .request__head__left h2, .contentFrame .request__head .incident__head__left h2, .contentFrame .incident__head .request__head__left h2, .contentFrame .incident__head .incident__head__left h2 {
  width: 27.1875rem;
  height: auto;
  display: block;
  position: relative;
  flex-shrink: 0;
  color: #575656;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.contentFrame .request__head .request__head__right .progressbar__bar, .contentFrame .request__head .incident__head__right .progressbar__bar, .contentFrame .incident__head .request__head__right .progressbar__bar, .contentFrame .incident__head .incident__head__right .progressbar__bar {
  width: 25vw;
  height: 0.25rem;
  flex-shrink: 0;
  border-radius: 4.375rem;
  background: #D6D6D6;
}
.contentFrame .request__head .request__head__right .progressbar__bar .progressbar--half, .contentFrame .request__head .incident__head__right .progressbar__bar .progressbar--half, .contentFrame .incident__head .request__head__right .progressbar__bar .progressbar--half, .contentFrame .incident__head .incident__head__right .progressbar__bar .progressbar--half {
  width: 50%;
  height: 0.25rem;
  flex-shrink: 0;
  border-radius: 4.375rem;
  background: #71D2A3;
}
.contentFrame .request__head .request__head__right .progressbar__bar .progressbar--full, .contentFrame .request__head .incident__head__right .progressbar__bar .progressbar--full, .contentFrame .incident__head .request__head__right .progressbar__bar .progressbar--full, .contentFrame .incident__head .incident__head__right .progressbar__bar .progressbar--full {
  width: 99%;
  height: 0.25rem;
  flex-shrink: 0;
  border-radius: 4.375rem;
  background: #71D2A3;
}
.contentFrame .request__head .request__head__right .progressbar, .contentFrame .request__head .incident__head__right .progressbar, .contentFrame .incident__head .request__head__right .progressbar, .contentFrame .incident__head .incident__head__right .progressbar {
  display: flex;
  justify-content: space-between;
  width: 25vw;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: url("/img/ticketpage/ellipseG.svg") no-repeat;
  margin-left: -0.625rem;
  margin-top: -0.75rem;
  position: relative;
  z-index: 1;
  padding-top: 0.05rem;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step .progressbar__step__number, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step .progressbar__step__number, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step .progressbar__step__number, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step .progressbar__step__number {
  text-align: center;
  color: #D6D6D6;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step .progressbar__step__text, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step .progressbar__step__text, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step .progressbar__step__text, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step .progressbar__step__text {
  width: 8rem;
  color: #D6D6D6;
  font-size: 0.625rem;
  font-weight: 400;
  text-align: center;
  margin-top: 0.3rem;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__number, .contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__number, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__number, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__number, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__number, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__number, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__number, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__number {
  position: relative;
  top: -0.5rem;
  color: #71D2A3;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__text, .contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__text, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__text, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__text, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__text, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__text, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__text, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__text {
  color: #575656;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--active, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--active, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active {
  background: url("/img/ticketpage/ellipseV.svg") no-repeat;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--active::before, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active::before, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--active::before, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active::before {
  content: url("/img/ticketpage/selector.svg");
  display: absolute;
  transform: translateX(0.3rem) translateY(-1rem);
  width: 1.5rem;
  height: 1.25rem;
  z-index: -1;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__text, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__text, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__text, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--active .progressbar__step__text {
  margin-top: -0.3rem;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--done, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--done, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--done, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--done {
  background: url("/img/ticketpage/stepdone.svg") no-repeat;
}
.contentFrame .request__head .request__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__number, .contentFrame .request__head .incident__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__number, .contentFrame .incident__head .request__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__number, .contentFrame .incident__head .incident__head__right .progressbar .progressbar__step.progressbar__step--done .progressbar__step__number {
  opacity: 0;
  position: relative;
  top: 0.1rem;
  color: #71D2A3;
}
.contentFrame .request__body, .contentFrame .incident__body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-height: 34.875rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15) inset;
  padding: 0.5rem 0.69rem;
  overflow-y: auto;
}
.contentFrame .request__body a, .contentFrame .incident__body a {
  text-decoration: none;
}
.contentFrame .request__body a .request__body__card, .contentFrame .request__body a .incident__body__card, .contentFrame .incident__body a .request__body__card, .contentFrame .incident__body a .incident__body__card {
  display: flex;
  margin: 0.8rem;
  width: 21.3125rem;
  height: 14.8125rem;
  padding: 1.8125rem 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.contentFrame .request__body a .request__body__card svg, .contentFrame .request__body a .incident__body__card svg, .contentFrame .incident__body a .request__body__card svg, .contentFrame .incident__body a .incident__body__card svg {
  width: 6.81256rem;
  height: 3.74963rem;
  flex-shrink: 0;
}
.contentFrame .request__body a .request__body__card .request__body__card--title, .contentFrame .request__body a .request__body__card .incident__body__card--title, .contentFrame .request__body a .incident__body__card .request__body__card--title, .contentFrame .request__body a .incident__body__card .incident__body__card--title, .contentFrame .incident__body a .request__body__card .request__body__card--title, .contentFrame .incident__body a .request__body__card .incident__body__card--title, .contentFrame .incident__body a .incident__body__card .request__body__card--title, .contentFrame .incident__body a .incident__body__card .incident__body__card--title {
  display: flex;
  width: 15.25rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #575656;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.contentFrame .request__body a .request__body__card .bar, .contentFrame .request__body a .incident__body__card .bar, .contentFrame .incident__body a .request__body__card .bar, .contentFrame .incident__body a .incident__body__card .bar {
  width: 2.375rem;
  height: 0.0625rem;
  flex-shrink: 0;
  border-radius: 1.625rem;
  background: #CC3A82;
  transition: width 0.8s;
}
.contentFrame .request__body a .request__body__card .request__body__card--text, .contentFrame .request__body a .request__body__card .incident__body__card--text, .contentFrame .request__body a .incident__body__card .request__body__card--text, .contentFrame .request__body a .incident__body__card .incident__body__card--text, .contentFrame .incident__body a .request__body__card .request__body__card--text, .contentFrame .incident__body a .request__body__card .incident__body__card--text, .contentFrame .incident__body a .incident__body__card .request__body__card--text, .contentFrame .incident__body a .incident__body__card .incident__body__card--text {
  width: 17.875rem;
  color: #A4A3A3;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
}
.contentFrame .request__body a .request__body__card:hover, .contentFrame .request__body a .incident__body__card:hover, .contentFrame .incident__body a .request__body__card:hover, .contentFrame .incident__body a .incident__body__card:hover {
  border: 1px solid #CC3A82;
}
.contentFrame .request__body a .request__body__card:hover .bar, .contentFrame .request__body a .incident__body__card:hover .bar, .contentFrame .incident__body a .request__body__card:hover .bar, .contentFrame .incident__body a .incident__body__card:hover .bar {
  width: 50%;
}
.contentFrame .request__body,
.contentFrame .incident__body {
  box-shadow: none;
}
.contentFrame .request__body__details, .contentFrame .incident__body__details {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.contentFrame .request__body__details .request__body__details__left, .contentFrame .request__body__details .incident__body__details__left, .contentFrame .incident__body__details .request__body__details__left, .contentFrame .incident__body__details .incident__body__details__left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 40%;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  border: 1px solid #D6D6D6;
  padding: 2rem 1rem 1rem 1rem;
}
.contentFrame .request__body__details .request__body__details__left .request__body__details__left--title, .contentFrame .request__body__details .request__body__details__left .incident__body__details__left--title, .contentFrame .request__body__details .incident__body__details__left .request__body__details__left--title, .contentFrame .request__body__details .incident__body__details__left .incident__body__details__left--title, .contentFrame .incident__body__details .request__body__details__left .request__body__details__left--title, .contentFrame .incident__body__details .request__body__details__left .incident__body__details__left--title, .contentFrame .incident__body__details .incident__body__details__left .request__body__details__left--title, .contentFrame .incident__body__details .incident__body__details__left .incident__body__details__left--title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contentFrame .request__body__details .request__body__details__left .request__body__details__left--title h2, .contentFrame .request__body__details .request__body__details__left .incident__body__details__left--title h2, .contentFrame .request__body__details .incident__body__details__left .request__body__details__left--title h2, .contentFrame .request__body__details .incident__body__details__left .incident__body__details__left--title h2, .contentFrame .incident__body__details .request__body__details__left .request__body__details__left--title h2, .contentFrame .incident__body__details .request__body__details__left .incident__body__details__left--title h2, .contentFrame .incident__body__details .incident__body__details__left .request__body__details__left--title h2, .contentFrame .incident__body__details .incident__body__details__left .incident__body__details__left--title h2 {
  display: block;
  color: #A4A3A3;
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 1rem;
}
.contentFrame .request__body__details .request__body__details__left .request__body__details__left--title svg, .contentFrame .request__body__details .request__body__details__left .incident__body__details__left--title svg, .contentFrame .request__body__details .incident__body__details__left .request__body__details__left--title svg, .contentFrame .request__body__details .incident__body__details__left .incident__body__details__left--title svg, .contentFrame .incident__body__details .request__body__details__left .request__body__details__left--title svg, .contentFrame .incident__body__details .request__body__details__left .incident__body__details__left--title svg, .contentFrame .incident__body__details .incident__body__details__left .request__body__details__left--title svg, .contentFrame .incident__body__details .incident__body__details__left .incident__body__details__left--title svg {
  flex-shrink: 0;
}
.contentFrame .request__body__details .request__body__details__left .request__body__details__left--text, .contentFrame .request__body__details .request__body__details__left .incident__body__details__left--text, .contentFrame .request__body__details .incident__body__details__left .request__body__details__left--text, .contentFrame .request__body__details .incident__body__details__left .incident__body__details__left--text, .contentFrame .incident__body__details .request__body__details__left .request__body__details__left--text, .contentFrame .incident__body__details .request__body__details__left .incident__body__details__left--text, .contentFrame .incident__body__details .incident__body__details__left .request__body__details__left--text, .contentFrame .incident__body__details .incident__body__details__left .incident__body__details__left--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.contentFrame .request__body__details .request__body__details__left .request__body__details__left--text .step, .contentFrame .request__body__details .request__body__details__left .incident__body__details__left--text .step, .contentFrame .request__body__details .incident__body__details__left .request__body__details__left--text .step, .contentFrame .request__body__details .incident__body__details__left .incident__body__details__left--text .step, .contentFrame .incident__body__details .request__body__details__left .request__body__details__left--text .step, .contentFrame .incident__body__details .request__body__details__left .incident__body__details__left--text .step, .contentFrame .incident__body__details .incident__body__details__left .request__body__details__left--text .step, .contentFrame .incident__body__details .incident__body__details__left .incident__body__details__left--text .step {
  display: flex;
  justify-content: space-around;
  width: 23.1875rem;
  height: fit-content;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.contentFrame .request__body__details .request__body__details__left .request__body__details__left--text .step .step__number, .contentFrame .request__body__details .request__body__details__left .incident__body__details__left--text .step .step__number, .contentFrame .request__body__details .incident__body__details__left .request__body__details__left--text .step .step__number, .contentFrame .request__body__details .incident__body__details__left .incident__body__details__left--text .step .step__number, .contentFrame .incident__body__details .request__body__details__left .request__body__details__left--text .step .step__number, .contentFrame .incident__body__details .request__body__details__left .incident__body__details__left--text .step .step__number, .contentFrame .incident__body__details .incident__body__details__left .request__body__details__left--text .step .step__number, .contentFrame .incident__body__details .incident__body__details__left .incident__body__details__left--text .step .step__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  background: url("/img/ticketpage/ellipseGP.svg") no-repeat;
}
.contentFrame .request__body__details .request__body__details__left .request__body__details__left--text .step .step__text, .contentFrame .request__body__details .request__body__details__left .incident__body__details__left--text .step .step__text, .contentFrame .request__body__details .incident__body__details__left .request__body__details__left--text .step .step__text, .contentFrame .request__body__details .incident__body__details__left .incident__body__details__left--text .step .step__text, .contentFrame .incident__body__details .request__body__details__left .request__body__details__left--text .step .step__text, .contentFrame .incident__body__details .request__body__details__left .incident__body__details__left--text .step .step__text, .contentFrame .incident__body__details .incident__body__details__left .request__body__details__left--text .step .step__text, .contentFrame .incident__body__details .incident__body__details__left .incident__body__details__left--text .step .step__text {
  width: 19.625rem;
  color: #A4A3A3;
  font-size: 0.75rem;
  font-weight: 400;
}
.contentFrame .request__body__details .request__body__details__right, .contentFrame .request__body__details .incident__body__details__right, .contentFrame .incident__body__details .request__body__details__right, .contentFrame .incident__body__details .incident__body__details__right {
  display: flex;
  align-items: flex-end;
  width: calc(60% - 2rem);
  padding: 0 0 0 4rem;
  flex-shrink: 0;
}
.contentFrame .request__body__details .request__body__details__right.full-width, .contentFrame .request__body__details .incident__body__details__right.full-width, .contentFrame .incident__body__details .request__body__details__right.full-width, .contentFrame .incident__body__details .incident__body__details__right.full-width {
  width: 100%;
  padding-left: 0;
}
.contentFrame .request__body__details .request__body__details__right.full-width form .form__input .form__input__group input[type=radio], .contentFrame .request__body__details .incident__body__details__right.full-width form .form__input .form__input__group input[type=radio], .contentFrame .incident__body__details .request__body__details__right.full-width form .form__input .form__input__group input[type=radio], .contentFrame .incident__body__details .incident__body__details__right.full-width form .form__input .form__input__group input[type=radio] {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}
.contentFrame .request__body__details .request__body__details__right .form__button__cancel, .contentFrame .request__body__details .incident__body__details__right .form__button__cancel, .contentFrame .incident__body__details .request__body__details__right .form__button__cancel, .contentFrame .incident__body__details .incident__body__details__right .form__button__cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  width: 4.125rem;
  height: 1.3125rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.contentFrame .request__body__details .request__body__details__right .form__button__cancel svg, .contentFrame .request__body__details .incident__body__details__right .form__button__cancel svg, .contentFrame .incident__body__details .request__body__details__right .form__button__cancel svg, .contentFrame .incident__body__details .incident__body__details__right .form__button__cancel svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  transition: transform 0.2s ease-in-out;
}
.contentFrame .request__body__details .request__body__details__right .form__button__cancel svg path, .contentFrame .request__body__details .incident__body__details__right .form__button__cancel svg path, .contentFrame .incident__body__details .request__body__details__right .form__button__cancel svg path, .contentFrame .incident__body__details .incident__body__details__right .form__button__cancel svg path {
  transition: fill 0.2s ease-in-out;
}
.contentFrame .request__body__details .request__body__details__right .form__button__cancel a, .contentFrame .request__body__details .incident__body__details__right .form__button__cancel a, .contentFrame .incident__body__details .request__body__details__right .form__button__cancel a, .contentFrame .incident__body__details .incident__body__details__right .form__button__cancel a {
  color: #575656;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: color 0.2s ease-in-out;
}
.contentFrame .request__body__details .request__body__details__right .form__button__cancel:hover a, .contentFrame .request__body__details .incident__body__details__right .form__button__cancel:hover a, .contentFrame .incident__body__details .request__body__details__right .form__button__cancel:hover a, .contentFrame .incident__body__details .incident__body__details__right .form__button__cancel:hover a {
  color: #cc3a82;
}
.contentFrame .request__body__details .request__body__details__right .form__button__cancel:hover svg, .contentFrame .request__body__details .incident__body__details__right .form__button__cancel:hover svg, .contentFrame .incident__body__details .request__body__details__right .form__button__cancel:hover svg, .contentFrame .incident__body__details .incident__body__details__right .form__button__cancel:hover svg {
  transform: translateX(-0.5rem);
}
.contentFrame .request__body__details .request__body__details__right .form__button__cancel:hover svg path, .contentFrame .request__body__details .incident__body__details__right .form__button__cancel:hover svg path, .contentFrame .incident__body__details .request__body__details__right .form__button__cancel:hover svg path, .contentFrame .incident__body__details .incident__body__details__right .form__button__cancel:hover svg path {
  fill: #cc3a82;
}
.contentFrame .request__body__details .request__body__details__right form, .contentFrame .request__body__details .incident__body__details__right form, .contentFrame .incident__body__details .request__body__details__right form, .contentFrame .incident__body__details .incident__body__details__right form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.contentFrame .request__body__details .request__body__details__right form .form__input, .contentFrame .request__body__details .incident__body__details__right form .form__input, .contentFrame .incident__body__details .request__body__details__right form .form__input, .contentFrame .incident__body__details .incident__body__details__right form .form__input {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: max-content;
  flex-shrink: 0;
  margin-bottom: 0.75rem;
  flex: 1;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group label, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group label, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group label, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group label {
  display: flex;
  margin-bottom: 0.25rem;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group input, .contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group select, .contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group textarea, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group input, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group select, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group textarea, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group input, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group select, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group textarea, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group input, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group select, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group textarea {
  width: 100%;
  padding: 0.3rem;
  flex-shrink: 0;
  color: #A4A3A3;
  border-radius: 0.3125rem;
  border: 1px solid #A4A3A3;
  background: #F0F0F0;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group input[type=date], .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group input[type=date], .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group input[type=date], .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group input[type=date] {
  padding: 0.3rem;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group.subRadioGroup, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group.subRadioGroup, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group.subRadioGroup, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group.subRadioGroup {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group.subRadioGroup input, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group.subRadioGroup input, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group.subRadioGroup input, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group.subRadioGroup input {
  width: auto;
  margin-left: 1rem;
  flex-shrink: 0;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group textarea, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group textarea, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group textarea, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group textarea {
  height: 100px;
  padding: 0.5rem;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group .radioSubGroup, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group .radioSubGroup, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group .radioSubGroup, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group .radioSubGroup {
  display: flex;
  margin-left: 25%;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group .radioSubGroup input[type=radio], .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group .radioSubGroup input[type=radio], .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group .radioSubGroup input[type=radio], .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group .radioSubGroup input[type=radio] {
  width: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group .radioSubGroup img, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group .radioSubGroup img, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group .radioSubGroup img, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group .radioSubGroup img {
  width: 2rem;
  height: 2rem;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group.table__type table, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group.table__type table, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group.table__type table, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group.table__type table {
  margin: 0;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group:has(input[required], select[required], textarea[required]) label:after, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group:has(input[required], select[required], textarea[required]) label:after, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group:has(input[required], select[required], textarea[required]) label:after, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group:has(input[required], select[required], textarea[required]) label:after {
  content: url("/img/ticketpage/iconRequired.svg");
  margin: 0.1em;
  padding: 0.1em;
}
.contentFrame .request__body__details .request__body__details__right form .form__input .form__input__group.hidden, .contentFrame .request__body__details .incident__body__details__right form .form__input .form__input__group.hidden, .contentFrame .incident__body__details .request__body__details__right form .form__input .form__input__group.hidden, .contentFrame .incident__body__details .incident__body__details__right form .form__input .form__input__group.hidden {
  display: none;
}
.contentFrame .request__body__details .request__body__details__right form .form__button__submit, .contentFrame .request__body__details .incident__body__details__right form .form__button__submit, .contentFrame .incident__body__details .request__body__details__right form .form__button__submit, .contentFrame .incident__body__details .incident__body__details__right form .form__button__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  width: 50%;
  border-radius: 0.5rem;
  background: #71D2A3;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.2);
}
.contentFrame .request__body__details .request__body__details__right form .form__button__submit span, .contentFrame .request__body__details .incident__body__details__right form .form__button__submit span, .contentFrame .incident__body__details .request__body__details__right form .form__button__submit span, .contentFrame .incident__body__details .incident__body__details__right form .form__button__submit span {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  background: transparent;
  padding: 0;
  margin: 0;
}
.contentFrame .request__body__details .request__body__details__right form .form__button__submit:hover, .contentFrame .request__body__details .incident__body__details__right form .form__button__submit:hover, .contentFrame .incident__body__details .request__body__details__right form .form__button__submit:hover, .contentFrame .incident__body__details .incident__body__details__right form .form__button__submit:hover {
  background: #5CB48E;
}
.contentFrame .request__body__details .request__body__details__right form .form__button__submit.hidden, .contentFrame .request__body__details .incident__body__details__right form .form__button__submit.hidden, .contentFrame .incident__body__details .request__body__details__right form .form__button__submit.hidden, .contentFrame .incident__body__details .incident__body__details__right form .form__button__submit.hidden {
  display: none;
}
.contentFrame .confirmation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15) inset;
  padding: 2rem;
}
.contentFrame .confirmation .confirmationMessage {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contentFrame .confirmation .confirmationMessage h2 {
  color: #CC3A82;
  width: 32.8125rem;
  height: 2.25rem;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 2rem;
}
.contentFrame .confirmation .confirmationButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 2.25rem;
  padding: 0.5rem 1rem;
  gap: 1rem;
  border-radius: 0.5rem;
  background: #71D2A3;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.2);
  margin-top: 1.5rem;
}
.contentFrame .confirmation .confirmationButton a {
  text-decoration: none;
  color: #FFF;
}
.contentFrame .confirmation .confirmationButton:hover {
  background: #5CB48E;
}

@media only screen and (max-width: 800px) {
  .contentFrame .request__head .request__head__left h1, .contentFrame .request__head .incident__head__left h1, .contentFrame .incident__head .request__head__left h1, .contentFrame .incident__head .incident__head__left h1 {
    width: auto;
    font-size: 1.5rem;
  }
  .contentFrame .request__head .request__head__left h2, .contentFrame .request__head .incident__head__left h2, .contentFrame .incident__head .request__head__left h2, .contentFrame .incident__head .incident__head__left h2 {
    font-size: 1.2rem;
  }
  .contentFrame .request__head__right, .contentFrame .incident__head__right {
    display: none;
  }
  .contentFrame .request__body, .contentFrame .incident__body {
    background: transparent;
    box-shadow: unset;
    max-height: unset;
    overflow: auto;
    padding: 0;
  }
  .contentFrame .request__body a .request__body__card, .contentFrame .request__body a .incident__body__card, .contentFrame .incident__body a .request__body__card, .contentFrame .incident__body a .incident__body__card {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .contentFrame .request__body a .request__body__card .bar, .contentFrame .request__body a .request__body__card .request__body__card--text, .contentFrame .request__body a .request__body__card .incident__body__card--text, .contentFrame .request__body a .incident__body__card .bar, .contentFrame .request__body a .incident__body__card .request__body__card--text, .contentFrame .request__body a .incident__body__card .incident__body__card--text, .contentFrame .incident__body a .request__body__card .bar, .contentFrame .incident__body a .request__body__card .request__body__card--text, .contentFrame .incident__body a .request__body__card .incident__body__card--text, .contentFrame .incident__body a .incident__body__card .bar, .contentFrame .incident__body a .incident__body__card .request__body__card--text, .contentFrame .incident__body a .incident__body__card .incident__body__card--text {
    display: none;
  }
  .contentFrame .request__body__details, .contentFrame .incident__body__details {
    max-width: unset;
    width: 100%;
    justify-content: unset;
  }
  .contentFrame .request__body__details .request__body__details__left, .contentFrame .request__body__details .incident__body__details__left, .contentFrame .incident__body__details .request__body__details__left, .contentFrame .incident__body__details .incident__body__details__left {
    display: none;
  }
  .contentFrame .request__body__details .request__body__details__right, .contentFrame .request__body__details .incident__body__details__right, .contentFrame .incident__body__details .request__body__details__right, .contentFrame .incident__body__details .incident__body__details__right {
    max-width: unset;
    width: 100%;
    padding: 0;
  }
  .contentFrame .request__body__details .request__body__details__right .form__button__cancel, .contentFrame .request__body__details .incident__body__details__right .form__button__cancel, .contentFrame .incident__body__details .request__body__details__right .form__button__cancel, .contentFrame .incident__body__details .incident__body__details__right .form__button__cancel {
    margin-top: 1rem;
  }
  .contentFrame .request__body__details .request__body__details__right form, .contentFrame .request__body__details .incident__body__details__right form, .contentFrame .incident__body__details .request__body__details__right form, .contentFrame .incident__body__details .incident__body__details__right form {
    width: 100%;
    height: 90%;
  }
  .contentFrame .request__body__details .request__body__details__right form .form__button__submit, .contentFrame .request__body__details .incident__body__details__right form .form__button__submit, .contentFrame .incident__body__details .request__body__details__right form .form__button__submit, .contentFrame .incident__body__details .incident__body__details__right form .form__button__submit {
    left: 25%;
  }
  .contentFrame .request__body a .request__body__card .request__body__card--title, .contentFrame .contentFrame .request__body a .request__body__card .incident__body__card--title, .contentFrame .contentFrame .request__body a .incident__body__card .request__body__card--title, .contentFrame .contentFrame .request__body a .incident__body__card .incident__body__card--title, .contentFrame .contentFrame .incident__body a .request__body__card .request__body__card--title, .contentFrame .contentFrame .incident__body a .request__body__card .incident__body__card--title, .contentFrame .contentFrame .incident__body a .incident__body__card .request__body__card--title, .contentFrame .contentFrame .incident__body a .incident__body__card .incident__body__card--title {
    width: 100%;
  }
}
.contentFrame .followup--section--mobile {
  display: none;
}
.contentFrame .followup {
  display: flex;
  flex-direction: row;
  max-height: 80%;
}
.contentFrame .followup .followup__subject {
  display: flex;
  width: 25vw;
  padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  border: 1px solid #A4A3A3;
  background: #FFF;
}
.contentFrame .followup .followup__subject .followup__subject__header--top {
  height: 2.75rem;
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.contentFrame .followup .followup__subject .followup__subject__header--top .followup__subject__header--top--title {
  color: #A4A3A3;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 300;
}
.contentFrame .followup .followup__subject .followup__subject__header--top .followup__subject__header--top-left {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.contentFrame .followup .followup__subject .followup__subject__header--top .followup__subject__header--top-left .followup__subject__header--top-left--type {
  color: #575656;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
}
.contentFrame .followup .followup__subject .followup__subject__header--top .followup__subject__header--top-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.contentFrame .followup .followup__subject .followup__subject__header--top .followup__subject__header--top-right .statusImg {
  margin-right: 0.3rem;
}
.contentFrame .followup .followup__subject .followup__subject__header--bottom {
  color: #CC3A82;
  font-family: Poppins;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.contentFrame .followup .followup__subject .followup__subject__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  align-self: stretch;
  border-radius: 0.3125rem;
  border: 1px solid var(--gris-20, #D6D6D6);
  overflow-y: auto;
  line-height: 1.3rem;
}
.contentFrame .followup .followup__subject .followup__subject__body ul li {
  margin-left: 1rem;
}
.contentFrame .followup .followup__subject .followup__subject__footer {
  display: flex;
  flex-direction: row;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container {
  margin-left: 0.75rem;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container .followup__subject__footer--top {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.19rem;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container .followup__subject__footer--top .followup__subject__footer--top--title {
  color: #A4A3A3;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: italic;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container .followup__subject__footer--bottom {
  display: flex;
  flex-direction: column;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container .followup__subject__footer--bottom .followup__subject__footer--bottom--title {
  color: #A4A3A3;
  font-family: Poppins;
  font-size: 0.9375rem;
  font-style: italic;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container .followup__subject__footer--bottom .followup__subject__footer--bottom--user {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.5rem;
  position: relative;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container .followup__subject__footer--bottom .followup__subject__footer--bottom--user svg {
  width: 1.85rem;
  height: 1.85rem;
  left: 0;
  position: absolute;
  flex-shrink: 0;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container .followup__subject__footer--bottom .followup__subject__footer--bottom--user span.initial {
  margin-left: 0.2rem;
  position: relative;
  margin-right: 0rem;
  width: 1.5rem;
  text-align: center;
}
.contentFrame .followup .followup__subject .followup__subject__footer .followup__subject__footer-container .followup__subject__footer--bottom .followup__subject__footer--bottom--user span.initial + span {
  margin-left: 0.7rem;
}
.contentFrame .followup .followup__subject .followup__subject__footer::before {
  content: "";
  width: 0.125rem;
  height: 8.125rem;
  background: #D9D9D9;
}
.contentFrame .followup .followup__chat.active__section {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  width: calc(100% - 25vw - 1rem);
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages {
  max-height: 33rem;
  padding: 1.25rem 1rem;
  overflow-y: auto;
  scroll-behavior: smooth;
  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
  border-top: 1px solid #A4A3A3;
  border-right: 1px solid #A4A3A3;
  border-left: 1px solid #A4A3A3;
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages .followup__message {
  width: 100%;
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages .followup__message .followup__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 0 0.5rem;
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages .followup__message .followup__header .followup__header__date {
  color: #A4A3A3;
  font-size: 0.75rem;
  font-weight: 400;
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages .followup__message .followup__header:has(+ .followup__me) {
  margin-left: auto;
  text-align: right;
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages .followup__message .followup__header:has(+ .followup__response) .followup__header__date {
  text-align: left;
  display: inline-block;
  line-height: 1.2rem;
  margin-left: 0.5rem;
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages .followup__message .followup__body {
  display: flex;
  flex-direction: column;
  padding: 1.125rem 1.5625rem;
  width: max-content;
  max-width: 75%;
  word-wrap: break-word;
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages .followup__message .followup__body.followup__me {
  margin-left: auto;
  border-radius: 0.625rem;
  background: #D9F3FF;
  text-align: right;
}
.contentFrame .followup .followup__chat.active__section .followup__chat__messages .followup__message .followup__body.followup__response {
  border-radius: 0.625rem;
  background: #F0F0F0;
  text-align: left;
}
.contentFrame .followup .followup__chat.active__section .followups__form {
  display: flex;
  width: 100%;
  height: max-content;
  padding: 1.25rem 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0rem 0rem 0.3125rem 0.3125rem;
  border: 1px solid #A4A3A3;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-top {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: flex-end;
  gap: 0.625rem;
  align-self: stretch;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-top input.followups__form__input {
  color: #575656;
  font-family: Poppins;
  font-size: 0.95rem;
  border: none;
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid #D6D6D6;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-bottom input.followups__form__input {
  display: none;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-bottom label.followups__form__label {
  display: flex;
  padding: 0.375rem 0.8125rem;
  align-items: center;
  gap: 0.375rem;
  border-radius: 2.625rem;
  border: 1px solid #575656;
  cursor: pointer;
  font-size: 0.9rem;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-bottom label.followups__form__label:hover {
  background: #575656;
  color: #FFF;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-bottom label.followups__form__label:hover svg g path {
  fill: #FFF;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-bottom button.followups__form__button {
  display: flex;
  padding: 0.375rem 0.8125rem;
  color: #18A0FB;
  align-items: center;
  gap: 0.375rem;
  border-radius: 2.625rem;
  border: 1px solid #18A0FB;
  background: transparent;
  cursor: pointer;
  font-size: 0.9rem;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-bottom button.followups__form__button:hover {
  background: #18A0FB;
  color: #FFF;
}
.contentFrame .followup .followup__chat.active__section .followups__form .followups__form-bottom button.followups__form__button:hover svg path {
  fill: #FFF;
}
.contentFrame .followup .followup__chat.active__section input[type=file] {
  display: flex;
  padding: 0.375rem;
  color: #575656;
  align-items: center;
  border-radius: 2.625rem;
  border: 1px solid #575656;
  background: transparent;
  font-size: 0.9rem;
  width: 350px;
  max-width: 100%;
}
.contentFrame .followup .followup__chat.active__section input[type=file]::file-selector-button {
  background: transparent;
  border: 1px solid #575656;
  border-radius: 2.625rem;
  cursor: pointer;
}
.contentFrame .followup .followup__chat.active__section input[type=file]::file-selector-button:hover {
  background: #575656;
  color: #FFF;
}
.contentFrame .followup .followup__chat.active__section input[type=file]:focus {
  outline: 5px dashed #000;
  outline-offset: 2px;
}

@media only screen and (max-width: 800px) {
  .contentFrame .followup--section--mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    text-align: center;
    color: #BDBCBC;
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0.87rem;
    font-size: 1rem;
  }
  .contentFrame .followup--section--mobile > *.active__section {
    color: 575656;
    border-bottom: 1px solid #CC3A82;
  }
  .contentFrame .followup {
    max-height: unset;
  }
  .contentFrame .followup .followup__chat, .contentFrame .followup .followup__subject {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: none;
  }
  .contentFrame .followup .followup__chat.active__section, .contentFrame .followup .followup__subject.active__section {
    display: flex;
  }
  .contentFrame .followup .followup__chat .followup__chat__messages, .contentFrame .followup .followup__chat .followups__form {
    border: none;
  }
  .contentFrame .followup .followup__chat .followup__chat__messages {
    padding: 0;
    padding: 0 1rem;
  }
  .contentFrame .followup .followup__chat .followup__chat__messages .followup__message {
    margin-top: 2rem;
  }
  .contentFrame .followup .followup__chat .followup__chat__messages .followup__message .followup__header {
    width: 75%;
  }
  .contentFrame .followup .followup__chat .followup__chat__messages .followup__message .followup__body {
    max-width: 75%;
  }
  .contentFrame .followup .followup__chat .followups__form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: unset;
    background: white;
  }
  .contentFrame .followup .followup__chat .followups__form .followups__form-top {
    padding: 0;
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .contentFrame .followup .followup__chat .followups__form .followups__form-top input[type=text] {
    min-width: 60vw;
    position: relative;
    display: inline-block;
  }
  .contentFrame .followup .followup__chat .followups__form .followups__form-bottom {
    justify-content: unset;
    align-items: unset;
  }
  .contentFrame .followup .followup__chat .followups__form .followups__form-bottom .followups__form__label span, .contentFrame .followup .followup__chat .followups__form .followups__form-bottom .followups__form__button span {
    display: none;
  }
  .contentFrame .followup .followup__chat .followups__form .followups__form-bottom .followups__form__label {
    margin-right: 1rem;
  }
  .contentFrame .followup .followup__subject .followup__subject__body {
    max-height: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .contentFrame {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    background: transparent;
    box-shadow: none;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
  }
}

/*# sourceMappingURL=main.css.map */
