/* utils.css */

.xpa-legend-box {
  font-size: 11px;
}

.xpa-color-box {
  margin-top: 2px;
  margin-right: 7px;
  width: 10px;
  height: 10px;
}

.xpa-border-bottom--solid-1 {
  border-bottom: 1px solid lightgrey;
}

.xpa-chip {
  font-size: small;
  padding: 3px 15px;
  background-color: green;
  display: inline-block;
  margin: 2px;
  border-radius: 13px;
}

.xpa-fs-l {
  font-size: larger;
}

.xpa-fs-m {
  font-size: medium;
}

.xpa-flex-1 {
  flex: 1;
}

.xpa-pos--top-5px {
  position: relative;
  top: 5px;
}

.xpa-pos--top-50px {
  position: relative;
  top: 5px;
}

.xpa-table--r-clickable {
  cursor: pointer;
}

.xpa-progress--S {
  border-top: 0px;
}

.xpa-progress--S .CircularProgressbar {
  height: 50px;
}

.xpa-text-grey--light {
  color: #ccc !important;
}

.xpa-modal-container {
  width: 500px;
  height: 500px;
  overflow: auto;
}

.xpa-tooltip {
  /* Add this attribute to the element that needs a tooltip */
  /* Hide the tooltip content by default */
  /* Position tooltip above the element */
  /* Triangle hack to make tooltip look like a speech bubble */
  /* Show tooltip content on hover */
}

.xpa-tooltip[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.xpa-tooltip[data-tooltip]:before, .xpa-tooltip[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

.xpa-tooltip[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.xpa-tooltip[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.xpa-tooltip[data-tooltip]:hover:before, .xpa-tooltip[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.xpa-format--pre-content {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  text-align: justify;
  font-size: 0.9rem !important;
  color: #2f3846;
}

.xpa-center-viewport {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.xpa-bg__1 {
  background: #ABB0B8;
  color: #333;
}

.xpa-font--thin {
  font-weight: 200;
}

.xpa-font--thick {
  font-weight: 500;
}

.xpa-f-sz--px50 {
  font-size: 50px !important;
}

.xpa-f-sz--L {
  font-size: 1rem;
}

.xpa-f-sz--XL {
  font-size: 1.25rem;
}

.xpa-f-sz--M {
  font-size: 0.85rem;
}

.xpa-f-sz--S {
  font-size: 0.5rem;
}

.xpa-fixed-width--S {
  width: 100px;
}

/*overrides.css*/

.bx--btn--primary:focus, .bx--btn--primary:hover {
  color: white;
  text-decoration: none;
}

.bx--data-table-v2 label {
  margin-bottom: 0rem;
}

.bx--table-toolbar p.bx--batch-summary__para {
  margin-bottom: 0.25rem;
}

/*base.css*/

body {
  background-color: white !important;
  font-family: 'Heebo', sans-serif;
}

.app-content-wrapper.container {
  padding-bottom: 100px;
}

.main-app-container {
  min-height: calc(100vh);
}

body li {
  list-style: none;
}

.breadcrumb {
  background: #fff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

body .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.DraftEditor-root {
  position: relative;
  min-height: 300px;
  border: 1px solid #ccc;
  padding: 5px;
}

.bg-pink {
  background-color: #eb757b;
}

.bg-yellow {
  background-color: #efb132;
}

.bg-green {
  background-color: #7bf39c;
}

.bg-darkgreen {
  background-color: #4c9c07;
}

.bg-female1 {
  background-color: #ec6e49;
}

.bg-female2 {
  background-color: #f6c243;
}

.bg-female3 {
  background-color: #90d064;
}

.bg-femalemale {
  background-color: #53beaa;
}

.bg-male3 {
  background-color: #90d064;
}

.bg-male2 {
  background-color: #f6c243;
}

.bg-male1 {
  background-color: #ec6e49;
}

.small-cir {
  height: 15px !important;
  width: 15px !important;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
}

.legends {
  color: #666666;
  font-size: 26px;
  font-family: "AlternateGotNo3D";
  display: inline-block;
  margin: 15px 20px;
  padding: 0;
}

.BubbleChart {
  height: calc(100vh - 147.26px - 27.27px - 48px - 100px);
  width: calc(100% - 200px);
  margin-top: 20px;
}

.bubble-chart-container .tooltip {
  opacity: 0.9;
}

body .table-responsive .pointer * {
  font-weight: 500;
}

body .xp-c__colored-circle--big {
  font-size: 18px !important;
  font-weight: 300;
  width: 48px !important;
  height: 48px !important;
}

body .xp-c__colored-circle--small {
  font-size: 14px !important;
  font-weight: 300;
  width: 36px !important;
  height: 36px !important;
}

.img40_40 {
  width: 100px;
}

.xp-c-loader, .xp-c-loader:before, .xp-c-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.xp-c-loader {
  color: #086acc;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  transform: translate(0%, -100%);
}

.xp-c-loader:before, .xp-c-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.xp-c-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.xp-c-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
    color: #d43f8d;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
    color: #086acc;
  }
}

.xp-btn-width--L {
  width: 250px;
}

.cl-pink {
  color: #f48184;
  fill: #f48184 !important;
  stroke: #f48184 !important;
}

.cl-yellow {
  color: orange;
  fill: orange !important;
  stroke: orange !important;
}

.cl-green {
  color: #75d47e;
  fill: #75d47e !important;
  stroke: #75d47e !important;
}

.cl-darkgreen {
  color: #4c9c07;
  fill: #4c9c07 !important;
  stroke: #4c9c07 !important;
}

.cl-black {
  color: #404040;
  fill: #404040 !important;
  stroke: #404040 !important;
}

.pagination, .cata-head {
  cursor: pointer;
}

body[isey=true] [data-menulabel=Diversity], body[isey=true] [data-menulabel=Paygap] {
  display: none !important;
}

.navbar[data-app=ROBOROY] #xpa-upload-modal-trigger {
  display: none;
}

.modal-header {
  border: none;
}

.modal-title {
  font-weight: 700;
}

.modal-close {
  text-decoration: none;
}

.modal-close {
  float: right;
  text-align: right;
  margin-right: 0px;
  position: absolute;
  right: 20px;
  font-weight: 100;
}

.modal-content {
  max-height: 600px;
}

.dropzone img {
  width: 465px;
}

.modal-body {
  overflow-y: auto;
}

/* The container <div> - needed to position the dropdown content */

.xpa-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content--profile {
  left: -105px;
  position: absolute;
  top: 30px;
}

/* Links inside the dropdown */

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.xpa-dropdown a {
  text-decoration: none;
}

/* Change color of dropdown links on hover */

/* Show the dropdown menu on hover */

.xpa-dropdown:active .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.xpa-rightnav .fa-bell {
  font-size: 1.5rem;
  position: relative;
  top: 5px;
}

.xpa-profile--upload-btn {
  color: #767676;
}

.xpa-profile--image {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee;
}

.xpa-profile--dropdown {
  left: -80px;
}

.xpa-top-header {
  background: rgba(255, 255, 255, 0.975);
  height: 60px;
  box-shadow: 0 0 25px rgba(40, 47, 60, 0.05), 0 20px 25px rgba(40, 47, 60, 0.05), 0 3px 4px rgba(40, 47, 60, 0.05);
}

.login-spinner {
  position: absolute;
  z-index: 1120;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .xpa-header--tabs .bx--tabs__nav .bx--tabs__nav-item {
    position: relative;
    top: 1rem;
  }
  .xpa-header--tabs a:hover {
    text-decoration: none;
  }
}

.full-width {
  width: 100%;
}

.xpa-circle--skeleton {
  border-radius: 50%;
  color: white;
  align-items: center;
  justify-content: center;
  display: inline-block;
  font-size: 12px;
  font-size: 18px!important;
  font-weight: 300;
  width: 48px!important;
  height: 48px!important;
}

.xpa-vw-100 {
  width: 100vw;
}

.xpa-vh-100 {
  height: 100vh;
}

.minw-250 {
  min-width: 250px;
}

.x-btn-loader p {
  margin-bottom: 0;
}



.bx--multi-select [type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.x-slot-date-picker .bx--date-picker__icon {
  top: 12px;
  z-index: 1;
}

.xpa-rs-wrap .xrs__control {
  background-color: #F3F4F5;
  border: none;
  box-shadow: 0 1px 0 0 #525C6D;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

.xpa-rs-wrap.invalid .xrs__control {
  box-shadow: 0 2px 0 0 #C50E2E;
}

.xpa-dp-wrap .bx--form-requirement {
  color: #C50E2E;
  font-weight: 400;
  margin-top: .25rem;
}

.xpa-dp-wrap .bx--form-requirement::before {
  display: none;
}

.xpa-rs-wrap.invalid~.bx--form-requirement {
  max-height: 12.5rem;
  display: block;
}

.xpa-onboard {
  min-height: calc( 100vh - 64px);
}

.xpa-reg-wrap {
  justify-content: center;
  align-items: center;
  min-height: calc( 100vh - 64px);
}

.xpa-reg-content {
  background-color: rgb(85, 88, 175);
  color: rgb(233, 246, 244);
  min-height: calc( 100vh - 64px);
}

.xpa-reg-form {
  background: #fff;
  min-height: calc( 100vh - 64px);
}

.xpa-user-register {
  margin: 0 auto;
  min-width: 300px;
  max-width: 480px;
}

/* #fc_frame.fc-widget-small {
  bottom: 60px !important;
} */

.xpa-pos--top-5px, .xpa-pos--top-50px {
  position: relative;
  top: 5px
}

.xpa-table--r-clickable {
  cursor: pointer
}

.xpa-progress--S {
  border-top: 0
}

.xpa-progress--S .CircularProgressbar {
  height: 50px
}

.xpa-text-grey--light {
  color: #ccc!important
}

.xpa-modal-container {
  width: 500px;
  height: 500px;
  overflow: auto
}

.xpa-tooltip[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer
}

.xpa-tooltip[data-tooltip]:after, .xpa-tooltip[data-tooltip]:before {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none
}

.xpa-tooltip[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, .9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2
}

.xpa-tooltip[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, .9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0
}

.xpa-tooltip[data-tooltip]:hover:after, .xpa-tooltip[data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1
}

.xpa-tooltip2 {
  position: relative;
  display: inline-block;
}

.xpa-tooltip2 .xpa-tooltip2--text {
  visibility: hidden;
  width: 120px;
  background-color: #ABB0B8;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  cursor: default;
}

.xpa-tooltip2:hover .xpa-tooltip2--text {
  visibility: visible;
}

.xpa-format--pre-content {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  text-align: justify;
  font-size: .9rem!important;
  color: #2f3846
}

.xpa-center-viewport {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.xpa-bg__1 {
  background: #ABB0B8;
  color: #333;
}

.xpa-font--thin {
  font-weight: 200
}

.xpa-font--thick {
  font-weight: 500
}

.xpa-f-sz--px50 {
  font-size: 50px!important
}

.xpa-f-sz--L {
  font-size: 1rem
}

.xpa-f-sz--XL {
  font-size: 1.25rem
}

.xpa-f-sz--M {
  font-size: .85rem
}

.xpa-f-sz--S {
  font-size: .5rem
}

.xpa-fixed-width--S {
  width: 100px
}

.bx--btn--primary:focus, .bx--btn--primary:hover {
  color: #fff;
  text-decoration: none
}

.bx--data-table-v2 label {
  margin-bottom: 0
}

.bx--table-toolbar p.bx--batch-summary__para {
  margin-bottom: .25rem
}

body {
  background-color: #eeeeec!important;
  font-family: ibm-plex-sans, Helvetica Neue, Arial, sans-serif!important
}

.app-content-wrapper.container {
  padding-bottom: 100px
}

.main-app-container {
  min-height: 100vh
}

body li {
  list-style: none
}

.breadcrumb {
  background: #fff;
  -webkit-box-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .1), 0 .9375rem 1.40625rem rgba(90, 97, 105, .1), 0 .25rem .53125rem rgba(90, 97, 105, .12), 0 .125rem .1875rem rgba(90, 97, 105, .1);
  box-shadow: 0 .46875rem 2.1875rem rgba(90, 97, 105, .1), 0 .9375rem 1.40625rem rgba(90, 97, 105, .1), 0 .25rem .53125rem rgba(90, 97, 105, .12), 0 .125rem .1875rem rgba(90, 97, 105, .1)
}

body .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .1)
}

.DraftEditor-root {
  position: relative;
  min-height: 300px;
  border: 1px solid #ccc;
  padding: 5px
}

.bg-pink {
  background-color: #eb757b
}

.bg-yellow {
  background-color: #efb132
}

.bg-green {
  background-color: #7bf39c
}

.bg-darkgreen {
  background-color: #4c9c07
}

.bg-female1 {
  background-color: #ec6e49
}

.bg-female2 {
  background-color: #f6c243
}

.bg-female3 {
  background-color: #90d064
}

.bg-femalemale {
  background-color: #53beaa
}

.bg-male3 {
  background-color: #90d064
}

.bg-male2 {
  background-color: #f6c243
}

.bg-male1 {
  background-color: #ec6e49
}

.small-cir {
  height: 15px !important;
  width: 15px !important;
  border-radius: 100%;
  margin: 0 5px
}

.legends, .small-cir {
  display: inline-block
}

.legends {
  color: #666;
  font-size: 26px;
  font-family: AlternateGotNo3D;
  margin: 15px 20px;
  padding: 0
}

.BubbleChart {
  height: calc(100vh - 147.26px - 27.27px - 48px - 100px);
  width: calc(100% - 200px);
  margin-top: 20px
}

.bubble-chart-container .tooltip {
  opacity: .9
}

body .table-responsive .pointer * {
  font-weight: 500
}

body .xp-c__colored-circle--big {
  font-size: 18px!important;
  font-weight: 300;
  width: 48px!important;
  height: 48px!important
}

.img25_25 {
  width: 25px;
  height: 25px;
}

.img30_30 {
  width: 30px;
  height: 30px;
}

.img40_40 {
  width: 40px;
  height: 40px;
}

.img60_60 {
  width: 60px;
  height: 60px;
}

.img80_80 {
  width: 80px;
  height: 80px;
}

.img100_100 {
  width: 100px;
  height: 100px;
}

.xp-avatar-100 {
  color: white;
  display: inline-block;
  font-size: 4rem;
  padding-top: 0.4rem;
  text-align: center;
}

.xp-avatar-80 {
  color: white;
  display: inline-block;
  font-size: 3.5rem;
  padding-top: 0.2rem;
  text-align: center;
}

.xp-avatar-60 {
  color: white;
  display: inline-block;
  font-size: 2.5rem;
  padding-top: 0.4rem;
  text-align: center;
}

.xp-avatar-40 {
  color: white;
  display: inline-block;
  font-size: 1.5rem;
  padding-top: 0.25rem;
  text-align: center;
}

.xp-avatar-30 {
  color: white;
  display: inline-block;
  font-size: 1rem;
  padding-top: 0.5rem;
  text-align: center;
  position: relative;
  top: -2px;
}

.xp-avatar-25 {
  color: white;
  display: inline-block;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  width: 25px;
  height: 25px;
}

.xp-c-loader, .xp-c-loader:after, .xp-c-loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out
}

.xp-c-loader {
  color: #5558AF;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.xp-c-loader:after, .xp-c-loader:before {
  content: "";
  position: absolute;
  top: 0
}

.xp-c-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.xp-c-loader:after {
  left: 3.5em
}

@-webkit-keyframes load7 {
  0%, 80%, to {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0
  }
}

@keyframes load7 {
  0%, 80%, to {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
    color: #d43f8d
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
    color: #5558AF
  }
}

.xp-btn-width--L {
  width: 250px
}

.cl-pink {
  color: #f48184;
  fill: #f48184!important;
  stroke: #f48184!important
}

.cl-yellow {
  color: orange;
  fill: orange!important;
  stroke: orange!important
}

.cl-green {
  color: #75d47e;
  fill: #75d47e!important;
  stroke: #75d47e!important
}

.cl-darkgreen {
  color: #4c9c07;
  fill: #4c9c07!important;
  stroke: #4c9c07!important
}

.cl-black {
  color: #404040;
  fill: #404040!important;
  stroke: #404040!important
}

.cata-head, .pagination {
  cursor: pointer
}

body[isey=true] [data-menulabel=Diversity], body[isey=true] [data-menulabel=Paygap] {
  display: none!important
}

.navbar[data-app=ROBOROY] #xpa-upload-modal-trigger {
  display: none
}

.modal-header {
  border: none
}

.modal-title {
  font-weight: 700
}

.modal-close {
  text-decoration: none;
  float: right;
  text-align: right;
  margin-right: 0;
  position: absolute;
  right: 20px;
  font-weight: 100
}

.modal-content {
  max-height: 600px
}

.dropzone img {
  width: 465px
}

.modal-body {
  overflow-y: auto
}

.xpa-dropdown {
  position: relative;
  display: inline-block
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
  z-index: 1
}

.dropdown-content--profile {
  left: -105px;
  position: absolute;
  top: 30px
}

.dropdown-content a {
  padding: 12px 16px;
  display: block
}

.dropdown-content a, .xpa-dropdown a {
  text-decoration: none
}

.xpa-dropdown:active .dropdown-content {
  display: block
}

.xpa-rightnav .fa-bell {
  font-size: 1.5rem;
  position: relative;
  top: 5px
}

.xpa-profile--upload-btn {
  color: #767676
}

.xpa-profile--image {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eee
}

.xpa-profile--dropdown {
  left: -80px
}

.xpa-top-header {
  background: hsla(0, 0%, 100%, .975);
  height: 60px;
  -webkit-box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05);
  box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05)
}

.xpa-top-header--logo {
  width: 120px
}

.xpa-c-pos-t--1pt {
  position: relative;
  top: 0.1rem;
}

.login-spinner {
  /* background: #f0c1d6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9795f0), to(#fbc8d4));
  background-image: linear-gradient(0deg, #9795f0 0, #fbc8d4); */
  position: absolute;
  z-index: 1120;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  max-width: 100%
}

@media screen and (min-width:768px) {
  .xpa-header--tabs .bx--tabs__nav .bx--tabs__nav-item {
    position: relative;
    top: 1rem
  }
  .xpa-header--tabs a:hover {
    text-decoration: none
  }
}

blockquote {
  font-size: 30px;
  margin: .5em 10px;
  padding: 0 10px;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

blockquote:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top: 30px;
  color: #ccc;
  font-size: 3em;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free' !important;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit !important;
}

.fa-lg {
  font-size: 1.33333em !important;
  line-height: 0.75em !important;
  vertical-align: -.0667em !important;
}

.bx--tag--beta {
  background-color: white;
  border: 1px solid #DEE0E3;
}

.bx--modal .bx--text-input, .bx--modal .bx--text-area, .bx--modal .bx--search-input, .bx--modal .bx--select-input, .bx--modal .bx--dropdown, .bx--modal .bx--dropdown-list, .bx--modal .bx--number input[type='number'], .bx--modal .bx--date-picker__input {
  background-color: white !important;
  border: 1px solid #ccc !important;
}

.bx--select-input {
  background-color: white !important;
  border: 1px solid #ccc !important;
}

.xpa-simulate{
  background-color: lightgrey !important;
}

.xpa-simulate .bx--btn{
  display: none !important;
}

.xpa-color-charcoal{
  color: #444 !important;
}

.xpa-simulate #xpa{
  display: none !important;
  pointer-events: none;
}

.xpa-bx--tag--s {
  font-size: .7rem;
  font-weight: 400;
  line-height: .8rem;
  letter-spacing: .32px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 .5rem;
  height: 1.2rem;
  max-width: 100%;
  min-width: 2rem;
  margin: .2rem;
  border-radius: .9375rem;
  cursor: default;
}

.xpa-name-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xpa-name-width-fix {
  display: block;
  max-width: 17rem;
}

.fa-2x {
  font-size: 2em !important;
}

.bx--tile {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DEE0E3;
  background-color: white !important;
}

h1, .bx--type-alpha {
  font-size: 2.25rem;
  line-height: 1.25;
}

h2, .bx--type-beta {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 300;
}

.bx--type-caps {
  text-transform: uppercase;
}

.bx--type-caption {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}

h4, .bx--type-delta {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
}

h5, .bx--type-epsilon {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}

h3, .bx--type-gamma {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 300;
}

.bx--type-giga {
  font-size: 4.75rem;
  line-height: 1.25;
  font-weight: 300;
}

strong, .bx--type-strong {
  font-weight: 700;
}

h6, .bx--type-zeta {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
}

.bx--text-input__field-wrapper {
  outline: 0px !important;
}

.xpa-link {
  color: #5558AF !important;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .bx--modal-header__heading {
  font-family: 'Roboto', sans-serif !important;
  color: black !important;
  font-weight: 700;
}

.bx--text-area__wrapper {
  width: 100%;
}

.bx--select-input {
  max-width: inherit;
  width: 100%;
}

.bx--date-picker-container {
  width: 100% !important;
}

.bx--date-picker__input {
  background-color: #f4f4f4;
  max-width: inherit;
  width: 100% !important;
}

.bx--text-input, .bx--text-area {
  background-color: white !important;
  border: 1px solid #ccc !important;
}

.bx--side-nav {
  background-color: #161616 !important;
  border-bottom: 1px solid #393939 !important;
  color: #c6c6c6 !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
}

.bx--inline-notification {
  max-width: unset;
}

.xpa-lineht--1 {
  line-height: 1rem;
}

table.bx--data-table td {
  vertical-align: middle;
}

.bx--modal-container .bx--modal-content {
  padding-right: 1rem;
}

.bx--slider-text-input, .bx-slider-text-input {
  width: 4rem !important;
  min-width: 4rem !important;
  max-width: 4rem !important;
  height: 2.5rem !important;
  padding: 0;
  text-align: center;
  -moz-appearance: textfield;
}

.bx--row {
  display: flex !important;
}

.bx--label {
  font-weight: 700 !important;
  line-height: 1rem !important;
}

.background-imgs {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bx--label--disabled {
  color: #000 !important;
}

.bx--text-input:disabled {
  color: #000 !important;
  background-color: #d1cfcf !important;
}
.bx--text-area:disabled {
  background-color: #d1cfcf !important;
}

.invalid-msg, .error-msg {
  display: block;
  color: #da1e28;
  font-weight: 400;
  overflow: visible;
  max-height: 12.3rem;
}

.ticks, .bx--cc--legend {
  text-transform: capitalize !important;
}

.bx--tag--yellow {
  color: #e16262;
  background-color: #ffeaa5;
}

.modal-container .bx--modal-container {
  overflow: inherit !important;
}

/* .xpa-user-register .bx--row .bx--form-item {
  margin-right: 4px;
} */
.bx--btn{
  border-radius: 5px !important; 
}

