@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);
/*** Font size ***/
/********* Custom Scroll Bar Variables ******/
/********* Custom web page Variables ******/
.ic {
  display: inline-block;
  background-image: url("/assets/img/sprite.png");
  background-repeat: no-repeat;
}
.ic.down-arrow {
  background-position: -164px -6px;
  width: 13px;
  height: 8px;
}
.ic.plus-ic {
  background-position: -34px -29px;
  width: 21px;
  height: 21px;
}
.ic.add-customer-ic {
  background-position: 0px -53px;
  width: 21px;
  height: 21px;
}
.ic.search-ic {
  background-position: -187px 2px;
  width: 21px;
  height: 22px;
}
.ic.edit-ic {
  background-position: 0 0;
  width: 21px;
  height: 22px;
}
.ic.delete-ic {
  background-position: -25px -2px;
  width: 20px;
  height: 21px;
}
.ic.link-ic {
  background-position: -49px 0px;
  width: 21px;
  height: 22px;
}
.ic.profile {
  background-position: -83px 0px;
  width: 25px;
  height: 20px;
}
.ic.change-pass {
  background-position: -109px 0px;
  width: 25px;
  height: 20px;
}
.ic.logout {
  background-position: -136px 0px;
  width: 25px;
  height: 20px;
}
.ic.accordion-ic {
  background-position: -216px 1px;
  width: 22px;
  height: 15px;
}
.ic.back-ic {
  background-position: -76px -30px;
  width: 25px;
  height: 17px;
}
.ic.copy-ic {
  background-position: -50px -2px;
  width: 21px;
  height: 18px;
}
.ic.preview-ic {
  background-position: -114px -28px;
  width: 21px;
  height: 18px;
}
.ic.color-picker-ic {
  background-position: -147px -25px;
  width: 21px;
  height: 18px;
}
.ic.select-drop-down {
  background-position: -218px 0px;
  width: 15px;
  height: 15px;
}
.back-btns .ic.back-ic {
  background-image: url("/assets/img/back-new-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  background-size: 100%;
  width: 25px;
  height: 17px;
  transition: 350ms ease;
}
.back-btns:hover .ic.back-ic {
  background-image: url("/assets/img/back-hover-new-icon.svg");
}
.group-key {
  background-image: url("/assets/img/group-management-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  margin-right: 13px !important;
}
.doc-view {
  background-image: url("/assets/img/doc-view-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
}
.upload-icon {
  background-image: url("/assets/img/upload-new-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 100%;
}
.customize-page-icon {
  background-image: url("/assets/img/customize-page-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 21px;
  height: 23px;
  display: inline-block;
  background-size: 100%;
}
.attach-url-icon {
  background-image: url("/assets/img/attach-url-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
}
.url-new-icon {
  background-image: url("/assets/img/url-new-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 27px;
  height: 26px;
  display: inline-block;
  background-size: 100%;
}
.permission-icon {
  background-image: url("/assets/img/permission-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 27px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
}
.email-new-icon {
  background-image: url("/assets/img/new-email-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 18px;
  display: inline-block;
  background-size: 100%;
  margin-right: 5px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html, body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  height: 100%;
}
html {
  font-size: 10px;
}
@media (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
body {
  margin: 0;
  padding: 0;
  color: #484848;
  line-height: 1.8rem;
  background-color: #fff;
  overflow-x: hidden;
}
body.scroll-hidden {
  overflow-y: hidden;
}
a {
  color: #7472E1;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif !important;
  text-decoration: none;
  transition: 350ms ease;
  cursor: pointer;
}
a:hover {
  color: #7472E1;
}
li {
  list-style: none;
}
h1 {
  color: #292929;
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif !important;
  margin: 0 0 2.5rem 0;
  padding: 0 0 1.5rem 0;
  font-weight: 600;
  position: relative;
}
h2 {
  color: #101010;
  font-size: 1.9rem;
  font-family: "Montserrat", sans-serif !important;
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-weight: 600;
}
h3 {
  color: #252525;
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif !important;
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-weight: 600;
}
p {
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #484848;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif !important;
  line-height: 24px !important;
}
select {
  background: #fff url("/assets/img/selectbox-arrow.svg") center right 0.5rem no-repeat !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #3F3F3F;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}
.common-btn {
  margin-left: 0 !important;
  margin-right: 1.6rem;
}
img {
  max-width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
.border-radius {
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ml-15 {
  margin-left: 1.5rem;
}
.ml-20 {
  margin-left: 2rem;
}
.ml-25 {
  margin-left: 2.5rem;
}
.ml-30 {
  margin-left: 3rem;
}
.mr-15 {
  margin-right: 1.5rem;
}
.mr-20 {
  margin-right: 2rem;
}
.mr-25 {
  margin-right: 2.5rem;
}
.mr-30 {
  margin-right: 3rem;
}
.mt-20 {
  margin-top: 2rem;
}
button {
  outline: 0;
  font-family: "Montserrat", sans-serif !important;
}
button:focus {
  outline: 0;
}
.text-center {
  text-align: center !important;
}
.full-width {
  width: 100%;
}
/*** main-outer ****/
.p-component {
  font-family: "Montserrat", sans-serif;
}
.main-outer {
  width: 100%;
  margin: 0;
  padding: 102px 0 0 0;
  height: 100%;
}
@media (max-width: 576px) {
  .main-outer {
    padding: 170px 0 0 0;
  }
}
.main-outer .title-block {
  padding: 0rem 0 1.2rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 576px) {
  .main-outer .title-block {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.5rem 0 1.2rem 0;
  }
}
.main-outer .title-block h1 {
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 50%;
}
@media (max-width: 767px) {
  .main-outer .title-block h1 {
    width: 100%;
    margin-bottom: 2rem !important;
    max-width: 100%;
  }
}
.main-outer .title-block h1 .back-btns {
  border-right: 1px solid #D1D1D1;
  margin-right: 14px;
  padding-right: 17px;
}
.main-outer .title-block h1 .back-btns img {
  width: 22px;
  height: 20px;
}
@media (max-width: 576px) {
  .main-outer .title-block h1 {
    margin: 0 0 1.5rem 0 !important;
  }
}
.main-outer.company-list {
  padding: 60px 0 0 0;
}
@media (max-width: 576px) {
  .main-outer.company-list {
    padding: 60px 0 0 0;
  }
}
/*******************************/
* /** Header Dropdown Menu */
/*******************************/
.dropdown-header {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .dropdown-header {
    left: inherit !important;
    right: 1rem !important;
    z-index: 9999 !important;
  }
}
.dropdown-header::after, .dropdown-header::before {
  display: none !important;
}
.dropdown-header .p-overlaypanel-content {
  background-color: #fff;
  min-width: 210px;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  box-shadow: 0px 0px 7px 0px #00000030;
  z-index: 99;
  border: none;
  padding: 0 !important;
  display: inline-block;
}
.dropdown-header .p-overlaypanel-content ul {
  width: 100%;
  margin: 1rem 0;
  list-style: none;
}
.dropdown-header .p-overlaypanel-content ul li {
  width: 100%;
  margin: 0 0 1px 0;
  padding: 0;
}
.dropdown-header .p-overlaypanel-content ul li h3 {
  padding: 1rem 1.6rem;
  margin: 0;
  font-size: 1.5rem;
}
.dropdown-header .p-overlaypanel-content ul li a {
  color: #525252;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.8rem 1.6rem;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
}
.dropdown-header .p-overlaypanel-content ul li a .ic {
  margin: 0 0.5rem 0 0;
}
.dropdown-header .p-overlaypanel-content ul li a .activity-log {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.dropdown-header .p-overlaypanel-content ul li a .activity-log svg {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.dropdown-header .p-overlaypanel-content ul li a:hover, .dropdown-header .p-overlaypanel-content ul li a.active {
  background-color: #F0F0F0;
}
.dropdown-header .p-overlaypanel-content ul li.admin-user {
  border-bottom: 1px solid #D0D0D0;
}
.dropdown-header.p-overlaypanel {
  position: fixed !important;
  display: block !important;
  top: 60px !important;
}
/**** Container ****/
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
.title-block {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  padding: 2.2rem 0;
}
@media (max-width: 576px) {
  .title-block {
    position: relative;
    padding: 1.8rem 0 1.6rem 0;
  }
}
.title-block h2 {
  margin: 0;
  width: auto;
}
@media (max-width: 576px) {
  .title-block h1 {
    margin: 0 0 1.5rem 0 !important;
  }
}
.title-block__box {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .title-block__box {
    width: 100%;
    justify-content: flex-end;
  }
}
.title-block__box .search-component {
  margin: 0 0 0 2rem;
}
.title-block__box .plus-icon {
  margin: 0 0 0 2rem;
}
.title-block .add-buttons {
  margin: 0 0 0 2rem;
  height: 41px;
  line-height: 41px;
  padding: 0 2rem;
}
.plus-icon {
  background: #4644AE;
  -webkit-border-radius: 50px;
  -webkit-border-radius-border-radius: 50px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 41px;
  height: 41px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}
.plus-icon:hover {
  background-color: #6563c2;
}
.checked-icon {
  background-color: #4644AE;
  -webkit-border-radius: 50px;
  -webkit-border-radius-border-radius: 50px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 41px;
  height: 41px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.checked-icon:hover {
  background-color: #6563c2;
}
.checked-icon .ic.plus-ic {
  background-image: url("/assets/img/checked-icon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  filter: brightness(0) invert(1);
}
.add-customer {
  background-color: #7472E1;
  -webkit-border-radius: 50px;
  -webkit-border-radius-border-radius: 50px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 41px;
  height: 41px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-left: 2rem;
}
.add-customer:hover {
  background-color: #7675B9;
}
.back-btns {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  color: #484848;
  font-weight: 500;
}
.back-btns .ic {
  margin: 0.1rem 1rem 0 0;
}
.back-btns:hover {
  color: #4644AE;
  opacity: 0.8;
}
.edits {
  color: #3C68DC;
  font-size: 1.4rem;
  font-weight: 500;
}
.edits:hover {
  color: #3C68DC;
  opacity: 0.7;
}
.delete {
  color: #EA0000;
  font-size: 1.4rem;
  font-weight: 500;
}
.delete:hover {
  color: #EA0000;
  opacity: 0.7;
}
.urlcopy {
  color: #545454;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 0;
}
.urlcopy:hover {
  color: #545454;
  opacity: 0.7;
}
/**** Card -bloxk ****/
.card-block {
  padding: 0rem;
  font-family: "Montserrat", sans-serif;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
}
/***** Table css *****/
.table-block {
  display: block;
  width: 100%;
  overflow: auto;
  min-height: 50px;
}
.table-block .table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  min-width: 400px;
}
.table-block .table tr th {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 12px 0;
}
.table-block .table tr td {
  border-bottom: 1px solid #D0D0D0;
  padding: 12px 0;
  font-weight: 400;
  font-size: 1.5rem;
}
.table-block .table tr td .actions {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
}
.table-block .table tr td .actions a {
  vertical-align: middle;
  margin: 0 0 0 1.8rem;
}
.table-block .table tr td .actions a .ic {
  vertical-align: top;
  margin: -2px 5px 0 0;
}
.table-block .table tr:last-child td {
  border: none;
}
/*******************************************/
/**** tooltip ****/
/*******************************************/
[tooltip] {
  position: relative;
}
[tooltip]::before, [tooltip]::after {
  text-transform: none;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: "Montserrat", sans-serif;
  text-align: center;
  min-width: auto;
  max-width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 10px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  background: #313131;
  color: #fff;
  z-index: 1000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 1.4rem;
  opacity: 1;
}
[tooltip]:hover::before, [tooltip]:hover::after {
  display: block;
}
[tooltip=""]::before, [tooltip=""]::after {
  display: none !important;
}
/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #313131;
}
[tooltip]:not([flow])::after, [tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^=up]::before, [tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
/* FLOW: DOWN */
[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #313131;
}
[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^=down]::before, [tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
/* FLOW: LEFT */
[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #313131;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #313131;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
/**************************************/
/*********** password-info ************/
/**************************************/
.password-info {
  position: absolute;
  top: 40px;
  right: -34px;
}
@media (max-width: 768px) {
  .password-info {
    top: -2px;
    right: 3px;
  }
}
.password-info__img {
  cursor: pointer;
  z-index: 999;
  position: relative;
}
@media (max-width: 768px) {
  .password-info__img {
    width: 20px;
  }
}
.password-info__box {
  background-color: #fff;
  margin: 15px 0 0 -66px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  position: absolute;
  top: 32px;
  right: 0;
  min-width: 245px;
  z-index: 99;
  padding: 1.5rem 2.5rem 1rem 1.5rem;
  margin: 0;
  display: none;
  box-shadow: 0px 0px 7px 0px #00000030;
}
.password-info__box li {
  font-size: 1.3rem;
  margin: 0 0 5px 0;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 500;
}
.password-info__box li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  background: #101010;
}
.password-info__box li:first-child {
  list-style: none;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 0rem;
  margin-bottom: 1rem;
}
.password-info__box li:first-child::before {
  display: none;
}
.password-info .password-info__img:hover + .password-info__box {
  display: block;
}
.pass-info-box {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  min-width: 245px;
  max-width: 500px;
  z-index: 99;
  padding: 1.5rem 0 1rem 1.5rem;
  margin: 0;
  box-shadow: 0px 0px 7px 0px #00000030 !important;
  border: none !important;
}
@media (max-width: 576px) {
  .pass-info-box {
    max-width: 300px;
  }
}
.pass-info-box:before, .pass-info-box::after {
  display: none;
}
.pass-info-box .p-overlaypanel-content {
  padding: 0 !important;
}
.pass-info-box .password-info {
  position: relative;
  top: inherit;
  right: inherit;
  padding: 1rem 0 1rem 1.5rem;
  overflow: auto;
  max-height: 350px;
}
.pass-info-box h4 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 2.5rem;
}
.pass-info-box .installation {
  padding-right: 3rem;
}
.pass-info-box .installation li {
  font-size: 1.3rem;
  margin: 0 0 5px 0;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.pass-info-box .installation li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  -webkit-border-radius-border-radius: 3px;
  background: #101010;
}
table.sortable thead tr th:first-child {
  background-image: none !important;
}
.move-box {
  cursor: move;
}
.move-box img {
  min-width: 15px;
  min-height: 15px;
}
/***** Toast Msg *****/
.alert {
  padding: 10px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  vertical-align: top;
  padding-right: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  z-index: 9999;
  min-width: 300px;
  position: fixed !important;
  bottom: 1.5rem !important;
  right: 1.5rem !important;
}
.alert strong {
  height: 20px;
  margin: 0 1rem 0 0;
}
.alert p {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.alert .close-popup {
  position: absolute;
  top: 5px;
  right: 5px;
}
.alert .close-popup img {
  width: 11px;
}
.alert.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.success p {
  color: #6a9c41;
  font-size: 15px;
  min-height: inherit;
}
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-info p {
  color: #388c9c;
  font-size: 15px;
  min-height: inherit;
}
.alert.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.warning p {
  color: #d19b2f;
  font-size: 15px;
  min-height: inherit;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-danger p {
  color: #b82c43;
  font-size: 15px;
}
.disabled {
  text-decoration: none !important;
  color: #939393 !important;
  pointer-events: none;
}
.disabled i {
  filter: brightness(0) invert(0.6);
  opacity: 0.7;
}
/***** Loader *******/
.loader-outer {
  background-color: #4a4a4a1a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader-outer .loader {
  border: 8px solid #fff;
  border-radius: 50%;
  border-top: 8px solid #7472E1;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}
/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****************************/
*  /** Drag and drop ***/
/****************************/
.cdk-drag-preview, .cdk-drag-animating {
  padding: 0.5rem 1.3rem 0.8rem 1.3rem !important;
  background-color: #fff;
  margin-bottom: 1.2rem;
  cursor: move;
  box-shadow: 0px 0px 7px 0px #00000030;
  border-radius: 5px;
  width: 100%;
}
.cdk-drag-preview .move-box, .cdk-drag-animating .move-box {
  width: 20px;
  float: left;
  padding: 12px 0 8px 0;
}
.cdk-drag-preview .cdk-content-box, .cdk-drag-animating .cdk-content-box {
  width: 510px;
  float: left;
  padding: 10px 0;
}
.cdk-drag-preview .checkbox-outer, .cdk-drag-animating .checkbox-outer {
  width: 100px;
  float: left;
  padding: 10px 0;
}
.cdk-drag-preview, .cdk-drag-animating {
  padding: 0.5rem 1.3rem 0.8rem 1.3rem !important;
  background-color: #fff;
  margin-bottom: 1.2rem;
  cursor: move;
  box-shadow: 0px 0px 7px 0px #00000030;
  border-radius: 5px;
  width: 100%;
}
.cdk-drag-preview td, .cdk-drag-animating td {
  width: 150px;
  border: none;
  font-size: 1.4rem;
  color: #303030;
  font-weight: 400;
  padding-top: 0;
}
.cdk-drag-preview td.move-icon, .cdk-drag-animating td.move-icon {
  width: 61px;
}
.cdk-drag-preview td .table-action, .cdk-drag-animating td .table-action {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cdk-drag-preview td .table-action a, .cdk-drag-animating td .table-action a {
  margin-left: 1rem;
}
.cdk-drag-preview td .table-action a:first-child, .cdk-drag-animating td .table-action a:first-child {
  margin-left: 0;
}
.input-select {
  width: 100%;
  margin: 0;
  padding: 0 0;
}
.input-select .p-dropdown {
  width: 100%;
  margin: 0;
  padding: 0 2rem !important;
  font: 1.3rem "Montserrat", sans-serif !important;
  line-height: 40px;
  color: #686868;
  height: 40px;
  border: 1px solid #D0D0D0 !important;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  font-weight: 500 !important;
}
.input-select .p-dropdown::-webkit-input-placeholder {
  font-weight: 500 !important;
  color: #484848;
}
.input-select .p-dropdown:-moz-placeholder {
  font-weight: 500 !important;
  color: #484848;
}
.input-select .p-dropdown::-moz-placeholder {
  font-weight: 500 !important;
  color: #484848;
}
.input-select .p-dropdown:-ms-input-placeholder {
  font-weight: 500 !important;
  color: #484848;
}
.input-select .p-dropdown .p-inputtext {
  font: 1.3rem "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  padding: 0 0 2px 0 !important;
}
.input-select .p-dropdown .p-dropdown-trigger {
  display: inline-block;
  background-image: url("/assets/img/select-arrow.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-position: 2px 4px;
  margin: 5% 0px 0 0;
}
.input-select .p-dropdown .p-dropdown-trigger span {
  display: none !important;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  font-size: 1.4rem !important;
  padding: 0.8rem 2.5rem !important;
}
/*********************************************/
*  /***** Paginetion ***/
/*********************************************/
.table-paginetion {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0rem;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.table-paginetion .total-record {
  position: absolute;
  top: 50%;
  left: 0;
  color: #484848;
  font-size: 1.4rem;
  margin-top: -9px;
}
@keyframes cdp-in {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.cdp {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  z-index: 6;
  animation: cdp-in 500ms ease both;
  animation-timeout: 200ms;
}
.cdp a {
  color: #484848 !important;
}
.cdp a:hover {
  background-color: #7472E1;
  color: #fff !important;
  border: 1px solid #7472E1;
}
.cdp_i {
  font-size: 1.4rem;
  text-decoration: none;
  transition: background 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px 6px;
  height: 34px;
  min-width: 34px;
  border-radius: 50px;
  border: 1px solid #484848;
  line-height: 34px;
  padding: 0;
  color: #484848;
  font-weight: 600;
  letter-spacing: 0.03em;
  display: none;
}
.cdp_i:first-child, .cdp_i:last-child {
  padding: 0 16px;
  margin: 0 8px 0px;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:hover {
  background-color: #7472E1;
  color: #fff !important;
  border: 1px solid #7472E1;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(2):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) span {
  opacity: 0;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: #7472E1;
  color: #fff !important;
  display: inline-block;
  border: 1px solid #7472E1;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) span {
  opacity: 0;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #7472E1;
  font-size: 1.6rem;
  margin-left: -6px;
}
.listing-outer__filter .form p-dropdown.input-select .p-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing-outer__filter .form p-dropdown.input-select .p-dropdown-label {
  max-width: 84%;
}
.listing-outer__filter .form p-dropdown.input-select .p-dropdown-clear-icon {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  display: inline-block;
  background-image: url("/assets/img/close-ic.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  right: 4rem;
  margin-top: -6px;
}
.listing-outer__filter .form p-dropdown.input-select .p-dropdown-trigger {
  margin: 0;
}
.listing-outer__filter .form p-dropdown.input-select .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-container .p-inputtext {
  height: 35px;
  padding: 0rem 1rem !important;
  font: 1.3rem "Montserrat", sans-serif;
  color: #686868;
  border: 1px solid #D0D0D0;
}
.listing-outer__filter .form p-dropdown.input-select .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  padding: 0.8rem 1rem !important;
}
.listing-outer__filter .form p-dropdown.input-select .p-dropdown-panel .p-dropdown-empty-message {
  padding: 1rem 1rem !important;
  font: 1.3rem "Montserrat", sans-serif;
  color: #484648;
  font-weight: 500;
}
/***************************/
* /*Search */
/***************************/
.select-menu {
  position: relative;
}
.select-menu a {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  color: #3F3F3F;
  font-size: 1.5rem;
  font-weight: 500;
}
.select-menu a .ic {
  margin: 0 0 0 1.2rem;
}
.select-menu .dropdownmenu-menu {
  position: absolute;
  top: 25px;
  right: 0;
  background-color: #fff;
  width: auto;
  min-width: 175px;
  max-width: 400px;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  box-shadow: 0px 0px 7px 0px #00000030;
  z-index: 9;
  display: none;
}
@media (max-width: 576px) {
  .select-menu .dropdownmenu-menu {
    right: inherit;
    left: 0;
  }
}
.select-menu .dropdownmenu-menu ul {
  width: 100%;
  margin: 1rem 0;
  list-style: none;
}
.select-menu .dropdownmenu-menu ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.select-menu .dropdownmenu-menu ul li h3 {
  padding: 0.5rem 1.6rem 1rem 1.6rem;
  margin: 0;
  font-size: 1.5rem;
}
.select-menu .dropdownmenu-menu ul li a {
  color: #525252;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.8rem 1.6rem;
}
.select-menu .dropdownmenu-menu ul li a .ic {
  margin: 0 0.5rem 0 0;
}
.select-menu .dropdownmenu-menu ul li a:hover, .select-menu .dropdownmenu-menu ul li a.active {
  background-color: #F0F0F0;
}
.select-menu .dropdownmenu-menu.active {
  display: block;
}
/***************************/
* /*Search */
/***************************/
.search-box {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  position: relative;
  z-index: 9;
}
@media (max-width: 576px) {
  .search-box {
    width: 100%;
  }
}
.search-box__input {
  width: 242px;
  box-shadow: none;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  box-shadow: none;
  outline: 0;
  height: 41px;
  padding: 0.5rem 1rem 0.5rem 4.5rem;
  color: #5F5F5F;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .search-box__input {
    width: 100%;
  }
}
.search-box__btns {
  width: 45px;
  height: 41px;
  border: none;
  outline: 0;
  cursor: pointer;
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-left: 5px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
/***************************/
* /*ToolTips */
/***************************/
.p-tooltip {
  max-width: inherit !important;
  z-index: 99999 !important;
}
.p-tooltip .p-tooltip-arrow {
  display: none;
}
.p-tooltip .p-tooltip-text {
  color: #fff;
  font: 1.5rem;
  line-height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
}
/***************************/
* /*Delete Popup */
/***************************/
.delete-account, .cancel-account {
  width: 100%;
  display: none;
}
.delete-account .modal-overlay, .cancel-account .modal-overlay {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.delete-account .modal-box, .cancel-account .modal-box {
  width: 100%;
  max-width: 500px;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .delete-account .modal-box, .cancel-account .modal-box {
    width: 94%;
  }
}
/***************************/
* /*Add new document cabinet Popup */
/***************************/
.new-cabinet {
  width: 100%;
  display: none;
}
.new-cabinet .modal-overlay {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.new-cabinet .modal-box {
  width: 100%;
  max-width: 500px;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .new-cabinet .modal-box {
    width: 94%;
  }
}
/***************************/
* /*Add list options Popup */
/***************************/
.list-options {
  width: 100%;
  display: none;
}
.list-options .modal-overlay {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.list-options .modal-box {
  width: 100%;
  max-width: 500px;
  display: block !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .list-options .modal-box {
    width: 94%;
  }
}
/***** Clear Filter Css ****/
.clear-filter-btns {
  color: #3F3F3F;
  font: 500 1.5rem "Montserrat", sans-serif;
  margin: 0 0.5rem 0 2rem;
  text-decoration: underline;
}
.clear-filter-btns.active {
  pointer-events: none;
  color: #adadad;
  text-decoration: none;
}
.clear-filter-btns:hover {
  text-decoration: none;
}
/********************/
/**** Scroll bar css ****/
/********************/
.municipality-accounts ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #fff;
}
/* Track */
.municipality-accounts ::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
.municipality-accounts ::-webkit-scrollbar-thumb {
  background: #A09FD8;
}
/* Handle on hover */
.municipality-accounts ::-webkit-scrollbar-thumb:hover {
  background: #A09FD8;
}
.page-wrapper {
  position: relative;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 576px) {
  .page-wrapper {
    flex-wrap: wrap;
  }
}
.page-wrapper .page-filter {
  width: 100%;
  background: #00000063;
  border-radius: 0px;
  margin-top: 0rem;
  min-height: calc(100vh - 0px);
  margin-right: 0rem;
  transition: 350ms ease;
  position: fixed;
  right: 0%;
  z-index: 9999;
  top: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .page-wrapper .page-filter {
    min-height: calc(100vh - 0px);
  }
}
.page-wrapper .page-filter .page-filter-inner {
  padding: 3.4rem 0;
  display: block;
  background: #F5F4FF;
  width: 310px;
  min-height: calc(100vh - 0px);
  transition: 350ms ease;
  position: fixed;
  right: -310px;
  top: 0px;
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 992px) {
  .page-wrapper .page-filter .page-filter-inner {
    max-height: 200px;
    overflow-y: auto;
  }
}
.page-wrapper .page-filter .page-filter-inner h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 22px;
  color: #4644AE;
  margin-bottom: 2.6rem;
}
.page-wrapper .page-filter .page-filter-inner .filter-group {
  display: block;
  margin-bottom: 2.2rem;
}
.page-wrapper .page-filter .page-filter-inner .filter-group .filter-lbl {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 18px;
  color: #303030;
  display: block;
  margin-bottom: 1rem;
}
.page-wrapper .page-filter .page-filter-inner .filter-group .filter-select {
  background: #fff;
  border: 1px solid #D1D1D1;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding: 1.2rem;
  width: 100%;
  display: block;
  position: relative;
}
.page-wrapper .page-filter .page-filter-inner .filter-group .filter-select .selectbox-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/assets/img/selectbox-arrow.svg") center no-repeat;
  width: 12.6px;
  height: 7.2px;
  display: block;
  position: absolute;
  right: 15px;
  top: 17px;
}
.page-wrapper .page-filter .page-filter-inner .filter-group .dropdownmenu-menu,
.page-wrapper .page-filter .page-filter-inner .filter-group .dropdownmenu-menu1 {
  position: absolute;
  top: 68px;
  right: 0;
  width: auto;
  min-width: 100%;
  max-width: 400px;
  z-index: 9;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #D1D1D1;
}
.page-wrapper .page-filter .page-filter-inner .dropdown {
  background: #fff;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding: 1.2rem;
  width: 100%;
  display: block;
}
.page-wrapper .page-wrapper-listing {
  width: 100%;
  margin-top: 1.2rem;
}
@media (max-width: 576px) {
  .page-wrapper .page-wrapper-listing {
    width: 100%;
    min-width: 100%;
    margin-left: 0rem;
  }
}
.page-wrapper .page-wrapper-listing.customer-admin {
  width: calc(100% - 0px);
  margin-left: 0rem;
}
.page-wrapper.active-sidebar .page-filter {
  z-index: 9999;
  visibility: visible;
}
.page-wrapper.active-sidebar .page-filter .page-filter-inner {
  right: 0px;
  width: 310px;
  padding: 3.4rem;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25) !important;
}
.page-wrapper.active-sidebar .page-filter .usergroup-assign-permission {
  width: 596px;
  padding: 2.4rem;
  right: 0px;
  top: 0px;
}
.main-outer.customers {
  padding: 70px 0 0 0;
}
.main-outer.customers .page-wrapper-listing {
  width: calc(100% - 0px);
  margin-left: 0rem;
}
.main-outer.customers .page-wrapper-listing .upload-document-lbl {
  max-width: 138px;
}
.main-outer.customers .page-wrapper-listing .table-action {
  justify-content: flex-start;
}
.common-add-button {
  position: fixed;
  bottom: 23px;
  right: 28px;
  z-index: 999;
}
@media (max-width: 576px) {
  .common-add-button {
    bottom: 23px;
    right: 23px;
  }
}
.common-add-button .plus-icon {
  background: #4644AE;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}
.responsive-filter {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .responsive-filter {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .responsive-filter {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.mobile-block {
  background: #7472E1;
  min-width: 41px;
  min-height: 41px;
  width: 41px;
  height: 41px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-border-radius: 50px;
  -webkit-border-radius-border-radius: 50px;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 2rem;
  padding: 3px 0 0 0;
}
@media (max-width: 1200px) {
  .mobile-block {
    -ms-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
  }
}
.upload-document-lbl {
  display: flex;
  align-items: center;
}
.upload-document-lbl .pop-link {
  margin-right: 1rem;
}
.pop-link img {
  min-width: 18px;
  min-height: 18px;
}
.pop-link.view-link {
  display: inline-block;
  margin-right: 15px;
}
/*************************************/
/*************************************/
.municipality-accounts {
  height: calc(100% - 0px);
}
.municipality-accounts .container {
  height: 100%;
}
.p-sidebar {
  border: none !important;
}
.p-sidebar-mask.p-component-overlay {
  z-index: 99998 !important;
}
.p-sidebar-right.p-sidebar-active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 46px 46px;
  width: 549px;
  height: 100vh;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25) !important;
  z-index: 99999 !important;
}
@media (max-width: 576px) {
  .p-sidebar-right.p-sidebar-active {
    padding: 15px;
    width: 100% !important;
  }
}
.pop-content {
  margin-bottom: 3rem;
}
.common-popup.quotations-document {
  width: 920px !important;
}
.common-popup.quotations-document .modal-box {
  max-width: 920px !important;
  width: 100% !important;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.edits img {
  min-width: 20px;
  min-height: 20px;
}
.ml-0 {
  margin-left: 0 !important;
}
.close-popup-filter {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
}
@media (max-width: 1200px) {
  .close-popup-filter {
    display: block;
  }
}
app-header {
  z-index: 9999;
  position: relative;
}
.common-sub-heading {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #7472E1;
  line-height: 21px;
  margin-bottom: 1.5rem;
}
.page-wrapper-listing-full {
  width: 100%;
  margin-left: 0px;
  margin-top: 1.2rem !important;
}
.page-wrapper-listing-full .p-datatable table {
  table-layout: inherit;
  width: 100%;
}
.p-overlaypanel {
  z-index: 9999 !important;
}
.tooltip .ui-tooltip-text {
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  color: red;
}
@media (max-width: 1366px) {
  .add-customer-popup {
    height: 355px;
    overflow-y: scroll;
  }
}
@media (max-width: 1366px) {
  .user-permission-popup {
    height: 355px;
    overflow-y: scroll !important;
  }
}
@media (max-width: 1366px) {
  .group-permission-popup {
    height: 355px;
    overflow-y: scroll !important;
  }
}
.modal-body {
  padding: 3rem;
}
.scroll-bar {
  /* Scrollbar Styling */
}
.scroll-bar::-webkit-scrollbar {
  margin-right: -10px;
}
.scroll-bar::-webkit-scrollbar-track {
  margin-right: -10px;
}
.scroll-bar::-webkit-scrollbar-thumb {
  margin-right: -10px;
}
.document-list-add-update-popup {
  overflow: hidden;
}
.document-list-add-update-popup .modal-box .modal-body {
  max-height: 660px;
}
@media (max-width: 1366px) {
  .document-list-add-update-popup .modal-box .modal-body {
    max-height: 600px;
  }
}
@media (max-width: 1200px) {
  .document-list-add-update-popup .modal-box .modal-body {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 3rem;
  }
}
@media (max-width: 1024px) {
  .document-list-add-update-popup .modal-box .modal-body {
    max-height: 640px;
    padding: 3rem !important;
  }
}
@media (max-width: 992px) {
  .document-list-add-update-popup .modal-box .modal-body {
    max-height: 480px;
    padding: 3rem 2rem 3rem 3rem !important;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 992px) {
  .document-list-add-update-popup .modal-box .modal-body {
    max-height: 390px;
  }
}
.document-list-add-update-popup .modal-box .modal-body .add-meta-data-table {
  max-height: 208px;
  overflow-y: auto;
  margin-bottom: 2rem;
}
@media (max-width: 1366px) {
  .document-list-add-update-popup .modal-box .modal-body .add-meta-data-table {
    max-height: 140px;
  }
}
@media (max-width: 1024px) {
  .document-list-add-update-popup .modal-box .modal-body .add-meta-data-table {
    margin: 0 1rem 1rem 0;
  }
}
.document-list-add-update-popup .modal-box .modal-body .table-responsive.add-meta-data-table {
  margin-right: 0px;
}
@media (max-width: 1024px) {
  .p-datatable table {
    table-layout: inherit !important;
  }
}
.body-dropdown {
  border-radius: 8px !important;
  background: #fff !important;
  padding: 0rem 0;
  border: none !important;
  box-shadow: 0 0 10px #ccc !important;
  z-index: 99999 !important;
}
.body-dropdown .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item {
  padding: 1.2rem 1.8rem;
  font: 1.3rem "Montserrat", sans-serif;
  color: #686868;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.body-dropdown .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover, .body-dropdown .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight {
  background-color: #e7e7e7;
  color: #303030;
}
.p-overlaypanel.pass-info-box {
  z-index: 99999 !important;
}
.download-new-icon {
  width: 23px;
  height: 19px;
}
/***** custom-web table ****/
.custom-web-page-table .p-datatable-wrapper {
  overflow-x: auto;
}
.custom-web-page-table .p-datatable table {
  table-layout: inherit !important;
}
.customer-sum {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 2rem;
  font-size: 1.5rem;
  color: #515151;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .customer-sum {
    display: none;
  }
}
/*---new-workflow-design css start----*/
@media (max-width: 469px) {
  .documentcabinet-page {
    padding-top: 150px;
  }
}
@media (max-width: 576px) {
  .documentcabinet-page {
    padding-top: 150px;
  }
}
.document-cabinets-wrapper {
  height: calc(100% - 0px);
}
.document-cabinets-wrapper .container {
  padding: 0;
}
.doc-cabinet-menu-left {
  width: 290px;
  min-width: 290px;
  min-height: calc(100vh - 104px);
  background: #F5F4FF;
  height: 100%;
}
.doc-cabinet-menu-left .heading-secondery {
  font-size: 1.6rem;
  line-height: 20px;
  color: #7472E1;
  display: block;
  padding: 2rem 2.5rem 1.8rem 2.5rem;
  font-weight: 600;
  margin: 0;
}
.doc-cabinet-menu-left ul.dc-menu-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.doc-cabinet-menu-left ul.dc-menu-list li {
  list-style-type: none;
  margin-bottom: 1px;
}
.doc-cabinet-menu-left ul.dc-menu-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .doc-cabinet-menu-left ul.dc-menu-list li {
    margin-bottom: 0px;
    margin-right: 5 px;
  }
}
.doc-cabinet-menu-left ul.dc-menu-list li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 17px;
  color: #303030;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  position: relative;
  transition: 350ms ease;
}
.doc-cabinet-menu-left ul.dc-menu-list li a .count-lbl {
  color: #7472E1;
  padding-left: 0.5rem;
}
.doc-cabinet-menu-left ul.dc-menu-list li a:hover, .doc-cabinet-menu-left ul.dc-menu-list li a.active {
  background: #7472E1;
  color: #fff;
}
.doc-cabinet-menu-left ul.dc-menu-list li a:hover .count-lbl, .doc-cabinet-menu-left ul.dc-menu-list li a.active .count-lbl {
  color: #fff;
}
.doc-cabinets-right {
  width: 100%;
  margin: 2rem 2rem 0rem 2rem;
}
.doc-cabinets-right .title-block {
  padding: 0.7rem 0;
  width: 100%;
  min-height: 55px;
}
@media (max-width: 576px) {
  .doc-cabinets-right .title-block {
    min-height: auto;
  }
}
.document-tab {
  width: 100%;
  background: #F6F6FF;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .document-tab {
    overflow-x: auto;
  }
}
@media (max-width: 469px) {
  .document-tab {
    overflow-x: auto;
  }
}
.document-tab ul {
  width: 100%;
}
@media (max-width: 767px) {
  .document-tab ul {
    min-width: 510px;
  }
}
@media (max-width: 469px) {
  .document-tab ul {
    -ms-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
  }
}
.document-tab ul li {
  display: inline-block;
  border-right: 1px solid #DCDCDC;
  padding: 0.1rem 0rem 0.2rem 0rem;
  white-space: nowrap;
  display: inline-block;
}
.document-tab ul li:last-child {
  border-right: none;
}
.document-tab ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 17px;
  color: #4644AE;
  display: block;
  padding: 1rem 1.8rem;
}
.document-tab ul li:hover, .document-tab ul li.selected {
  border-right: 1px solid #F6F6FF;
}
.document-tab ul li:hover a, .document-tab ul li.selected a {
  background: #7472E1;
  color: #fff;
}
.title-block h1.customer-sum {
  height: 41px;
  width: 50%;
  text-align: left;
  justify-content: flex-start;
}
@media (max-width: 576px) {
  .title-block h1.customer-sum {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}
.weight-600 {
  font-weight: 600;
}
.blue-txt {
  color: #7472E1;
}
.add-filter {
  line-height: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 18px;
  color: #7472E1;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
}
.add-filter svg {
  margin-right: 1rem;
}
.add-filter:hover {
  color: #515151;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.permission-checkbox-table {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  margin: 2rem 0;
}
.checkbox-list {
  margin-right: 2rem;
  text-align: center;
}
.checkbox-list .checkbox-lbl {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 18px;
  color: #464646;
}
.checkbox-list .checkmark {
  left: 8px !important;
}
.group-users-tool-tip {
  width: 170px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.group-users-tool-tip .group-users-img-box {
  position: relative;
  width: 130px;
  display: inline-flex;
}
.group-users-tool-tip .group-users-img-box .group-users-img {
  border: 1px solid #DCDCDC;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  left: 0px;
  position: relative;
  display: inline-block;
}
.group-users-tool-tip .group-users-img-box .group-users-img:nth-child(2) {
  left: -5px;
}
.group-users-tool-tip .group-users-img-box .group-users-img:nth-child(3) {
  left: -10px;
}
.group-users-tool-tip .group-users-img-box .group-users-img:nth-child(4) {
  left: -15px;
}
.group-users-tool-tip .group-users-img-box .group-users-img:nth-child(5) {
  left: -20px;
}
.group-users-tool-tip .group-users-img-box .group-users-img img,
.group-users-tool-tip .group-users-img-box .group-users-img svg {
  width: 26px;
  height: 26px;
  display: block;
}
.p-sidebar-right.p-sidebar-active {
  padding: 2.4rem;
}
.document-mapping-outer.p-sidebar {
  width: 100% !important;
  max-width: 1280px !important;
}
.search-filter {
  padding: 0;
  display: block;
  width: 100%;
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 992px) {
  .search-filter {
    overflow-y: auto;
  }
}
.search-filter h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 22px;
  color: #4644AE;
  margin-bottom: 2.6rem;
}
@media (max-width: 992px) {
  .search-filter h2 {
    display: flex;
    justify-content: space-between;
  }
}
.search-filter h2 .filter-close {
  display: none;
}
@media (max-width: 992px) {
  .search-filter h2 .filter-close {
    display: block;
  }
}
.search-filter .filter-group {
  display: block;
  margin-bottom: 2.2rem;
}
.search-filter .filter-group.select-menu-box {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 2.2rem;
}
.search-filter .filter-group .filter-lbl {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 18px;
  color: #303030;
  display: block;
  margin-bottom: 1rem;
}
.search-filter .filter-group .select-dropdown .p-dropdown {
  background: #F9F9FF;
}
.search-filter .filter-group .select-dropdown .selectbox-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/assets/img/selectbox-arrow.svg") center no-repeat;
  width: 12.6px;
  height: 7.2px;
  display: block;
  position: absolute;
  right: 15px;
  top: 17px;
}
.search-filter .filter-group .dropdownmenu-menu,
.search-filter .filter-group .dropdownmenu-menu1 {
  position: absolute;
  top: 68px;
  right: 0;
  width: auto;
  min-width: 100%;
  max-width: 400px;
  z-index: 9;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #D1D1D1;
}
.search-filter .dropdown {
  background: #fff;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding: 1.2rem;
  width: 100%;
  display: block;
}
.search-filter .form-button-group {
  margin-bottom: 1.5rem;
}
.search-filter .form-button-group .btn-primary {
  margin-bottom: 0rem;
}
.page-wrapper .doc-cabinet-menu-outer {
  position: fixed;
  top: 102px;
  left: 0;
  width: 290px;
  transition: 350ms ease;
}
@media (max-width: 1024px) {
  .page-wrapper .doc-cabinet-menu-outer {
    left: -290px;
    z-index: 1000;
    transition: 350ms ease;
    height: calc( 100% - 122px );
  }
}
@media (max-width: 576px) {
  .page-wrapper .doc-cabinet-menu-outer {
    top: 145px;
  }
}
.page-wrapper .doc-cabinet-menu-outer .sidebar-menu {
  background-color: #7472E1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 30px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: -40px;
  border-radius: 0 5px 5px 0;
}
.page-wrapper .doc-cabinet-menu-outer .sidebar-menu svg {
  max-width: 15px;
  transform: rotate(-180deg);
}
@media (max-width: 1024px) {
  .page-wrapper .doc-cabinet-menu-outer .sidebar-menu {
    -ms-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
  }
}
.page-wrapper .doc-cabinets-right {
  margin-left: 315px !important;
  transition: 350ms ease;
}
@media (max-width: 1024px) {
  .page-wrapper .doc-cabinets-right {
    margin: 0 !important;
    padding: 2rem 2rem 0 2rem;
  }
}
.page-wrapper .title-block-group-heading {
  position: relative;
  min-height: 55px;
  width: 100%;
}
@media (max-width: 576px) {
  .page-wrapper .title-block-group-heading {
    min-height: auto !important;
  }
}
.page-wrapper .title-block-group-heading .responsive-filter {
  position: absolute;
  right: 0px;
}
.page-wrapper.show .doc-cabinet-menu-outer {
  box-shadow: 0px 7px 14px #ccc;
  left: -290px;
}
@media (max-width: 1024px) {
  .page-wrapper.show .doc-cabinet-menu-outer {
    left: 0px;
  }
}
.page-wrapper.show .doc-cabinets-right {
  margin-left: 20px !important;
}
@media (max-width: 1024px) {
  .page-wrapper.show .doc-cabinets-right {
    margin-left: 0px !important;
  }
}
.documentcabinet-page .page-wrapper app-configuration-menu .doc-cabinet-menu-outer .sidebar-menu {
  display: none;
}
@media (max-width: 1024px) {
  .documentcabinet-page .page-wrapper app-configuration-menu .doc-cabinet-menu-outer .sidebar-menu {
    -ms-display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
  }
}
.documentcabinet-page .page-wrapper app-configuration-menu .doc-cabinet-menu-outer.show {
  left: 0px;
}
.p-checkbox {
  width: 24px !important;
  height: 24px !important;
}
.p-checkbox .p-checkbox-box {
  border: 1px solid #a6a6a6 !important;
  background: #ffffff !important;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border: 1px solid #a6a6a6 !important;
  background: #ffffff !important;
}
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon {
  background: url("/assets/img/checked-icon.svg") center no-repeat !important;
  width: 18px;
  height: 18px;
  display: block;
  outline: none;
  border: none;
  background-size: 100% !important;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  display: none !important;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  padding: 1rem;
  font-size: 14px;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  box-shadow: none !important;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #333 !important;
  background: #fff !important;
}
.user-manage-popup {
  width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .user-manage-popup {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  font-size: 14px !important;
  padding: 0.8rem 1rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 1rem 1.6rem !important;
  color: #333333;
  text-align: left;
  font-size: 14px !important;
}
@media (max-width: 576px) {
  .groups-table .title-block h1 {
    margin: 0 0 0rem 0 !important;
  }
}
.title-block {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .title-block {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .title-block h1.customer-sum {
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .title-block h1.customer-sum {
    margin: 0 0 0rem 0 !important;
    width: 100%;
    text-align: center;
  }
}
.delete-popop-content p {
  min-height: 80px;
}
.filter-outer-main .p-sidebar-right.p-sidebar-active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.4rem;
  width: 310px;
  height: 100vh;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25) !important;
  z-index: 99999 !important;
  background: #F5F4FF;
}
.custom-scroll {
  overflow: scroll;
  width: calc( 100% + 10px);
  padding-right: 0px;
  height: calc(100vh - 125px);
  margin-bottom: 0;
  padding-bottom: 0 !important;
  /* Scrollbar Styling */
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 992px) {
  .custom-scroll {
    min-height: 125px;
  }
}
.custom-scroll::-webkit-scrollbar {
  width: 10px;
  margin-right: -10px;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
  margin-right: -10px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #A09FD8;
  margin-right: -10px;
}
.manage-document-inner {
  max-height: 540px;
}
@media (max-width: 1366px) {
  .manage-document-inner {
    max-height: 430px !important;
  }
}
app-header-customer {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}
app-header-customer .header {
  position: relative !important;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  display: contents !important;
}
.p-datepicker-month {
  width: 45% !important;
}
.p-datepicker-year {
  width: 25% !important;
}
.search-result-view-document-table .custom-scroll {
  width: 100%;
  max-width: 1359px;
  overflow: scroll;
}
@media (max-width: 1440px) {
  .search-result-view-document-table .custom-scroll {
    width: 750px;
    overflow: scroll;
  }
}
@media (max-width: 1024px) {
  .search-result-view-document-table .custom-scroll {
    width: 100%;
  }
}
.search-result-view-document-table .p-datatable table {
  border-collapse: collapse;
  table-layout: inherit !important;
  width: 100% !important;
}
.search-result-view-document-table .p-datatable table .switch-outer {
  display: flex;
  gap: 0.3rem;
}
/**********************************************/
/*************** splitter *********************/
/**********************************************/
.splitter-outer {
  width: 100%;
}
.splitter-outer__splitter {
  width: 100%;
}
.splitter-outer__splitter__left {
  max-width: 618px !important;
}
.splitter-outer__splitter .p-splitter {
  border: none;
}
.splitter-outer__splitter .p-splitter .p-splitter-panel .col {
  width: 100%;
}
.splitter-outer__splitter .document-content-outer__left {
  width: 100% !important;
}
.splitter-outer__splitter .document-content-outer__left .form .filter-group .form__control, .splitter-outer__splitter .document-content-outer__left .form .filter-group .form__autocomplete, .splitter-outer__splitter .document-content-outer__left .form .filter-group .form__select {
  width: 100%;
  max-width: 100%;
}
.splitter-outer__splitter .document-content-outer__left .form .filter-group .form__control .p-autocomplete-input, .splitter-outer__splitter .document-content-outer__left .form .filter-group .form__autocomplete .p-autocomplete-input, .splitter-outer__splitter .document-content-outer__left .form .filter-group .form__select .p-autocomplete-input {
  max-width: 100%;
}
.splitter-outer__splitter .document-content-outer__right {
  width: 100% !important;
}
.radiobox-flex {
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
}
.radiobox-flex .p-radiobutton-label {
  font-size: 14px !important;
  margin-left: 0.5rem !important;
}
.table-action-new a {
  margin-left: 1rem !important;
}
.splitter-outer .view-document-table .column-frozen-table .p-datatable .p-datatable-tbody > tr > td .text-truncate {
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-primary {
  width: auto;
  margin-bottom: 1.5rem;
  margin-left: 1.6rem;
  padding: 0 2rem;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  box-shadow: none;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  color: #fff;
  background-color: #4644AE;
  transition: 350ms ease;
}
.btn-primary .svg-icon {
  margin-right: 1rem;
}
.btn-primary:hover {
  text-decoration: none;
  color: #fff;
  background-color: #7675B9;
  transition: 350ms ease;
}
.btn-secondary {
  width: auto;
  margin-bottom: 1.5rem;
  padding: 0 2rem;
  cursor: pointer;
  text-align: center;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  box-shadow: none;
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  background: #fff;
  color: #4644AE;
  border: 1px solid #4644AE;
  transition: 350ms ease;
}
.btn-secondary:hover {
  text-decoration: none;
  color: #fff;
  border-color: #7675B9;
  background-color: #7675B9;
  transition: 350ms ease;
}
.btn-secondary img {
  position: absolute;
  top: 1.8rem;
  right: 2.5rem;
}
.button-block {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: relative;
  padding-top: 0rem;
  align-items: center;
}
.button-block app-primany-button {
  margin-right: 2.2rem;
}
.button-block .btn-secondary {
  margin-bottom: 0;
}
.button-block .btn-primary {
  margin-bottom: 0rem !important;
}
.button-block .next-btn {
  position: absolute;
  right: 0;
  background-color: #101010;
  min-width: 160px;
}
@media (max-width: 768px) {
  .button-block .next-btn {
    position: relative;
    right: inherit;
  }
}
.button-block .next-btn img {
  transition: 350ms ease;
}
.button-block .next-btn:hover {
  background-color: #434343;
}
.button-block .next-btn:hover img {
  right: 2rem;
}
.doctype-link {
  text-decoration: none;
}
.group-btn-icon {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.group-btn-icon span {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}
.form {
  /******** Autocomplete ****/
}
.form__group {
  width: 100%;
  margin: 0 0 1.5rem 0;
  padding: 0;
  position: relative;
}
@media (max-width: 576px) {
  .form__group {
    max-width: 100%;
  }
}
.form__group.check-box {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.form__group.check-box app-checkbox {
  width: 25px;
  margin: 0 1.6rem 0 0;
}
.form__group .error {
  color: #f42525;
  font-size: 1.3rem;
  position: absolute;
  bottom: -17px;
  left: 0;
  font-weight: 600;
}
.form__group .error.error-two-line {
  bottom: -34px;
}
@media (max-width: 576px) {
  .form__group.blank {
    display: none;
  }
}
.form__group .color-box {
  position: relative;
}
.form__group .color-box input.color-picker {
  position: absolute;
  top: 42px;
  right: 16px;
  border: none;
  background: transparent;
  width: 26px;
}
.form__group .color-box__select {
  position: absolute;
  top: 14px;
  right: 20px;
}
.form__group .browserfile {
  width: 100%;
  margin: 0;
  padding: 0.1rem 2rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: normal;
  color: #686868;
  height: 44px;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  font-weight: 500;
  position: relative;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form__group .browserfile .file {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form__group .browserfile .browse-btn {
  background-color: #4644AE;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  padding: 0rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  height: 32px;
  align-items: center;
  line-height: 32px;
  margin: 0 -10px 0 0;
}
.form__label {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  color: #303030;
  display: inline-block;
  font-weight: 600;
}
.form__control {
  width: 100%;
  max-width: 320px;
  margin: 0;
  padding: 1.2rem 2rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: normal;
  color: #686868;
  height: 44px;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .form__control {
    max-width: 100%;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .form__control {
    max-width: 100%;
    line-height: normal;
  }
}
.form__control:disabled {
  background-color: #f1f1f1 !important;
}
.form__textarea {
  width: 100%;
  margin: 0;
  padding: 1rem 2rem !important;
  font: 1.3rem "Montserrat", sans-serif !important;
  line-height: normal;
  color: #686868 !important;
  border: 1px solid #D0D0D0 !important;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
  min-height: 80px;
  resize: none;
}
.form__number .p-inputnumber {
  width: 100%;
}
.form__number .p-inputnumber .p-inputnumber-input {
  width: 100%;
  margin: 0;
  padding: 1.2rem 2rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: normal;
  color: #686868;
  height: 44px;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
}
.form__select {
  width: 100%;
  margin: 0;
  padding: 0.1rem 1.5rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: normal;
  color: #686868;
  height: 44px;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/assets/img/selectbox-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 22px right 20px;
}
.form__phone {
  outline: 0 !important;
  box-shadow: none !important;
}
.form__phone .p-inputtext {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.1rem 1.5rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: normal;
  color: #686868;
  height: 44px;
  border: 1px solid #D0D0D0 !important;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  font-weight: 500;
}
.form__calendar {
  width: 100%;
  margin: 0;
  padding: 0;
}
.form__calendar .p-calendar {
  width: 100%;
  margin: 0;
  padding: 0.1rem 1.5rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: normal;
  color: #686868;
  height: 44px;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  font-weight: 500;
}
.form__calendar .p-calendar .p-inputtext {
  border: none;
  font: 1.3rem "Montserrat", sans-serif;
  font-weight: 500;
}
.form__autocomplete {
  display: block;
}
.form__autocomplete .p-autocomplete {
  display: block;
}
.form__autocomplete .p-autocomplete-input {
  width: 100%;
  max-width: 320px;
  margin: 0;
  padding: 1.2rem 2rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: normal;
  color: #686868;
  height: 44px;
  border: 1px solid #D0D0D0 !important;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
}
@media (max-width: 768px) {
  .form__autocomplete .p-autocomplete-input {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .form__autocomplete .p-autocomplete-input {
    max-width: 100%;
  }
}
/*** Autocomplete ***/
.p-autocomplete-panel {
  border: 1px solid #D0D0D0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #686868 !important;
  text-transform: capitalize;
  max-width: 260px;
}
.p-autocomplete-panel .p-autocomplete-items {
  display: block;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  padding: 1rem 2rem !important;
  font: 1.3rem "Montserrat", sans-serif;
  font-weight: 500;
  box-shadow: none;
  color: #686868;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover, .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  background-color: #e7e7e7 !important;
  color: #303030 !important;
}
.p-calendar-w-btn .p-datepicker-trigger {
  background-color: transparent !important;
  border: none !important;
  background-image: url("/assets/img/calendar-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  background-size: 100% !important;
  box-shadow: none !important;
  margin-top: 9px;
}
.p-calendar-w-btn .p-datepicker-trigger:hover {
  background-color: transparent !important;
  border: none !important;
  background-image: url("/assets/img/calendar-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  background-size: 100% !important;
  margin-top: 9px;
}
.p-calendar .p-datepicker {
  border-radius: 10px;
  border: none !important;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.22) !important;
}
.p-calendar .p-datepicker .p-datepicker-header {
  font: 1.6rem "Montserrat", sans-serif;
  color: #484848;
  font-weight: 600 !important;
}
.p-calendar .p-datepicker table th > span {
  font: 1.6rem "Montserrat", sans-serif;
  color: #484848;
  font-weight: 500 !important;
}
.p-calendar .p-datepicker table td {
  padding: 0.2rem 0.5rem;
}
.p-calendar .p-datepicker table td > span {
  font: 1.5rem "Montserrat", sans-serif;
  color: #484848;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.p-calendar .p-datepicker table td.p-datepicker-today > span {
  background: #7472E1 !important;
  color: #fff !important;
}
.p-inputtext:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.ui-inputwrapper-focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.select-accounts {
  background-image: url("/assets/img/select-arrow.svg");
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  outline: 0;
  font-size: 1.5rem;
  color: #3F3F3F;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  background-position: top 15px right 10px;
  padding: 1rem 3rem 1rem 1.5rem;
  font-family: "Montserrat", sans-serif;
}
.select-accounts:focus {
  box-shadow: none;
  outline: 0;
}
.select-accounts option {
  padding: 15px 0 !important;
  font-size: 1.5rem;
}
/**** Login page ****/
.login-inputuser {
  display: inline-block;
  width: 100%;
  position: relative;
}
.login-inputuser:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 1.8rem;
  top: 1.5rem;
  background-image: url("/assets/img/login-user-ic.svg") !important;
  background-repeat: no-repeat !important;
}
.login-inputuser .form__control {
  padding-left: 6rem !important;
  max-width: inherit;
}
.login-inputpass {
  display: inline-block;
  width: 100%;
  position: relative;
}
.login-inputpass:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 1.8rem;
  top: 1.3rem;
  background-image: url("/assets/img/login-pass-ic.svg") !important;
  background-repeat: no-repeat !important;
}
.login-inputpass .form__control {
  padding-left: 6rem !important;
  max-width: inherit;
}
.checkbox-outer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 13px;
  width: 25px;
}
.checkbox-outer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-outer input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-outer .checkmark:after {
  left: 4px;
  top: 3px;
  width: 22px;
  height: 12px;
  background-image: url("/assets/img/check-mark.svg");
  background-repeat: no-repeat;
}
.switch-outer {
  font-size: 1.4rem;
  color: #303030;
  font-weight: 500;
}
.switch-outer .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
  margin: 0 1rem 0 0;
}
.switch-outer .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-outer .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 350ms ease;
  border: 1px solid #ccc;
}
.switch-outer .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -3px;
  background-color: #C6C6C6;
  transition: 350ms ease;
}
.switch-outer .switch input:checked + .slider {
  background-color: #fff;
  border: 1px solid #ccc;
}
.switch-outer .switch input:focus + .slider {
  box-shadow: 0 0 1px #4644AE;
}
.switch-outer .switch input:checked + .slider:before {
  transform: translateX(18px);
  background-color: #7472E1 !important;
}
.switch-outer .switch .slider.round {
  -webkit-border-radius: 34px;
  -webkit-border-radius-border-radius: 34px;
}
.switch-outer .switch .slider.round:before {
  border-radius: 50%;
}
/****  select dropdown ***/
.select-dropdown {
  width: 100%;
  display: inline-block;
}
.select-dropdown .p-dropdown:not(.p-disabled).p-focus {
  box-shadow: none;
}
.select-dropdown .p-dropdown,
.select-dropdown .p-multiselect {
  width: 100%;
  border: 1px solid #D0D0D0 !important;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  color: #686868;
  text-transform: capitalize;
  height: 44px;
}
.select-dropdown .p-dropdown .p-dropdown-label,
.select-dropdown .p-dropdown .p-multiselect-label,
.select-dropdown .p-multiselect .p-dropdown-label,
.select-dropdown .p-multiselect .p-multiselect-label {
  padding: 0.1rem 0.5rem 0.1rem 2rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: 40px;
  height: 44px;
  font-weight: 500;
  box-shadow: none;
  color: #686868;
}
.select-dropdown .p-dropdown .p-dropdown-trigger,
.select-dropdown .p-dropdown .p-multiselect-trigger,
.select-dropdown .p-multiselect .p-dropdown-trigger,
.select-dropdown .p-multiselect .p-multiselect-trigger {
  width: 13px;
  margin: 0 1.8rem 0 8px;
}
.select-dropdown .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon,
.select-dropdown .p-dropdown .p-dropdown-trigger .p-multiselect-trigger-icon,
.select-dropdown .p-dropdown .p-multiselect-trigger .p-dropdown-trigger-icon,
.select-dropdown .p-dropdown .p-multiselect-trigger .p-multiselect-trigger-icon,
.select-dropdown .p-multiselect .p-dropdown-trigger .p-dropdown-trigger-icon,
.select-dropdown .p-multiselect .p-dropdown-trigger .p-multiselect-trigger-icon,
.select-dropdown .p-multiselect .p-multiselect-trigger .p-dropdown-trigger-icon,
.select-dropdown .p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon {
  background-image: url("/assets/img/selectbox-arrow.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  display: inline-block;
}
.select-dropdown .p-dropdown .p-dropdown-panel,
.select-dropdown .p-dropdown .p-multiselect-panel,
.select-dropdown .p-multiselect .p-dropdown-panel,
.select-dropdown .p-multiselect .p-multiselect-panel {
  -webkit-border-radius: 8px;
  -webkit-border-radius-border-radius: 8px;
  background: #fff;
  padding: 0rem 0;
  border: none;
  box-shadow: 0 0 10px #ccc;
}
.select-dropdown .p-dropdown .p-dropdown-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item,
.select-dropdown .p-dropdown .p-dropdown-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item,
.select-dropdown .p-dropdown .p-multiselect-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item,
.select-dropdown .p-dropdown .p-multiselect-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item,
.select-dropdown .p-multiselect .p-dropdown-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item,
.select-dropdown .p-multiselect .p-dropdown-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item,
.select-dropdown .p-multiselect .p-multiselect-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item,
.select-dropdown .p-multiselect .p-multiselect-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item {
  padding: 1.2rem 1.8rem;
  font: 1.3rem "Montserrat", sans-serif;
  color: #686868;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.select-dropdown .p-dropdown .p-dropdown-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover, .select-dropdown .p-dropdown .p-dropdown-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight,
.select-dropdown .p-dropdown .p-dropdown-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover,
.select-dropdown .p-dropdown .p-dropdown-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight,
.select-dropdown .p-dropdown .p-multiselect-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover,
.select-dropdown .p-dropdown .p-multiselect-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight,
.select-dropdown .p-dropdown .p-multiselect-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover,
.select-dropdown .p-dropdown .p-multiselect-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight,
.select-dropdown .p-multiselect .p-dropdown-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover,
.select-dropdown .p-multiselect .p-dropdown-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight,
.select-dropdown .p-multiselect .p-dropdown-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover,
.select-dropdown .p-multiselect .p-dropdown-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight,
.select-dropdown .p-multiselect .p-multiselect-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover,
.select-dropdown .p-multiselect .p-multiselect-panel .p-dropdown-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight,
.select-dropdown .p-multiselect .p-multiselect-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item:hover,
.select-dropdown .p-multiselect .p-multiselect-panel .p-multiselect-items-wrapper ul.p-dropdown-items li.p-dropdown-item.p-highlight {
  background-color: #e7e7e7;
  color: #303030;
}
.select-dropdown.select-dropdown-header {
  max-width: 250px;
  width: auto;
}
.select-dropdown.select-dropdown-header .p-dropdown {
  background: transparent;
  color: #fff;
  border: none !important;
}
.select-dropdown.select-dropdown-header .p-dropdown .p-dropdown-label {
  padding: 0.1rem 0.5rem 0.1rem 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
.select-dropdown.select-dropdown-header .p-dropdown .p-dropdown-trigger {
  width: 13px;
  margin-left: 1rem;
  margin-right: 0;
}
.select-dropdown.select-dropdown-header .p-dropdown .p-dropdown-trigger-icon {
  filter: brightness(0) invert(1);
}
.select-dropdown.select-dropdown-header .p-dropdown.p-disabled {
  opacity: 1;
}
.select-dropdown.select-dropdown-header .p-dropdown.p-disabled .p-dropdown-label {
  padding: 0.1rem 0.5rem 0.1rem 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}
.select-dropdown.select-dropdown-header .p-dropdown.p-disabled .p-dropdown-trigger {
  display: none;
}
.select-dropdown.select-dropdown-header .p-dropdown-panel {
  left: inherit !important;
  right: 0;
}
/**** RadioButton *****/
p-radiobutton .p-radiobutton {
  width: 24px;
  height: 24px;
}
p-radiobutton .p-radiobutton .p-radiobutton-box {
  width: 24px;
  height: 24px;
  border: 1px solid #D0D0D0 !important;
  box-shadow: none;
}
p-radiobutton .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
}
p-radiobutton .p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #D0D0D0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
p-radiobutton .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon {
  background: #7472E1 !important;
}
/***** All From Card Block *****/
.general-info {
  max-width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .general-info {
    max-width: 100%;
    margin: 0rem auto 0 auto;
  }
}
.general-info.first {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .general-info.first {
    margin-top: 0;
  }
}
.general-info .card-block {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.general-info .card-block .form__group {
  max-width: 48%;
}
@media (max-width: 576px) {
  .general-info .card-block .form__group {
    max-width: 100%;
  }
}
.general-info .card-block .test-connect-btn {
  max-width: 48%;
  width: 100%;
  margin: 2.8rem 0 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .general-info .card-block .test-connect-btn {
    max-width: 100%;
    text-align: center;
    margin: 0;
  }
}
.general-info .card-block .test-connect-btn .pass-info {
  margin-top: 11px;
  display: inline-block;
}
@media (max-width: 768px) {
  .general-info .card-block .test-connect-btn .pass-info {
    position: absolute;
    top: -120px;
    left: 86px;
  }
}
.general-info .card-block .test-connect-btn .dropdownmenu-menu {
  display: none;
}
.general-info .card-block .test-connect-btn .dropdownmenu-menu.active {
  display: block;
}
.general-info .card-block .test-connect-btn .password-info__box {
  display: block;
  margin-bottom: 1rem;
  top: inherit !important;
  min-width: 400px !important;
  right: inherit !important;
  bottom: 63px;
  z-index: 9;
  left: -230px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px;
  padding: 1.5rem;
  box-shadow: 0px 0px 7px 0px #00000030;
}
@media (max-width: 768px) {
  .general-info .card-block .test-connect-btn .password-info__box {
    min-width: inherit !important;
    max-width: 100% !important;
    bottom: 92px !important;
    left: -18px;
    text-align: left;
  }
}
.general-info .card-block .test-connect-btn .password-info__box p {
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
  line-height: 20px !important;
}
.general-info .card-block .test-connect-btn .password-info__box h4 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.general-info .card-block .test-connect-btn .password-info__box .installation {
  margin: 0 0 0 1.6rem;
  padding: 0;
  list-style: none;
}
.general-info .card-block .test-connect-btn .password-info__box .installation.step {
  margin-bottom: 2rem;
}
.general-info .card-block .test-connect-btn .password-info__box .installation li {
  list-style: disc;
  width: 100%;
  margin: 0 0 0.8rem 0;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.general-info .card-block .test-connect-btn .password-info__box .installation li::before {
  display: none;
}
.general-info .card-block .test-connect-btn .password-info__box .installation li:first-child {
  font-weight: 400;
}
.general-info .card-block .test-connect-btn .password-info__box .installation li:last-child {
  margin-bottom: 0;
}
.general-info .card-block .form__label.flex {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.general-info .card-block .form__label.flex small {
  color: #6D6D6D;
  font-size: 1.3rem;
}
.general-info .card-block .form__label.flex small strong {
  font-weight: 600;
}
.general-info .card-block h3 {
  width: 100%;
  color: #7A4EB2;
  font: 1.7rem "Montserrat", sans-serif;
  font-weight: 600;
}
.general-info .url-copy {
  display: none;
}
.general-info h2 a {
  color: #101010;
}
.general-info h2 a .ic {
  transform: rotate(-90deg);
  margin: 0 0.5rem 0 -0.5rem;
}
.general-info.active h2 a .ic {
  transform: rotate(0deg);
  margin: -0.5rem 0 0 0;
}
.general-info.active .card-block {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
}
.general-info.active .url-copy {
  display: block;
}
.general-info .switchbutton {
  width: 100%;
  margin: 2.5rem 0 0 0.5rem;
}
/***** URL Copy *****/
.url-copy {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  position: relative;
}
.url-copy .form__group {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
}
.url-copy .form__group .form__control {
  width: 100%;
  margin: 0;
  padding: 1.2rem 100px 1.2rem 2rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: normal;
  color: #686868;
  height: 44px;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius-border-radius: 10px 0px 0px 10px;
  background: #fff;
  font-weight: 500;
  border-right: none;
  max-width: 100%;
}
@media (max-width: 576px) {
  .url-copy .form__group .form__control {
    line-height: normal;
  }
}
.url-copy .form__group .url-copy-box {
  position: absolute;
  right: 140px;
  top: 16px;
}
.url-copy .form__group .url-copy-box a {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  color: #545454;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.url-copy .form__group .url-copy-box a .ic {
  margin: 0 1rem 0 0;
}
.url-copy .form__group .url-copy-box a:hover {
  opacity: 0.7;
}
.url-copy .form__group .preview-btn {
  background-color: #4644AE;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #D0D0D0;
  border-left: none;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.url-copy .form__group .preview-btn .ic {
  margin: 0 1rem 0 0;
  filter: brightness(5);
}
.url-copy .form__group .preview-btn:hover {
  background-color: #3f3d9c;
}
/******* Custome webpage filter ****/
.content-block__filter .form {
  width: 100%;
}
.content-block__filter .form__scroll {
  width: calc( 340px - 3.5rem );
  padding-right: 3.5rem;
}
.content-block__filter .form__group {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2.5rem !important;
}
.content-block__filter .form__group.btns {
  margin-bottom: 0 !important;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
}
.content-block__filter .form__group.btns .btn {
  margin: 0 1.5rem 0 0;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  padding: 1.2rem 2.5rem;
  font: 600 1.6rem "Montserrat", sans-serif;
  height: 4.5rem;
}
.content-block__filter .form__group.btns .btn.btn-primary {
  color: #fff;
  background-color: #7472E1;
  text-decoration: none;
}
.content-block__filter .form__group.btns .btn.btn-primary:hover {
  text-decoration: none;
  color: #fff;
  background-color: #7675B9;
  transition: 350ms ease;
  opacity: 0.8;
}
.content-block__filter .form__group.btns .btn.btn-secondary {
  color: #fff;
  background-color: #404040;
}
.content-block__filter .form__group.btns .btn.btn-secondary:hover {
  text-decoration: none;
  color: #fff;
  background-color: #7675B9;
}
.content-block__filter .form__label {
  text-transform: capitalize;
}
.content-block__filter .form__control {
  height: 48px !important;
  padding: 0 1.8rem;
}
.content-block__filter .form__dropdown {
  width: 100%;
  box-shadow: none;
  output: 0;
}
.content-block__filter .form__dropdown .p-dropdown {
  width: 100%;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  padding: 0 1.8rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  box-shadow: none;
  output: 0;
}
.content-block__filter .form__dropdown .p-dropdown:hover, .content-block__filter .form__dropdown .p-dropdown:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #D0D0D0;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-label {
  font: 400 1.3rem "Montserrat", sans-serif;
  line-height: 46px;
  color: #686868;
  height: 46px;
  padding: 0;
  width: 100%;
  max-width: 80%;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-clear-icon {
  right: 4.5rem;
  font-size: 1.4rem;
  margin-top: -7px;
  color: #333;
  z-index: 999;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon {
  background-image: url("/assets/img/dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 8px;
  margin-left: 0.8rem;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon::before {
  display: none;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-panel {
  border: none !important;
  background-color: #fff;
  padding: 0.8rem 0;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  z-index: 9 !important;
  min-width: 160px;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-panel .p-dropdown-header {
  padding-bottom: 0.8rem;
  border: none !important;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-container .p-dropdown-filter {
  width: 100%;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  padding: 0 1.8rem;
  height: 40px;
  font: 400 1.3rem "Montserrat", sans-serif;
  color: #686868;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 1.8rem;
  font-size: 1.6rem;
  margin-top: -9px;
  color: #484848;
}
.content-block__filter .form__dropdown.ng-dirty.ng-invalid .p-dropdown {
  border: 1px solid #D0D0D0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 1rem 1.4rem !important;
  color: #484848;
  background: transparent;
  font-size: 1.5rem;
  font-weight: 600;
}
/**** Body overly ****/
.dropdown-panel {
  border: none !important;
  background-color: #fff;
  padding: 0.8rem 0;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  z-index: 9 !important;
  min-width: 267px !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.dropdown-panel .p-dropdown-header {
  padding-bottom: 0.8rem;
  border: none !important;
}
.dropdown-panel .p-dropdown-header .p-dropdown-filter-container .p-dropdown-filter {
  width: 100%;
  border: 1px solid #D0D0D0;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background: #fff;
  padding: 0 1.8rem;
  height: 40px;
  font: 400 1.3rem "Montserrat", sans-serif;
  color: #686868;
}
.dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 1.8rem;
  font-size: 1.6rem;
  margin-top: -9px;
  color: #484848;
}
.p-dropdown-clear-icon {
  background-image: url("/assets/img/close-ic.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  margin-right: 20px;
  margin-top: -6px !important;
}
.dropdown-panel .p-dropdown-items .p-dropdown-item {
  padding: 0.8rem 1.8rem !important;
  font: 1.3rem "Montserrat", sans-serif;
  color: #686868;
  font-weight: 500;
  margin-bottom: 0.1rem !important;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  background-color: #e7e7e7 !important;
  color: #303030 !important;
}
.form-button-group {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .form-button-group {
    flex-wrap: wrap;
  }
}
.p-radiobutton-label {
  margin-left: 1.2rem !important;
  font: 500 1.5rem "Montserrat", sans-serif;
  color: #303030;
}
.custom-radio-vertical {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
}
.custom-radio-vertical .p-radiobutton {
  margin-right: 10px;
}
.p-dropdown-filter-container .p-inputtext {
  width: 100%;
  margin: 0;
  padding: 1.2rem 2rem;
  font: 1.3rem "Montserrat", sans-serif;
  line-height: 40px;
  color: #686868;
  height: 40px;
  border: 1px solid #D0D0D0 !important;
  outline: 0;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background-color: #fff;
  font-weight: 500;
}
.p-datepicker-prev-icon {
  background-image: url("/assets/img/calender-left-arrow.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
}
.p-datepicker-next-icon {
  background-image: url("/assets/img/calender-right-arrow.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-label {
  font-weight: 500;
}
.content-block__filter .form__dropdown .p-dropdown .p-dropdown-clear-icon {
  right: 2.8rem !important;
  margin-top: -5px !important;
}
.form__number .p-inputnumber .p-inputnumber-input {
  border: 1px solid #D0D0D0 !important;
}
.select-dropdown.select-menu textarea.form__control {
  padding: 1.2rem 2rem !important;
  line-height: 24px;
  resize: none;
}
.body-calendar {
  font: 1.5rem "Montserrat", sans-serif !important;
  color: #686868 !important;
  z-index: 99999 !important;
  background-color: #fff;
  border-radius: 5px !important;
  box-shadow: 0px 0px 7px 0px #00000030 !important;
  border: none !important;
}
.body-calendar .p-datepicker-header {
  font: 1.4rem "Montserrat", sans-serif !important;
  color: #686868 !important;
}
.body-calendar table th > span {
  font-weight: 600;
}
.body-calendar .p-datepicker-calendar {
  font: 1.4rem "Montserrat", sans-serif !important;
  color: #686868 !important;
}
.body-calendar table td.p-datepicker-today > span {
  background-color: #7472E1 !important;
  color: #fff !important;
}
.body-calendar table td > span.p-highlight {
  background-color: #7472E1 !important;
  color: #fff !important;
}
.file-cabinet-box {
  flex-direction: column;
}
table tr th {
  z-index: 999;
  position: sticky;
  top: 0px;
}
@media (max-width: 1200px) {
  table tr th {
    top: 0;
  }
}
@media (max-width: 767px) {
  table tr th {
    top: 0;
    position: inherit;
  }
}
@media (max-width: 576px) {
  table tr th {
    min-width: 220px;
  }
}
.table-header-fix-one table tr th {
  top: 90px;
}
@media (max-width: 767px) {
  .table-header-fix-one table tr th {
    top: 0;
  }
}
.table-header-fix-two table tr th {
  top: 0px;
}
@media (max-width: 1366px) {
  .table-header-fix-two table tr th {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .table-header-fix-two table tr th {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .table-header-fix-two table tr th {
    top: 0;
  }
}
@media (max-width: 767px) {
  .table-header-fix-two table tr th {
    top: 0;
  }
}
.table {
  border-spacing: 0;
  width: 100%;
}
@media (max-width: 576px) {
  .table {
    min-width: 800px;
  }
}
.table tr th {
  background-color: #A09FD8;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  padding: 1.3rem 1.2rem;
  text-align: left;
}
.table tr th.move-icon {
  padding: 1rem 0rem 1rem 2rem;
}
.table tr th:first-child {
  -webkit-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius-border-radius: 5px 0px 0px 5px;
  padding-left: 1rem;
}
.table tr th:last-child {
  -webkit-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius-border-radius: 0px 5px 5px 0px;
  padding-right: 1rem;
}
.table tr td {
  padding: 1.5rem 1.2rem;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-size: 1.4rem;
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.table tr td.move-icon {
  padding: 1rem 0rem 1rem 2rem;
}
.table tr td:first-child {
  padding-left: 1rem;
}
.table tr td:last-child {
  text-align: center;
  padding-right: 1rem;
}
.table tr:last-child td {
  border: none;
}
.tables .p-datatable .p-datatable-thead > tr > th.p-sortable-column:first-child {
  padding-left: 1.5rem;
}
.tables .p-datatable .p-datatable-thead > tr > th.p-sortable-column:last-child {
  padding-right: 1.5rem;
}
.tables .p-datatable .p-datatable-thead > tr > th.p-sortable-column[aria-sort=ascending] > .sorting-icon {
  background-image: url(/assets/img/asc.svg) !important;
}
.tables .p-datatable .p-datatable-thead > tr > th.p-sortable-column[aria-sort=descending] > .sorting-icon {
  background-image: url(/assets/img/desc.svg) !important;
}
.tables .p-datatable .p-datatable-thead > tr > th.p-sortable-column .sorting-icon {
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  background-image: url(/assets/img/desc.svg);
  margin-left: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-bottom: -1px;
}
/******************************/
/******************************/
.p-datatable table {
  border: none;
}
.tables .p-datatable .p-datatable-thead > tr > th, .tables .p-datatable .p-datatable-thead > tr > th:hover {
  background-color: #A09FD8;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.4rem;
  padding: 1.2rem 1.2rem;
  text-align: left;
  border: none;
  box-shadow: none;
  white-space: break-spaces;
  text-transform: capitalize;
}
.tables .p-datatable .p-datatable-thead > tr > th:first-child, .tables .p-datatable .p-datatable-thead > tr > th:hover:first-child {
  border-radius: 5px 0px 0px 5px;
  padding-left: 1.5rem;
}
.tables .p-datatable .p-datatable-thead > tr > th:last-child, .tables .p-datatable .p-datatable-thead > tr > th:hover:last-child {
  border-radius: 0px 5px 5px 0px;
  padding-right: 1.5rem;
}
.tables .p-datatable .p-datatable-thead > tr > th.p-highlight {
  background-color: #A09FD8;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding: 1rem 1.2rem;
  text-align: left;
  border: none;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
}
.tables .p-datatable-wrapper .p-datatable-tbody tr td {
  padding: 1rem 1.2rem;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-size: 1.4rem;
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #fff;
}
.tables .p-datatable-wrapper .p-datatable-tbody tr td:first-child {
  padding-left: 1.5rem;
}
.tables .p-datatable-wrapper .p-datatable-tbody tr td:last-child {
  padding-right: 1.5rem;
}
.tables .p-datatable-wrapper .p-datatable-tbody tr:last-child td {
  border: none;
  font-family: "Montserrat", sans-serif;
}
.tables .table-action, .table .table-action {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tables .table-action a, .table .table-action a {
  margin-left: 1.8rem;
  font-family: "Montserrat", sans-serif;
}
.tables .table-action a:first-child, .table .table-action a:first-child {
  margin-left: 0;
}
.tables .table-action.pop-link img, .table .table-action.pop-link img {
  min-width: 18px;
  min-height: 18px;
}
.email-link {
  font-size: 1.4rem;
  color: #303030;
  font-weight: 400;
}
.email-link:hover {
  color: #A09FD8;
}
@media (max-width: 1200px) {
  .table-responsive {
    overflow-x: auto;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .table-responsive .tables .p-datatable, .table-responsive .table {
    max-width: 1170px;
  }
}
.table-responsive.view-document-table {
  overflow: auto;
}
.customers-list-table {
  width: 100%;
}
/***** Custom web page Primng Table ****/
.tables.custom-table .p-datatable .p-datatable-thead > tr > th,
.tables.custom-table .p-datatable .p-datatable-thead > tr > th:hover {
  background-color: #fff;
  font: 600 1.6rem "Montserrat", sans-serif;
  color: #464646;
  border-bottom: 2px solid #BEBEBE;
  text-align: left;
  padding: 1.5rem;
  position: sticky;
  top: 78px;
}
.tables.custom-table .p-datatable .p-datatable-thead > tr > th.text-center,
.tables.custom-table .p-datatable .p-datatable-thead > tr > th:hover.text-center {
  text-align: center;
}
.tables.custom-table .p-datatable .p-datatable-thead > tr > th:first-child,
.tables.custom-table .p-datatable .p-datatable-thead > tr > th:hover:first-child {
  padding-left: 0;
}
.tables.custom-table .p-datatable .p-datatable-thead > tr > th:last-child,
.tables.custom-table .p-datatable .p-datatable-thead > tr > th:hover:last-child {
  padding-right: 0;
}
.tables.custom-table .p-datatable-wrapper .p-datatable-tbody tr td {
  background-color: transparent;
  font: 400 1.5rem "Montserrat", sans-serif;
  color: #303030;
  border-bottom: 1px solid #D2D2D2;
  text-align: left;
  padding: 1.2rem 1.5rem;
}
.tables.custom-table .p-datatable-wrapper .p-datatable-tbody tr td.text-center {
  text-align: center;
}
.tables.custom-table .p-datatable-wrapper .p-datatable-tbody tr td:first-child {
  padding-left: 0;
}
.tables.custom-table .p-datatable-wrapper .p-datatable-tbody tr td:last-child {
  padding-right: 0;
}
.tables.custom-table .p-datatable-wrapper .p-datatable-tbody tr:last-child td {
  border: none;
}
.status {
  padding: 0px 10px;
  max-width: 84px;
  width: 100%;
  height: 24px;
  border-radius: 20px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.status__active {
  background: #7675B9;
}
.status__inactive {
  background: #99B5C5;
}
.org-name {
  color: #4644AE;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  white-space: pre;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.org-name .org-member {
  color: #303030;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 17px;
  display: block;
  margin-top: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.org-name-text {
  font-weight: 500;
}
.contact-info {
  color: #303030;
  font-weight: 500;
  white-space: pre;
  font-size: 1.4rem;
}
.contact-info a {
  color: #4644AE;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-info a:hover {
  color: #303030;
}
.contact-info .org-member {
  color: #303030;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 17px;
  display: block;
  margin-top: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-info .org-member a {
  color: #303030;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 17px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-info .org-member a:hover {
  color: #4644AE;
}
.text-truncate {
  color: #303030;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 17px;
  display: inline-block;
  margin-top: 0.6rem;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-table-scroll {
  max-height: 150px;
  overflow-y: auto;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.table-scroll-none {
  overflow-x: hidden;
}
.disabled img {
  filter: brightness(0) invert(0.6);
  opacity: 0.7;
}
table th {
  white-space: nowrap !important;
}
@media (max-width: 992px) {
  .document-inbox .p-datatable table {
    min-width: 900px !important;
  }
}
.customers-list .tables .storage {
  line-height: 20px;
}
.customers-list .tables .table-action a {
  display: inline-flex;
}
.page-wrapper-listing .view-document-table .document-view .p-datatable {
  overflow-x: auto;
  width: 900px;
}
@media (max-width: 1200px) {
  .page-wrapper-listing .view-document-table .document-view .p-datatable {
    width: inherit;
  }
}
.page-wrapper-listing .view-document-table .document-view table {
  min-width: 1024px;
}
.multi-scroll .p-datatable {
  overflow: auto !important;
  max-height: calc( 100vh - 188px ) !important;
}
.multi-scroll tr th {
  top: 0 !important;
}
.multi-scroll tr th, .multi-scroll tr td {
  min-width: 150px;
}
.multi-scroll table {
  min-width: 900px !important;
  table-layout: initial !important;
}
.multi-scroll .p-datatable {
  font-size: inherit;
}
.multi-scroll .p-datatable .p-datatable-tbody > tr > td {
  padding: 1.5rem 1.2rem;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-size: 1.4rem;
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.document-cabinet-table tr th {
  top: 0 !important;
}
.document-cabinet-table tr th:last-child {
  min-width: 130px !important;
  width: 130px !important;
  flex: inherit !important;
}
.usergroup-assign-permission .permission-table th {
  min-width: 80px;
}
.usergroup-assign-permission .permission-table th:first-child {
  min-width: 150px;
}
.tables tr th.action-th {
  min-width: 165px !important;
  width: 165px !important;
  flex: inherit !important;
}
.tables tr td:last-child {
  min-width: 155px !important;
  width: 155px !important;
  flex: inherit !important;
}
.tables.new-user-table tr td:last-child, .tables.new-user-table tr th.action-th:last-child {
  min-width: 180px !important;
  width: 180px !important;
}
.lazy-loading-table-scroll {
  overflow-x: hidden !important;
  max-height: calc( 100vh - 260px ) !important;
  width: 1280px !important;
}
@media (max-width: 1920px) {
  .lazy-loading-table-scroll {
    width: 930px !important;
  }
}
@media (max-width: 1440px) {
  .lazy-loading-table-scroll {
    width: 780px !important;
  }
}
.cdk-virtual-scroll-viewport {
  overflow: auto !important;
  max-height: calc( 100vh - 300px ) !important;
}
@media (max-width: 992px) {
  .cdk-virtual-scroll-viewport {
    max-height: calc( 100vh - 290px ) !important;
  }
}
.tables-new .p-datatable .p-datatable-thead > tr > th {
  min-width: 120px;
}
.tables-new .p-datatable-virtual-scrollable-body .p-datatable-tbody tr td {
  padding: 1rem 1.2rem;
  border: none;
  border-bottom: 1px solid #D2D2D2;
  font-size: 1.4rem;
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #fff;
  min-width: 120px;
}
.tables-new .p-datatable-virtual-scrollable-body .p-datatable-tbody tr td:first-child {
  padding-left: 1.5rem;
}
.tables-new .p-datatable-virtual-scrollable-body .p-datatable-tbody tr td:last-child {
  padding-right: 1.5rem;
}
.tables-new .p-datatable-virtual-scrollable-body .p-datatable-tbody tr:last-child td {
  border: none;
  font-family: "Montserrat", sans-serif;
}
/*******************************************************************/
/*******************************************************************/
.column-frozen-table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.column-frozen-table .tables-frozen {
  width: 100%;
  margin: 0;
  max-width: 100%;
  /***** Scroll css***/
}
.column-frozen-table .tables-frozen .p-datatable {
  min-width: 100%;
  max-width: 944px;
}
@media (max-width: 1440px) {
  .column-frozen-table .tables-frozen .p-datatable {
    max-width: 685px;
  }
}
@media (max-width: 576px) {
  .column-frozen-table .tables-frozen .p-datatable {
    max-width: 400px;
  }
}
.column-frozen-table .p-datatable .p-datatable-thead > tr > th {
  background-color: #A09FD8 !important;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff !important;
  line-height: 1.4rem;
  padding: 1.2rem 1.2rem;
  text-align: left;
  border: none;
  box-shadow: none;
  white-space: break-spaces;
  text-transform: capitalize;
}
.column-frozen-table .p-datatable .p-datatable-thead > tr > th:first-child {
  border-radius: 5px 0px 0px 5px;
}
.column-frozen-table .p-datatable .p-datatable-thead > tr > th:last-child {
  border-radius: 0px 5px 5px 0px;
  padding-right: 1.5rem;
}
.column-frozen-table .p-datatable .p-datatable-thead > tr > th.p-sortable-column[aria-sort=ascending] > .sorting-icon {
  background-image: url(/assets/img/asc.svg) !important;
}
.column-frozen-table .p-datatable .p-datatable-thead > tr > th.p-sortable-column[aria-sort=descending] > .sorting-icon {
  background-image: url(/assets/img/desc.svg) !important;
}
.column-frozen-table .p-datatable .p-datatable-thead > tr > th.p-sortable-column .sorting-icon {
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  background-image: url(/assets/img/desc.svg);
  margin-left: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-bottom: -1px;
}
.column-frozen-table .p-datatable .p-datatable-tbody tr td {
  font-size: 1.4rem;
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 1rem 1.2rem;
  border: 1px solid transparent;
  border-bottom: 1px solid #D2D2D2;
  text-align: left;
}
.column-frozen-table .p-datatable .p-datatable-tbody tr td .table-action a {
  margin-right: 1rem;
}
.column-frozen-table .p-datatable .p-datatable-tbody tr:last-child td {
  border: none !important;
}
.column-frozen-table .cdk-virtual-scroll-viewport {
  height: calc(100vh - 265px) !important;
  max-height: inherit !important;
  overflow: scroll !important;
}
.document-cabinet-list.customers-list.company-table .column-frozen-table .cdk-virtual-scroll-viewport {
  height: calc(100vh - 180px) !important;
}
.document-cabinet-list.customers-list.company-table.customer-log-table .column-frozen-table .cdk-virtual-scroll-viewport {
  height: calc(100vh - 265px) !important;
}
.document-cabinets-view-documents .column-frozen-table .cdk-virtual-scroll-viewport {
  height: calc(100vh - 285px) !important;
}
@media (max-width: 1366px) {
  .document-cabinets-view-documents .column-frozen-table .cdk-virtual-scroll-viewport {
    height: calc(100vh - 306px) !important;
  }
}
.tables.table-new {
  width: 100%;
  margin: 0;
  padding: 0;
}
.tables.table-new .tables-frozen {
  width: 100%;
  margin: 0;
  max-width: 100%;
  /***** Scroll css***/
}
.tables.table-new .tables-frozen .p-datatable {
  min-width: 100%;
  max-width: 944px;
}
@media (max-width: 1440px) {
  .tables.table-new .tables-frozen .p-datatable {
    max-width: 685px;
  }
}
@media (max-width: 576px) {
  .tables.table-new .tables-frozen .p-datatable {
    max-width: 400px;
  }
}
.tables.table-new .p-datatable .p-datatable-thead > tr > th {
  background-color: #A09FD8;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.4rem;
  padding: 1.2rem 1.2rem;
  text-align: left;
  border: none;
  box-shadow: none;
  white-space: break-spaces;
  text-transform: capitalize;
}
.tables.table-new .p-datatable .p-datatable-thead > tr > th:first-child {
  border-radius: 5px 0px 0px 5px;
  padding-left: 1.5rem;
}
.tables.table-new .p-datatable .p-datatable-thead > tr > th:last-child {
  border-radius: 0px 5px 5px 0px;
  padding-right: 1.5rem;
}
.tables.table-new .p-datatable .p-datatable-thead > tr > th.p-sortable-column[aria-sort=ascending] > .sorting-icon {
  background-image: url(/assets/img/asc.svg) !important;
}
.tables.table-new .p-datatable .p-datatable-thead > tr > th.p-sortable-column[aria-sort=descending] > .sorting-icon {
  background-image: url(/assets/img/desc.svg) !important;
}
.tables.table-new .p-datatable .p-datatable-thead > tr > th.p-sortable-column .sorting-icon {
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  background-image: url(/assets/img/desc.svg);
  margin-left: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-bottom: -1px;
}
.tables.table-new .p-datatable .p-datatable-tbody tr td {
  font-size: 1.4rem;
  color: #303030;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 1rem 1.2rem;
  border: 1px solid transparent;
  border-bottom: 1px solid #D2D2D2;
  text-align: left;
}
.tables.table-new .p-datatable .p-datatable-tbody tr td .table-action a {
  margin-right: 1rem;
}
.tables.table-new .p-datatable .p-datatable-tbody tr:last-child td {
  border: none !important;
}
.tables.table-new .cdk-virtual-scroll-viewport {
  height: calc(100vh - 265px) !important;
  max-height: inherit !important;
  overflow: scroll !important;
  height: calc(100vh - 300px) !important;
}
@media (max-width: 1440px) {
  .document-content-outer.splitter-outer .p-splitter-panel:first-child {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .document-content-outer.splitter-outer .p-splitter-gutter {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .document-content-outer.splitter-outer.show .p-splitter-panel:first-child {
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    box-shadow: 0px 7px 14px #ccc;
    max-width: 600px;
    z-index: 9999;
    background: #fff;
    height: calc(100vh - 0px);
  }
}
@media (max-width: 767px) {
  .document-content-outer.splitter-outer.show .p-splitter-panel:first-child {
    max-width: 100%;
  }
}
@media (max-width: 1440px) {
  .document-content-outer.splitter-outer .document-content-outer__left {
    padding: 2rem;
    height: calc(100vh - 0px) !important;
  }
}
.filter-close-right {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .filter-close-right {
    visibility: visible;
    opacity: 1;
  }
}
.action-item-right {
  display: flex;
  align-items: center;
}
.action-item-right .mobile-block {
  display: none;
}
@media (max-width: 1440px) {
  .action-item-right .mobile-block {
    display: inline-flex;
  }
}
.search-fields-sidebar-panel .document-content-outer__left {
  width: 100% !important;
  border-right: 0px !important;
  height: calc(100vh - 167px) !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  padding-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.search-fields-sidebar-panel .document-content-outer__left .search-filter-new {
  padding: 1rem;
  display: block;
  width: 100%;
  height: calc(100vh - 167px);
}
@media (max-width: 1440px) {
  .search-fields-sidebar-panel .document-content-outer__left .search-filter-new {
    height: calc(100vh - 0px) !important;
    padding: 1rem 2rem;
  }
}
@media (max-width: 576px) {
  .search-fields-sidebar-panel .document-content-outer__left .search-filter-new {
    padding: 3rem;
  }
}
.search-fields-sidebar-panel .document-content-outer__left .search-filter-new h2 {
  line-height: normal;
  margin-bottom: 1rem;
}
.search-fields-sidebar-panel .document-content-outer__left .search-filter-new .filter-group {
  margin-bottom: 0rem !important;
  max-width: 100%;
  margin-right: 0 !important;
  padding-bottom: 1.5rem;
}
.search-fields-sidebar-panel .document-content-outer__left .tab-container {
  padding: 1.5rem 0 0 0;
}
.search-fields-sidebar-panel .document-content-outer__left .tab-container .tab-list {
  padding: 0;
  margin: 0 0 2rem 0;
}
.search-fields-sidebar-panel .document-content-outer__left .tab-container .tab-content .advance-form {
  padding: 0rem;
}
.search-fields-sidebar-panel .document-content-outer__left .tab-container .tab-content .advance-form .form-row {
  width: 100%;
  max-width: 540px !important;
}
@media (max-width: 767px) {
  .search-fields-sidebar-panel .document-content-outer__left .tab-container .tab-content .advance-form .form-row {
    max-width: 100% !important;
  }
}
.search-fields-sidebar-panel .document-content-outer__left .tab-container .tab-content .advance-search-section-outer {
  margin-bottom: 1.5rem;
  min-height: 364px;
  overflow: auto;
}
.search-fields-sidebar-panel .document-content-outer__left .tab-container .tab-content .advance-search-section-outer .p-dropdown-items-wrapper {
  max-height: 100px !important;
}
.search-fields-sidebar-panel .document-content-outer__left .tab-container .tab-content .form-button-group {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
@media (max-width: 1200px) {
  .search-fields-sidebar-panel .document-content-outer__left .tab-container .tab-content .form-button-group {
    margin-top: 2rem;
  }
}
.search-filter-group.search-filter-group-new .form__scroll {
  width: calc(100% + 9px) !important;
  padding-right: 1px !important;
  margin-bottom: 0rem !important;
  max-height: calc(100vh - 448px);
  height: inherit !important;
}
@media (max-width: 1440px) {
  .search-filter-group.search-filter-group-new .form__scroll {
    max-height: calc(100vh - 287px);
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1200px) {
  .search-filter-group.search-filter-group-new .form__scroll {
    max-height: calc(100vh - 320px);
  }
}
@media (max-width: 1440px) {
  .search-filter-group.search-filter-group-new .form__scroll .filter-group {
    max-width: 100% !important;
  }
}
@media (max-width: 1440px) {
  .search-filter-group.search-filter-group-new .form__scroll .filter-group.select-menu-box {
    display: flex;
    align-items: center;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}
.search-filter-group.search-filter-group-new .form__scroll .select-menu-box-new {
  margin-right: 0 !important;
  padding-bottom: 2rem !important;
  margin-bottom: 0 !important;
}
@media (max-width: 992px) {
  .document-content-outer__right.view-document-table.search-result-view-document-table.search-result-view-document-table-advance {
    width: calc(100% + 0rem) !important;
    margin-left: 0rem !important;
  }
}
@media (max-width: 767px) {
  .document-content-outer__right.view-document-table.search-result-view-document-table.search-result-view-document-table-advance {
    width: calc(100% + 0px) !important;
  }
}
@media (max-width: 576px) {
  .document-content-outer__right.view-document-table.search-result-view-document-table.search-result-view-document-table-advance .sub-heading {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    width: 100% !important;
  }
}
.p-autocomplete-panel {
  z-index: 99999 !important;
}
.search-filter-group.search-filter-group-new .advance-form .form__scroll {
  max-height: calc(100vh - 414px) !important;
  height: inherit !important;
}
@media (max-width: 1440px) {
  .search-filter-group.search-filter-group-new .advance-form .form__scroll {
    max-height: calc(100vh - 274px) !important;
  }
}
@media (max-width: 1200px) {
  .search-filter-group.search-filter-group-new .advance-form .form__scroll {
    max-height: calc(100vh - 300px) !important;
  }
}
.search-filter-group.search-filter-group-new .advance-form .form__scroll .radiobox-flex {
  padding-right: 0.8rem;
}
.search-filter-group.search-filter-group-new .advance-form .form__scroll .form__flexdiv {
  padding-right: 0.8rem;
}
.search-filter-group.search-filter-group-new .advance-form .form__scroll .advance-search-section-outer {
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .splitter-outer-splitter-new .p-splitter {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.flex-lbl {
  display: flex;
  align-items: center;
}
.action-item {
  display: flex;
  gap: 1.5rem;
}
.custom-scroll-recycle-bin {
  height: calc(100vh - 240px);
}
.table-action-new {
  display: flex;
  align-items: center;
  gap: 0px;
}
.table-action-new a:first-child {
  margin-left: 0 !important;
}
.uploaded-document-table .p-datatable table {
  border-collapse: collapse;
  table-layout: inherit !important;
  width: 100% !important;
}
.add-list-option-table .thead-sticky thead th {
  z-index: 99999 !important;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent !important;
  -webkit-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-border-radius-border-radius: 20px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-border-radius-border-radius: 20px;
  background: #A09FD8;
  -webkit-box-shadow: transparent !important;
}
@media (max-width: 576px) {
  ::-webkit-scrollbar-thumb {
    opacity: 0;
  }
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #A09FD8;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-border-radius-border-radius: 20px;
}
.scrollbar {
  height: auto;
  overflow-y: scroll;
  background: transparent;
  scrollbar-color: #fff;
  scrollbar-width: thin;
}
.v-center {
  height: 100vh;
  width: 100%;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #fff;
  border: none;
  color: #292929;
  text-decoration: none;
  display: inline;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  transition: 350ms ease;
}
.btn:hover {
  background-color: #fff;
  transition: 350ms ease;
}
.btn-small {
  padding: 0.75rem 1rem;
  font-size: 0.8em;
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 98%;
  background: #fff;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  background-clip: padding-box;
  box-shadow: 0px 0px 7px 0px #00000030;
}
.modal-box {
  width: 50%;
}
@media (max-width: 576px) {
  .modal-box {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .modal-box {
    width: 320px;
  }
}
.modal-box.delete-account {
  width: 100%;
  max-width: 500px;
}
.modal-box.cancel-account {
  width: 100%;
  max-width: 500px;
}
.modal-box.new-cabinet {
  width: 100%;
  max-width: 500px;
}
.modal-box.list-options {
  width: 100%;
  max-width: 500px;
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 992px) {
  .modal-box .modal-body {
    max-height: 300px;
  }
}
.modal-box footer, .modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
  line-height: 1;
  font-size: 40px;
  position: absolute;
  top: 5px;
  right: 15px;
  text-decoration: none;
  color: #101010;
}
a.close:hover {
  color: #292929;
  transition: 350ms ease;
}
.delete-account .modal-body h3 {
  color: #4644AE;
  font-size: 1.9rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.delete-account .modal-body p {
  font: 500 1.5rem "Montserrat", sans-serif;
  color: #484848;
  padding-bottom: 1rem;
}
.delete-account .btns-box {
  margin: 1rem 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.delete-account .btns-box .btn-primary, .delete-account .btns-box .btn-secondary {
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  margin: 0 0;
}
.delete-account .btns-box .btn-secondary {
  margin-right: 1.6rem;
}
.cancel-account .modal-body h3 {
  color: #4644AE;
  font-size: 1.9rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.cancel-account .modal-body p {
  font: 500 1.5rem "Montserrat", sans-serif;
  color: #484848;
  padding-bottom: 1rem;
}
.cancel-account .btns-box {
  margin: 1rem 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.cancel-account .btns-box .btn-primary, .cancel-account .btns-box .btn-secondary {
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  margin: 0 0;
}
.cancel-account .btns-box .btn-secondary {
  margin-right: 1.6rem;
}
.new-cabinet .btns-box {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.new-cabinet .btns-box .btn-primary, .new-cabinet .btns-box .btn-secondary {
  height: 40px;
  font-size: 1.5rem;
  margin: 0 1rem;
}
.list-options .btns-box {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.list-options .btns-box .btn-primary, .list-options .btns-box .btn-secondary {
  height: 40px;
  font-size: 1.5rem;
  margin: 0 1rem;
}
/*---edit-popup---*/
.common-popup {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.common-popup .modal-overlay {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.common-popup .modal-overlay .add-update-popup-inner {
  width: 100%;
  max-width: 758px;
  display: block;
}
@media (max-width: 768px) {
  .common-popup .modal-overlay .add-update-popup-inner {
    width: 94%;
  }
}
.common-popup .modal-overlay .modal-box {
  width: 100%;
  max-width: 758px;
  display: block;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 7px 0px #00000030;
}
@media (max-width: 768px) {
  .common-popup .modal-overlay .modal-box {
    margin: 0 auto;
    width: 94%;
    padding: 0rem;
  }
}
.common-popup .modal-overlay .modal-box .modal-body {
  padding: 2.3rem 3rem 3rem 3rem;
}
@media (max-width: 576px) {
  .common-popup .modal-overlay .modal-box .modal-body {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
}
.common-popup.document-list-add-update-popup .modal-overlay .add-update-popup-inner {
  max-width: 1244px;
}
@media (max-width: 1366px) {
  .common-popup.document-list-add-update-popup .modal-overlay .add-update-popup-inner {
    max-width: 96%;
  }
}
@media (max-width: 1366px) and (max-width: 1024px) {
  .common-popup.document-list-add-update-popup .modal-overlay .add-update-popup-inner {
    max-width: 96%;
  }
}
.common-popup.document-list-add-update-popup .modal-overlay .modal-box {
  max-width: 1244px;
}
@media (max-width: 1366px) {
  .common-popup.document-list-add-update-popup .modal-overlay .modal-box {
    max-width: 96%;
  }
}
@media (max-width: 1366px) and (max-width: 1024px) {
  .common-popup.document-list-add-update-popup .modal-overlay .modal-box {
    max-width: 96%;
  }
}
.model-heading {
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0rem 0 2rem 0;
  flex-direction: row;
}
@media (max-width: 576px) {
  .model-heading {
    align-items: flex-start;
    padding: 0rem 0 1.5rem 0;
  }
}
.model-heading .popup-heading {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #4644AE;
  line-height: 2.8rem;
}
@media (max-width: 576px) {
  .model-heading .popup-heading {
    margin: 0 0 0rem 0 !important;
  }
}
.model-heading .switchbutton {
  width: auto;
  padding-top: 0.2rem;
}
.pop-sub-heading {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #7472E1;
  line-height: 21px;
  margin-bottom: 2rem;
}
/*******************************/
.width-600 {
  width: 100%;
  max-width: 600px;
}
.width-700 {
  width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .width-700 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .width-700 {
    width: 100%;
  }
}
.width-800 {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 992px) {
  .width-800 {
    width: 100%;
  }
}
.width-900 {
  width: 900px;
  max-width: 900px;
}
@media (max-width: 992px) {
  .width-900 {
    width: 100%;
  }
}
.width-1000 {
  width: 1000px;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .width-1000 {
    width: 100%;
    max-width: 972px;
  }
}
@media (max-width: 992px) {
  .width-1000 {
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .width-1000 {
    width: 100%;
    max-width: 100%;
  }
}
.width-1244 {
  width: 1244px;
  max-width: 1244px;
}
@media (max-width: 1024px) {
  .width-1244 {
    max-width: 972px;
  }
}
@media (max-width: 992px) {
  .width-1244 {
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 576px) {
  .width-1244 {
    max-width: 100%;
  }
}
.width-auto {
  width: 100vw;
  max-width: calc(100vw - 96px);
}
@media (max-width: 767px) {
  .width-auto {
    max-width: calc(100vw - 19px);
  }
}
body.p-overflow-hidden {
  overflow: hidden;
}
.p-dialog-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.p-component-overlay-enter {
  background: rgba(0, 0, 0, 0.3);
  pointer-events: auto !important;
  animation: p-component-overlay-enter-animation 150ms forwards;
  transition-duration: 0.2s;
}
.p-dialog-header {
  display: none !important;
}
.p-dialog {
  border: none !important;
  box-shadow: none;
  max-width: 95%;
  max-height: 95% !important;
  transform: inherit !important;
}
@media (max-width: 576px) {
  .p-dialog {
    height: auto;
    width: 100%;
    max-width: 95%;
    max-height: 95% !important;
  }
}
.p-dialog .p-dialog-content {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -webkit-border-radius-border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border: none;
  padding: 0 !important;
  overflow: inherit;
  min-width: 500px;
}
@media (max-width: 992px) {
  .p-dialog .p-dialog-content {
    min-width: auto;
  }
}
@media (max-width: 469px) {
  .p-dialog .p-dialog-content {
    min-width: auto;
  }
}
.popop-content {
  padding: 2.3rem 3rem 3rem 3rem;
  max-width: 1244px;
  width: 100%;
}
.popop-content .popop-header-outer {
  margin-bottom: 3rem;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 1440px) {
  .popop-content .popop-header-outer {
    margin-bottom: 2.5rem;
  }
}
.popop-content .popop-header-outer h1 {
  color: #4644AE;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.popop-content .popop-header-outer h2 {
  color: #7472E1;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.popop-content h3 {
  color: #4644AE;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.popop-content p {
  font: 500 1.5rem "Montserrat", sans-serif;
  color: #484848;
  padding-bottom: 1rem;
}
.popop-content .popop-content-outer {
  padding: 0;
}
.popop-content .popop-content-outer .scroll {
  padding: 0 3.2rem 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: calc(100vh - 252px);
  width: calc(100% + 4rem);
}
@media (max-width: 576px) {
  .popop-content .popop-content-outer .scroll {
    padding: 0 2rem 0 0;
    width: calc(100% + 3rem);
  }
}
.popop-content .form__group .form__control {
  max-width: 100%;
}
.manage-document-type-popup .custom-scroll {
  max-height: 300px;
}
.filter-group::-webkit-scrollbar {
  width: 10px;
  margin-right: -10px;
}
.filter-group::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
  margin-right: -10px;
}
.filter-group::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #A09FD8;
  margin-right: -10px;
}
.upload-document-popup .title-block {
  padding: 0rem 0 2.2rem 0;
}
.upload-document-popup .title-block h1 {
  margin: 0;
  padding: 0;
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #4644AE;
  line-height: 2.8rem;
}
.select-dropdown.topOpen .p-dropdown-panel {
  top: auto !important;
  bottom: 54px;
}
.add-update-popup .modal-body {
  overflow: hidden;
  padding: 4rem;
}
.add-update-popup .modal-body .custom-scroll {
  overflow: scroll;
  margin-bottom: 1rem;
  width: calc( 100% + 30px );
  padding-right: 20px;
}
@media (max-width: 992px) {
  .add-update-popup .modal-body .custom-scroll {
    width: calc( 100% + 30px );
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .add-update-popup .modal-body .custom-scroll {
    width: calc( 100% + 18px );
    padding-right: 10px;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 992px) {
  .add-update-popup .modal-body .custom-scroll {
    max-height: 145px;
  }
}
.modal-body .form__group .form__control {
  max-width: 100%;
}
.p-dialog table tr th {
  top: 0 !important;
}
.full-view-icon-open {
  position: relative;
  z-index: 9999;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 14px;
}
.full-view-icon-open svg {
  width: 24px;
  height: 24px;
}
.full-view-icon-close {
  position: relative;
  z-index: 9999;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: auto;
  height: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 14px;
}
.full-view-icon-close svg {
  width: 24px;
  height: 24px;
}
.full-view-mode {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  overflow: auto;
  border-radius: 0;
  position: relative;
}
.full-view-mode .full-view-icon-open {
  display: none;
}
.full-view-mode .full-view-icon-close {
  display: flex;
}
.full-view-mode .p-component-overlay {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}
.full-view-mode .p-component-overlay .p-dialog {
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}
.full-view-mode .p-component-overlay .p-dialog .document-preview-pop {
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh;
}
.full-view-mode .p-component-overlay .p-dialog .document-preview-pop .document-viewer-box {
  height: calc(100vh - 100px);
}
.ng2-pdf-viewer-container {
  overflow: hidden !important;
}
.reset-pass-word .p-dialog-content {
  min-width: 415px;
}
.reset-pass-word .p-dialog-content .popop-content {
  padding: 0;
}
.activity-tabs {
  margin: 0 auto;
  max-width: 100%;
  font-size: 0;
}
.activity-tabs input[type=radio] {
  display: none;
}
.activity-tabs .activity-tabs-header {
  background: #7472E1;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}
.activity-tabs .activity-tabs-header .back-page a {
  color: #fff;
  -ms-display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  align-items: center;
  min-height: 4.2rem;
  line-height: 4.2rem;
}
.activity-tabs .activity-tabs-header .back-page a svg {
  margin-right: 12px;
}
@media (max-width: 576px) {
  .activity-tabs .activity-tabs-header .back-page a svg {
    margin-right: 0px;
  }
}
.activity-tabs .activity-tabs-header .back-page a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .activity-tabs .activity-tabs-header .back-page a {
    font-size: 0;
  }
}
.activity-tabs .activity-tabs-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: auto;
}
.activity-tabs .activity-tabs-header ul li {
  flex: 1;
  display: inline-block;
}
.activity-tabs .activity-tabs-header ul li label {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0rem 2.3rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  min-height: 4.2rem;
  line-height: 4.2rem;
}
.activity-tabs .activity-tabs-header ul li label:not(:first-of-type) {
  border-left: none;
}
.activity-tabs #tab-btn-1:checked ~ .activity-tabs-header label[for=tab-btn-1],
.activity-tabs #tab-btn-2:checked ~ .activity-tabs-header label[for=tab-btn-2] {
  background: #fff;
  color: #7472E1;
  position: relative;
  z-index: 2;
}
.activity-tabs .activity-tabs-content {
  position: relative;
  z-index: 999999;
}
.activity-tabs .activity-tabs-content .tab-container {
  display: none;
  background: #fff;
}
.activity-tabs #tab-btn-1:checked ~ .activity-tabs-content #content-1 {
  display: block;
}
.activity-tabs #tab-btn-2:checked ~ .activity-tabs-content #content-2 {
  display: block;
}
@charset "UTF-8";
:root {
  --surface-a: #ffffff;
  --surface-b: #f4f4f4;
  --surface-c: #eaeaea;
  --surface-d: #c8c8c8;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #333333;
  --text-color-secondary: #848484;
  --primary-color: #007ad9;
  --primary-color-text: #ffffff;
  --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --surface-0: #ffffff;
  --surface-50: #eef1f2;
  --surface-100: #dde2e4;
  --surface-200: #bbc5ca;
  --surface-300: #98a8af;
  --surface-400: #768b95;
  --surface-500: #546e7a;
  --surface-600: #435862;
  --surface-700: #324249;
  --surface-800: #222c31;
  --surface-900: #111618;
  --content-padding:0.571rem 1rem;
  --inline-spacing:0.5rem;
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}
.p-disabled, .p-component:disabled {
  opacity: 0.5;
}
.p-error {
  color: #a80000;
}
.p-text-secondary {
  color: #848484;
}
.pi {
  font-size: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 3px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
:root {
  --blue-50:#f3f8fc;
  --blue-100:#c6dcef;
  --blue-200:#98c1e3;
  --blue-300:#6ba5d7;
  --blue-400:#3d8aca;
  --blue-500:#106ebe;
  --blue-600:#0e5ea2;
  --blue-700:#0b4d85;
  --blue-800:#093d69;
  --blue-900:#062c4c;
  --green-50:#f7fbf6;
  --green-100:#d6ead1;
  --green-200:#b6d9ad;
  --green-300:#96c889;
  --green-400:#76b765;
  --green-500:#56a641;
  --green-600:#498d37;
  --green-700:#3c742e;
  --green-800:#2f5b24;
  --green-900:#22421a;
  --yellow-50:#fffcf5;
  --yellow-100:#fdefcd;
  --yellow-200:#fbe3a6;
  --yellow-300:#f9d67f;
  --yellow-400:#f8ca57;
  --yellow-500:#f6bd30;
  --yellow-600:#d1a129;
  --yellow-700:#ac8422;
  --yellow-800:#87681a;
  --yellow-900:#624c13;
  --cyan-50:#f4fbfd;
  --cyan-100:#ccebf5;
  --cyan-200:#a4dbed;
  --cyan-300:#7ccce5;
  --cyan-400:#54bcdd;
  --cyan-500:#2cacd5;
  --cyan-600:#2592b5;
  --cyan-700:#1f7895;
  --cyan-800:#185f75;
  --cyan-900:#124555;
  --pink-50:#fdf4f9;
  --pink-100:#f6cce0;
  --pink-200:#eea3c7;
  --pink-300:#e77aae;
  --pink-400:#df5296;
  --pink-500:#d8297d;
  --pink-600:#b8236a;
  --pink-700:#971d58;
  --pink-800:#771745;
  --pink-900:#561032;
  --indigo-50:#f4f6fd;
  --indigo-100:#ccd3f5;
  --indigo-200:#a4b0ed;
  --indigo-300:#7c8de5;
  --indigo-400:#546add;
  --indigo-500:#2c47d5;
  --indigo-600:#253cb5;
  --indigo-700:#1f3295;
  --indigo-800:#182775;
  --indigo-900:#121c55;
  --teal-50:#f6fbfa;
  --teal-100:#d1eae5;
  --teal-200:#add9d1;
  --teal-300:#89c8bd;
  --teal-400:#65b7a8;
  --teal-500:#41a694;
  --teal-600:#378d7e;
  --teal-700:#2e7468;
  --teal-800:#245b51;
  --teal-900:#1a423b;
  --orange-50:#fff9f5;
  --orange-100:#fde4cd;
  --orange-200:#fbcfa6;
  --orange-300:#f9ba7f;
  --orange-400:#f8a457;
  --orange-500:#f68f30;
  --orange-600:#d17a29;
  --orange-700:#ac6422;
  --orange-800:#874f1a;
  --orange-900:#623913;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dae0e3;
  --bluegray-200:#bdc7cd;
  --bluegray-300:#a0aeb6;
  --bluegray-400:#8295a0;
  --bluegray-500:#657c8a;
  --bluegray-600:#566975;
  --bluegray-700:#475761;
  --bluegray-800:#38444c;
  --bluegray-900:#283237;
  --purple-50:#f9f8fd;
  --purple-100:#e1dff7;
  --purple-200:#cac5f1;
  --purple-300:#b2abeb;
  --purple-400:#9b92e4;
  --purple-500:#8378de;
  --purple-600:#6f66bd;
  --purple-700:#5c549b;
  --purple-800:#48427a;
  --purple-900:#343059;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.429rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.786rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.2145rem 0.429rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #212121;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.2145rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.2145rem 0.429rem;
  margin-right: 0.5rem;
  background: #007ad9;
  color: #ffffff;
  border-radius: 3px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #a80000;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-autocomplete-panel .p-autocomplete-items:not(.p-autocomplete-virtualscroll) {
  padding: 0;
}
.p-autocomplete-panel .p-autocomplete-items.p-autocomplete-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #333333;
  background: #eaeaea;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #a80000;
}
.p-datepicker {
  padding: 0.857rem;
  background: #ffffff;
  color: #333333;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #333333;
  background: #ffffff;
  font-weight: 700;
  margin: 0;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.857rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #d0d0d0;
  color: #333333;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 0.857rem 0 0.429rem 0;
  border-top: 1px solid #d8dae2;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #d8dae2;
  padding: 0.857rem 0 0.429rem 0;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.286rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.429rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.857rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #d8dae2;
  padding-right: 0.857rem;
  padding-left: 0.857rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #eaeaea;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
  background: #eaeaea;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0.25rem;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #212121;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.429rem 0.429rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #666666;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-cascadeselect-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.429rem 0.857rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333333;
  background: #eaeaea;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #a80000;
}
.p-input-filled .p-cascadeselect {
  background: #f4f4f4;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 1px solid #a6a6a6;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #007ad9;
  background: #007ad9;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #212121;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #005b9f;
  background: #005b9f;
  color: #ffffff;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #a80000;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f4f4f4;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #007ad9;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #005b9f;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-highlight .p-checkbox .p-checkbox-box {
  border-color: #ffffff;
}
.p-chips .p-chips-multiple-container {
  padding: 0.2145rem 0.429rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #212121;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.2145rem 0.429rem;
  margin-right: 0.5rem;
  background: #007ad9;
  color: #ffffff;
  border-radius: 3px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.2145rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #a80000;
}
.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #323232;
  border-color: #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}
.p-colorpicker-overlay-panel {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-dropdown {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #212121;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.429rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #666666;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #848484;
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333333;
  background: #ffffff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.429rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-dropdown-panel .p-dropdown-items:not(.p-dropdown-virtualscroll) {
  padding: 0;
}
.p-dropdown-panel .p-dropdown-items.p-dropdown-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333333;
  background: #eaeaea;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333333;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #a80000;
}
.p-input-filled .p-dropdown {
  background: #f4f4f4;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-editor-container .p-editor-toolbar {
  background: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #333333;
  background: #eaeaea;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.429rem 0.857rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #007ad9;
}
.p-inputgroup-addon {
  background: #eaeaea;
  color: #848484;
  border-top: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  padding: 0.429rem 0.429rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #a6a6a6;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #a80000;
}
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #a80000;
}
.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #cccccc;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #b7b7b7;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #007ad9;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #cccccc;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #116fbf;
}
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #a80000;
}
.p-inputtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #333333;
  background: #ffffff;
  padding: 0.429rem 0.429rem;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}
.p-inputtext:enabled:hover {
  border-color: #212121;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: #a80000;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.375375rem 0.375375rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.53625rem 0.53625rem;
}
.p-float-label > label {
  left: 0.429rem;
  color: #666666;
  transition-duration: 0.2s;
}
.p-float-label > .ng-invalid.ng-dirty + label {
  color: #a80000;
}
.p-input-icon-left > i:first-of-type {
  left: 0.429rem;
  color: #848484;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 1.858rem;
}
.p-input-icon-left.p-float-label > label {
  left: 1.858rem;
}
.p-input-icon-right > i:last-of-type {
  right: 0.429rem;
  color: #848484;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 1.858rem;
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  color: #666666;
}
::-moz-placeholder {
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
.p-input-filled .p-inputtext {
  background-color: #f4f4f4;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #f4f4f4;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.375375rem 0.375375rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.53625rem 0.53625rem;
}
.p-listbox {
  background: #ffffff;
  color: #333333;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
}
.p-listbox .p-listbox-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333333;
  background: #ffffff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.429rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333333;
  background: #eaeaea;
}
p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #a80000;
}
.p-multiselect {
  background: #ffffff;
  border: 1px solid #a6a6a6;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #212121;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-multiselect .p-multiselect-label {
  padding: 0.429rem 0.429rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #666666;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.2145rem 0.429rem;
  margin-right: 0.5rem;
  background: #007ad9;
  color: #ffffff;
  border-radius: 3px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #848484;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.2145rem 0.429rem;
}
.p-multiselect-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333333;
  background: #ffffff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.429rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-multiselect-panel .p-multiselect-items:not(.p-multiselect-virtualscroll) {
  padding: 0;
}
.p-multiselect-panel .p-multiselect-items.p-multiselect-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333333;
  background: #eaeaea;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333333;
  background: transparent;
}
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #a80000;
}
.p-input-filled .p-multiselect {
  background: #f4f4f4;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #f4f4f4;
}
.p-password.p-invalid.p-component > .p-inputtext {
  border-color: #a80000;
}
.p-password-panel {
  padding: 0.571rem 1rem;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #eaeaea;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #e91224;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #ffba01;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #34A835;
}
.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 1px solid #a6a6a6;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #333333;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #212121;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: #007ad9;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #007ad9;
  background: #007ad9;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #005b9f;
  background: #005b9f;
  color: #ffffff;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #a80000;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #f4f4f4;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #f4f4f4;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #007ad9;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #005b9f;
}
.p-radiobutton-label {
  margin-left: 0.5rem;
}
.p-highlight .p-radiobutton .p-radiobutton-box {
  border-color: #ffffff;
}
.p-rating .p-rating-icon {
  color: #333333;
  margin-left: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #e4018d;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star {
  color: #007ad9;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #007ad9;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #b5019f;
}
.p-highlight .p-rating .p-rating-icon {
  color: #ffffff;
}
.p-selectbutton .p-button {
  background: #dadada;
  border: 1px solid #dadada;
  color: #333333;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #666666;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #333333;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #212121;
}
.p-selectbutton .p-button.p-highlight {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #116fbf;
  border-color: #116fbf;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #a80000;
}
.p-slider {
  background: #c8c8c8;
  border: 0 none;
  border-radius: 3px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #666666;
  border-radius: 100%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-slider .p-slider-range {
  background: #007ad9;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: 2px solid #666666;
  border-color: #007ad9;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.2s;
}
.p-togglebutton.p-button {
  background: #dadada;
  border: 1px solid #dadada;
  color: #333333;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #666666;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #333333;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #212121;
}
.p-togglebutton.p-button.p-highlight {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #116fbf;
  border-color: #116fbf;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #a80000;
}
.p-button {
  color: #ffffff;
  background: #007ad9;
  border: 1px solid #007ad9;
  padding: 0.429rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-button:enabled:hover {
  background: #116fbf;
  color: #ffffff;
  border-color: #116fbf;
}
.p-button:enabled:active {
  background: #005b9f;
  color: #ffffff;
  border-color: #005b9f;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(0, 122, 217, 0.04);
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(0, 122, 217, 0.16);
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #848484;
  border-color: #848484;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #eaeaea;
  color: #848484;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #d2d2d2;
  color: #848484;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(0, 122, 217, 0.04);
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(0, 122, 217, 0.16);
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #848484;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #eaeaea;
  color: #848484;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #d2d2d2;
  color: #848484;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #007ad9;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.429rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.375375rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.53625rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #607D8B;
  border: 1px solid #607D8B;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #546E7A;
  color: #ffffff;
  border-color: #546E7A;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #B0BEC5;
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #455A64;
  color: #ffffff;
  border-color: #455A64;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #607D8B;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #007ad9;
  border: 1px solid #007ad9;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #116fbf;
  color: #ffffff;
  border-color: #116fbf;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #005b9f;
  color: #ffffff;
  border-color: #005b9f;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(0, 122, 217, 0.04);
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(0, 122, 217, 0.16);
  color: #007ad9;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #007ad9;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(0, 122, 217, 0.04);
  border-color: transparent;
  color: #007ad9;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(0, 122, 217, 0.16);
  border-color: transparent;
  color: #007ad9;
}
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #34A835;
  border: 1px solid #34A835;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #107D11;
  color: #ffffff;
  border-color: #107D11;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #aae5aa;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #0C6B0D;
  color: #ffffff;
  border-color: #0C6B0D;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #34A835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(52, 168, 53, 0.04);
  color: #34A835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(52, 168, 53, 0.16);
  color: #34A835;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #34A835;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(52, 168, 53, 0.04);
  border-color: transparent;
  color: #34A835;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(52, 168, 53, 0.16);
  border-color: transparent;
  color: #34A835;
}
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #333333;
  background: #ffba01;
  border: 1px solid #ffba01;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #ED990B;
  color: #333333;
  border-color: #ED990B;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #ffeab4;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #D38B10;
  color: #333333;
  border-color: #D38B10;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(255, 186, 1, 0.04);
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(255, 186, 1, 0.16);
  color: #ffba01;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #ffba01;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(255, 186, 1, 0.04);
  border-color: transparent;
  color: #ffba01;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(255, 186, 1, 0.16);
  border-color: transparent;
  color: #ffba01;
}
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #9C27B0;
  border: 1px solid #9C27B0;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #8E24AA;
  color: #ffffff;
  border-color: #8E24AA;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #CE93D8;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7B1FA2;
  color: #ffffff;
  border-color: #7B1FA2;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #e91224;
  border: 1px solid #e91224;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c01120;
  color: #ffffff;
  border-color: #c01120;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #f9b4ba;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #a90000;
  color: #ffffff;
  border-color: #a90000;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(233, 18, 36, 0.04);
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(233, 18, 36, 0.16);
  color: #e91224;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #e91224;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(233, 18, 36, 0.04);
  border-color: transparent;
  color: #e91224;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(233, 18, 36, 0.16);
  border-color: transparent;
  color: #e91224;
}
.p-button.p-button-link {
  color: #005b9f;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #005b9f;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #005b9f;
  border-color: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #f4f4f4;
  width: 2rem;
  height: 0.5rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #eaeaea;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-datatable .p-datatable-footer {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: normal;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 1px 1px;
  font-weight: 700;
  color: #333333;
  background: #f4f4f4;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  font-weight: 700;
  color: #333333;
  background: #f4f4f4;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #848484;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #007ad9;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e0e0e0;
  color: #333333;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #333333;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #ffffff;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #ffffff;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #333333;
  transition: background-color 0.2s, box-shadow 0.2s;
  outline-color: #8dcdff;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  padding: 0.571rem 0.857rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #007ad9;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #007ad9;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-datatable .p-column-resizer-helper {
  background: #007ad9;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #f4f4f4;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #f9f9f9;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #ffffff;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #ffffff;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.72845rem 0.85rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.48535rem 0.72845rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.48535rem 0.72845rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.48535rem 0.85rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.48535rem 0.85rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.07125rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 0.71375rem 1.07125rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 0.71375rem 1.07125rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 0.71375rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 0.71375rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #333333;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: 1px solid #d8dae2;
  border-width: 1px;
}
.p-dataview .p-dataview-footer {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: normal;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 0.571rem 1rem;
}
.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}
.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-menu-button:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: transparent;
  color: #007ad9;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #007ad9;
  color: #ffffff;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-clear-button:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-column-filter-overlay {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.429rem 0.857rem;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #333333;
  background: #eaeaea;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.429rem 0.857rem;
  border-bottom: 1px solid #eaeaea;
  color: #333333;
  background: #ffffff;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 0.571rem 1rem;
  border-bottom: 1px solid #d8dae2;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.571rem 1rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 0.571rem 1rem;
}
.fc .fc-view-container th {
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
  color: #333333;
}
.fc .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  color: #333333;
}
.fc .fc-view-container td.fc-head-container {
  border: 1px solid #c8c8c8;
}
.fc .fc-view-container .fc-row {
  border-right: 1px solid #c8c8c8;
}
.fc .fc-view-container .fc-event {
  background: #116fbf;
  border: 1px solid #116fbf;
  color: #ffffff;
}
.fc .fc-view-container .fc-divider {
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
}
.fc .fc-toolbar .fc-button {
  color: #ffffff;
  background: #007ad9;
  border: 1px solid #007ad9;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.fc .fc-toolbar .fc-button:enabled:hover {
  background: #116fbf;
  color: #ffffff;
  border-color: #116fbf;
}
.fc .fc-toolbar .fc-button:enabled:active {
  background: #005b9f;
  color: #ffffff;
  border-color: #005b9f;
}
.fc .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "";
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "";
}
.fc .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #dadada;
  border: 1px solid #dadada;
  color: #333333;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #333333;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #116fbf;
  border-color: #116fbf;
  color: #ffffff;
}
.fc .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
  z-index: 1;
}
.fc .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-orderlist .p-orderlist-controls {
  padding: 0.571rem 1rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 700;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 0.857rem 1rem;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.429rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.429rem 0.857rem;
  margin: 0;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-orderlist-item.cdk-drag-preview {
  padding: 0.429rem 0.857rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 0 none;
  color: #333333;
  background: #ffffff;
  margin: 0;
}
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #00325a;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #c8c8c8;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #c8c8c8;
  border-color: #c8c8c8;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #c8c8c8;
  border-color: #c8c8c8;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0.571rem 1rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-paginator {
  background: #f4f4f4;
  color: #333333;
  border: solid #c8c8c8;
  border-width: 1px;
  padding: 0;
  border-radius: 3px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e0e0e0;
  border-color: transparent;
  color: #333333;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #848484;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e0e0e0;
  border-color: transparent;
  color: #333333;
}
.p-picklist .p-picklist-buttons {
  padding: 0.571rem 1rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 700;
}
.p-picklist .p-picklist-filter-container {
  padding: 0.857rem 1rem;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.429rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-picklist .p-picklist-list {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.429rem 0.857rem;
  margin: 0;
  border: 0 none;
  color: #333333;
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #ffffff;
  background: #007ad9;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.429rem 0.857rem;
  color: #333333;
}
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-picklist-item.cdk-drag-preview {
  padding: 0.429rem 0.857rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: 0 none;
  color: #333333;
  background: #ffffff;
  margin: 0;
}
.p-timeline .p-timeline-event-marker {
  border: 0 none;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #007ad9;
}
.p-timeline .p-timeline-event-connector {
  background-color: #c8c8c8;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}
.p-tree {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0.571rem 1rem;
  border-radius: 3px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  padding: 0;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #848484;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #333333;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #ffffff;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #eaeaea;
  color: #333333;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.429rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.429rem;
  color: #848484;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #0062ae;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  background-color: #ffffff;
  color: #333333;
  padding: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #007ad9;
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #ffffff;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #848484;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-treetable .p-paginator-top {
  border-width: 1px 1px 0 1px;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-treetable .p-treetable-footer {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: normal;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 1px 1px;
  font-weight: 700;
  color: #333333;
  background: #f4f4f4;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 0.571rem 0.857rem;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  font-weight: 700;
  color: #333333;
  background: #f4f4f4;
}
.p-treetable .p-sortable-column {
  outline-color: #8dcdff;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #848484;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #ffffff;
  background: #007ad9;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e0e0e0;
  color: #333333;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #333333;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #333333;
  transition: background-color 0.2s, box-shadow 0.2s;
  outline-color: #8dcdff;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #c8c8c8;
  border-width: 1px;
  padding: 0.571rem 0.857rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #333333;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #007ad9;
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #ffffff;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #ffffff;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #eaeaea;
  color: #333333;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #333333;
}
.p-treetable .p-column-resizer-helper {
  background: #007ad9;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #f4f4f4;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.749875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.48535rem 0.72845rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.48535rem 0.72845rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.48535rem 0.85rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.48535rem 0.85rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.07125rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 0.71375rem 1.07125rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 0.71375rem 1.07125rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 0.71375rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 0.71375rem 1.25rem;
}
.p-virtualscroller .p-virtualscroller-header {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 1px 1px 0 1px;
  padding: 0.857rem 1rem;
  font-weight: 700;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #333333;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-width: 0 1px 1px 1px;
  padding: 0.571rem 1rem;
  font-weight: normal;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #005b9f;
  background: #005b9f;
  color: #ffffff;
}
.p-accordion .p-accordion-content {
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 2px;
}
.p-card {
  background: #ffffff;
  color: #333333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
}
.p-card .p-card-body {
  padding: 1rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #848484;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}
.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #c8c8c8;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #c8c8c8;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}
.p-fieldset {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  border-radius: 3px;
}
.p-fieldset .p-fieldset-legend {
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-radius: 3px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 0.857rem 1rem;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-fieldset .p-fieldset-content {
  padding: 0.571rem 1rem;
}
.p-panel .p-panel-header {
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  background: #f4f4f4;
  color: #333333;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 700;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.857rem 1rem;
}
.p-panel .p-panel-content {
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  border-top: 0 none;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #f8f8f8;
  border: 0 none;
}
.p-splitter {
  border: 1px solid #c8c8c8;
  background: #ffffff;
  border-radius: 3px;
  color: #333333;
}
.p-splitter .p-splitter-gutter {
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  background: #eaeaea;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #d8dae2;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #d8dae2;
}
.p-tabview .p-tabview-nav {
  background: transparent;
  border: 0 none;
  border-width: 1px;
}
.p-tabview .p-tabview-nav li {
  margin-right: 2px;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: 1px solid #c8c8c8;
  border-width: 1px;
  border-color: #c8c8c8;
  background: #f4f4f4;
  color: #333333;
  padding: 0.857rem 1rem;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  margin: 0 0 -1px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-toolbar {
  background: #f4f4f4;
  border: 1px solid #c8c8c8;
  padding: 0.857rem 1rem;
  border-radius: 3px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-confirm-popup {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 0.571rem 1rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.571rem 1rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(200, 200, 200, 0);
  border-bottom-color: #c8c8c8;
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: #c8c8c8;
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}
.p-dialog {
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #c8c8c8;
}
.p-dialog .p-dialog-header {
  border-bottom: 1px solid #c8c8c8;
  background: #f4f4f4;
  color: #333333;
  padding: 1rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 700;
  font-size: 1rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #333333;
  padding: 1rem;
}
.p-dialog .p-dialog-footer {
  border-top: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  padding: 0.571rem 1rem;
  text-align: right;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}
.p-dialog-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-overlaypanel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 0.571rem 1rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #007ad9;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #116fbf;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(200, 200, 200, 0);
  border-bottom-color: #c8c8c8;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #c8c8c8;
}
.p-sidebar {
  background: #ffffff;
  color: #333333;
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.p-sidebar .p-sidebar-close {
  width: 2rem;
  height: 2rem;
  color: #a6a6a6;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-close:enabled:hover {
  color: #007ad9;
  border-color: transparent;
  background: transparent;
}
.p-sidebar .p-sidebar-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-sidebar-mask.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-tooltip .p-tooltip-text {
  background: #333333;
  color: #ffffff;
  padding: 0.429rem 0.429rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #333333;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #333333;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #333333;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #333333;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #f4f4f4;
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 0.571rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 0.571rem 0.857rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #116fbf;
  color: #ffffff;
  border-color: #116fbf;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #005b9f;
  color: #ffffff;
  border-color: #005b9f;
}
.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0.571rem 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #333333;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #333333;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #333333;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #333333;
}
.p-contextmenu {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-contextmenu .p-submenu-list {
  padding: 0;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #eaeaea;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-megamenu {
  padding: 0.5rem;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #333333;
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-megamenu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #eaeaea;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}
.p-menu {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.857rem;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-menu .p-menuitem {
  margin: 0;
}
.p-menu .p-menuitem:last-child {
  margin: 0;
}
.p-menubar {
  padding: 0.5rem;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.p-menubar .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #333333;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-menubar .p-submenu-list {
  padding: 0;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #eaeaea;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #333333;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.857rem;
    color: #333333;
    border-radius: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #eaeaea;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.571rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 4.285rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.999rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 7.713rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 9.427rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 0.857rem 1rem;
  border: 1px solid #c8c8c8;
  color: #333333;
  background: #f4f4f4;
  font-weight: 700;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #005b9f;
  background: #005b9f;
  color: #ffffff;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0;
  border: 1px solid #c8c8c8;
  background: #ffffff;
  color: #333333;
  margin-bottom: 2px;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 2px;
}
.p-slidemenu {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-slidemenu .p-slidemenu-list {
  padding: 0;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #eaeaea;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #333333;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #333333;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.857rem;
  color: #333333;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: background-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #333333;
  border: 1px solid #dee2e6;
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #848484;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #007ad9;
  color: #ffffff;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 700;
  color: #333333;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #d8dae2;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: transparent;
  border: 0 none;
  border-width: 1px;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 2px;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: 1px solid #c8c8c8;
  border-width: 1px;
  border-color: #c8c8c8;
  background: #f4f4f4;
  color: #333333;
  padding: 0.857rem 1rem;
  font-weight: 700;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  margin: 0 0 -1px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #dbdbdb;
  border-color: #dbdbdb;
  color: #333333;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #007ad9;
  border-color: #007ad9;
  color: #ffffff;
}
.p-tieredmenu {
  padding: 0;
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.857rem;
  color: #333333;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #333333;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #eaeaea;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #333333;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #8dcdff;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-tieredmenu .p-submenu-list {
  padding: 0;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-tieredmenu .p-menuitem {
  margin: 0;
}
.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #eaeaea;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #333333;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #333333;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #d8dae2;
  margin: 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-inline-message {
  padding: 0.5rem;
  margin: 0;
  border-radius: 3px;
}
.p-inline-message.p-inline-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #212121;
}
.p-inline-message.p-inline-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #212121;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 3px;
}
.p-message .p-message-wrapper {
  padding: 1rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-message.p-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-info .p-message-icon {
  color: #212121;
}
.p-message.p-message-info .p-message-close {
  color: #212121;
}
.p-message.p-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-success .p-message-icon {
  color: #212121;
}
.p-message.p-message-success .p-message-close {
  color: #212121;
}
.p-message.p-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-warn .p-message-icon {
  color: #212121;
}
.p-message.p-message-warn .p-message-close {
  color: #212121;
}
.p-message.p-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-message.p-message-error .p-message-icon {
  color: #212121;
}
.p-message.p-message-error .p-message-close {
  color: #212121;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: normal;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}
.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 0.5rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #7fbcec;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #b7d8b7;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #ffe399;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #f8b7bd;
  border: 0 none;
  border-width: 0;
  color: #212121;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #212121;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #ebedef;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ebedef;
}
.p-galleria .p-galleria-item-nav {
  background: rgba(0, 0, 0, 0.2);
  color: #aeb6bf;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(0, 0, 0, 0.3);
  color: #ebedef;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #ebedef;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #f4f4f4;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #eaeaea;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #007ad9;
  color: #ffffff;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #007ad9;
  color: #ffffff;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #aeb6bf;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #aeb6bf;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-galleria-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-avatar {
  background-color: #c8c8c8;
  border-radius: 3px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}
.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}
.p-badge {
  background: #007ad9;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #607D8B;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #34A835;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #007ad9;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #ffba01;
  color: #333333;
}
.p-badge.p-badge-danger {
  background-color: #e91224;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-blockui.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-chip {
  background-color: #c8c8c8;
  color: #333333;
  border-radius: 16px;
  padding: 0 0.429rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.2145rem;
  margin-bottom: 0.2145rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}
.p-chip img {
  width: 1.929rem;
  height: 1.929rem;
  margin-left: -0.429rem;
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-inplace .p-inplace-display {
  padding: 0.429rem 0.429rem;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #eaeaea;
  color: #333333;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #8dcdff;
}
.p-progressbar {
  border: 0 none;
  height: 24px;
  background: #eaeaea;
  border-radius: 3px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #007ad9;
}
.p-progressbar .p-progressbar-label {
  color: #333333;
  line-height: 24px;
}
.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #f4f4f4;
}
.p-skeleton {
  background-color: #eaeaea;
  border-radius: 3px;
}
.p-skeleton:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.p-tag {
  background: #007ad9;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
}
.p-tag.p-tag-success {
  background-color: #34A835;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #007ad9;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #ffba01;
  color: #333333;
}
.p-tag.p-tag-danger {
  background-color: #e91224;
  color: #ffffff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.p-terminal {
  background: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8;
  padding: 0.571rem 1rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.p-panel .p-panel-header .p-panel-header-icon {
  color: #848484;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #333333;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  color: #848484;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #333333;
}
/* Customizations to the designer theme should be defined here */

.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-button-label{transition:all .2s}.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-disabled{cursor:default !important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.png') no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.png') no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1.0,1.0);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}
