@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/solid.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");

.fg-color-blue {
  color: #194CBB;
}

.fg-color-hover-blue {
  color: #012673;
}

.fg-color-light-blue {
  color: #F7F9FA;
}

.fg-color-dark-blue {
  color: #05193B;
}

.fg-color-charcoal {
  color: #19191A;
}

.fg-color-white {
  color: #fff;
}

.fg-color-dark-grey {
  color: #4C4F54;
}

.fg-color-product-title-grey {
  color: #69696A;
}

.fg-color-grey {
  color: #A3ACBD;
}

.fg-color-light-grey {
  color: #EFEFF0;
}

.fg-color-mid-grey {
  color: #939393;
}

.fg-color-off-grey {
  color: #e3e5e6;
}

.fg-color-border-grey {
  color: #CAD0DC;
}

.fg-color-off-white {
  color: #f2f2f2;
}

.fg-color-black {
  color: #000;
}

.fg-color-text-color {
  color: #2A2C30;
}

.fg-color-orange {
  color: #F79962;
}

.fg-color-dark-orange {
  color: #BA561F;
}

.fg-color-green {
  color: #AACF32;
}

.fg-color-note-grey {
  color: #e0dede;
}

.fg-color-article-note-grey {
  color: #F1F2F3;
}

.fg-color-red {
  color: #e4091e;
}

.fg-color-purple {
  color: #852680;
}

.fg-color-voilet {
  color: #5E497A;
}

.fg-color-c-green {
  color: #03A0A7;
}

.bg-color-blue {
  background-color: #194CBB;
}

.bg-color-hover-blue {
  background-color: #012673;
}

.bg-color-light-blue {
  background-color: #F7F9FA;
}

.bg-color-dark-blue {
  background-color: #05193B;
}

.bg-color-charcoal {
  background-color: #19191A;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-dark-grey {
  background-color: #4C4F54;
}

.bg-color-product-title-grey {
  background-color: #69696A;
}

.bg-color-grey {
  background-color: #A3ACBD;
}

.bg-color-light-grey {
  background-color: #EFEFF0;
}

.bg-color-mid-grey {
  background-color: #939393;
}

.bg-color-off-grey {
  background-color: #e3e5e6;
}

.bg-color-border-grey {
  background-color: #CAD0DC;
}

.bg-color-off-white {
  background-color: #f2f2f2;
}

.bg-color-black {
  background-color: #000;
}

.bg-color-text-color {
  background-color: #2A2C30;
}

.bg-color-orange {
  background-color: #F79962;
}

.bg-color-dark-orange {
  background-color: #BA561F;
}

.bg-color-green {
  background-color: #AACF32;
}

.bg-color-note-grey {
  background-color: #e0dede;
}

.bg-color-article-note-grey {
  background-color: #F1F2F3;
}

.bg-color-red {
  background-color: #e4091e;
}

.bg-color-purple {
  background-color: #852680;
}

.bg-color-voilet {
  background-color: #5E497A;
}

.bg-color-c-green {
  background-color: #03A0A7;
}

.border-color-blue {
  border: 1px solid #194CBB;
}

.border-color-hover-blue {
  border: 1px solid #012673;
}

.border-color-light-blue {
  border: 1px solid #F7F9FA;
}

.border-color-dark-blue {
  border: 1px solid #05193B;
}

.border-color-charcoal {
  border: 1px solid #19191A;
}

.border-color-white {
  border: 1px solid #fff;
}

.border-color-dark-grey {
  border: 1px solid #4C4F54;
}

.border-color-product-title-grey {
  border: 1px solid #69696A;
}

.border-color-grey {
  border: 1px solid #A3ACBD;
}

.border-color-light-grey {
  border: 1px solid #EFEFF0;
}

.border-color-mid-grey {
  border: 1px solid #939393;
}

.border-color-off-grey {
  border: 1px solid #e3e5e6;
}

.border-color-border-grey {
  border: 1px solid #CAD0DC;
}

.border-color-off-white {
  border: 1px solid #f2f2f2;
}

.border-color-black {
  border: 1px solid #000;
}

.border-color-text-color {
  border: 1px solid #2A2C30;
}

.border-color-orange {
  border: 1px solid #F79962;
}

.border-color-dark-orange {
  border: 1px solid #BA561F;
}

.border-color-green {
  border: 1px solid #AACF32;
}

.border-color-note-grey {
  border: 1px solid #e0dede;
}

.border-color-article-note-grey {
  border: 1px solid #F1F2F3;
}

.border-color-red {
  border: 1px solid #e4091e;
}

.border-color-purple {
  border: 1px solid #852680;
}

.border-color-voilet {
  border: 1px solid #5E497A;
}

.border-color-c-green {
  border: 1px solid #03A0A7;
}

label, p {
  margin: 0;
}

button {
  border: none;
}

html body {
  font-family: "Inter", sans-serif;
  min-height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #2A2C30;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .fa {
  font-size: 1rem;
}
html body h3 {
  font-weight: 400;
}
html body strong, html body b {
  font-weight: 500;
}
html body .text-linethrough {
  text-decoration: line-through;
}
html body .text-linethrough:hover {
  text-decoration: line-through;
}

.select-primary {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  height: calc(1.25rem + 2px) !important;
  color: #194CBB;
  padding: 0;
}
.select-primary.form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
  color: #194CBB;
}
.select-primary:after {
  content: "\f13a";
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 1;
  width: 10%;
  height: 100%;
  pointer-events: none;
}

.header-link {
  position: relative;
  display: inline-block;
  padding: 0.1rem 0.5rem;
  text-decoration: none;
  -webkit-touch-callout: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  color: #194CBB;
  border: none;
}
.header-link.active, .header-link:hover {
  text-decoration: none;
  color: #000;
}
.header-link.active:after, .header-link:hover:after {
  content: "";
  width: 100%;
  background: #194CBB;
  height: 4px;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.main-nav .header-link {
  padding: 1rem;
}

footer {
  background: #05193B;
  padding: 1rem;
  color: #fff;
  font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0.8rem !important;
  }
}
html body #app {
  background-color: #EFEFF0;
  min-height: 100%;
  min-width: 100%;
}
html body .main-wrapper.container {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: calc(100vh - 152px);
}
html body .main-wrapper .table th {
  border-top: none;
}
html body .main-wrapper button:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  html body .main-wrapper .container.zs-custom-container.expand {
    max-width: 1320px;
  }
}
html body .btn-sm {
  min-width: 100px;
}
html body .btn-primary {
  background-color: #194CBB;
}
html body .btn-primary:hover {
  background-color: #194CBB;
}
html body a {
  color: #194CBB;
  text-decoration: none;
}
html body a:hover {
  text-decoration: none;
  color: #012673;
}
html body .fw-200 {
  font-weight: 200;
}
html body .fw-500 {
  font-weight: 500;
}
html body p + p {
  margin-top: 12px;
}
html body img {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
html body .form-control-label {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  html .pe-md-7 {
    padding-right: 7rem !important;
  }
}
@media screen and (min-width: 992px) {
  html .col-side-tab {
    flex: 0 0 auto;
    width: 26%;
  }
}

.react-autosuggest__container {
  position: relative;
  height: 100%;
  border-top-left-radius: 5px;
}
.react-autosuggest__container:not(.react-autosuggest__container--open) {
  border-bottom-left-radius: 5px;
}

.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 9px 20px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 39px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  max-height: 560px;
  overflow: scroll;
  box-shadow: 0 2px 4px 0 rgba(42, 44, 48, 0.3);
  border-top: 1px solid #EFEFF0;
  max-width: calc(100% + 158px);
}

.main-wrapper {
  min-height: calc(100vh - 172px);
}

.panel {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 4px 0 rgba(42, 44, 48, 0.1);
  border-radius: 5px;
  height: 100%;
  min-height: 317px;
}
.panel .small-head {
  font-size: 0.8rem;
  color: #A3ACBD;
}

.border {
  border: 1px solid #EFEFF0 !important;
}

.side-tab {
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
  border: 1px solid #D0D1D3;
  overflow: hidden;
}
.side-tab .tab {
  display: flex;
  position: relative;
  padding: 0.3rem 4px;
  font-size: 0.9rem;
  cursor: pointer;
}
.side-tab .tab:last-child {
  border-bottom: none;
}
.side-tab .tab img {
  height: auto;
  align-self: center;
  max-height: 23px;
  margin: 9px 3px;
}
.side-tab .tab span {
  align-self: center;
}
.side-tab .tab:not(.children).active, .side-tab .tab:not(.children):hover {
  padding: 0.3rem 0;
  border-left: 4px solid #05193B;
  background: #F4F7F7;
}
.side-tab .tab .icon-parent {
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
}
.side-tab .tab-parent:first-child .product-tab-button {
  border-left: none;
}
.side-tab .tab-parent.active .product-tab-button {
  background-color: #fff;
  border-bottom: none;
}
.side-tab .tab-parent .product-tab-button {
  background-color: #EFEFF0;
  border-bottom: 1px solid #D0D1D3;
  border-left: 1px solid #D0D1D3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
}
.side-tab .tab-parent .product-tab-button:hover {
  background-color: #fff;
}
.side-tab .tab-parent .product-tab-button:hover h6 {
  color: #2A2C30;
}
.side-tab .tab-parent .product-tab-button img {
  max-height: 40px;
  max-width: 60px;
}

.fixed-search-bar {
  position: absolute;
  right: 70px;
  top: 20px;
}
@media all and (max-width: 768px) {
  .fixed-search-bar {
    right: 20px;
  }
}

ul.listing {
  padding: 0;
  margin: 0;
}
ul.listing > li {
  list-style: none;
  border-bottom: 1px solid #CAD0DC;
  padding: 0 20px;
}
ul.listing > li .list {
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #000;
  user-select: none;
}
ul.listing > li .list.active {
  padding-bottom: 4px;
}
ul.listing > li .list .fa {
  font-size: 1.8rem;
  margin-right: 20px;
}
ul.listing > li .article {
  padding: 6px 0px;
  display: flex;
  position: relative;
  align-items: center;
  color: #194CBB;
}
ul.listing > li .article:hover {
  color: #012673;
}
ul.listing > li .article .new-article:before {
  color: #19191A;
  background-color: #F79962;
  position: absolute;
  content: attr(data-content);
  border-radius: 3px;
  left: -33px;
  font-size: 10px;
  padding: 0px 2px;
  top: 11px;
  height: 15px;
  font-weight: 500;
  line-height: 14px;
  width: fit-content;
  white-space: nowrap;
}
ul.listing > li:first-child {
  border-top: 1px solid #CAD0DC;
}
ul.listing > li .list {
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #000;
  user-select: none;
}
ul.listing > li .list.active {
  padding-bottom: 4px;
}
ul.listing > li .list .fa {
  font-size: 1.8rem;
  margin-right: 20px;
}
ul.listing > li .article {
  padding: 6px 0;
  display: flex;
  position: relative;
  align-items: center;
  color: #194CBB;
}
ul.listing > li .article.active {
  text-decoration: underline;
}
ul.listing > li .new-article:before {
  border: 1px solid orange;
  color: orange;
  position: absolute;
  content: "NEW";
  border-radius: 3px;
  left: -30px;
  font-size: 0.52rem;
  padding: 0 3px;
  top: 13px;
  width: fit-content;
  white-space: nowrap;
  height: 15px;
  font-weight: 600;
}
ul.listing > li svg {
  font-size: 1rem;
  margin-right: 10px;
}
ul.listing .active + .child {
  visibility: visible;
  height: auto;
}
ul.listing .active + .child + .child {
  visibility: visible;
  height: auto;
}
ul.listing .child {
  padding: 0;
  visibility: hidden;
  height: 0;
}
ul.listing .child > li {
  border: none;
  font-weight: 400;
  list-style: none;
  padding: 0 20px;
}
ul.listing .child > li .list {
  padding: 4px 0 !important;
}
ul.listing .child > li:last-child {
  padding-bottom: 0;
}
ul.listing .border-top {
  border-top: 1px solid #D0D1D3;
}
ul.listing .border-bottom {
  border-bottom: 1px solid #D0D1D3;
}
ul.listing .list-icon {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
ul.listing .list-icon:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  text-align: center;
  content: "\f054";
}
ul.listing .active.list .list-icon:before {
  content: "\f078";
  margin-left: -3px;
}
ul.listing.parent-article-category > li:last-child {
  border-bottom: none;
}
ul.listing.parent-article-category > li .article {
  padding: 8px 0;
}

.article-icon-parent {
  position: absolute;
  width: 50px;
  transform: translateX(-100%);
}
@media all and (max-width: 992px) {
  .article-icon-parent {
    margin-left: 14px;
  }
}
@media all and (max-width: 768px) {
  .article-icon-parent {
    display: none;
  }
}

.article-icon {
  max-width: 50px;
  max-height: 50px;
  filter: grayscale(100%);
  width: 100%;
}

ul.blue-bullet {
  padding-left: 20px;
  list-style: none !important;
}
ul.blue-bullet li {
  margin-bottom: 5px;
}
ul.blue-bullet li:last-child {
  margin: 0;
}
ul.blue-bullet:not(.triangle) > li::before {
  content: "•";
  color: #05193B;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.blue-bullet.triangle > li {
  list-style: none;
}
ul.blue-bullet.triangle > li > a[aria-expanded] {
  position: relative;
}
ul.blue-bullet.triangle > li > a[aria-expanded]::before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  text-align: center;
  content: "\f105";
  font-weight: 900;
  margin-right: 10px;
  position: absolute;
  top: -0.15em;
  left: -1em;
}
ul.blue-bullet.triangle > li > a[aria-expanded=true]::before {
  content: "\f107";
}

.phone-country .border {
  height: 100%;
}

.dark-table .header {
  background: rgba(243, 170, 0, 0.5);
}
.dark-table .row {
  padding: 1rem 0;
}
.dark-table .row:nth-child(2n+1) {
  background: #e0dede;
}
.dark-table .row:first-child {
  background: rgba(243, 170, 0, 0.5);
}

ul.tools-parent {
  list-style: none;
  padding-left: 0;
}
ul.tools-parent ul {
  list-style: none;
  padding-left: 20px;
  border-bottom: 1px solid #A3ACBD;
}
ul.tools-parent li a {
  padding: 0.5rem 15px;
  border-bottom: 1px solid #A3ACBD;
  display: block;
}
ul.tools-parent li:first-child a {
  border-top: 1px solid #A3ACBD;
}
ul.tools-parent li .child li a {
  border: none;
}
ul.tools-parent li .icon {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
ul.tools-parent li .collapsed.list-icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-align: center;
  content: "\f054";
  margin-right: 10px;
}
ul.tools-parent li .list-icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-align: center;
  content: "\f078";
  margin-right: 10px;
}
ul.tools-parent li .external-icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-align: center;
  content: "\f35d";
  margin-right: 10px;
}
ul.tools-parent li .internal-icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  text-align: center;
  content: "\f111";
  margin-right: 10px;
  top: -3px;
  position: relative;
  color: #19191A;
}

.find-more {
  font-weight: 400;
  margin-left: -18px;
}
.find-more:hover {
  color: #012673;
}

.half-layout li {
  flex-basis: 46%;
  margin-right: 4%;
}
.half-layout li:first-child a {
  border-top: 1px solid #A3ACBD;
}
.half-layout li:nth-child(2n) {
  margin-right: 0;
}
.half-layout li:nth-child(2) a {
  border-top: 1px solid #A3ACBD;
}

.filter-dropdown {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  position: relative;
  padding-left: 18px;
}
.filter-dropdown:before {
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  text-align: center;
  content: "\f0b0";
  color: #194CBB;
  position: absolute;
  top: 8px;
  left: 25px;
  z-index: 1;
}
.filter-dropdown .dropdown {
  width: 280px;
}
.filter-dropdown .dropdown button.btn {
  width: 100%;
  background: #fff !important;
  color: #194CBB !important;
  border-radius: 0;
  text-align: unset;
  border: 1px solid #A3ACBD !important;
  outline: none;
  box-shadow: none;
  padding-left: 27px;
  padding-right: 27px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-dropdown .dropdown button.btn:hover {
  color: #194CBB;
  border: 1px solid #A3ACBD;
  background-color: transparent;
}
.filter-dropdown .dropdown button.btn:active {
  color: #194CBB !important;
  border: 1px solid #A3ACBD !important;
  background-color: transparent !important;
}
.filter-dropdown .dropdown button.btn:focus {
  box-shadow: none !important;
}
.filter-dropdown .dropdown .dropdown-toggle:after {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  border: none;
}
.filter-dropdown .dropdown .dropdown-menu.show {
  transform: unset !important;
  will-change: unset !important;
  top: 39px !important;
}
@media (max-height: 800px) and (orientation: landscape) {
  .filter-dropdown .dropdown .dropdown-menu.show {
    overflow: scroll;
    height: 70vh;
  }
}
.filter-dropdown .dropdown.show .dropdown-toggle:after {
  content: "\f077";
}
.filter-dropdown .dropdown .dropdown-item {
  color: rgb(102, 102, 102);
  font-size: 0.95rem;
}
.filter-dropdown .dropdown .dropdown-item:active {
  color: #194CBB;
  text-decoration: none;
  background-color: #EFEFF0;
  outline: none;
}
.filter-dropdown.filter-selected .dropdown button.btn {
  color: #939393 !important;
}

.footer-links a {
  font-size: 0.9rem;
  color: #EFEFF0;
}
.footer-links a:hover {
  color: #A3ACBD;
}

/* Hide the browser's default checkbox */
.form-check {
  text-align: left;
  margin-bottom: 10px;
  font-size: 0.9rem;
  padding-left: 0.5rem;
}
.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox */
.checkmark {
  position: relative;
  top: 4px;
  left: -8px;
  height: 18px;
  width: 18px;
  display: inline-block;
  border: 1px solid #A3ACBD;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-check, .form-check-label {
  cursor: pointer;
}
.form-check:hover input ~ .checkmark, .form-check-label:hover input ~ .checkmark {
  background-color: #A3ACBD;
}
.form-check input:checked ~ .checkmark, .form-check-label input:checked ~ .checkmark {
  background-color: #194CBB;
  border: none;
}
.form-check input:checked ~ .checkmark:after, .form-check-label input:checked ~ .checkmark:after {
  display: block;
}

.feedback-icon {
  background-color: #194CBB;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 100px;
  font-size: 14px;
  z-index: 1;
  border: none;
  padding: 5px 8px;
  line-height: 1;
}
.feedback-icon:focus {
  box-shadow: none;
}
.feedback-icon:hover {
  background-color: #194CBB;
}
.feedback-icon:after {
  position: absolute;
  bottom: -4px;
  right: 6px;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #194CBB;
  border-top: 5px solid #194CBB;
  border-right: 3px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.header-feedback-icon {
  position: relative;
  top: -2px;
  background: none;
  border: none;
  padding: 10px 0;
}
.header-feedback-icon:focus {
  box-shadow: none;
  background: none;
}
.header-feedback-icon:active {
  box-shadow: none;
  background: none !important;
}
.header-feedback-icon:hover {
  background: none;
}

.pagination {
  flex-wrap: wrap;
}

.text-underline {
  text-decoration: underline;
}

.round-button {
  height: 30px;
  width: 30px;
  margin-bottom: 12px;
  background-color: #194CBB;
  box-shadow: 0 0 10px 0 #D0D1D3;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
}
.round-button.inline-help {
  position: fixed;
  left: 50%;
  transform: translate(1660%);
}
.round-button:before {
  content: "\f103";
  font-family: "Font Awesome 5 Pro";
}
.round-button.expand:before {
  content: "\f102";
  font-family: "Font Awesome 5 Pro";
}

.article-icons .round-button {
  display: block;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}

.font-code {
  font-family: "Courier New";
}

.panel-icons {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  right: 53px;
  top: 140px;
}
@media all and (max-width: 768px) {
  .panel-icons .position-fixed {
    top: 50%;
  }
}
.panel-icons .file-pdf-icon {
  display: block;
}
.panel-icons .round-button {
  position: unset;
  transform: none;
  display: block;
}
.panel-icons .file-alt-icon {
  height: 30px;
  width: 30px;
  color: #194CBB;
  outline: none;
}
.panel-icons .round-button + img, .panel-icons .round-button + .file-alt-icon {
  margin-top: 0px !important;
}
.panel-icons svg {
  height: 30px;
  width: 30px !important;
  color: #194CBB;
}

.top-bar {
  box-shadow: 0 7px 5px -7px #ccc;
  background: #fff;
}
.top-bar .logo {
  width: 180px;
  align-self: center;
  margin: 15px 0;
}
.top-bar .fedramp {
  width: auto;
  max-height: 37px;
  margin-left: 10px;
}
@media all and (max-width: 992px) {
  .top-bar .rss a {
    margin: 6px auto;
  }
}
.top-bar .select-wrapper {
  position: relative;
  color: #194CBB;
}
.top-bar .select-wrapper .selector {
  color: #194CBB;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  margin-right: 10px;
  box-shadow: none;
}
.top-bar .select-wrapper:after {
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  content: "\f107";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
  pointer-events: none;
}
@media all and (min-width: 1200px) {
  .top-bar .user-menu:last-child {
    margin-right: 0px;
  }
}
.top-bar .user-menu button.btn {
  background: none;
  color: #19191A;
  border: none;
  padding: 0.375rem 1.75rem 0.375rem 0.5rem;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-align: left;
}
.top-bar .user-menu button.btn a {
  color: #19191A;
}
.top-bar .user-menu button.btn a:focus {
  color: #19191A;
}
.top-bar .user-menu button.btn.dropdown-toggle:after {
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  content: "\f107";
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 11px;
  border: none;
  pointer-events: none;
}
.top-bar .user-menu button.btn.dropdown-toggle [data-icon=globe] {
  padding-bottom: 2px;
  margin-bottom: -2px;
}
.top-bar .user-menu button.btn:focus, .top-bar .user-menu button.btn:active {
  background: none !important;
  color: #19191A !important;
  border: none !important;
  box-shadow: none !important;
}
.top-bar .user-menu button.btn:hover {
  border-bottom: 0.1rem solid #194CBB;
  border-radius: 0;
  padding: 0.375rem 1.75rem 0.275rem 0.5rem;
}
.top-bar .user-menu.with-search button.btn {
  width: auto;
  text-align: center;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .top-bar .user-menu.with-search button.btn {
    padding-left: 30px;
  }
}
.top-bar .user-menu .dropdown-menu {
  top: -3px !important;
  min-width: 6rem !important;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) {
  color: #194CBB;
  font-size: 0.9rem;
  padding: 0;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) .menu-icon-parent {
  min-width: 28px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) .menu-icon-parent .menu-icon {
  max-width: 25px;
  max-height: 20px;
  margin: 0;
  color: red;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) .menu-icon-parent .menu-icon[class*=icon-fair-use-customer-data] {
  max-height: 25px;
  margin-left: 3px;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) a {
  cursor: pointer;
  display: block;
  padding: 0.56rem 0.5rem;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) a:hover {
  background: #F7F9FA;
  color: #012673;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) a:hover .menu-icon {
  filter: hue-rotate(-19deg) saturate(98%) brightness(50%) contrast(100%);
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) .user-menu {
  padding: 3px 0px;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) .user-menu button {
  font-weight: 400;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) .user-menu:hover {
  background: #F7F9FA;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) .user-menu:hover button {
  color: #012673;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item) .user-menu:hover .menu-icon {
  filter: hue-rotate(-19deg) saturate(98%) brightness(50%) contrast(100%);
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item):active, .top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item):hover {
  background: none;
}
.top-bar .user-menu .dropdown-menu .dropdown-item:not(.globe-item):focus {
  outline: none;
}
.top-bar .user-menu.show .dropdown-toggle {
  border-bottom: 0.1rem solid #194CBB;
  border-radius: 0;
  padding: 0.375rem 1.75rem 0.275rem 0.5rem;
}
.top-bar .user-menu.children {
  padding-right: 12px;
  margin-right: unset;
}
.top-bar .user-menu.children button.dropdown-toggle {
  border: none;
  color: #194CBB;
  width: 100%;
  text-align: left;
  font-size: unset;
}
.top-bar .user-menu.children button.dropdown-toggle:after {
  font: normal normal normal 14px/1 "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  position: absolute;
  right: -5px;
  border: none;
  pointer-events: none;
}
.top-bar .user-menu.children .dropdown-menu {
  left: 13px !important;
}

.usermenu {
  border-bottom: 1px solid #A3ACBD;
  background: #000;
}
.usermenu a {
  font-size: 0.8rem;
  line-height: 1;
  height: 100%;
  display: block;
  float: left;
  padding: 10px 18px 10px;
  border-right: 1px solid #939393;
  color: #fff;
  font-weight: bold;
}
.usermenu a:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%);
}
.usermenu:first-child {
  padding-left: 0;
}
@media all and (max-width: 900px) {
  .usermenu .row {
    display: block;
  }
  .usermenu .row a {
    width: 140px;
    font-size: 0.75rem;
  }
}
.usermenu.fixed-top + .top-bar {
  margin-top: 35px;
}
.usermenu.fixed-top + .comment-bar {
  margin-top: 33px;
}
.usermenu.fixed-top + .comment-bar + .top-bar, .usermenu.fixed-top + .comment-bar ~ .c-alert {
  margin-top: 73px;
}
@media all and (min-width: 560px) and (max-width: 900px) {
  .usermenu.fixed-top + .top-bar, .usermenu.fixed-top + .comment-bar {
    margin-top: 67px;
  }
  .usermenu.fixed-top + .comment-bar + .top-bar, .usermenu.fixed-top + .comment-bar ~ .c-alert {
    margin-top: 106px;
  }
}
@media all and (max-width: 560px) {
  .usermenu.fixed-top + .top-bar, .usermenu.fixed-top + .comment-bar {
    margin-top: 101px;
  }
  .usermenu.fixed-top + .comment-bar + .top-bar, .usermenu.fixed-top + .comment-bar ~ .c-alert {
    margin-top: 140px;
  }
}

.comment-bar {
  text-align: center;
  padding: 0.4rem 1.25rem;
  color: #fff;
  font-size: 0.9rem;
}
.comment-bar.banner-read {
  background-color: #4C4F54;
  color: #fff;
}
.comment-bar.banner-comment {
  background-color: #194CBB;
  color: #fff;
}
.comment-bar.fixed-top + .top-bar {
  margin-top: 38px;
}
.comment-bar.fixed-top ~ .c-alert {
  margin-top: 38px;
}

.c-alert {
  width: 20%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.static-message {
  top: 0;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  padding-right: 3rem;
}
.static-message small {
  font-size: 0.8rem;
}
.static-message .close {
  padding: 0.25rem 1.25rem;
}
.static-message .close:focus {
  outline: none;
}

.globe-item {
  color: #194CBB;
  font-size: 0.9rem;
  cursor: pointer;
  display: block;
  padding: 0.3rem 0.5rem;
}
.globe-item:focus {
  outline: none;
}
.globe-item.active {
  cursor: unset;
  pointer-events: none;
  background-color: #194CBB;
}
.globe-item:hover {
  background: #F7F9FA;
  color: #194CBB;
}

.helper-wrapper div {
  margin: 0;
  margin-right: 10px;
  display: inline-flex;
}
.helper-wrapper div span {
  height: 6px;
  width: 6px;
  margin-right: 0.5rem;
  background: red;
  display: inline-block;
  border-radius: 50%;
  align-items: center;
  align-self: center;
}
.helper-wrapper div span.danger {
  background: red;
}
.helper-wrapper div span.warning {
  background: red;
}
.helper-wrapper div span.info {
  background: red;
}

.info-wrapper a:hover {
  text-decoration: none;
  color: #194CBB !important;
}
.modal-content .confirm-header {
  display: block !important;
  text-align: center;
  border-bottom: 0;
}
.modal-content .confirm-footer {
  display: block !important;
  text-align: center;
  border-top: 0;
  padding-bottom: 15px;
}

.page-link {
  color: #194CBB;
}

.form-control {
  border: 0;
  border-bottom: 2px solid #194CBB;
  padding: 0.4rem 0.2rem;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #012673;
}

select.form-control {
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.modal-form .form-control-label {
  font-weight: 600;
}
.modal-form .btn {
  border-radius: 2px;
}
.modal-form .btn:focus {
  background: #194CBB;
  color: #ffffff;
}

.custom-message {
  margin-top: -10px;
  margin-bottom: 10px;
}

mark {
  background-color: yellow;
  padding: 0;
}

.btn-outline-primary {
  color: #194CBB;
  border-color: #194CBB;
}
.btn-outline-primary:hover {
  background-color: #194CBB;
  border-color: #194CBB;
}
.btn-outline-primary:focus {
  outline: none;
  box-shadow: none;
}

.sow-form input[type=text], .sow-form input[type=email], .sow-form .form-control {
  border: none;
  background: #F4F7F7 !important;
  border-radius: 5px;
  padding: 0.4rem 0.5rem;
}
.sow-form textarea.form-control {
  min-height: 150px;
}

.breadcrumbs {
  display: flex;
  margin: 2rem 0;
  padding: 0;
  flex-wrap: wrap;
}
.breadcrumbs li {
  float: left;
  list-style: none;
}
.breadcrumbs li .list-icon {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0 6px;
}
.breadcrumbs li .list-icon:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  text-align: center;
  content: "\f054";
  color: #19191A;
}

.loading-wrapper {
  margin: 2em auto;
  width: 40px;
  height: 50px;
  position: relative;
}
.loading-wrapper.small {
  width: 20px;
  height: 30px;
}

.loading-box {
  display: block;
  position: absolute;
  top: 39px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  max-height: 350px;
  overflow: scroll;
  border: 1px solid #EFEFF0;
  min-height: 40px;
}

.article-page ul:not([style*=list-style-type]):not(.triangle) {
  list-style-type: disc;
}
.article-page ul:not(.triangle) ul:not([style*=list-style-type]):not(.triangle) {
  list-style-type: circle;
}
.article-page ul:not(.triangle) ol ul:not([style*=list-style-type]):not(.triangle),
.article-page ul:not(.triangle) ul:not(.triangle) ul:not([style*=list-style-type]):not(.triangle) {
  list-style-type: square;
}
.article-page ol:not([style*=list-style-type]):not([type]) {
  list-style-type: decimal;
}
.article-page ol ol:not([style*=list-style-type]):not([type]) {
  list-style-type: lower-alpha;
}
.article-page ol ol ol:not([style*=list-style-type]):not([type]) {
  list-style-type: lower-roman;
}
.article-page [data-class=ul-class], .article-page [data-class=ol-class] {
  display: block;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.article-page [data-class=ul-class]:not([style*=list-style-type]):not(.triangle) {
  list-style-type: disc;
  margin-block-start: 1em;
}
.article-page [data-class=ul-class]:not(.triangle) [data-class=ul-class]:not([style*=list-style-type]):not(.triangle) {
  list-style-type: circle;
}
.article-page [data-class=ul-class]:not(.triangle) [data-class=ol-class] [data-class=ul-class]:not([style*=list-style-type]),
.article-page [data-class=ul-class]:not(.triangle) [data-class=ul-class]:not(.triangle) [data-class=ul-class]:not([style*=list-style-type]):not(.triangle) {
  list-style-type: square;
}
.article-page .release-notes ul:not([style*=list-style-type]):not(.listing):not(child):not(triangle) {
  list-style-type: disc !important;
}
.article-page .release-notes ul:not(.listing):not(child):not(triangle) ul:not([style*=list-style-type]):not(.listing):not(child):not(triangle) {
  list-style-type: circle !important;
}
.article-page .release-notes ul:not(.listing):not(child):not(triangle) ol ul:not([style*=list-style-type]):not(.listing):not(child):not(triangle),
.article-page .release-notes ul:not(.listing):not(child):not(triangle) ul:not(.listing):not(child):not(triangle) ul:not([style*=list-style-type]):not(.listing):not(child):not(triangle) {
  list-style-type: square !important;
}
.article-page .release-notes [data-class=ul-class]:not([style*=list-style-type]):not(.listing):not(child):not(triangle) {
  list-style-type: disc !important;
  margin-block-start: 1em;
}
.article-page .release-notes [data-class=ul-class]:not(.listing):not(child):not(triangle) [data-class=ul-class]:not([style*=list-style-type]):not(.listing):not(child):not(triangle) {
  list-style-type: circle !important;
}
.article-page .release-notes [data-class=ul-class]:not(.listing):not(child):not(triangle) [data-class=ol-class] [data-class=ul-class]:not([style*=list-style-type]),
.article-page .release-notes [data-class=ul-class]:not(.listing):not(child):not(triangle) [data-class=ul-class]:not(.listing):not(child):not(triangle) [data-class=ul-class]:not([style*=list-style-type]):not(.listing):not(child):not(triangle) {
  list-style-type: square !important;
}
.article-page [data-class=li-class] {
  display: list-item;
  text-align: -webkit-match-parent;
}
.article-page [data-class=ol-class]:not([style*=list-style-type]):not([type]) {
  list-style-type: decimal;
}
.article-page [data-class=ol-class] [data-class=ol-class]:not([style*=list-style-type]):not([type]) {
  list-style-type: lower-alpha;
}
.article-page [data-class=ol-class] [data-class=ol-class] [data-class=ol-class]:not([style*=list-style-type]):not([type]) {
  list-style-type: lower-roman;
}
.article-page [data-class=ol-class] {
  list-style-type: decimal;
  counter-reset: item var(--ol-start, 0);
}
.article-page [data-class=ol-class] > [data-class=li-class] {
  counter-increment: item;
}
.article-page [data-class=ol-class] > [data-class=li-class]::marker {
  content: counter(item, var(--ol-type, decimal)) ". ";
}
.article-page [data-class=ol-class][type] {
  list-style-type: var(--ol-type);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .article-page [data-class=ol-class] > [data-class=li-class] {
      display: block;
      margin-left: -15px;
    }
    .article-page [data-class=ol-class] > [data-class=li-class]::before {
      content: counter(item, var(--ol-type, decimal)) ". ";
    }
  }
}

#normal-article-page {
  margin-top: 1rem;
}

.article-page {
  color: #19191A;
  word-break: break-word;
}
.article-page.lang-ja a.image-icon[aria-expanded=true] {
  color: transparent;
}
.article-page.lang-ja a.image-icon[aria-expanded=true]:after {
  content: "画像を隠す";
}
.article-page dl, .article-page ol, .article-page ul [data-class=ol-class], .article-page [data-class=ul-class] {
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.article-page img {
  max-width: 100%;
}
.article-page [data-align=right] {
  float: right;
  margin-left: 5px;
}
.article-page [data-align=center] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-page [data-align=left] {
  float: left;
  margin-right: 5px;
}
.article-page p {
  margin-top: 0;
  margin-bottom: 0.7rem;
}
.article-page h1 {
  color: #19191A;
  font-size: 1.6rem;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.article-page h2 {
  color: #BA561F;
  font-size: 1.4rem;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
.article-page h3 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #19191A;
}
.article-page h4 {
  font-size: 1.2rem;
}
.article-page h5 {
  font-size: 1.1rem;
}
.article-page ul [data-class=li-class]:last-child, .article-page ul li:last-child, .article-page [data-class=ul-class] [data-class=li-class]:last-child, .article-page [data-class=ul-class] li:last-child, .article-page p [data-class=li-class]:last-child, .article-page p li:last-child {
  margin-bottom: 0;
}
.article-page ul .dash, .article-page [data-class=ul-class] .dash, .article-page p .dash {
  position: relative;
}
.article-page ul .dash::before, .article-page [data-class=ul-class] .dash::before, .article-page p .dash::before {
  font-family: "Font Awesome 5 Pro", serif;
  font-size: 0.8rem;
  text-align: center;
  content: "\f360";
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: -20px;
  color: #194CBB;
}
.article-page ul.triangle > [data-class=li-class], .article-page ul.triangle > li, .article-page [data-class=ul-class].triangle > [data-class=li-class], .article-page [data-class=ul-class].triangle > li, .article-page p.triangle > [data-class=li-class], .article-page p.triangle > li {
  list-style: none;
}
.article-page ul.triangle > li > a[aria-expanded],
.article-page ul.triangle > [data-class=li-class] > a[aria-expanded],
.article-page ul.triangle > a[aria-expanded], .article-page [data-class=ul-class].triangle > li > a[aria-expanded],
.article-page [data-class=ul-class].triangle > [data-class=li-class] > a[aria-expanded],
.article-page [data-class=ul-class].triangle > a[aria-expanded], .article-page p.triangle > li > a[aria-expanded],
.article-page p.triangle > [data-class=li-class] > a[aria-expanded],
.article-page p.triangle > a[aria-expanded] {
  position: relative;
}
.article-page ul.triangle > li > a[aria-expanded]::before,
.article-page ul.triangle > [data-class=li-class] > a[aria-expanded]::before,
.article-page ul.triangle > a[aria-expanded]::before, .article-page [data-class=ul-class].triangle > li > a[aria-expanded]::before,
.article-page [data-class=ul-class].triangle > [data-class=li-class] > a[aria-expanded]::before,
.article-page [data-class=ul-class].triangle > a[aria-expanded]::before, .article-page p.triangle > li > a[aria-expanded]::before,
.article-page p.triangle > [data-class=li-class] > a[aria-expanded]::before,
.article-page p.triangle > a[aria-expanded]::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 0.9rem;
  text-align: center;
  content: "\f105";
  margin-right: 10px;
  position: absolute;
  top: -2px;
  left: -1em;
}
.article-page ul.triangle > li > a[aria-expanded=true]::before,
.article-page ul.triangle > [data-class=li-class] > a[aria-expanded=true]::before,
.article-page ul.triangle > a[aria-expanded=true]::before, .article-page [data-class=ul-class].triangle > li > a[aria-expanded=true]::before,
.article-page [data-class=ul-class].triangle > [data-class=li-class] > a[aria-expanded=true]::before,
.article-page [data-class=ul-class].triangle > a[aria-expanded=true]::before, .article-page p.triangle > li > a[aria-expanded=true]::before,
.article-page p.triangle > [data-class=li-class] > a[aria-expanded=true]::before,
.article-page p.triangle > a[aria-expanded=true]::before {
  content: "\f107";
}
.article-page p.triangle {
  padding-inline-start: 40px;
  margin-bottom: unset;
}
.article-page ol [data-class=li-class]:last-child, .article-page ol li:last-child, .article-page [data-class=ol-class] [data-class=li-class]:last-child, .article-page [data-class=ol-class] li:last-child {
  margin-bottom: 0;
}
.article-page [data-class=ol-class]:not(.listing):not(.child) [data-class=ol-class], .article-page [data-class=ol-class]:not(.listing):not(.child) [data-class=ul-class], .article-page [data-class=ul-class]:not(.listing):not(.child) [data-class=ol-class], .article-page [data-class=ul-class]:not(.listing):not(.child) [data-class=ul-class] {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.article-page ol:not(.listing):not(.child) ol, .article-page ol:not(.listing):not(.child) ul, .article-page ul:not(.listing):not(.child) ol, .article-page ul:not(.listing):not(.child) ul {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.article-page .close-button {
  display: block;
  text-align: right;
  margin-left: auto;
  cursor: pointer;
  color: #194CBB;
  text-decoration: none;
}
.article-page .close-button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  text-align: center;
  content: "\f106";
  margin-right: 10px;
}
.article-page .enlarge-button {
  background: #939393;
  color: #fff;
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 8px;
  border-radius: 25px;
  font-size: 0.8rem;
  display: inline-block;
}
.article-page .enlarge-button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.7rem;
  text-align: center;
  content: "\f31e";
  margin-right: 5px;
}
.article-page a.download {
  text-align: right;
  font-size: 1rem;
}
.article-page a.download::before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  text-align: center;
  content: "\f019";
  margin-right: 5px;
  margin-top: -2px;
  display: inline-block;
}
.article-page .copy-button {
  display: block;
  text-align: right;
  color: #194CBB;
  position: absolute;
  top: 9px;
  right: 9px;
}
.article-page .copy-button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  text-align: center;
  content: "\f0c5";
}
.article-page a.image-icon {
  display: inline-block;
  position: relative;
}
.article-page a.image-icon::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  text-align: center;
  content: "\f03e";
  margin-right: 10px;
  color: #194CBB;
}
.article-page a.image-icon[aria-expanded=true] {
  color: transparent;
}
.article-page a.image-icon[aria-expanded=true]:after {
  content: "Hide image.";
  color: #194CBB;
  position: absolute;
  left: 28px;
  top: 2px;
  word-break: break-word;
  word-wrap: initial;
  white-space: nowrap;
}
.article-page a.iframe-video::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  text-align: center;
  content: "\f03d";
  margin-right: 10px;
}
.article-page a.iframe-video .iframe-modal-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
.article-page a.iframe-video .iframe-modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-page a.url-external::after {
  font-family: "Font Awesome 5 Free";
  text-align: center;
  content: "\f35d";
  position: relative;
  top: -1px;
  font-size: 1rem;
  margin-left: 5px;
}
.article-page a.book-icon:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  text-align: center;
  content: "\f02d";
  margin-right: 10px;
}
.article-page .note {
  padding: 15px 20px;
  background: #F1F2F3;
  position: relative;
  padding-left: 40px;
}
.article-page .note::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  text-align: center;
  content: "\f46d";
  margin-right: 10px;
  color: #194CBB;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
.article-page .caution {
  background: #e0dede;
  position: relative;
  padding: 15px 20px 15px 40px;
}
.article-page .caution::before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  color: #F79962;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 0.95rem;
}
.article-page div.benefits {
  position: relative;
  padding: 0.8rem 20px 0px 40px;
  border-bottom: 1px solid #dee2e6 !important;
  border-top: 1px solid #dee2e6 !important;
  margin-bottom: 0.8rem;
}
.article-page div.benefits::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a3";
  color: #F79962;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 1.1rem;
}
.article-page div.benefits > h1, .article-page div.benefits > h2 {
  margin-top: 0rem;
}
.article-page pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.42857143;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #FAFAFA;
  border: 1px solid #DDE3EA;
  border-radius: 4px;
  font-family: "Courier New";
  position: relative;
}
.article-page pre.copy-text {
  padding-right: 40px;
  padding-top: 30px;
}
.article-page code {
  font-family: "Courier New";
  line-height: 1.42857143;
  font-size: 1rem;
  color: inherit;
}
.article-page table {
  border: none;
  table-layout: fixed;
  word-wrap: break-word;
  background-color: transparent;
  width: 100%;
  margin-bottom: 1.2rem;
}
.article-page table tbody tr th, .article-page table tbody tr td {
  border: none;
  padding: 5px 10px;
}
.article-page table tbody tr th {
  font-weight: 600;
}
.article-page table tbody tr:nth-child(odd) {
  background-color: #EFEFF0;
}
.article-page table tbody tr:first-child {
  background-color: #FDF1D2;
}
.article-page table tbody .main-header {
  background-color: rgba(243, 170, 0, 0.5) !important;
}
.article-page table tbody .sec-header {
  background-color: rgba(253, 241, 210, 0.3) !important;
}
.article-page .rteindent1 {
  margin-left: 40px;
}
.article-page .rteindent2 {
  margin-left: 80px;
}
.article-page .rteindent3 {
  margin-left: 120px;
}
.article-page .rteindent4 {
  margin-left: 160px;
}
.article-page .rteindent5 {
  margin-left: 200px;
}
.article-page .rteindent6 {
  margin-left: 240px;
}
.article-page .rteindent7 {
  margin-left: 280px;
}
.article-page p[class^=rteindent]:not(.note) {
  margin-bottom: 0;
  margin-top: -0.2rem;
}
.article-page [class^=rteindent] + [class^=rteindent] {
  margin-top: 0 !important;
}
.article-page .rteleft {
  text-align: left;
}
.article-page .rteright {
  text-align: right;
}
.article-page .rtecenter {
  text-align: center;
}
.article-page .rtejustify {
  text-align: justify;
}
.article-page .ibimage_left {
  float: left;
}
.article-page .ibimage_right {
  float: right;
}

.release-notes .release-notes-title {
  font-size: 1.3rem;
}
.release-notes h1 {
  color: #BA561F;
  font-size: 1.25rem;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.release-notes h2 {
  color: #19191A;
  font-size: 1.1rem;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
}
.release-notes h3, .release-notes h4, .release-notes h5 {
  font-size: 1rem;
}

.article-main .article-icons, .swagger-page .article-icons {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 45px;
  margin-top: 30px;
  width: 50px;
}
.article-main .article-icons .fa-comments, .swagger-page .article-icons .fa-comments {
  margin-top: -3px;
}
.article-main .article-icons div > *, .swagger-page .article-icons div > * {
  margin-top: unset;
  margin-bottom: 15px !important;
}
.article-main .zs-custom-container .fa-expand, .swagger-page .zs-custom-container .fa-expand {
  color: #194CBB;
  outline: none;
  display: block !important;
  height: 27px;
  width: 30px;
  margin-bottom: 10px;
}
.article-main .zs-custom-container .fa-expand.fa-compress-wide, .swagger-page .zs-custom-container .fa-expand.fa-compress-wide {
  height: 29px;
}

.article-page br[data-cke-filler] {
  display: none;
}

.redirect-comment {
  height: 30px;
  width: 30px !important;
  outline: none;
}
.redirect-comment.grayIcon {
  color: #939393;
}
.redirect-comment.blueIcon {
  color: #194CBB;
}
.redirect-comment.fa-comments {
  margin-top: -4px;
}

.fa-expand + .redirect-comment.fa-comments {
  margin-top: 0px;
}

.redirect-comment-tooltip {
  max-width: 150px !important;
}

.show-ck-actions .ck .ck-annotation__actions .ck-button-resolve {
  display: none !important;
}

.ck-balloon-rotator__content .ck-annotation-wrapper {
  width: 370px !important;
}
.ck-balloon-rotator__content .ck-tooltip {
  width: 50px !important;
}

.hide-toolbar .ck-toolbar-container {
  display: none !important;
}

.ck-annotation {
  position: relative;
}

.comment-popover .popover {
  left: -25px !important;
  top: -10px !important;
}

.link-popover .popover {
  z-index: 100;
}

.popover .popover-inner {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
}

@media screen and (min-width: 1900px) {
  #sidebar {
    width: 470px !important;
    right: 15px !important;
  }
}
#sidebar {
  width: 405px;
  right: 10px;
  position: absolute;
  overflow-y: auto;
  top: 0px;
  height: 100%;
}
#sidebar.inline {
  display: none;
}
#sidebar.narrow {
  width: 100px;
}
#sidebar .ck-sidebar-item {
  z-index: 100;
}

#sidebar::-webkit-scrollbar {
  width: 7px;
  -webkit-appearance: none;
  border-radius: 7px;
}

#sidebar::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.5);
}


.back-to-top {
  height: 40px;
  width: 40px;
  background-color: #194CBB;
  box-shadow: 0 0 10px 0 #D0D1D3;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 90px;
  font-size: 20px;
  z-index: 100;
}
.back-to-top:focus {
  outline: none;
}

.related-article {
  right: 0;
  position: fixed;
  top: 30%;
  transform: translateY(-50%);
  padding: 20px 0;
  width: 360px;
  overflow: visible;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 1;
}
.related-article h5 {
  padding-left: 15px;
}
.related-article .article-parent {
  max-height: 230px;
  overflow-y: auto;
  padding-left: 15px;
}
.related-article .article-parent .article {
  display: block;
  padding-left: 15px;
  margin: 12px 0;
  position: relative;
  line-height: 1.2;
}
.related-article .article-parent .article.active:before {
  top: 4px;
  position: absolute;
  left: 4px;
  content: "";
  height: 16px;
  width: 2px;
  background: #194CBB;
}
.related-article .article-parent .article.new:before {
  border: 1px solid #F79962;
  position: absolute;
  border-radius: 3px;
  font-size: 0.52rem;
  padding: 1px 1px;
  margin-right: -8px;
  left: -11px;
  top: 5px;
  width: fit-content;
  white-space: nowrap;
  height: 14px;
  font-weight: 600;
}
.related-article .article-parent .article svg {
  top: 4px;
  position: absolute;
  left: 0;
}
.related-article .article-parent .article svg:before {
  height: 11px;
  width: 11px;
  background: #F79962;
  position: absolute;
  content: "";
  border-radius: 50%;
  left: 4px;
  top: 4px;
  border: 2px solid #fff;
}
.related-article:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.related-article:hover button span:before {
  content: "\f054";
}
.related-article button {
  background: #194CBB;
  position: absolute;
  left: -52px;
  color: #fff;
  height: 44px;
  width: 52px;
  border-radius: 5px 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 19px;
  justify-content: center;
  align-content: center;
  font-size: 10px;
  text-transform: uppercase;
}
.related-article button svg {
  font-size: 18px;
}
.related-article button span {
  height: 44px;
  border-right: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: 0;
}
.related-article button span:before {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  text-align: center;
  content: "\f053";
  position: absolute;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.new {
  position: relative;
  padding-left: 2rem;
}
.new:before {
  background-color: #F79962;
  color: #19191A;
  position: absolute;
  content: attr(data-content);
  border-radius: 3px;
  font-size: 0.7rem;
  padding: 3px 8px;
  top: 3px;
  left: -20px;
  margin-right: 4px;
}

body[class*="admin-ui "] .inline-d-block, body[class*=admin-ui] .inline-d-block {
  display: block !important;
}
body[class*="admin-ui "] .main-wrapper, body[class*=admin-ui] .main-wrapper {
  height: 100%;
  min-height: calc(100vh - 40px);
  padding-bottom: 30px;
}
body[class*="admin-ui "] .container, body[class*=admin-ui] .container {
  padding: 0;
}
body[class*="admin-ui "] .panel, body[class*=admin-ui] .panel {
  padding-left: 15px;
  min-height: 0;
  border-radius: 0;
  padding-top: 10px;
}
body[class*="admin-ui "] .panel .bulletin-list, body[class*=admin-ui] .panel .bulletin-list {
  margin-top: 0;
}
body[class*="admin-ui "] .breadcrumbs, body[class*="admin-ui "] footer, body[class*="admin-ui "] .back-to-top, body[class*="admin-ui "] .article-btn, body[class*="admin-ui "] .feedback-panel, body[class*="admin-ui "] .search-banner, body[class*="admin-ui "] .inline-d-none, body[class*="admin-ui "] .blueIcon, body[class*=admin-ui] .breadcrumbs, body[class*=admin-ui] footer, body[class*=admin-ui] .back-to-top, body[class*=admin-ui] .article-btn, body[class*=admin-ui] .feedback-panel, body[class*=admin-ui] .search-banner, body[class*=admin-ui] .inline-d-none, body[class*=admin-ui] .blueIcon {
  display: none !important;
}
body[class*="admin-ui "] .article-main .article-title, body[class*=admin-ui] .article-main .article-title {
  display: none !important;
}
body[class*="admin-ui "] .side-tab, body[class*=admin-ui] .side-tab {
  margin-top: 0 !important;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px !important;
}
body[class*="admin-ui "] .article-page, body[class*=admin-ui] .article-page {
  margin-top: 0;
  font-size: 0.95rem;
}
body[class*="admin-ui "] .article-page h1, body[class*=admin-ui] .article-page h1 {
  font-size: 1.4rem;
}
body[class*="admin-ui "] .article-page h2, body[class*=admin-ui] .article-page h2 {
  font-size: 1.2rem;
}
body[class*="admin-ui "] .article-page h3, body[class*=admin-ui] .article-page h3 {
  font-size: 1.1rem;
}
body[class*="admin-ui "] .article-page h4, body[class*=admin-ui] .article-page h4 {
  font-size: 1rem;
}
body[class*="admin-ui "] .article-page h5, body[class*=admin-ui] .article-page h5 {
  font-size: 0.95rem;
}
body[class*="admin-ui "] .article-page p, body[class*=admin-ui] .article-page p {
  margin-bottom: 0.65rem;
}
body[class*="admin-ui "] .article-page ul, body[class*="admin-ui "] .article-page ol, body[class*="admin-ui "] .article-page [data-class=ul-class], body[class*="admin-ui "] .article-page [data-class=ol-class], body[class*=admin-ui] .article-page ul, body[class*=admin-ui] .article-page ol, body[class*=admin-ui] .article-page [data-class=ul-class], body[class*=admin-ui] .article-page [data-class=ol-class] {
  padding-left: 20px;
}
body[class*="admin-ui "] .article-page img, body[class*=admin-ui] .article-page img {
  width: auto !important;
  height: auto !important;
}
body[class*="admin-ui "] .article-page .rteindent1, body[class*=admin-ui] .article-page .rteindent1 {
  margin-left: 4px;
}
body[class*="admin-ui "] .article-page .rteindent2, body[class*=admin-ui] .article-page .rteindent2 {
  margin-left: 8px;
}
body[class*="admin-ui "] .article-page .rteindent3, body[class*=admin-ui] .article-page .rteindent3 {
  margin-left: 12px;
}
body[class*="admin-ui "] .article-page .rteindent4, body[class*=admin-ui] .article-page .rteindent4 {
  margin-left: 16px;
}
body[class*="admin-ui "] .article-page .rteindent5, body[class*=admin-ui] .article-page .rteindent5 {
  margin-left: 20px;
}
body[class*="admin-ui "] .article-page .rteindent6, body[class*=admin-ui] .article-page .rteindent6 {
  margin-left: 24px;
}
body[class*="admin-ui "] .article-page .rteindent7, body[class*=admin-ui] .article-page .rteindent7 {
  margin-left: 28px;
}
body[class*="admin-ui "] .related-article, body[class*=admin-ui] .related-article {
  font-size: 0.95rem;
  right: auto;
  position: relative;
  top: 0;
  width: 100%;
  transform: none;
  background: none;
  margin-bottom: 20px;
  padding: 10px 0;
  z-index: 0;
}
body[class*="admin-ui "] .related-article button, body[class*=admin-ui] .related-article button {
  display: none;
}
body[class*="admin-ui "] .related-article h5, body[class*=admin-ui] .related-article h5 {
  font-size: 1rem;
}
body[class*="admin-ui "] .related-article .article-parent, body[class*=admin-ui] .related-article .article-parent {
  max-height: 100%;
}
body[class*="admin-ui "] .inline-top, body[class*=admin-ui] .inline-top {
  z-index: 101;
  position: fixed;
  width: 100%;
  background: #194CBB;
  height: 44px;
  top: 0;
}
body[class*="admin-ui "] .inline-title, body[class*=admin-ui] .inline-title {
  padding-top: 46px;
  padding-bottom: 5px;
}
body[class*="admin-ui "] .inline-header, body[class*=admin-ui] .inline-header {
  padding: 0 15px;
  line-height: 20px;
  min-height: 48px;
  /* Standard syntax */
}
body[class*="admin-ui "] .inline-header .toast-body, body[class*=admin-ui] .inline-header .toast-body {
  padding: 0.4rem;
  background: rgba(0, 156, 218, 0.6);
  color: #fff;
}
body[class*="admin-ui "] .inline-header .link, body[class*=admin-ui] .inline-header .link {
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  transition: font 0.1s ease;
}
body[class*="admin-ui "] .inline-header .link.clicked, body[class*=admin-ui] .inline-header .link.clicked {
  font-size: 14px;
}
body[class*="admin-ui "] .inline-header .link.large-font, body[class*=admin-ui] .inline-header .link.large-font {
  font-size: 20px;
  margin-top: -3px;
}
body[class*="admin-ui "] .inline-header .link:first-child, body[class*=admin-ui] .inline-header .link:first-child {
  padding-left: 0;
}
body[class*="admin-ui "] .inline-header .anime, body[class*=admin-ui] .inline-header .anime {
  -webkit-animation: mymove 0.5s ease-in; /* Safari 4.0 - 8.0 */
  animation: mymove 0.5s ease-in;
}
@-webkit-keyframes mymove {
  0% {
    font-size: 16px;
  }
  25% {
    font-size: 14px;
  }
  100% {
    font-size: 16px;
  }
}
@keyframes mymove {
  0% {
    font-size: 16px;
  }
  25% {
    font-size: 14px;
  }
  100% {
    font-size: 16px;
  }
}
body[class*="admin-ui "] .inline-header .article-icon-parent, body[class*=admin-ui] .inline-header .article-icon-parent {
  position: relative;
  transform: none;
  padding-left: 15px !important;
}
body[class*="admin-ui "] .inline-header .article-icon-parent .article-icon, body[class*=admin-ui] .inline-header .article-icon-parent .article-icon {
  max-width: 25px;
  max-height: 25px;
  filter: brightness(0) invert(1);
}
body[class*="admin-ui "] .inline-header .product-type, body[class*=admin-ui] .inline-header .product-type {
  font-size: 0.8rem;
}
body[class*="admin-ui "] .inline-header .static, body[class*=admin-ui] .inline-header .static {
  z-index: 1;
}
body[class*="admin-ui "] .inline-search, body[class*=admin-ui] .inline-search {
  padding: 0;
  transition: 0.1s;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 3px solid #194CBB;
}
body[class*="admin-ui "] .inline-search.show-search, body[class*=admin-ui] .inline-search.show-search {
  top: 44px;
}
body[class*="admin-ui "] .inline-search .searchbar, body[class*=admin-ui] .inline-search .searchbar {
  max-width: 92% !important;
  height: 32px;
}
body[class*="admin-ui "] .inline-search .searchbar form, body[class*=admin-ui] .inline-search .searchbar form {
  transform: translateX(0);
}
body[class*="admin-ui "] .inline-search .searchbar input[type=text], body[class*=admin-ui] .inline-search .searchbar input[type=text] {
  width: 100%;
  padding: 2px 5px;
  height: 28px;
  font-size: 0.9rem;
}
body[class*="admin-ui "] .inline-search .searchbar input[type=text]::-ms-clear, body[class*=admin-ui] .inline-search .searchbar input[type=text]::-ms-clear {
  display: none;
}
body[class*="admin-ui "] .inline-search .close, body[class*=admin-ui] .inline-search .close {
  font-size: 1.2rem;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
body[class*="admin-ui "] .inline-footer, body[class*=admin-ui] .inline-footer {
  bottom: 0;
  font-size: 0.8rem;
  z-index: 1;
  box-shadow: 0 8px 5px 7px #ccc;
}
body[class*="admin-ui "] .inline-footer .close-btn, body[class*=admin-ui] .inline-footer .close-btn {
  padding: 0;
  margin-left: 20px;
  color: #194CBB;
  font-size: 14px;
  vertical-align: inherit;
  text-decoration: none;
}
body[class*="admin-ui "] .pagination, body[class*=admin-ui] .pagination {
  justify-content: center;
}
body[class*="admin-ui "] .pagination .page-link, body[class*=admin-ui] .pagination .page-link {
  font-size: 16px;
  border: none;
  padding: 0 0.2rem;
}
body[class*="admin-ui "] .pagination .page-link:hover, body[class*=admin-ui] .pagination .page-link:hover {
  background: none;
}
body[class*="admin-ui "] .pagination .page-link:focus, body[class*=admin-ui] .pagination .page-link:focus {
  box-shadow: none;
}
body[class*="admin-ui "] .pagination .page-link [aria-hidden=true], body[class*=admin-ui] .pagination .page-link [aria-hidden=true] {
  margin: 7px 6px;
}
body[class*="admin-ui "] .bulletin-list, body[class*=admin-ui] .bulletin-list {
  margin-top: 20px;
}
body[class*="admin-ui "] .bulletin-list li a, body[class*=admin-ui] .bulletin-list li a {
  padding: 0.75rem 2px;
}
body[class*="admin-ui "] .bulletin-list .summary-link, body[class*=admin-ui] .bulletin-list .summary-link {
  padding: 3px;
  font-size: 0.9rem;
  margin-top: -10px;
  color: #F79962;
}
body[class*="admin-ui "] .bulletin-list .summary-link:hover, body[class*=admin-ui] .bulletin-list .summary-link:hover {
  text-decoration: none;
}
body[class*="admin-ui "] .bulletin-list .summary-link:focus, body[class*=admin-ui] .bulletin-list .summary-link:focus {
  box-shadow: none;
  text-decoration: none;
}
body[class*="admin-ui "] .bulletin-list .summary-link svg, body[class*=admin-ui] .bulletin-list .summary-link svg {
  font-size: 0.6rem;
  margin-right: 5px;
}

.zpa-admin-ui .inline-footer {
  display: none;
}

.toggle {
  float: right;
  margin-right: 20px;
}
.toggle .react-switch {
  top: 4px;
}
.toggle .title {
  font-size: 0.8rem;
  margin-right: 5px;
  font-weight: 600;
}
.toggle .react-switch-bg {
  border: 1px solid #939393;
}
.toggle .react-switch-handle {
  box-shadow: none !important;
}
.toggle .active .react-switch-bg {
  border: 1px solid #194CBB;
}

input[type=text], input[type=email] {
  outline: 0;
  border-width: 0 0 2px;
  border-color: #194CBB;
  border-radius: 0;
  box-shadow: none;
  background: none !important;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus {
  outline: 0;
  box-shadow: none;
  background: none;
}
input[type=text]:-internal-autofill-selected, input[type=email]:-internal-autofill-selected {
  background: none !important;
}
input[type=text]::placeholder, input[type=email]::placeholder {
  color: #939393 !important;
}

textarea::placeholder {
  color: #939393 !important;
}

.modal-page-feedback h6 {
  font-size: 1.2rem;
  text-align: left;
}
.modal-page-feedback p {
  text-align: left;
}

.feedback-panel h6 {
  font-size: 1.1rem;
  font-weight: 600;
}
.feedback-panel p {
  font-size: 0.9rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

.tooltip-inner {
  max-width: 130px;
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
}

.dark-button {
  background: #194CBB !important;
  color: #fff !important;
  border: none !important;
  font-size: 1rem;
  line-height: 1.625rem;
}
.dark-button:hover {
  color: #fff !important;
}

.dark-link {
  font-size: 0.9rem;
  font-weight: 600;
}
.dark-link:hover {
  text-decoration: none !important;
}

.accordion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0.8rem 0.1rem rgba(15, 72, 179, 0.06), 0 20px 30px -10px rgba(15, 72, 179, 0.2);
}
@media all and (min-width: 992px) {
  .accordion-list {
    max-width: 30rem;
  }
}
.accordion-list__item + .accordion-list__item {
  border-top: 1px solid #D0D1D3;
}

.accordion-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.accordion-item .children {
  padding: 0 0.2rem 0 0.9rem;
}
.accordion-item .children:hover {
  background-color: #F7F9FA;
  font-weight: 500;
}
.accordion-item .children:hover .text-color {
  color: #012673;
}
.accordion-item .children:hover .accordion-item__icon:before {
  color: #012673;
}
.accordion-item .children .text-color {
  color: #194CBB;
}
.accordion-item .children .accordion-item__icon {
  background: none;
  text-align: center;
  transform: rotate(-90deg);
}
.accordion-item .children .accordion-item__icon:before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #194CBB;
}
.accordion-item--opened > .tab + .accordion-item__inner {
  max-height: 100rem;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-duration: 0.5s;
  transition-property: max-height;
}
.accordion-item--opened > .tab + .accordion-item__inner:not(.children) {
  border-top: 1px solid #D0D1D3;
}
.accordion-item--opened > .tab .accordion-item__icon {
  transform: rotate(180deg);
}
.accordion-item--opened > .tab:not(.children) {
  padding: 0.3rem 0;
  border-left: 4px solid #194CBB;
  background: #F4F7F7;
}
.accordion-item--opened > .tab.children {
  background: #F7F9FA;
  border-top: 1px solid #CAD0DC;
}
.accordion-item--opened > .tab.children + .accordion-item__inner {
  border-top: none;
  background: #F7F9FA;
  border-bottom: 1px solid #CAD0DC;
}
.accordion-item--opened > .tab.children + .accordion-item__inner .accordion-list__item {
  padding: 0rem 1rem 0 2rem;
}
.accordion-item--opened > .tab.children + .accordion-item__inner .accordion-list__item .icon-parent {
  flex-basis: 40px;
}
.accordion-item--opened > .tab.children .accordion-item__icon {
  transform: rotate(0deg);
}
.accordion-item--opened .accordion-item__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: opacity, transform;
}
.accordion-item--opened .accordion-item__content:hover {
  background: #F7F9FA;
}
.accordion-item--opened.active .tab {
  padding: 0.3rem 0;
  border-left: 4px solid #194CBB;
  background: #EFEFF0;
}
.accordion-item__line {
  display: block;
  padding: 0.8rem 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.accordion-item__title {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 700;
  color: #121212;
}
.accordion-item__icon {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.3s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABGklEQVR4Ae3RAcZCQRiF4buDfwshBGi+2UQgcIGAVtpSIuS/KyilG+UTcbk6zIH3GQBm3mM6AAAAAAAAAACA+eqf/yZBXcV/2XeCVPYx1FXj/FjGUMd45AQp/1HHGGLZNL+e61jHnKDmv8652YT1IvPfE2LX/Sh27/ycsF60yT/lk58JYn6eU4MJccjnlAmZ/33i0OAH4jg9Qcw/5g9YJpS+m6n0xvzpCfVe+nn59S7kGyYo+YYJWz3fO+E2PaFs9XzPhMy/6fmWCXq+YUJs9HzrhLh+JsQmrnq+bYKeb52g53snXPR88wQ93z9Bz/dP0PP9E/R89wQ93zpBz7dO0POtE/R86wQ93zpBzzdP+MoHAAAAAAAAAADAExTnTW20AtjhAAAAAElFTkSuQmCC);
  opacity: 0.6;
  position: absolute;
  right: 10px;
}
.accordion-item__inner {
  max-height: 0;
  overflow: hidden;
  text-transform: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-duration: 0.5s;
  transition-property: max-height;
  z-index: 1;
  position: relative;
}
.accordion-item__content {
  opacity: 0;
  transform: translateY(-1rem);
  transition-timing-function: linear, ease;
  transition-duration: 0.1s;
  transition-property: opacity, transform;
  transition-delay: 0.5s;
  display: flex;
}
.accordion-item__content .icon-parent {
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
}
.accordion-item__content .icon-parent .icon-health {
  left: -3px;
  position: relative;
}
.accordion-item__content img {
  height: auto;
  align-self: center;
  max-height: 26px;
  max-width: 72%;
}
.accordion-item__content img.icon-ztp\.svg {
  max-width: 28px;
  max-height: 28px;
}
.accordion-item__content img[class*=icon-fair-use-customer-data] {
  max-height: 32px;
  margin-left: 6px;
  margin-bottom: 6px;
}
.accordion-item__content img[class*=icon-cust] {
  max-width: 24px;
  max-height: 24px;
}
.accordion-item__content img[class*=icon-support] {
  margin-left: -7px;
}
.accordion-item__content .active img {
  filter: grayscale(100%);
}
.accordion-item__content .active .product-name {
  color: #19191A !important;
  font-width: 500;
}
.accordion-item__content .accordion-list__item {
  display: flex;
  align-items: center;
  padding: 0 0.2rem 0 0.9rem;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.1;
}
.accordion-item__content .accordion-list__item:hover:not(.active) img {
  filter: hue-rotate(-19deg) saturate(98%) brightness(50%) contrast(100%);
}
.accordion-item__content .accordion-list__item:hover:not(.active) .product-name {
  color: #012673;
  font-weight: 500;
}
.accordion-item__paragraph {
  margin: 0;
  font-size: 1rem;
  color: #333;
  font-weight: 300;
  line-height: 1.3;
}

.p-services-tab [class*=col-] {
  border-right: 1px solid #D0D1D3;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.p-services-tab [class*=col-] p {
  font-size: 0.95rem;
}
.p-services-tab [class*=col-]:last-child {
  border: none;
  padding-right: 15px;
}
.p-services-tab [class*=col-]:first-child {
  padding-left: 15px;
}
.p-services-tab h6 {
  font-weight: 600;
}

.p-services-table .head {
  border-bottom: 1px solid #D0D1D3;
  padding: 0.7rem 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.p-services-table .child {
  font-size: 0.95rem;
  padding: 0.7rem 0.5rem;
  color: #939393;
}
.p-services-table .child:nth-child(2n+1) {
  background: #EFEFF0;
}
.p-services-table svg {
  font-size: 0.9rem;
  margin-left: 2px;
}
.p-services-table .info-col:hover, .p-services-table .info-col.active {
  background: #F7F9FA;
}
.p-services-table .info-col:hover .head, .p-services-table .info-col.active .head {
  font-weight: 600;
}
.p-services-table .info-col:hover .head:after, .p-services-table .info-col.active .head:after {
  content: "";
  width: calc(100% - 15px);
  height: 3px;
  left: 7px;
  position: absolute;
  display: block;
  bottom: -1px;
  background-color: #194CBB;
}
.p-services-table .info-col:hover .child, .p-services-table .info-col.active .child {
  color: #19191A;
}
.p-services-table .first-col .child {
  color: #19191A;
}
.p-services-table:hover .info-col.active {
  background: none;
}
.p-services-table:hover .info-col.active .head {
  font-weight: 400;
}
.p-services-table:hover .info-col.active .head:after {
  content: none;
}
.p-services-table:hover .info-col.active .child {
  color: #939393;
}
.p-services-table:hover .info-col.active:hover {
  background: #F7F9FA;
}
.p-services-table:hover .info-col.active:hover .head {
  font-weight: 600;
}
.p-services-table:hover .info-col.active:hover .head:after {
  content: "";
  width: calc(100% - 15px);
  height: 3px;
  left: 7px;
  position: absolute;
  display: block;
  bottom: -1px;
  background-color: #194CBB;
}
.p-services-table:hover .info-col.active:hover .child {
  color: #19191A;
}

.tabloid {
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.one-edge-shadow {
  box-shadow: 0 2px 6px 0 #A3ACBD;
}

.fs-16 {
  font-size: 16px;
}

.page-icon {
  max-width: 45px;
  max-height: 45px;
}

.search-banner {
  margin: 0;
}
.search-banner h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
.search-banner .search-box {
  background-color: #f2f2f2;
  border-radius: 5px;
}
.search-banner .search-box > .autocomplete {
  height: 2.5rem;
}
.search-banner .search-box > .autocomplete:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  text-align: center;
  content: "\f002";
  z-index: 1;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.search-banner .search-box > .autocomplete input {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  background: transparent;
  font-size: 1rem;
  border: none;
  border-right: 1px solid #A3ACBD;
}
.search-banner .search-box > .autocomplete input:focus {
  outline: none;
}
.search-banner .search-box > .autocomplete input + div {
  z-index: 2;
  padding: 0 !important;
}
.search-banner .search-box > .autocomplete > div {
  text-align: left;
  width: 100%;
  height: 100%;
}
.search-banner .form-control, .search-banner .search-auto {
  padding: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  border: none;
  padding-left: 40px;
  font-size: 16px;
}
.search-banner .btn {
  border: 1px solid #194CBB;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 2.5rem;
  width: 100%;
}
.search-banner .invalid-feedback {
  position: absolute;
  bottom: -13px;
  left: 10px;
  font-size: 0.7rem;
  color: #ff3300;
}
.search-banner .invalid-feed {
  display: none;
  position: absolute;
  bottom: -45px;
  color: #ff3300;
  font-size: 0.8rem;
}

.banner {
  min-height: 300px;
  background: #EFEFF0;
  background-position: 0 -90px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.banner .search-box {
  background-color: #fff;
}
.banner .invalid-feed {
  display: block;
}

.searchbar {
  align-self: center;
}
@media all and (max-width: 768px) {
  .searchbar form {
    transform: translateX(-18%);
    margin-bottom: 20px;
  }
}
.searchbar input[type=text] {
  height: 30px;
  display: inline-block;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  width: 210px;
  border-bottom: 1px solid #194CBB;
  cursor: text;
  padding: 8px 5px;
  padding-right: 32px;
  height: 35px;
}
.searchbar input[type=text]::placeholder {
  color: #194CBB;
}
.searchbar input[type=text].open:hover {
  border-bottom: 1px solid #BBB;
}
.searchbar .form-group {
  margin-bottom: 0;
}
.searchbar.show input[type=text] {
  width: 250px;
  border-bottom: 1px solid #A3ACBD;
  cursor: text;
  padding: 8px 5px;
  height: 35px;
}
.searchbar input[type=submit] {
  visibility: hidden;
}
.searchbar .search-button {
  float: right;
  position: relative;
  margin-top: 4px;
  background: none;
  outline: none !important;
}
.searchbar .search-button:active {
  box-shadow: none;
}
.searchbar .form-control {
  border-radius: 0;
}
.searchbar .form-control:focus {
  box-shadow: none;
}
.searchbar .invalid-feedback {
  position: absolute;
  bottom: -52px;
  left: 135px;
  font-size: 0.7rem;
}
.searchbar.ZscalerClientConnector input[type=text] {
  width: 270px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #194CBB !important;
  color: #ffffff;
}

.autocomplete-box {
  z-index: 1;
}
.autocomplete-box div {
  padding: 5px;
}

.side-tab .searchbar input[type=text] {
  border-bottom: 1px solid #939393;
}
.side-tab .searchbar input[type=text]::placeholder {
  color: #939393;
}
.side-tab .searchbar .search-button {
  color: #939393;
}
.side-tab .searchbar .search-button:hover {
  color: #000;
}

.search-select .filter-dropdown {
  max-width: 230px;
  padding-left: 8px;
  margin-right: 0;
  border-right: 5px solid transparent;
}
.search-select .filter-dropdown:before {
  all: unset;
}
.search-select .filter-dropdown .dropdown {
  width: unset;
}
.search-select .filter-dropdown .dropdown button.btn {
  border: none !important;
  padding: 0 20px 0 0;
  background: initial !important;
}
.search-select .filter-dropdown .dropdown .dropdown-menu.show {
  left: unset !important;
  right: -8px;
  height: 18rem;
  overflow: scroll;
}

.main-tabs {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 4px 0 rgba(42, 44, 48, 0.1);
  border-radius: 5px;
  height: 100%;
}
.main-tabs img {
  height: auto;
  max-width: 45px;
  max-height: 40px;
}
.main-tabs img svg {
  margin-left: 12px;
}
.main-tabs:hover {
  box-shadow: 0 2px 10px 0 rgba(42, 44, 48, 0.2);
}

.support-form .side-tab {
  overflow: visible;
}
.support-form input::placeholder {
  color: #4C4F54;
}
.support-form .form-control.is-invalid {
  background-image: none;
}

.select-wrapper {
  position: relative;
}
.select-wrapper select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 2px solid #194CBB;
  border-radius: 0;
  cursor: pointer;
  padding: 0 0.75rem 0 0;
  background: #fff;
}
.select-wrapper select:focus {
  outline: none;
  box-shadow: none;
}
.select-wrapper:after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  top: 8px;
  right: 1px;
  color: #194CBB;
}

.label-red {
  border: 2px solid #e4091e;
  color: #e4091e;
  font-size: 0.9rem;
  margin-top: 10px;
  padding: 0 4px;
}

.Toastify__toast--success {
  background: #83b976 !important;
}

.Toastify__toast {
  min-height: 45px !important;
  padding: 4px 15px !important;
  border-radius: 3px !important;
  font-size: 0.9rem;
}

.custom-toast {
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute !important;
  border-radius: 0.25rem;
  top: 36px;
  right: 12px;
  font-family: "Inter", sans-serif;
  padding: 2px 5px;
  z-index: 999;
  color: #000;
}
.custom-toast.hidden {
  display: none;
}
