/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
@keyframes highlightBackgroundSizeInputField {
  0% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
  50% {
    background-size: 24px auto;
    background-position: right 6px center;
  }
  100% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
}
@-webkit-keyframes highlightBackgroundSizeInputField {
  0% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
  50% {
    background-size: 24px auto;
    background-position: right 6px center;
  }
  100% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
}
/* Action bar variables  */
/* This selector is needed to be able to overwrite existing styling rules that have effect on the dialog in POW3 */
body div.aboutPopup.dobco2020Dialog.withIcon div.ui-dialog-titlebar {
  /**
   I didn't want to use !important, but I must,
   since they are needed to overwrite existing styling rules that also have !important in POW3...
   and we want to look them just the same in POW3 as in POW4
   */
  background-size: 20px !important;
  padding-left: 58px !important;
  background-position: left 20px center !important;
}
body div.aboutPopup.dobco2020Dialog.withIcon div.ui-dialog-titlebar, body div.aboutPopup.dobco2020Dialog.withIcon div.ui-dialog-titlebar span {
  font-size: 16.9px !important;
  letter-spacing: 0 !important;
  line-height: 22px;
}
body div.aboutPopup.dobco2020Dialog.withIcon div#supportPopup {
  background-color: #161F27 !important;
  padding-top: 0;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content {
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* Action bar variables  */
  /** All this is required to make the DobSelect look good in POW3, without having to include the full css file of the dob-components **/
}
@keyframes highlightBackgroundSizeInputField {
  0% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
  50% {
    background-size: 24px auto;
    background-position: right 6px center;
  }
  100% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
}
@-webkit-keyframes highlightBackgroundSizeInputField {
  0% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
  50% {
    background-size: 24px auto;
    background-position: right 6px center;
  }
  100% {
    background-size: 16px auto;
    background-position: right 10px center;
  }
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .modal-dialog-body,
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .modal-dialog-footer {
  background-color: #161F27;
  padding-top: 0;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component {
  display: flex;
  flex-flow: column nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: stretch;
  padding-bottom: 20px;
  gap: 10px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component:has(.environment-machine-name) {
  padding-bottom: 0;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component * {
  box-sizing: inherit;
  vertical-align: top;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.country-selector {
  max-width: 360px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.country-selector .country-option {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
  align-items: center;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content {
  display: flex;
  flex-flow: row nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: stretch;
  gap: 10px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content img {
  height: 50px;
  padding: 5px;
  border-radius: 2px;
  background-color: #fff;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .row-content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  align-content: center;
  flex-flow: row nowrap;
  gap: 10px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content {
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  align-items: stretch;
  justify-content: space-between;
  flex: 0 1 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content .custom-info {
  all: unset !important;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div {
  background-color: #1f2c36;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 10px;
  flex: 1 0 0;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  align-items: flex-start;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification a.toggle-show-third-party-software:hover {
  cursor: pointer;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  align-content: center;
  flex-flow: row nowrap;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div.third-party-software {
  flex-flow: column nowrap;
  max-height: 220px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* corner when you have a horizontal and vertical scrollbar */
  align-items: flex-start;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div.third-party-software::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div.third-party-software::-webkit-scrollbar-track {
  background: #1f2c36;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div.third-party-software::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div.third-party-software::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div.third-party-software::-webkit-scrollbar-corner {
  background: #1f2c36;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div.third-party-software > p {
  font-size: 10px;
  line-height: 13px;
  padding: 4px;
  margin: 0;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component div.primary-content .column-content > div.software-identification > div.third-party-software > p span {
  color: rgba(255, 255, 255, 0.5);
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component h2 {
  font-size: 17px;
  margin-bottom: 10px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component .environment-machine-name {
  align-self: flex-start;
  line-height: 16px;
  margin-top: 8px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component .environment-machine-name span {
  font-weight: bold;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component p {
  line-height: 16px;
  font-size: 13.12px;
  margin-bottom: 0;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component a {
  color: #48baaf;
  font-weight: bold;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .about-us-content-component a:hover {
  text-decoration: underline;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div {
  flex-flow: row nowrap;
  align-items: center;
  gap: 12px;
  display: flex;
  min-width: 0;
  width: 100%;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div > div {
  flex: 1 0;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control {
  background-color: #3d4f5b;
  border: 1px solid #3f596b;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  min-height: 32px;
  box-shadow: none;
  color: #EEE;
  line-height: 16.9px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control:hover {
  background-color: #4e6575;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control.dobSelect__control--is-focused {
  border-color: #4e6575;
  background-color: #4e6575;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control .dobSelect__value-container {
  display: flex;
  align-items: center;
  padding: 3px 6px;
  flex-flow: row nowrap;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control .dobSelect__value-container .dobSelect__placeholder {
  color: #888;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control .dobSelect__indicators {
  padding: 0 4px 0 0;
  flex: 0 0 57px;
  justify-content: flex-end;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control .dobSelect__indicators > div {
  padding: 2px 4px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control .dobSelect__indicators > div > svg {
  color: #bbb;
  width: 16px;
  height: 16px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control .dobSelect__indicators > div.dobSelect__clear-indicator svg {
  width: 14px;
  height: 14px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control .dobSelect__indicators > div.dobSelect__clear-indicator svg:hover {
  cursor: pointer;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__control .dobSelect__indicators span.dobSelect__indicator-separator {
  display: none;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__menu-portal .dobSelect__menu {
  background-color: #3d4f5b;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 1px solid #3f596b;
  color: #EEEEEE;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__menu-portal .dobSelect__menu .dobSelect__menu-list {
  padding: 0;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__menu-portal .dobSelect__menu .dobSelect__option {
  color: #EEEEEE;
  transition: background-color 0.3s ease;
  line-height: 1rem;
  font-size: 1rem;
  padding: 8px;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector > div .dobSelect__menu-portal .dobSelect__menu .dobSelect__option.dobSelect__option--is-focused {
  background-color: #4e6575;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector .dobSelect__value-container, body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector .dobSelect__input-container, body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector .dobSelect__option, body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector .dobSelect__single-value, body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector .dobSelect__input {
  font-size: 13.12px !important;
  line-height: 15.6px !important;
  color: #eee !important;
}
body div.aboutPopup.dobco2020Dialog.withIcon #about-us-dialog-content .country-selector .dobSelect__input {
  border: 0 !important;
}
/*# sourceMappingURL=/POW4/dist/about-us.min.css.map */