@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 3, app/assets/stylesheets/common.scss */
body {
  font-size: 14px !important;
  line-height: 17px !important;
  color: #595c97;
  font-family: "Open Sans", sans-serif;
  min-width: 768px;
  --bs-card-color: $textBlue !important;
}

/* line 13, app/assets/stylesheets/common.scss */
label {
  margin-bottom: 0.5rem;
}

/* line 17, app/assets/stylesheets/common.scss */
.card {
  color: inherit !important;
}

/* line 20, app/assets/stylesheets/common.scss */
a:hover {
  color: #0056b3;
}

/* line 23, app/assets/stylesheets/common.scss */
.text-black {
  color: black;
}

/* line 27, app/assets/stylesheets/common.scss */
.row-gap-25 {
  row-gap: 25px;
}

/* line 31, app/assets/stylesheets/common.scss */
.modal {
  overflow-y: auto;
}

/* line 35, app/assets/stylesheets/common.scss */
.stacked-modal-one {
  z-index: 1070;
}

/* line 39, app/assets/stylesheets/common.scss */
.stacked-modal-two {
  z-index: 1071;
}

/* line 43, app/assets/stylesheets/common.scss */
.stacked-modal-three {
  z-index: 1072;
}

/* line 47, app/assets/stylesheets/common.scss */
.w-200px {
  width: 200px;
}

/* line 51, app/assets/stylesheets/common.scss */
button.no-format-btn {
  all: unset;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/common.scss */
.eye-icon {
  backdrop-filter: blur(2vmax);
  padding: 0 5px;
}

/* line 60, app/assets/stylesheets/common.scss */
.text-green {
  color: #41b883;
}

/* line 64, app/assets/stylesheets/common.scss */
.text-red {
  color: #fe0000;
}

/* line 68, app/assets/stylesheets/common.scss */
.text-link-blue {
  color: #0090fe;
}

/* line 72, app/assets/stylesheets/common.scss */
.pd-40 {
  padding: 40px;
}

/* line 76, app/assets/stylesheets/common.scss */
a {
  color: #0090fe;
  text-decoration: none;
}

/* line 79, app/assets/stylesheets/common.scss */
a:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 84, app/assets/stylesheets/common.scss */
.btn {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-radius: 6px;
  color: #ffffff;
}

/* line 89, app/assets/stylesheets/common.scss */
.btn:hover {
  color: #ffffff;
}

/* line 93, app/assets/stylesheets/common.scss */
.btnWrap {
  display: flex;
  flex-wrap: wrap;
}

/* line 96, app/assets/stylesheets/common.scss */
.btnWrap .btn {
  margin-right: 24px;
  box-shadow: none;
}

/* line 101, app/assets/stylesheets/common.scss */
.btn {
  height: 32px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  min-width: 144px;
}

/* line 110, app/assets/stylesheets/common.scss */
.btn span {
  margin-right: 8px;
}

/* line 114, app/assets/stylesheets/common.scss */
.btnDarkBlue {
  color: #ffffff;
  line-height: 20px !important;
  background: #002f5c;
  border: #002f5c;
}

/* line 119, app/assets/stylesheets/common.scss */
.btnDarkBlue:hover {
  color: #002f5c;
  background-color: #ffffff;
  border: 2px solid #002f5c;
}

/* line 124, app/assets/stylesheets/common.scss */
.btnDarkBlue:disabled {
  opacity: 0.65;
  color: #ffffff !important;
  background: #002f5c !important;
  pointer-events: none !important;
  border: none !important;
}

/* line 132, app/assets/stylesheets/common.scss */
.btnLightBlue {
  background: #0090fe !important;
  color: #ffffff !important;
  line-height: 20px !important;
}

/* line 136, app/assets/stylesheets/common.scss */
.btnLightBlue:hover {
  color: #0090fe !important;
  background-color: #ffffff !important;
  border: 2px solid #0090fe !important;
  padding: 6px 15px !important;
}

/* line 143, app/assets/stylesheets/common.scss */
.btnWhite,
a.btnWhite {
  font-size: 14px !important;
  background: #ffffff !important;
  border: 2px solid rgba(0, 0, 0, 0.87) !important;
  color: #141322 !important;
  line-height: 20px !important;
}

/* line 150, app/assets/stylesheets/common.scss */
.btnWhite:hover,
a.btnWhite:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.87) !important;
}

/* line 156, app/assets/stylesheets/common.scss */
.btnNoBorder {
  background-color: transparent;
  border: none;
}

/* line 161, app/assets/stylesheets/common.scss */
.color-black,
.text-black {
  color: rgba(0, 0, 0, 0.87);
}

/* line 166, app/assets/stylesheets/common.scss */
.wideBtn {
  width: 100%;
}

/* line 170, app/assets/stylesheets/common.scss */
.btnWhite2 {
  background: #ffffff;
  border: 2px solid #0090fe;
  color: #0090fe;
}

/* line 174, app/assets/stylesheets/common.scss */
.btnWhite2:hover {
  background-color: #0090fe;
  color: #ffffff;
}

/* line 180, app/assets/stylesheets/common.scss */
.btnGreen {
  font-size: 14px !important;
  background: #41b883 !important;
  color: #ffffff !important;
  border: 2px solid #41b883 !important;
  line-height: 20px !important;
}

/* line 186, app/assets/stylesheets/common.scss */
.btnGreen:hover {
  color: #41b883 !important;
  background-color: #fff !important;
  border: 2px solid #41b883 !important;
}

/* line 192, app/assets/stylesheets/common.scss */
.btnGreen:disabled {
  border: 2px solid #41b883;
  opacity: 0.65;
  color: #ffffff;
  background: #41b883;
  line-height: 20px !important;
}

/* line 199, app/assets/stylesheets/common.scss */
input.btnGreen {
  padding: 0 16px;
}

/* line 203, app/assets/stylesheets/common.scss */
.material-icons-outlined.md-24 {
  font-size: 24px;
}

/* line 206, app/assets/stylesheets/common.scss */
.material-icons-outlined.md-34 {
  font-size: 34px;
}

/* line 209, app/assets/stylesheets/common.scss */
.material-icons-outlined.md-48 {
  font-size: 48px;
}

/* clears the ‘X’ from Internet Explorer */
/* line 216, app/assets/stylesheets/common.scss */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* line 221, app/assets/stylesheets/common.scss */
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
/* line 227, app/assets/stylesheets/common.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* line 235, app/assets/stylesheets/common.scss */
.container-fluid,
.container {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 240, app/assets/stylesheets/common.scss */
.row {
  margin-right: -20px;
  margin-left: -20px;
}

/* line 244, app/assets/stylesheets/common.scss */
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 20px;
  padding-left: 20px;
}

/* line 317, app/assets/stylesheets/common.scss */
.mainContentWrap {
  padding: 32px 20px;
  width: calc(100% - 96px);
  min-height: 100vh;
  background: #f7fbff;
  float: right;
}

/* line 323, app/assets/stylesheets/common.scss */
.mainContentWrap .m-left-15 {
  margin-left: 15px;
}

/* line 326, app/assets/stylesheets/common.scss */
.mainContentWrap .m-right-15 {
  margin-right: 15px;
}

/* line 329, app/assets/stylesheets/common.scss */
.mainContentWrap .m-bottom-0 {
  margin-bottom: 0;
}

/* line 332, app/assets/stylesheets/common.scss */
.mainContentWrap .m-bottom-15 {
  margin-bottom: 15px;
}

/* line 335, app/assets/stylesheets/common.scss */
.mainContentWrap .m-bottom-20 {
  margin-bottom: 20px;
}

/* line 338, app/assets/stylesheets/common.scss */
.mainContentWrap .m-bottom-20 {
  margin-bottom: 20px;
}

/* line 341, app/assets/stylesheets/common.scss */
.mainContentWrap .m-bottom-25 {
  margin-bottom: 25px;
}

/* line 344, app/assets/stylesheets/common.scss */
.mainContentWrap .m-left-20 {
  margin-left: 20px;
}

/* line 347, app/assets/stylesheets/common.scss */
.mainContentWrap .m-right-20 {
  margin-right: 20px;
}

/* line 350, app/assets/stylesheets/common.scss */
.mainContentWrap .m-top-5 {
  margin-top: 5px;
}

/* line 353, app/assets/stylesheets/common.scss */
.mainContentWrap .m-top-15 {
  margin-top: 15px;
}

/* line 356, app/assets/stylesheets/common.scss */
.mainContentWrap .m-top-20 {
  margin-top: 20px;
}

/* line 359, app/assets/stylesheets/common.scss */
.mainContentWrap .m-top-75 {
  margin-top: 75px;
}

/* line 362, app/assets/stylesheets/common.scss */
.mainContentWrap .m-top-m-15 {
  margin-top: -15px;
}

/* line 365, app/assets/stylesheets/common.scss */
.mainContentWrap .m-vert-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 369, app/assets/stylesheets/common.scss */
.mainContentWrap .p-bottom-40 {
  padding-bottom: 40px;
}

/* line 372, app/assets/stylesheets/common.scss */
.mainContentWrap .plainBlackText {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  line-height: 14px;
}

/* line 377, app/assets/stylesheets/common.scss */
.mainContentWrap .pageTitle {
  margin-bottom: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 382, app/assets/stylesheets/common.scss */
.mainContentWrap .pageTitle h1 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 29px;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 392, app/assets/stylesheets/common.scss */
.mainContentWrap .left {
  display: flex;
  align-items: flex-start;
}

/* line 396, app/assets/stylesheets/common.scss */
.mainContentWrap .iconBtn {
  height: 30px;
  width: 30px;
  font-size: 24px;
  line-height: 29px;
  margin-right: 23px;
  color: rgba(0, 0, 0, 0.87);
}

/* line 404, app/assets/stylesheets/common.scss */
.mainContentWrap h2 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}

/* line 410, app/assets/stylesheets/common.scss */
.mainContentWrap h3 {
  background-color: #002f5c;
  vertical-align: middle;
  height: 46px;
  color: #ffffff;
  font-size: 16px;
  line-height: 46px;
  margin-bottom: 8px;
  font-weight: bold;
  padding-left: 12px;
}

/* line 421, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 426, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar .searchBox {
  position: relative;
}

/* line 428, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar .searchBox .material-icons-outlined {
  position: absolute;
  top: 5px;
  left: 16px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.38);
}

/* line 435, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar .searchBox .material-icons-outlined.clear-search {
  position: static;
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 0 6px 6px 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 448, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar .searchBox .searchField {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px 0 0 6px;
  width: 320px;
  height: 32px;
  padding-left: 54px;
  margin-bottom: 0;
}

/* line 458, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar .companyLogo img {
  max-width: 125px;
  max-height: 25px;
}

/* line 462, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 467, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li {
  margin-left: 24px;
}

/* line 469, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}

/* line 479, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li a .material-icons-outlined,
.mainContentWrap .actionBar ul li a .material-icons {
  padding-bottom: 6px;
}

/* line 485, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul.horizontal a {
  flex-direction: row;
  align-items: center;
}

/* line 488, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul.horizontal a span {
  padding-bottom: 0;
}

/* line 491, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul.horizontal a .text {
  color: #0090fe;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 9px;
  font-size: 12px;
}

/* line 500, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar.alignItemNormal {
  align-items: normal;
}

/* line 503, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar.alignItemNormal ul li {
  margin-left: 40px;
}

/* line 505, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar.alignItemNormal ul li:first-child {
  margin-left: 0;
}

/* line 511, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar.m-bottom-0 {
  margin-bottom: 0;
}

/* line 515, app/assets/stylesheets/common.scss */
.mainContentWrap ul.subPagesWrap {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 47, 92, 0.5);
  margin-bottom: 32px;
}

/* line 523, app/assets/stylesheets/common.scss */
.mainContentWrap ul.subPagesWrap li {
  margin: 0 24px 24px 0;
}

/* line 525, app/assets/stylesheets/common.scss */
.mainContentWrap ul.subPagesWrap li a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #002f5c;
  padding: 5px 16px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px 0 #002f5c;
  text-transform: uppercase;
}

/* line 536, app/assets/stylesheets/common.scss */
.mainContentWrap ul.subPagesWrap li.active a, .mainContentWrap ul.subPagesWrap li:hover a {
  background-color: #002f5c;
  color: #ffffff;
}

/* line 543, app/assets/stylesheets/common.scss */
.mainContentWrap .card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 20px 0 #eeeeee;
  border: none;
}

/* line 548, app/assets/stylesheets/common.scss */
.mainContentWrap .card.bigCard {
  margin-bottom: 20px;
}

/* line 551, app/assets/stylesheets/common.scss */
.mainContentWrap .card.cardPadding {
  padding: 40px;
}

/* line 553, app/assets/stylesheets/common.scss */
.mainContentWrap .card.cardPadding.customPadding {
  padding: 30px 32px 20px 32px;
}

/* line 558, app/assets/stylesheets/common.scss */
.mainContentWrap a.card:hover {
  box-shadow: 0 2px 20px 0 #dddddd;
}

/* line 562, app/assets/stylesheets/common.scss */
.mainContentWrap .supportWrap .card {
  width: 320px;
  height: 320px;
  padding: 40px;
  display: flex;
  align-items: center;
  color: #002f5c;
  height: 100%;
}

/* line 571, app/assets/stylesheets/common.scss */
.mainContentWrap .supportWrap .card .title {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 43px;
}

/* line 578, app/assets/stylesheets/common.scss */
.mainContentWrap .supportWrap .card .card-content {
  margin-top: 20px;
}

/* line 582, app/assets/stylesheets/common.scss */
.mainContentWrap .supportWrap .card .card-title {
  color: #002f5c;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

/* line 589, app/assets/stylesheets/common.scss */
.mainContentWrap .supportWrap .card .card-icon {
  margin-top: 20px;
  font-size: 30px;
  color: #002f5c;
}

/* line 595, app/assets/stylesheets/common.scss */
.mainContentWrap .supportWrap .card .card-subtitle {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}

/* line 603, app/assets/stylesheets/common.scss */
.mainContentWrap .valign-middle {
  vertical-align: middle;
}

/* line 606, app/assets/stylesheets/common.scss */
.mainContentWrap .valign-top {
  vertical-align: top;
}

/* line 609, app/assets/stylesheets/common.scss */
.mainContentWrap .valign-bottom {
  vertical-align: bottom;
}

/* line 612, app/assets/stylesheets/common.scss */
.mainContentWrap .profile-ImgBox {
  width: 145px;
}

/* line 615, app/assets/stylesheets/common.scss */
.mainContentWrap .profile-ImgBox img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
}

/* line 622, app/assets/stylesheets/common.scss */
.mainContentWrap .profile-ImgBox button {
  margin: 0 auto;
}

/* line 626, app/assets/stylesheets/common.scss */
.mainContentWrap .overlay-wrap {
  position: relative;
}

/* line 628, app/assets/stylesheets/common.scss */
.mainContentWrap .overlay-wrap .overlay-content {
  box-sizing: border-box;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

/* line 643, app/assets/stylesheets/common.scss */
.mainContentWrap .overlay-wrap .overlay-content label {
  text-align: center;
  margin-bottom: 0;
}

/* line 649, app/assets/stylesheets/common.scss */
.mainContentWrap .overlay-wrap:hover .overlay-content {
  opacity: 1;
}

/* line 653, app/assets/stylesheets/common.scss */
.mainContentWrap .overlay-wrap .overlay-content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}

/* line 661, app/assets/stylesheets/common.scss */
.mainContentWrap .action-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 665, app/assets/stylesheets/common.scss */
.mainContentWrap .action-items ul li {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

/* line 669, app/assets/stylesheets/common.scss */
.mainContentWrap .action-items ul li a {
  color: #141322;
}

/* line 673, app/assets/stylesheets/common.scss */
.mainContentWrap .action-items ul li:last-child {
  margin-right: 0;
}

/* line 679, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .actionBar {
  margin-bottom: 48px;
}

/* line 682, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner {
  margin-bottom: 48px;
  display: inline-flex;
  flex-direction: column;
}

/* line 686, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner:last-child {
  margin-bottom: 0;
}

/* line 688, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner:last-child .table {
  margin-bottom: 0;
}

/* line 692, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner .reportRow {
  border-top: 2px solid #eeeeee;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 14px;
  padding: 16px 0;
  display: flex;
  justify-content: flex-start;
}

/* line 700, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner .reportRow:first-of-type {
  border-top: none;
}

/* line 703, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner .reportRow .pad40 {
  padding-right: 40px;
}

/* line 706, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner .reportRow .pad80 {
  padding-right: 80px;
}

/* line 709, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner .reportRow .pad220 {
  padding-right: 220px;
}

/* line 712, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner .reportRow strong {
  color: rgba(0, 0, 0, 0.87);
}

/* line 715, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner .reportRow span {
  padding-right: 8px;
}

/* line 720, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .scrollBox {
  overflow: auto;
}

/* line 726, app/assets/stylesheets/common.scss */
.mainContentWrap ul.tabs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 2px solid #eeeeee;
  list-style: none;
  margin-bottom: 40px;
}

/* line 734, app/assets/stylesheets/common.scss */
.mainContentWrap ul.tabs li {
  margin-right: 40px;
}

/* line 736, app/assets/stylesheets/common.scss */
.mainContentWrap ul.tabs li a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 8px;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

/* line 746, app/assets/stylesheets/common.scss */
.mainContentWrap ul.tabs li.active a {
  color: #141322;
  border-bottom: 4px solid #0090fe;
  padding-bottom: 7px;
  margin-bottom: -3px;
}

/* line 752, app/assets/stylesheets/common.scss */
.mainContentWrap ul.tabs li:hover a {
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

/* line 760, app/assets/stylesheets/common.scss */
.mainContentWrap .pullsWrap .actionBar .companyLogo img {
  max-height: 40px;
  max-width: 190px;
}

/* line 764, app/assets/stylesheets/common.scss */
.mainContentWrap .pullsWrap .flexDate {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

/* line 769, app/assets/stylesheets/common.scss */
.mainContentWrap .pullsWrap .lastPull {
  color: #141322;
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  align-self: flex-end;
}

/* line 778, app/assets/stylesheets/common.scss */
.mainContentWrap .pullsWrap .row .row {
  height: 100%;
}

/* line 782, app/assets/stylesheets/common.scss */
.mainContentWrap ul.textNumList {
  list-style: none;
  width: 100%;
  padding: 0 40px;
  border-right: 2px solid #eeeeee;
  margin: 0;
}

/* line 788, app/assets/stylesheets/common.scss */
.mainContentWrap ul.textNumList li {
  padding: 8px 0;
  display: flex;
  justify-content: normal;
  color: rgba(0, 0, 0, 0.54);
}

/* line 794, app/assets/stylesheets/common.scss */
.mainContentWrap ul.textNumList li .widthDefine {
  min-width: 140px;
}

/* line 797, app/assets/stylesheets/common.scss */
.mainContentWrap ul.textNumList li .num {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

/* line 803, app/assets/stylesheets/common.scss */
.mainContentWrap .row ul.textNumList {
  padding-left: 0;
}

/* line 806, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.54);
}

/* line 812, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .title {
  font-weight: bold;
  margin-bottom: 4px;
}

/* line 816, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .version {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #141322;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

/* line 824, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .version img {
  width: auto;
  height: 22px;
  padding-right: 8px;
  display: inline;
}

/* line 830, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .version span {
  font-weight: bold;
  font-size: 16px;
}

/* line 835, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .score {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}

/* line 839, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .score.maroon {
  color: #9e2433;
}

/* line 842, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .score.darkBlue {
  color: #26478d;
}

/* line 845, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .score.lightBlue {
  color: #00a6ca;
}

/* line 848, app/assets/stylesheets/common.scss */
.mainContentWrap .versionWrap .score.black {
  color: #141322;
}

/* line 854, app/assets/stylesheets/common.scss */
.mainContentWrap .soft-pull-graph h2,
.mainContentWrap .soft-pull-graph ul {
  display: inline-block;
  vertical-align: middle;
}

/* line 859, app/assets/stylesheets/common.scss */
.mainContentWrap .soft-pull-graph h2 {
  margin: 0;
}

/* line 863, app/assets/stylesheets/common.scss */
.mainContentWrap .soft-pull-graph ul li {
  display: inline-block;
}

/* line 865, app/assets/stylesheets/common.scss */
.mainContentWrap .soft-pull-graph ul li span {
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
}

/* line 872, app/assets/stylesheets/common.scss */
.mainContentWrap .soft-pull-graph ul li img {
  width: 51px;
  height: auto;
}

/* line 880, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar .maroon {
  background: #9e2433;
}

/* line 883, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar .darkBlue {
  background: #26478d;
}

/* line 886, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar .lightBlue {
  background: #00a6ca;
}

/* line 890, app/assets/stylesheets/common.scss */
.mainContentWrap .custom-black-dropdown {
  display: inline-block;
  vertical-align: middle;
  min-width: 160px;
}

/* line 895, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap {
  margin: -40px -40px 0 -40px;
}

/* line 897, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .tableHead {
  border-bottom: 2px solid #eeeeee;
  padding: 22px 30px 10px;
}

/* line 900, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .tableHead span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.87);
}

/* line 909, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .tableRow, .mainContentWrap .addVersionWrap .accounts {
  border-bottom: 2px solid #eeeeee;
  padding: 8px 30px;
  display: flex;
  color: rgba(0, 0, 0, 0.87);
}

/* line 914, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .tableRow .flexOne, .mainContentWrap .addVersionWrap .accounts .flexOne {
  flex: 1;
}

/* line 916, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .tableRow .flexOne span, .mainContentWrap .addVersionWrap .accounts .flexOne span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

/* line 921, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .tableRow .flexOne .favorite, .mainContentWrap .addVersionWrap .accounts .flexOne .favorite {
  font-size: 25px;
  margin-left: 15px;
  color: #002f5c;
}

/* line 928, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .tableRow .actionBtn a, .mainContentWrap .addVersionWrap .accounts .actionBtn a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
}

/* line 934, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .btnDarkBlue {
  border-radius: 0;
}

/* line 937, app/assets/stylesheets/common.scss */
.mainContentWrap .addVersionWrap .btnWrap {
  padding: 0 30px;
}

/* line 943, app/assets/stylesheets/common.scss */
.bureausWrap .companyLogo {
  margin-bottom: 24px;
}

/* line 945, app/assets/stylesheets/common.scss */
.bureausWrap .companyLogo img {
  max-width: 100%;
  max-height: 55px;
  margin-top: 20px;
}

/* line 951, app/assets/stylesheets/common.scss */
.bureausWrap .title {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 955, app/assets/stylesheets/common.scss */
.bureausWrap .title.score-title {
  width: 152px;
}

/* line 959, app/assets/stylesheets/common.scss */
.bureausWrap .info {
  background-color: #ffffff;
  border: 2px solid #002f5c;
  color: #002f5c;
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 16px;
  float: left;
  clear: left;
  margin-bottom: 6px;
  vertical-align: middle;
  font-weight: 600;
}

/* line 972, app/assets/stylesheets/common.scss */
.bureausWrap .info.blueBg {
  background: #002f5c;
  color: #fff;
}

/* line 976, app/assets/stylesheets/common.scss */
.bureausWrap .info img {
  display: inline;
  max-height: 12px;
  margin-right: 2px;
}

/* line 982, app/assets/stylesheets/common.scss */
.bureausWrap .info.score-model {
  width: 150.5px;
}

/* line 986, app/assets/stylesheets/common.scss */
.bureausWrap .info.add-on {
  width: 149px;
}

/* line 997, app/assets/stylesheets/common.scss */
.tableWrap tbody tr:nth-child(1) .tooltip-relative .popover-box, .tableWrap tbody tr:nth-child(2) .tooltip-relative .popover-box {
  top: -60px;
}

/* line 999, app/assets/stylesheets/common.scss */
.tableWrap tbody tr:nth-child(1) .tooltip-relative .popover-box .leftArrow, .tableWrap tbody tr:nth-child(2) .tooltip-relative .popover-box .leftArrow {
  margin-top: 68px;
}

/* line 1008, app/assets/stylesheets/common.scss */
.tooltip-relative {
  position: relative;
}

/* line 1010, app/assets/stylesheets/common.scss */
.tooltip-relative .popover-box {
  position: absolute;
  background: #fff;
  top: -120px;
  z-index: -9;
  width: 575px;
  height: 310px;
  border-radius: 15px;
  left: 40%;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transition: 0.25s all ease;
  transition-delay: 0s;
}

/* line 1023, app/assets/stylesheets/common.scss */
.tooltip-relative .popover-box .leftArrow {
  height: 34px;
  width: 20px;
  position: absolute;
  margin-top: 128px;
  margin-left: -20px;
  overflow: hidden;
}

/* line 1031, app/assets/stylesheets/common.scss */
.tooltip-relative .popover-box .leftArrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  left: 10px;
  top: 7px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.24);
}

/* line 1044, app/assets/stylesheets/common.scss */
.tooltip-relative:hover .popover-box {
  opacity: 1;
  z-index: 9;
  transition: 0.25s all ease;
  transition-delay: 0s;
}

/* line 1051, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover {
  padding: 30px;
}

/* line 1053, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .popover-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 1057, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .popover-head h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

/* line 1063, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .popover-head .view-applicant {
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
}

/* line 1069, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .popover-head .view-applicant span {
  display: inline-block;
  vertical-align: middle;
}

/* line 1073, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .popover-head .view-applicant span.material-icons-outlined {
  color: rgba(0, 0, 0, 0.87);
  margin-left: 5px;
}

/* line 1081, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .score-wrap:last-child .version {
  border-right: 0;
}

/* line 1085, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .score-wrap .company-logo {
  width: auto;
  height: 23px;
  margin-bottom: 12px;
}

/* line 1090, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .score-wrap .version {
  border-right: 2px solid #dddddd;
  margin-right: -15px;
  padding-right: 15px;
}

/* line 1094, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .score-wrap .version img {
  width: 90px;
  height: auto;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1102, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .score-wrap .version .transunion-img {
  width: auto;
  height: 30px;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1109, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .score-wrap .version span {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #002f5c;
  text-transform: uppercase;
}

/* line 1116, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .score-wrap .version .score {
  margin-top: 15px;
}

/* line 1118, app/assets/stylesheets/common.scss */
.tooltip-relative .body-popover .score-wrap .version .score .score-label {
  color: #797979;
  font-weight: 500;
  margin-right: 60px;
  text-transform: capitalize;
}

/* line 1129, app/assets/stylesheets/common.scss */
.reportsWrap {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1132, app/assets/stylesheets/common.scss */
.reportsWrap .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}

/* line 1137, app/assets/stylesheets/common.scss */
.reportsWrap .info {
  margin-bottom: 45px;
}

/* line 1140, app/assets/stylesheets/common.scss */
.reportsWrap a.generatReport {
  align-self: flex-end;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  text-align: right;
  text-transform: uppercase;
}

/* line 1149, app/assets/stylesheets/common.scss */
.reportsWrap a.generatReport span {
  display: inline-block;
  vertical-align: top;
}

/* line 1153, app/assets/stylesheets/common.scss */
.reportsWrap a.generatReport span.material-icons-outlined {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1161, app/assets/stylesheets/common.scss */
.filterBtnWrap {
  display: flex;
  position: relative;
}

/* line 1164, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-toggle {
  min-width: unset;
  margin-left: 8px;
}

/* line 1167, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-toggle::after {
  display: none;
}

/* line 1170, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-toggle .material-icons {
  font-size: 16px;
  color: #002f5c;
}

/* line 1175, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-menu {
  padding: 20px 40px 12px;
  min-width: 395px;
  font-weight: normal;
  text-transform: none;
  border-radius: 16px;
  box-shadow: 0 2px 20px 0 #eeeeee;
  border: none;
}

/* line 1183, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-menu .dropdown-divider {
  border-top: 2px solid #eeeeee;
  margin: 12px 0 24px;
}

/* line 1187, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 16px;
  padding: 12px 0;
  text-transform: none;
}

/* line 1194, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-menu div.form-check:not(.form-check-inline):not(:last-child) {
  margin-bottom: 14px;
}

/* line 1197, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-menu .btnWrap {
  margin-top: 40px;
}

/* line 1199, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-menu .btnWrap .btn:last-of-type {
  margin-right: 0;
}

/* line 1204, app/assets/stylesheets/common.scss */
.filterBtnWrap .dropdown-menu-center {
  right: auto;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 38px) !important;
}

/* line 1213, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li .dropdown-menu {
  background: #f7fbff;
  padding: 40px 40px 15px;
  min-width: 400px;
  box-shadow: 0 2px 20px 0 #eeeeee;
  border: none;
}

/* line 1219, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li .dropdown-menu::before {
  content: " ";
  display: block;
  height: 20px;
  width: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 40px;
}

/* line 1231, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li .dropdown-menu .searchBox {
  margin-bottom: 24px;
}

/* line 1234, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li .dropdown-menu .transferTopWrap,
.mainContentWrap .actionBar ul li .dropdown-menu .fitlerTopWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* line 1241, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li .dropdown-menu .title {
  font-size: 20px;
  line-height: 24px;
}

/* line 1245, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li .dropdown-menu a.saveView {
  color: #0090fe;
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
  font-weight: normal;
}

/* line 1252, app/assets/stylesheets/common.scss */
.mainContentWrap .actionBar ul li .dropdown-menu input.saveView {
  color: #0090fe;
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
  font-weight: normal;
  border: none;
  background: none;
}

/* line 1265, app/assets/stylesheets/common.scss */
.accordionWrap .accordionItem h5 {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 17px 40px;
  margin-left: -40px;
  width: calc(100% + 80px);
  background: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 1277, app/assets/stylesheets/common.scss */
.accordionWrap .accordionItem h5 .arrowUp {
  display: none;
}

/* line 1281, app/assets/stylesheets/common.scss */
.accordionWrap .accordionItem h5.collapsed .arrowUp {
  display: block;
}

/* line 1284, app/assets/stylesheets/common.scss */
.accordionWrap .accordionItem h5.collapsed .arrowDown {
  display: none;
}

/* line 1289, app/assets/stylesheets/common.scss */
.accordionWrap .accordionItem h5 .arrowBox .arrowUp {
  display: none;
}

/* line 1293, app/assets/stylesheets/common.scss */
.accordionWrap .accordionItem h5 .arrowBox.collapsed .arrowUp {
  display: block;
}

/* line 1296, app/assets/stylesheets/common.scss */
.accordionWrap .accordionItem h5 .arrowBox.collapsed .arrowDown {
  display: none;
}

/* line 1302, app/assets/stylesheets/common.scss */
.accordionWrap .accordionItem div.form-check:not(.form-check-inline):not(:last-child) {
  margin-bottom: 16px;
}

/* line 1307, app/assets/stylesheets/common.scss */
.orBar {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 4px;
}

/* line 1316, app/assets/stylesheets/common.scss */
.orBar::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #eeeeee;
  left: 0;
  top: 14px;
}

/* line 1324, app/assets/stylesheets/common.scss */
.orBar span {
  position: relative;
  background: #fff;
  padding: 0 10px;
  min-width: 80px;
  display: inline-block;
}

/* line 1332, app/assets/stylesheets/common.scss */
.cardPadding .orBar {
  width: calc(100% + 80px);
  margin-left: -40px;
}

/* line 1336, app/assets/stylesheets/common.scss */
.stickyMenu {
  position: fixed;
  top: 0;
  z-index: 9;
  background: #f7fbff;
  width: calc(100% + 30px);
  padding: 19px 15px 0;
  margin: 0 -15px;
}

/* line 1345, app/assets/stylesheets/common.scss */
.onboarding .stickyMenu {
  top: 37px;
}

/* line 1348, app/assets/stylesheets/common.scss */
.applicantsWrap {
  overflow: auto;
}

/* line 1351, app/assets/stylesheets/common.scss */
.applicantsWrap.internalScroll {
  border-radius: 16px;
  padding: 10px 0;
}

/* line 1355, app/assets/stylesheets/common.scss */
.mainContentWrap .reportWrap .reportInner {
  margin-bottom: 38px;
  padding-top: 10px;
}

/* line 1359, app/assets/stylesheets/common.scss */
#inquiries {
  margin-bottom: 13px;
}

/* line 1363, app/assets/stylesheets/common.scss */
.reportContentWrap {
  margin-top: 0 !important;
}

/* line 1366, app/assets/stylesheets/common.scss */
.leftAccordionWrap.col-4 {
  margin: -40px 0 -40px -20px;
  max-width: calc(33.333333% + 20px);
  border-right: 2px solid #eeeeee;
  padding: 40px 0;
}

/* line 1371, app/assets/stylesheets/common.scss */
.leftAccordionWrap.col-4 .accordionHead {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 24px;
  margin-top: 16px;
  align-items: center;
}

/* line 1380, app/assets/stylesheets/common.scss */
.leftAccordionWrap.col-4 .accordionHead:first-child {
  margin-top: 0;
}

/* line 1384, app/assets/stylesheets/common.scss */
.leftAccordionWrap.col-4 .accordionItem {
  border-bottom: 2px solid #eee;
  color: rgba(0, 0, 0, 0.87);
  padding: 10px 24px;
  align-items: center;
  min-height: 49px;
}

/* line 1391, app/assets/stylesheets/common.scss */
.leftAccordionWrap.col-4 .leftFromBtnWrap {
  padding: 0 24px;
}

/* line 1394, app/assets/stylesheets/common.scss */
.leftAccordionWrap.col-4 .fieldSectionTitle {
  font-size: 16;
  font-weight: "regular";
  color: rgba(0, 0, 0, 0.87);
}

/* line 1399, app/assets/stylesheets/common.scss */
.leftAccordionWrap.col-4 .material-icons {
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}

/* line 1404, app/assets/stylesheets/common.scss */
.iframeWrap {
  min-height: 770px;
}

/* line 1408, app/assets/stylesheets/common.scss */
.beforeLogin {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

/* line 1413, app/assets/stylesheets/common.scss */
.beforeLoginNav {
  z-index: 2;
  position: relative;
}

/* line 1417, app/assets/stylesheets/common.scss */
.fullpageWrap,
footer,
.blurWrapper {
  z-index: 100;
  position: relative;
}

/* line 1424, app/assets/stylesheets/common.scss */
.beforeLogin.login::before, .beforeLogin.login::after, .beforeLogin.resetPassword::before, .beforeLogin.resetPassword::after {
  content: "";
  display: block;
  width: 845px;
  height: 845px;
  background: url(/img/blue-blur-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -273px;
  right: -312px;
  z-index: 1;
}

/* line 1439, app/assets/stylesheets/common.scss */
.beforeLogin.login::after, .beforeLogin.resetPassword::after {
  top: auto;
  bottom: -273px;
  left: -312px;
  z-index: 1;
}

/* line 1446, app/assets/stylesheets/common.scss */
.beforeLogin.siteAccountDisabled::after {
  content: "";
  display: block;
  width: 90vw;
  height: 90vw;
  background: url(/img/blue-blur-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 40vh;
  left: 5vw;
  z-index: 1;
}

/* line 1458, app/assets/stylesheets/common.scss */
.beforeLogin.siteSupport::before, .beforeLogin.siteSupport::after {
  content: "";
  display: block;
  width: 845px;
  height: 845px;
  background: url(/img/blue-blur-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 40px;
  left: -380px;
  z-index: 1;
}

/* line 1471, app/assets/stylesheets/common.scss */
.beforeLogin.siteSupport::after {
  top: auto;
  bottom: -352px;
  left: auto;
  right: -300px;
  z-index: 1;
}

/* line 1478, app/assets/stylesheets/common.scss */
.beforeLogin.signUp::before {
  content: "";
  display: block;
  width: 1232px;
  height: 1232px;
  background: url(/img/blue-blur-2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  margin-left: 50%;
  top: -315px;
  left: -616px;
  z-index: 1;
}

/* line 1491, app/assets/stylesheets/common.scss */
.beforeLogin.verifyMFA::before, .beforeLogin.verifyMFA::after {
  content: "";
  display: block;
  width: 845px;
  height: 845px;
  background: url(/img/blue-blur-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -273px;
  left: -312px;
  z-index: 1;
}

/* line 1504, app/assets/stylesheets/common.scss */
.beforeLogin.verifyMFA::after {
  top: auto;
  left: auto;
  bottom: -273px;
  right: -312px;
  z-index: 1;
}

/* line 1512, app/assets/stylesheets/common.scss */
.newCreditReportWrap {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

/* line 1516, app/assets/stylesheets/common.scss */
.newCreditReportWrap .creditLeft {
  display: table-cell;
  vertical-align: top;
  min-width: 245px;
  padding-right: 32px;
  width: 19%;
}

/* line 1523, app/assets/stylesheets/common.scss */
.newCreditReportWrap .creditRight {
  display: table-cell;
  vertical-align: top;
  padding-left: 32px;
  width: 80%;
}

/* line 1529, app/assets/stylesheets/common.scss */
.newCreditReportWrap .companyLogo img {
  max-width: 205px;
  max-height: unset;
  padding: 0;
  margin-bottom: 26px;
}

/* line 1535, app/assets/stylesheets/common.scss */
.newCreditReportWrap .borderRight {
  border-right: 2px solid #eeeeee;
}

/* line 1538, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.imgTextNumbList,
.newCreditReportWrap ul.textNumbList {
  padding-left: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 32px;
}

/* line 1544, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.imgTextNumbList li,
.newCreditReportWrap ul.textNumbList li {
  display: table;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 18px;
  table-layout: fixed;
}

/* line 1551, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.imgTextNumbList .info,
.newCreditReportWrap ul.textNumbList .info {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  padding-right: 10px;
}

/* line 1557, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.imgTextNumbList .value,
.newCreditReportWrap ul.textNumbList .value {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 17px;
  text-align: right;
  font-weight: bold;
  width: 30%;
  padding-left: 5px;
}

/* line 1567, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.imgTextNumbList img,
.newCreditReportWrap ul.textNumbList img {
  width: auto;
  height: 18px;
  padding-right: 8px;
  display: inline;
}

/* line 1574, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.imgTextNumbList .title .auto-2,
.newCreditReportWrap ul.textNumbList .title .auto-2 {
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

/* line 1582, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.imgTextNumbList .intell-info {
  display: table;
}

/* line 1587, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.textNumbList li {
  margin-bottom: 12px;
}

/* line 1591, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.pullReport {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

/* line 1597, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.pullReport li {
  margin: 0 16px;
}

/* line 1600, app/assets/stylesheets/common.scss */
.newCreditReportWrap ul.pullReport a, .newCreditReportWrap ul.pullReport .nav-item-hold {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}

/* line 1612, app/assets/stylesheets/common.scss */
.newCreditReportWrap .lastPull {
  color: rgba(0, 0, 0, 0.54);
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}

/* line 1620, app/assets/stylesheets/common.scss */
.newCreditReportWrap table.creditTable th,
.newCreditReportWrap table.creditTable td {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* line 1627, app/assets/stylesheets/common.scss */
.newCreditReportWrap table.creditTable th {
  text-transform: uppercase;
}

/* line 1630, app/assets/stylesheets/common.scss */
.newCreditReportWrap table.creditTable thead th,
.newCreditReportWrap table.creditTable tbody th,
.newCreditReportWrap table.creditTable tbody td {
  border-top: none;
  padding: 12px;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797;
  text-align: center;
}

/* line 1639, app/assets/stylesheets/common.scss */
.newCreditReportWrap table.creditTable tbody th {
  text-align: left;
  padding-left: 0;
}

/* line 1643, app/assets/stylesheets/common.scss */
.newCreditReportWrap table.creditTable tbody tr td:nth-child(even) {
  background-color: rgba(0, 144, 254, 0.25);
}

/* line 1646, app/assets/stylesheets/common.scss */
.newCreditReportWrap table.creditTable tbody tr:hover {
  background-color: transparent;
}

/* line 1648, app/assets/stylesheets/common.scss */
.newCreditReportWrap table.creditTable tbody tr:hover td {
  color: rgba(0, 0, 0, 0.87);
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .btnWrap {
  padding: 20px;
  margin-left: 50px;
  width: 600px;
}

/* line 11, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard #api-features-collapse, .settingsPage .settingsWrap .settingsCard #zapier-features-collapse, .settingsPage .settingsWrap .settingsCard #apps-features-collapse {
  margin-left: 24px;
  max-width: 620px;
  justify-content: space-between;
}

/* line 17, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard #zapier-features-collapse {
  max-width: 420px;
}

/* line 20, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard #apps-features-collapse {
  max-width: 300px;
}

/* line 24, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard #apiRow, .settingsPage .settingsWrap .settingsCard #zapierRow, .settingsPage .settingsWrap .settingsCard #appsRow {
  border: none;
}

/* line 26, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard #apiRow h5, .settingsPage .settingsWrap .settingsCard #zapierRow h5, .settingsPage .settingsWrap .settingsCard #appsRow h5 {
  width: auto;
  margin-left: 24px;
  padding: 0;
  margin-right: 4px;
}

/* line 34, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingTitleRow .settingTitle {
  margin-top: 28px;
  margin-bottom: 28px;
}

/* line 38, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingTitleRow .settingFeature, .settingsPage .settingsWrap .settingsCard .settingTitleRow .settingLimit {
  padding-left: 19px;
  margin-top: 28px;
  margin-bottom: 28px;
}

/* line 43, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingTitleRow .settingLimit {
  padding-left: 24px;
}

/* line 48, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .apiSettingRow {
  border-bottom: 1px solid #e0e0e0;
}

/* line 52, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .zapierSettingRow, .settingsPage .settingsWrap .settingsCard .appsSettingRow {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 58, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingRow {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  text-align: left;
}

/* line 70, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingRow .settingFeature {
  margin-left: 24px;
  width: 90px;
}

/* line 74, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingRow .apiRow, .settingsPage .settingsWrap .settingsCard .settingRow .zapierRow, .settingsPage .settingsWrap .settingsCard .settingRow .appsRow {
  margin-left: 24px;
  width: 90px;
}

/* line 79, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingRow .apiRow {
  border-bottom: 1px solid #e0e0e0;
}

/* line 83, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingRow .limit-value, .settingsPage .settingsWrap .settingsCard .settingRow .settingLimit {
  margin-left: 202px;
  width: 90px;
}

/* line 86, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingRow .limit-value input, .settingsPage .settingsWrap .settingsCard .settingRow .settingLimit input {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 17px;
  padding-left: 17px;
  background-color: #F2F4F8;
  border-radius: 6px;
  width: 80px;
  height: 32px;
  border: none;
}

/* line 98, app/assets/stylesheets/settings.scss */
.settingsPage .settingsWrap .settingsCard .settingRow .settingInfo {
  font-weight: lighter;
  margin-left: 50px;
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 3, app/assets/stylesheets/form.scss */
.form-group {
  margin-bottom: 34px;
}

/* line 6, app/assets/stylesheets/form.scss */
.form-control {
  border: 1px solid #e4e9f0;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  height: 32px;
  padding: 5px 15px;
}

/* line 15, app/assets/stylesheets/form.scss */
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

/* line 18, app/assets/stylesheets/form.scss */
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

/* line 21, app/assets/stylesheets/form.scss */
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

/* line 24, app/assets/stylesheets/form.scss */
.form-control:focus {
  color: rgba(0, 0, 0, 0.87);
  border-color: #002f5c;
  outline: 0;
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/form.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #f2f4f8;
  border: 1px solid #f2f4f8;
}

/* line 48, app/assets/stylesheets/form.scss */
select.form-control {
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.87) 60%), linear-gradient(135deg, rgba(0, 0, 0, 0.87) 40%, transparent 50%) !important;
  background-position: calc(100% - 20px) 14px, calc(100% - 15px) 14px, 100% 0;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
}

/* line 58, app/assets/stylesheets/form.scss */
textarea.form-control {
  resize: none;
}

/* line 61, app/assets/stylesheets/form.scss */
textarea.lowHeight {
  height: 32px;
}

/* line 65, app/assets/stylesheets/form.scss */
textarea.mediumHeight {
  height: 120px;
}

/* line 69, app/assets/stylesheets/form.scss */
textarea.bigHeight {
  height: 180px;
}

/* line 72, app/assets/stylesheets/form.scss */
label {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

/* line 78, app/assets/stylesheets/form.scss */
.form-check {
  padding-left: 0;
}

/* line 80, app/assets/stylesheets/form.scss */
.form-check label {
  display: flex;
  align-items: center;
}

/* line 83, app/assets/stylesheets/form.scss */
.form-check label img {
  max-width: 125px;
  max-height: 32px;
}

/* line 89, app/assets/stylesheets/form.scss */
.form-check label:after {
  content: "";
  display: table;
  clear: both;
}

/* line 94, app/assets/stylesheets/form.scss */
.form-check .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #000;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin-right: 11px;
  flex-shrink: 0;
}

/* line 104, app/assets/stylesheets/form.scss */
.form-check input[type="radio"] + .cr {
  border-radius: 9px;
}

/* line 107, app/assets/stylesheets/form.scss */
.form-check .cr .material-icons {
  position: absolute;
  font-size: 20px;
  line-height: 0;
  top: 50%;
  left: -3px;
}

/* line 117, app/assets/stylesheets/form.scss */
.form-check label input[type="checkbox"],
.form-check label input[type="radio"] {
  display: none;
}

/* line 121, app/assets/stylesheets/form.scss */
.form-check label input[type="checkbox"] + .cr > .material-icons,
.form-check label input[type="radio"] + .cr > .material-icons {
  opacity: 0;
}

/* line 125, app/assets/stylesheets/form.scss */
.form-check label input[type="checkbox"]:checked + .cr,
.form-check label input[type="radio"]:checked + .cr {
  border-color: #0090fe;
}

/* line 128, app/assets/stylesheets/form.scss */
.form-check label input[type="checkbox"]:checked + .cr > .material-icons,
.form-check label input[type="radio"]:checked + .cr > .material-icons {
  opacity: 1;
  color: #0090fe;
}

/* line 133, app/assets/stylesheets/form.scss */
.form-check label input[type="checkbox"]:disabled + .cr,
.form-check label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}

/* line 138, app/assets/stylesheets/form.scss */
div.form-check:not(.form-check-inline):not(:last-child) {
  margin-bottom: 28px;
}

/* line 162, app/assets/stylesheets/form.scss */
.fieldTitle, .fieldTitleDark {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
}

/* line 169, app/assets/stylesheets/form.scss */
.fieldTitleDark {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}

/* line 174, app/assets/stylesheets/form.scss */
.fieldTitleDark.regular {
  font-weight: normal;
}

/* line 179, app/assets/stylesheets/form.scss */
.form-check {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.87);
}

/* line 186, app/assets/stylesheets/form.scss */
.intelligenceBox {
  background-color: #f2f4f8;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  padding: 15px 12px;
}

/* line 193, app/assets/stylesheets/form.scss */
.intelligenceBox .logoSmall {
  max-width: 80px;
}

/* line 196, app/assets/stylesheets/form.scss */
.intelligenceBox p {
  margin-bottom: 0;
}

/* line 200, app/assets/stylesheets/form.scss */
.intelligenceBox .versionScore .logoXsmall {
  max-width: 62px;
}

/* line 203, app/assets/stylesheets/form.scss */
.intelligenceBox .versionScore .logoXsmall,
.intelligenceBox .versionScore p {
  display: inline-block;
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 4, app/assets/stylesheets/modal.scss */
.modal .modal-dialog.width580 {
  max-width: 576px;
}

/* line 7, app/assets/stylesheets/modal.scss */
.modal .modal-dialog.width610 {
  max-width: 610px;
}

/* line 10, app/assets/stylesheets/modal.scss */
.modal .modal-dialog.width875 {
  max-width: 875px;
}

/* line 14, app/assets/stylesheets/modal.scss */
.modal .modal-dialog.blueModal .modal-content {
  background-color: #F7FBFF;
}

/* line 17, app/assets/stylesheets/modal.scss */
.modal .modal-dialog.blueModal .table {
  background-color: #fff;
}

/* line 22, app/assets/stylesheets/modal.scss */
.modal .modal-content {
  box-shadow: 0 2px 20px 0 #eeeeee;
  border: none;
  border-radius: 16px;
}

/* line 27, app/assets/stylesheets/modal.scss */
.modal .modal-header {
  padding: 40px;
  border-bottom: none;
}

/* line 30, app/assets/stylesheets/modal.scss */
.modal .modal-header.intelligence-modal-table {
  display: block;
}

/* line 34, app/assets/stylesheets/modal.scss */
.modal h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  line-height: 24px;
}

/* line 39, app/assets/stylesheets/modal.scss */
.modal .modal-body {
  padding: 20px;
}

/* line 42, app/assets/stylesheets/modal.scss */
.modal .modal-footer {
  justify-content: flex-start;
  padding: 0 40px 32px;
  border-top: none;
}

/* line 48, app/assets/stylesheets/modal.scss */
.modal .softHardPull .versionWrap {
  display: flex;
  margin-bottom: 40px;
  margin-top: -40px;
  flex-direction: row;
  justify-content: left;
}

/* line 54, app/assets/stylesheets/modal.scss */
.modal .softHardPull .versionWrap .companyLogo {
  margin-right: 60px;
}

/* line 56, app/assets/stylesheets/modal.scss */
.modal .softHardPull .versionWrap .companyLogo img {
  height: 21px;
  padding: 0px 0px;
}

/* line 61, app/assets/stylesheets/modal.scss */
.modal .softHardPull .versionWrap .version {
  font-size: 14px;
  font-weight: normal;
  color: #141322;
  display: flex;
  margin-bottom: -30px;
}

/* line 67, app/assets/stylesheets/modal.scss */
.modal .softHardPull .versionWrap .version img {
  height: 16px;
  padding-right: 8px;
  display: inline;
  margin-bottom: 25px;
}

/* line 73, app/assets/stylesheets/modal.scss */
.modal .softHardPull .versionWrap .version .title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: normal;
  padding-right: 8px;
}

/* line 80, app/assets/stylesheets/modal.scss */
.modal .softHardPull .versionWrap .version span {
  margin-bottom: 24px;
}

/* line 86, app/assets/stylesheets/modal.scss */
.modal .softHardPull .info {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 14px;
}

/* line 92, app/assets/stylesheets/modal.scss */
.modal .softHardPull .form-check label {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  line-height: 14px;
}

/* line 99, app/assets/stylesheets/modal.scss */
.modal .searchBox {
  position: relative;
  margin-left: 40px;
  margin-bottom: 40px;
  margin-top: -16px;
}

/* line 104, app/assets/stylesheets/modal.scss */
.modal .searchBox .material-icons-outlined {
  position: absolute;
  top: 5px;
  left: 16px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.38);
}

/* line 111, app/assets/stylesheets/modal.scss */
.modal .searchBox .searchField {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  width: 320px;
  height: 32px;
  padding-left: 54px;
  margin-bottom: 0;
}

/* line 123, app/assets/stylesheets/modal.scss */
.biggerModal .modal {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
}

/* line 130, app/assets/stylesheets/modal.scss */
.biggerModal .modal .modal-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

/* line 137, app/assets/stylesheets/modal.scss */
.biggerModal .modal .modal-body {
  padding: 0 40px 32px;
}

/* line 140, app/assets/stylesheets/modal.scss */
.biggerModal .modal .modal-body .modal-body-text {
  font-size: 14px;
  line-height: 17px;
  width: 440px;
  text-align: center;
}

/* line 149, app/assets/stylesheets/modal.scss */
.token-info {
  font-size: 14px;
  line-height: 17px;
  width: 648px;
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 2, app/assets/stylesheets/navigation.scss */
.beforeLoginNav {
  background-color: #ffffff;
  height: 58px;
  border-bottom: 1px solid #d8e1ec;
  display: flex;
  align-items: center;
}

/* line 8, app/assets/stylesheets/navigation.scss */
.beforeLoginNav .logo {
  margin: 14px 24px;
}

/* line 10, app/assets/stylesheets/navigation.scss */
.beforeLoginNav .logo img {
  max-width: 107px;
  max-height: 30px;
  opacity: 0.5;
}

/* line 16, app/assets/stylesheets/navigation.scss */
.beforeLoginNav .existing-account {
  margin-left: auto;
  margin-right: 10px;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 18px;
}

/* line 24, app/assets/stylesheets/navigation.scss */
.floatingMenu {
  position: fixed;
  bottom: 0;
  left: 96px;
  display: none;
  background: #002f5c;
}

/* line 34, app/assets/stylesheets/navigation.scss */
footer {
  width: 100%;
}

/* line 38, app/assets/stylesheets/navigation.scss */
footer ul.links {
  display: flex;
  justify-content: center;
  margin-bottom: 9px;
  padding: 0;
}

/* line 43, app/assets/stylesheets/navigation.scss */
footer ul.links li {
  list-style: none;
  margin: 0 20px;
}

/* line 46, app/assets/stylesheets/navigation.scss */
footer ul.links li a {
  color: #0090fe;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}

/* line 56, app/assets/stylesheets/navigation.scss */
footer .copyright {
  color: #595c97;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 38px;
}

/* line 67, app/assets/stylesheets/navigation.scss */
.sidebarLeft {
  position: fixed;
  height: 100vh;
  box-shadow: 2px -2px 4px 0 #0000001a;
  z-index: 101;
  background: #002f5c;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

/* line 77, app/assets/stylesheets/navigation.scss */
.sidebarLeft .logoWrap {
  padding-bottom: 24px;
}

/* line 80, app/assets/stylesheets/navigation.scss */
.sidebarLeft .logo {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 93, app/assets/stylesheets/navigation.scss */
.navigationLeft {
  list-style: none;
  text-align: center;
  width: 96px;
  margin: 0;
  padding: 0;
}

/* line 101, app/assets/stylesheets/navigation.scss */
.navigationLeft .nav-item {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 16px;
}

/* line 109, app/assets/stylesheets/navigation.scss */
.navigationLeft .nav-item:first-child {
  margin-top: 0;
}

/* line 113, app/assets/stylesheets/navigation.scss */
.navigationLeft .nav-item a, .navigationLeft .nav-item form button {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 126, app/assets/stylesheets/navigation.scss */
.navigationLeft .nav-item a .icon, .navigationLeft .nav-item form button .icon {
  margin-bottom: 8px;
}

/* line 131, app/assets/stylesheets/navigation.scss */
.navigationLeft .nav-item:hover a {
  background-color: rgba(0, 144, 254, 0.1);
}

/* line 134, app/assets/stylesheets/navigation.scss */
.navigationLeft .nav-item.active a {
  background-color: #0090fe;
}

/* line 139, app/assets/stylesheets/navigation.scss */
.navigationLeft .nav-item a .nav-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  display: block;
  margin: 0 auto;
}

/* line 150, app/assets/stylesheets/navigation.scss */
.bottom {
  margin-top: auto;
}

/* line 153, app/assets/stylesheets/navigation.scss */
.bottom .nav-item {
  margin-bottom: 0;
}

/* line 155, app/assets/stylesheets/navigation.scss */
.bottom .nav-item a {
  padding: 8px 0;
}

/* line 159, app/assets/stylesheets/navigation.scss */
.bottom .userPic {
  margin: 20px 0;
}

/* line 161, app/assets/stylesheets/navigation.scss */
.bottom .userPic a {
  height: 40px;
  width: 40px;
  padding: 5px;
  margin: auto;
  border-radius: 20px;
  display: flex;
}

/* line 168, app/assets/stylesheets/navigation.scss */
.bottom .userPic a img {
  border-radius: 20px;
  height: 40px;
  width: 40px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

/* line 181, app/assets/stylesheets/navigation.scss */
.bottom {
  margin-top: auto;
}

@media (max-width: 767px) {
  /* line 185, app/assets/stylesheets/navigation.scss */
  footer ul.links {
    flex-wrap: wrap;
  }
  /* line 187, app/assets/stylesheets/navigation.scss */
  footer ul.links li {
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  /* line 3, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .mb-bottom-25 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1110px) {
  /* line 8, app/assets/stylesheets/responsive.scss */
  body {
    font-size: 13px;
    line-height: 16px;
  }
  /* line 13, app/assets/stylesheets/responsive.scss */
  .fieldTitle, .fieldTitleDark {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  /* line 18, app/assets/stylesheets/responsive.scss */
  .form-control {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 18px;
    height: 32px;
    padding: 5px 15px;
  }
  /* line 25, app/assets/stylesheets/responsive.scss */
  .btn {
    height: 32px;
    font-size: 13px;
    line-height: 16px;
    padding: 6px 16px;
    min-width: 144px;
  }
}

@media (max-width: 1024px) {
  /* line 34, app/assets/stylesheets/responsive.scss */
  body {
    font-size: 12px;
    line-height: 15px;
  }
  /* line 38, app/assets/stylesheets/responsive.scss */
  body.beforeLogin {
    min-width: unset;
  }
  /* line 41, app/assets/stylesheets/responsive.scss */
  .container-fluid,
.container {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 47, app/assets/stylesheets/responsive.scss */
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  /* line 52, app/assets/stylesheets/responsive.scss */
  .col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 125, app/assets/stylesheets/responsive.scss */
  .mainContentWrap {
    padding: 22px 10px;
    width: calc(100% - 80px);
  }
  /* line 129, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .card.cardPadding {
    padding: 20px;
  }
  /* line 132, app/assets/stylesheets/responsive.scss */
  .navigationLeft {
    width: 80px;
  }
  /* line 135, app/assets/stylesheets/responsive.scss */
  .navigationLeft .nav-item a {
    font-size: 9px;
    line-height: 11px;
  }
  /* line 139, app/assets/stylesheets/responsive.scss */
  .navigationLeft .nav-item {
    margin-bottom: 8px;
  }
  /* line 142, app/assets/stylesheets/responsive.scss */
  .navigationLeft .nav-item a {
    padding: 8px 0;
  }
  /* line 145, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .pageTitle {
    margin-bottom: 26px;
  }
  /* line 148, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .m-top-75 {
    margin-top: 55px;
  }
  /* line 152, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .pageTitle h1 {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 156, app/assets/stylesheets/responsive.scss */
  .mainContentWrap ul.textNumList li {
    justify-content: space-between;
  }
  /* line 159, app/assets/stylesheets/responsive.scss */
  .mainContentWrap ul.textNumList li .widthDefine {
    min-width: auto;
  }
  /* line 162, app/assets/stylesheets/responsive.scss */
  .fieldTitle, .fieldTitleDark {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 6px;
  }
  /* line 167, app/assets/stylesheets/responsive.scss */
  .form-control {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
    height: 30px;
    padding: 5px 15px;
  }
  /* line 174, app/assets/stylesheets/responsive.scss */
  .btn {
    height: 30px;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 16px;
    min-width: 144px;
  }
  /* line 181, app/assets/stylesheets/responsive.scss */
  .material-icons-outlined {
    font-size: 20px;
  }
  /* line 184, app/assets/stylesheets/responsive.scss */
  .mainContentWrap ul.tabs li {
    margin-right: 25px;
  }
  /* line 187, app/assets/stylesheets/responsive.scss */
  .mainContentWrap ul.tabs li a {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
  }
  /* line 192, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .pullsWrap .actionBar .companyLogo img {
    max-height: 30px;
    max-width: 140px;
  }
  /* line 196, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .actionBar ul li a {
    font-size: 9px;
    line-height: 11px;
  }
  /* line 200, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .versionWrap .version {
    font-size: 14px;
    line-height: 17px;
  }
  /* line 204, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .versionWrap .score {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 208, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .actionBar.barResponsive {
    align-items: flex-start;
    flex-direction: column;
  }
  /* line 212, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .actionBar.barResponsive .left {
    margin-bottom: 20px;
  }
  /* line 215, app/assets/stylesheets/responsive.scss */
  .tableWrap {
    margin: -20px -20px 0 -20px;
  }
  /* line 218, app/assets/stylesheets/responsive.scss */
  .table thead th label {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
  }
  /* line 223, app/assets/stylesheets/responsive.scss */
  .table thead th {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 227, app/assets/stylesheets/responsive.scss */
  .table tbody th label,
.table tbody td label {
    font-size: 12px;
    line-height: 15px;
  }
  /* line 232, app/assets/stylesheets/responsive.scss */
  .table.table-borderless {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 236, app/assets/stylesheets/responsive.scss */
  .table thead th {
    padding: 16px 10px 7px;
  }
  /* line 240, app/assets/stylesheets/responsive.scss */
  .table tbody th,
.table tbody td {
    padding: 12px 10px;
  }
  /* line 245, app/assets/stylesheets/responsive.scss */
  .table thead th .companyLogo img {
    max-width: 50px;
  }
  /* line 249, app/assets/stylesheets/responsive.scss */
  .mainContentWrap ul.subPagesWrap {
    margin-bottom: 22px;
  }
  /* line 252, app/assets/stylesheets/responsive.scss */
  .mainContentWrap ul.subPagesWrap li {
    margin: 0 12px 12px 0;
  }
  /* line 255, app/assets/stylesheets/responsive.scss */
  .mainContentWrap ul.subPagesWrap li a {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 14px;
  }
  /* line 260, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .iconBtn {
    height: 26px;
    width: 26px;
    font-size: 20px;
    line-height: 25px;
    margin-right: 11px;
    color: rgba(0, 0, 0, 0.87);
  }
  /* line 268, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .actionBar ul.horizontal a .text {
    font-size: 10px;
  }
  /* line 271, app/assets/stylesheets/responsive.scss */
  .mainContentWrap h3 {
    font-size: 14px;
    line-height: 17px;
  }
  /* line 275, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .reportWrap .actionBar {
    margin-bottom: 28px;
  }
  /* line 278, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .reportWrap .reportInner {
    margin-bottom: 28px;
  }
  /* line 281, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .reportWrap .reportInner .reportRow .pad40 {
    padding-right: 20px;
  }
  /* line 287, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .reportWrap .reportInner .reportRow .pad80 {
    padding-right: 40px;
  }
  /* line 291, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .reportWrap .reportInner .reportRow .pad220 {
    padding-right: 110px;
  }
  /* line 294, app/assets/stylesheets/responsive.scss */
  .table.table-borderless thead th {
    padding: 22px 20px 6px;
  }
  /* line 297, app/assets/stylesheets/responsive.scss */
  .table.table-borderless tbody tr td,
.table.table-borderless tbody tr th {
    border-top: 0;
    padding: 10px 20px;
    font-weight: bold;
  }
  /* line 303, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .reportWrap .reportInner .reportRow {
    font-size: 10px;
    line-height: 12px;
  }
  /* line 308, app/assets/stylesheets/responsive.scss */
  .mainContentWrap h2 {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 312, app/assets/stylesheets/responsive.scss */
  .bureausWrap .info {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 8px;
    border: 1px solid #002f5c;
  }
  /* line 318, app/assets/stylesheets/responsive.scss */
  .bureausWrap .info img {
    max-height: 10px;
  }
  /* line 321, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .action-items ul li {
    margin-right: 15px;
  }
  /* line 324, app/assets/stylesheets/responsive.scss */
  .reportsWrap .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  /* line 329, app/assets/stylesheets/responsive.scss */
  .reportsWrap .info {
    margin-bottom: 25px;
  }
  /* line 332, app/assets/stylesheets/responsive.scss */
  .reportsWrap a.generatReport {
    font-size: 10px;
  }
  /* line 335, app/assets/stylesheets/responsive.scss */
  footer ul.links li a {
    font-size: 13px;
    line-height: 16px;
  }
  /* line 339, app/assets/stylesheets/responsive.scss */
  footer .copyright {
    font-size: 13px;
    line-height: 16px;
  }
  /* line 343, app/assets/stylesheets/responsive.scss */
  label {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
  /* line 348, app/assets/stylesheets/responsive.scss */
  .form-check {
    margin-bottom: 25px;
  }
  /* line 351, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .supportWrap .card {
    min-height: 150px;
  }
  /* line 354, app/assets/stylesheets/responsive.scss */
  .mainContentWrap .supportWrap .card .title {
    font-size: 16px;
    line-height: 20px;
  }
  /* line 358, app/assets/stylesheets/responsive.scss */
  .material-icons-outlined.md-34 {
    font-size: 28px;
  }
  /* line 361, app/assets/stylesheets/responsive.scss */
  .floatingMenu {
    left: 80px;
  }
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 3, app/assets/stylesheets/signup.scss */
.fullpageWrap {
  min-height: calc(100vh - 58px - 89px);
  display: flex;
  align-items: center;
  padding: 90px 0 40px;
}

/* line 10, app/assets/stylesheets/signup.scss */
.shadowBox {
  background-color: #ffffff;
  border: 1px solid #d8e1ec;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0 rgba(9, 14, 37, 0.1);
  padding: 46px 32px;
  width: 490px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 20, app/assets/stylesheets/signup.scss */
.shadowBox h2 {
  color: #141322;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/signup.scss */
.shadowBox .info {
  color: #0090fe;
  font-size: 14px;
  line-height: 17px;
}

/* line 32, app/assets/stylesheets/signup.scss */
.shadowBox .btnDarkBlue {
  width: 100%;
  margin-bottom: 21px;
  background: #002f5c !important;
  color: #ffffff !important;
  border: #002f5c !important;
}

/* line 38, app/assets/stylesheets/signup.scss */
.shadowBox .btnDarkBlue:hover {
  color: #002f5c !important;
  background: #ffffff !important;
  border: 2px solid #002f5c !important;
}

/* line 44, app/assets/stylesheets/signup.scss */
.shadowBox .form-check {
  margin-bottom: 26px;
}

/* line 47, app/assets/stylesheets/signup.scss */
.shadowBox .disableWrap {
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  padding-bottom: 48px;
}

/* line 53, app/assets/stylesheets/signup.scss */
.shadowBox .disableWrap .disable {
  margin-bottom: 20px;
}

/* line 55, app/assets/stylesheets/signup.scss */
.shadowBox .disableWrap .disable .icon {
  font-size: 50px;
  color: #000;
}

/* line 60, app/assets/stylesheets/signup.scss */
.shadowBox .disableWrap .blackColor {
  color: #000;
}

/* line 65, app/assets/stylesheets/signup.scss */
.linkBelowBox {
  margin: 44px 0 0;
  text-align: center;
}

/* line 69, app/assets/stylesheets/signup.scss */
.signupLogo {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 242px;
}

/* line 73, app/assets/stylesheets/signup.scss */
.signupLogo img {
  max-width: 100%;
}

@media (max-width: 767px) {
  /* line 78, app/assets/stylesheets/signup.scss */
  .fullpageWrap {
    padding-top: 40px;
    min-height: calc(100vh - 58px - 131px);
  }
  /* line 82, app/assets/stylesheets/signup.scss */
  .shadowBox {
    padding: 32px 20px;
  }
  /* line 84, app/assets/stylesheets/signup.scss */
  .shadowBox .info {
    margin-bottom: 30px;
  }
  /* line 88, app/assets/stylesheets/signup.scss */
  .form-group {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  /* line 93, app/assets/stylesheets/signup.scss */
  .signupLogo {
    width: 142px;
    margin-bottom: 30px;
  }
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 2, app/assets/stylesheets/table.scss */
.tableWrap {
  margin: -40px -40px 0 -40px;
  overflow: auto;
}

/* line 5, app/assets/stylesheets/table.scss */
.tableWrap .btnDarkBlue {
  margin-top: -17px;
  border-radius: 0;
  margin-bottom: 80px;
  height: 40px;
  padding: 10px 16px;
}

/* line 12, app/assets/stylesheets/table.scss */
.tableWrap a.delete {
  color: rgba(0, 0, 0, 0.87);
}

/* line 16, app/assets/stylesheets/table.scss */
.table {
  margin-bottom: 17px;
}

/* line 19, app/assets/stylesheets/table.scss */
.table .na,
.table .grayText {
  color: rgba(0, 0, 0, 0.54) !important;
}

/* line 23, app/assets/stylesheets/table.scss */
.table thead th {
  text-transform: uppercase;
  border-top: none;
  padding: 22px 20px 10px;
  border-bottom: 2px solid #eeeeee;
  border-radius: 16px;
}

/* line 29, app/assets/stylesheets/table.scss */
.table thead th a {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/table.scss */
.table thead th a i {
  font-size: 16px !important;
}

/* line 40, app/assets/stylesheets/table.scss */
.table thead th label {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

/* line 45, app/assets/stylesheets/table.scss */
.table thead th .form-group {
  margin-bottom: 0;
}

/* line 47, app/assets/stylesheets/table.scss */
.table thead th .form-group .form-check-input {
  margin-top: 0;
}

/* line 52, app/assets/stylesheets/table.scss */
.table thead th .companyLogo img {
  max-width: 70px;
}

/* line 58, app/assets/stylesheets/table.scss */
.table tbody tr.blank {
  height: 190px;
}

/* line 61, app/assets/stylesheets/table.scss */
.table tbody tr:hover {
  background-color: rgba(0, 144, 254, 0.1);
}

/* line 65, app/assets/stylesheets/table.scss */
.table tbody tr:hover td {
  color: rgba(0, 0, 0, 0.54);
}

/* line 69, app/assets/stylesheets/table.scss */
.table tbody th,
.table tbody td {
  padding: 15px 20px;
  border-top: 2px solid #eeeeee;
}

/* line 73, app/assets/stylesheets/table.scss */
.table tbody th label,
.table tbody td label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

/* line 79, app/assets/stylesheets/table.scss */
.table tbody th .companyLogo img,
.table tbody td .companyLogo img {
  max-width: 60px;
}

/* line 83, app/assets/stylesheets/table.scss */
.table tbody th .upDownWrap,
.table tbody td .upDownWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  margin-top: -2px;
  margin-bottom: -2px;
}

/* line 90, app/assets/stylesheets/table.scss */
.table tbody th .upDownWrap a,
.table tbody td .upDownWrap a {
  line-height: 0;
  color: rgba(0, 0, 0, 0.87);
}

/* line 94, app/assets/stylesheets/table.scss */
.table tbody th .upDownWrap .material-icons-outlined,
.table tbody td .upDownWrap .material-icons-outlined {
  font-size: 22px;
}

/* line 99, app/assets/stylesheets/table.scss */
.table tbody .form-check {
  margin-bottom: 0 !important;
}

/* line 103, app/assets/stylesheets/table.scss */
.table.table-borderless {
  font-size: 12px;
  line-height: 14px;
  width: auto;
}

/* line 107, app/assets/stylesheets/table.scss */
.table.table-borderless .total {
  display: flex;
  flex-wrap: wrap;
}

/* line 110, app/assets/stylesheets/table.scss */
.table.table-borderless .total span {
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 9px;
  text-align: center;
}

/* line 118, app/assets/stylesheets/table.scss */
.table.table-borderless thead {
  color: rgba(0, 0, 0, 0.54);
  font-weight: bold;
}

/* line 121, app/assets/stylesheets/table.scss */
.table.table-borderless thead th {
  padding: 22px 40px 6px;
}

/* line 123, app/assets/stylesheets/table.scss */
.table.table-borderless thead th:first-child {
  padding-left: 0;
}

/* line 126, app/assets/stylesheets/table.scss */
.table.table-borderless thead th:last-child {
  padding-right: 0;
}

/* line 133, app/assets/stylesheets/table.scss */
.table.table-borderless tbody tr td,
.table.table-borderless tbody tr th {
  border-top: 0;
  padding: 15px 40px;
  font-weight: bold;
}

/* line 138, app/assets/stylesheets/table.scss */
.table.table-borderless tbody tr td:first-child,
.table.table-borderless tbody tr th:first-child {
  padding-left: 0;
}

/* line 141, app/assets/stylesheets/table.scss */
.table.table-borderless tbody tr td:last-child,
.table.table-borderless tbody tr th:last-child {
  padding-right: 0;
}

/* line 146, app/assets/stylesheets/table.scss */
.table.table-borderless tbody th {
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}

/* line 151, app/assets/stylesheets/table.scss */
.table .form-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

/* line 155, app/assets/stylesheets/table.scss */
.table .form-group .form-check-input {
  margin-top: 2px;
}

/* line 160, app/assets/stylesheets/table.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-bg-state: rgba(0, 144, 254, 0.1);
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/client/apis.scss */
.zapier-logo {
  width: 88px;
  height: 24px;
}

/* line 1, app/assets/stylesheets/client/bureaus.scss */
#transunion-fields, #equifax-fields, #experian-fields {
  display: none;
}

/* line 7, app/assets/stylesheets/client/intelligences.scss */
.refreshModal .add-remove-waterfall {
  cursor: pointer;
}

/* line 9, app/assets/stylesheets/client/intelligences.scss */
.refreshModal .add-remove-waterfall .addWaterfallIcon {
  width: 30px;
}

/* line 12, app/assets/stylesheets/client/intelligences.scss */
.refreshModal .add-remove-waterfall .addWaterfallText {
  padding-top: 1px;
}

/* line 19, app/assets/stylesheets/client/intelligences.scss */
.handleIntelligencesModal .modal-dialog {
  max-width: 1000px;
}

/* line 22, app/assets/stylesheets/client/intelligences.scss */
.handleIntelligencesModal .card.bigCard {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/client/intelligences.scss */
.handleIntelligencesModal .tableWrap .btnDarkBlue {
  margin-bottom: 0px;
  color: white;
}

/* line 31, app/assets/stylesheets/client/intelligences.scss */
.handleIntelligencesModal .tableWrap .btnDarkBlue:hover {
  margin-bottom: 0px;
  color: black;
}

/* line 35, app/assets/stylesheets/client/intelligences.scss */
.handleIntelligencesModal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 39, app/assets/stylesheets/client/intelligences.scss */
.handleIntelligencesModal .modal-footer .first-element {
  width: 10px;
}

/* line 42, app/assets/stylesheets/client/intelligences.scss */
.handleIntelligencesModal .modal-footer .removeWaterfallWrap {
  width: 5px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/client/intelligences.scss */
.form-check label input[type='checkbox']:indeterminate + .cr {
  border-color: #0090fe;
}

/* line 54, app/assets/stylesheets/client/intelligences.scss */
.form-check label input[type='checkbox']:indeterminate + .cr > .material-icons {
  opacity: 1;
  color: #0090fe;
}

/* line 61, app/assets/stylesheets/client/intelligences.scss */
.company-logo {
  width: auto;
  height: 23px;
}

/* line 67, app/assets/stylesheets/client/intelligences.scss */
.fieldTitle strong, .fieldTitleDark strong {
  font-weight: normal;
}

/* line 72, app/assets/stylesheets/client/intelligences.scss */
.intel-form .fieldTitle, .intel-form .fieldTitleDark {
  font-weight: 600;
  color: black;
}

/* line 77, app/assets/stylesheets/client/intelligences.scss */
.blueModal {
  background-color: #f7fbff;
}

/* line 80, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap {
  padding: 20px;
}

/* line 82, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap .form-check {
  margin-bottom: 16px;
}

/* line 85, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap .accordionWrap .accordionItem h5 {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
}

/* line 90, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap .accordionWrap .accordionItem h5 .nameBox {
  display: flex;
  align-items: center;
}

/* line 95, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap .topWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

/* line 99, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap .topWrap a.saveAll {
  font-size: 14px;
  line-height: 17px;
  color: #0090fe;
}

/* line 105, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap .searchBox {
  position: relative;
}

/* line 107, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap .searchBox .material-icons-outlined {
  position: absolute;
  top: 5px;
  left: 16px;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.38);
}

/* line 114, app/assets/stylesheets/client/intelligences.scss */
.shareAccordionWrap .searchBox .searchField {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  width: 100%;
  height: 32px;
  padding-left: 54px;
  margin-bottom: 40px;
}

/* line 133, app/assets/stylesheets/client/intelligences.scss */
.button-table {
  border: none;
}

/* line 137, app/assets/stylesheets/client/intelligences.scss */
.rank-field {
  font-weight: normal;
  margin-left: 10px;
}

/* line 142, app/assets/stylesheets/client/intelligences.scss */
.enabled-intelligences,
.disabled-intelligences {
  width: 40%;
}

/* line 148, app/assets/stylesheets/client/intelligences.scss */
.textcomplete-dropdown {
  border: 1px solid #ddd;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 155, app/assets/stylesheets/client/intelligences.scss */
.textcomplete-dropdown li {
  margin: 0;
}

/* line 160, app/assets/stylesheets/client/intelligences.scss */
.textcomplete-footer, .textcomplete-item {
  border-top: 1px solid #ddd;
}

/* line 164, app/assets/stylesheets/client/intelligences.scss */
.textcomplete-item {
  padding: 2px 5px;
  cursor: pointer;
}

/* line 170, app/assets/stylesheets/client/intelligences.scss */
.textcomplete-item:nth-child(even) {
  background-color: #eee;
}

/* line 174, app/assets/stylesheets/client/intelligences.scss */
.textcomplete-item:hover, .textcomplete-item.active {
  background-color: #6eb7db;
}

/* src/AddIntelligenceFields.css */
/* line 186, app/assets/stylesheets/client/intelligences.scss */
.intel-header {
  background-color: #0090FE;
  padding: 15px 25px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}

/* line 195, app/assets/stylesheets/client/intelligences.scss */
.intel-section {
  color: black;
  padding: 13px 25px;
  cursor: pointer;
  border-top: 2px solid #00000021;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 205, app/assets/stylesheets/client/intelligences.scss */
.intel-subsections {
  display: flex;
  flex-direction: column;
}

/* line 210, app/assets/stylesheets/client/intelligences.scss */
.subsection {
  color: black;
  padding: 10px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #F2F4F8;
  gap: 10px;
  border-top: 2px solid #EEEEEE;
}

/* line 220, app/assets/stylesheets/client/intelligences.scss */
.subsection:hover {
  background-color: rgba(0, 144, 254, 0.1);
}

/* line 224, app/assets/stylesheets/client/intelligences.scss */
.buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #ddd;
}

/* line 231, app/assets/stylesheets/client/intelligences.scss */
.cancel-button, .next-button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* line 238, app/assets/stylesheets/client/intelligences.scss */
.intel-card {
  padding: 0 0 !important;
  width: 100%;
  min-height: 100vh;
}

/* line 243, app/assets/stylesheets/client/intelligences.scss */
.intel-sidebar {
  display: flex;
  flex-direction: column;
  padding-top: 20px !important;
  border-right: 2px solid #EEEEEE;
  width: 35%;
}

/* line 250, app/assets/stylesheets/client/intelligences.scss */
.intel-form {
  padding: 2rem;
  width: 100%;
}

/* line 254, app/assets/stylesheets/client/intelligences.scss */
.selected-components {
  color: black;
  font-weight: 600;
}

/* line 260, app/assets/stylesheets/client/intelligences.scss */
.intel-card input {
  width: 8rem;
}

/* line 265, app/assets/stylesheets/client/intelligences.scss */
.intel-fields-div {
  gap: 0.75rem;
}

/* line 267, app/assets/stylesheets/client/intelligences.scss */
.intel-fields-div div {
  margin-top: 10px;
}

/* line 271, app/assets/stylesheets/client/intelligences.scss */
.disabled-intel-sidebar {
  background-color: #EEEEEE;
}

/* custom type btn */
/* line 275, app/assets/stylesheets/client/intelligences.scss */
.custom-btn {
  display: inline-block;
  padding: 6px 40px 7px 15px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

/* line 285, app/assets/stylesheets/client/intelligences.scss */
.custom-disabled {
  background-color: #f2f4f8;
  border: 1px solid #f2f4f8;
}

/* line 290, app/assets/stylesheets/client/intelligences.scss */
.custom-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  transform: translateY(-50%);
}

/* line 303, app/assets/stylesheets/client/intelligences.scss */
.addVersionWrap {
  margin: -40px -18px 0 -18px;
}

/* line 305, app/assets/stylesheets/client/intelligences.scss */
.addVersionWrap .tableHead {
  border-bottom: 2px solid #eeeeee;
  padding: 22px 30px 10px;
}

/* line 308, app/assets/stylesheets/client/intelligences.scss */
.addVersionWrap .tableHead span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.87);
}

/* line 317, app/assets/stylesheets/client/intelligences.scss */
.addVersionWrap .accounts {
  border-bottom: 2px solid #eeeeee;
  padding: 8px 30px;
  display: flex;
  color: rgba(0, 0, 0, 0.87);
}

/* line 322, app/assets/stylesheets/client/intelligences.scss */
.addVersionWrap .accounts .flexOne {
  flex: 1;
}

/* line 324, app/assets/stylesheets/client/intelligences.scss */
.addVersionWrap .accounts .flexOne span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

/* line 329, app/assets/stylesheets/client/intelligences.scss */
.addVersionWrap .accounts .flexOne .favorite {
  font-size: 25px;
  margin-left: 15px;
  color: #002f5c;
}

/* line 336, app/assets/stylesheets/client/intelligences.scss */
.addVersionWrap .accounts .actionBtn a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
}

/* line 343, app/assets/stylesheets/client/intelligences.scss */
.selected-subsection {
  color: rgba(0, 0, 0, 0.54);
}

/* line 346, app/assets/stylesheets/client/intelligences.scss */
.fsize-14 {
  font-size: 14px;
  font-weight: 600;
}

/* line 350, app/assets/stylesheets/client/intelligences.scss */
.mtc-5 {
  margin-top: 2.5rem;
}

/* line 353, app/assets/stylesheets/client/intelligences.scss */
.intel-btn-wrap {
  gap: 5px;
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 3, app/assets/stylesheets/client/documenation.scss */
.documentation-body {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

/* line 11, app/assets/stylesheets/client/documenation.scss */
.documentation-body .heading {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 24px;
}

/* line 20, app/assets/stylesheets/client/documenation.scss */
.documentation-body .content-section {
  padding: 40px 40px 24px;
}

/* line 26, app/assets/stylesheets/client/documenation.scss */
.documentation-body table thead {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
}

/* line 34, app/assets/stylesheets/client/documenation.scss */
.documentation-body table th:first-child, .documentation-body table td:first-child {
  padding-left: 56px;
}

/* line 38, app/assets/stylesheets/client/documenation.scss */
.documentation-body table th, .documentation-body table td {
  width: 204px;
}

/* line 42, app/assets/stylesheets/client/documenation.scss */
.documentation-body table tbody {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 17px;
  width: 200px;
  text-align: left;
}

/* line 56, app/assets/stylesheets/client/documenation.scss */
.full-feed-body .table th:first-child, .full-feed-body .table td:first-child {
  width: 20%;
  padding-left: 56px;
}

/* line 61, app/assets/stylesheets/client/documenation.scss */
.full-feed-body .table th:nth-child(2), .full-feed-body .table td:nth-child(2) {
  width: 10%;
}

/* line 65, app/assets/stylesheets/client/documenation.scss */
.full-feed-body .table th:last-child, .full-feed-body .table td:last-child {
  width: 70%;
}

/* line 69, app/assets/stylesheets/client/documenation.scss */
.full-feed-body .table th, .full-feed-body .table td {
  padding-right: 0;
}

/* line 75, app/assets/stylesheets/client/documenation.scss */
.full-feed-body .payment-pattern-doc-table {
  margin-top: 72px;
}

/* line 79, app/assets/stylesheets/client/documenation.scss */
.full-feed-body .content-section {
  padding: unset;
}

/* line 83, app/assets/stylesheets/client/documenation.scss */
.full-feed-body .content-section > * {
  padding: 0 40px 24px;
}

/* line 89, app/assets/stylesheets/client/documenation.scss */
.full-feed-body .content-section > .heading {
  padding: 40px 40px 24px;
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 2, app/assets/stylesheets/report.scss */
.mainContentWrap .actionBar .companyLogo.big img {
  max-width: 340px;
  max-height: 64px;
}

/* line 7, app/assets/stylesheets/report.scss */
.orange-red {
  background-color: orangered;
}

/* line 11, app/assets/stylesheets/report.scss */
.sample-msg {
  display: none;
  color: rgba(0, 0, 0, 0.54);
  font-family: OpenSansRoman;
  font-weight: bolder;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/report.scss */
ul.subLogoWrap {
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 40px;
}

/* line 31, app/assets/stylesheets/report.scss */
ul.subLogoWrap li {
  list-style: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  display: flex;
  color: #000;
  margin-bottom: 20px;
  align-items: center;
}

/* line 42, app/assets/stylesheets/report.scss */
ul.subLogoWrap .ver {
  color: rgba(0, 0, 0, 0.54);
  margin-right: 40px;
}

/* line 46, app/assets/stylesheets/report.scss */
ul.subLogoWrap .logo {
  margin-right: 8px;
}

/* line 48, app/assets/stylesheets/report.scss */
ul.subLogoWrap .logo img {
  max-height: 32px;
}

/* line 54, app/assets/stylesheets/report.scss */
.reportWrap .reportInner {
  width: 100%;
}

/* line 56, app/assets/stylesheets/report.scss */
.reportWrap .reportInner h3 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 62, app/assets/stylesheets/report.scss */
.reportWrap .reportInner h6.subHeading {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
  margin-top: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* line 71, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .columnWrap {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: flex-start;
  border-top: 2px solid #eeeeee;
  margin-top: 4px;
  padding-top: 4px;
}

/* line 79, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .columnWrap:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

/* line 85, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .column {
  margin-right: 48px;
  padding: 4px 16px 4px;
}

/* line 88, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .column:hover {
  background-color: rgba(0, 144, 254, 0.1);
}

/* line 91, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .column:last-child {
  margin-right: 0;
}

/* line 94, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .column.mar0 {
  margin-right: 0;
}

/* line 98, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 14px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* line 109, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow div {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 112, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow div:last-child {
  padding-right: 0 !important;
}

/* line 116, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow .pad24 {
  max-width: 400px;
  padding-right: 24px;
}

/* line 120, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow .pad40 {
  padding-right: 40px;
}

/* line 123, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow .pad80 {
  padding-right: 80px;
}

/* line 126, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow .pad220 {
  padding-right: 220px;
}

/* line 129, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow strong {
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
}

/* line 133, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow span {
  padding-right: 8px;
}

/* line 136, app/assets/stylesheets/report.scss */
.reportWrap .reportInner .reportInfoRow .dollars:before {
  content: '$';
}

/* line 142, app/assets/stylesheets/report.scss */
.reportWrap .reportFooter {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

/* line 148, app/assets/stylesheets/report.scss */
.reportWrap .reportFooter img {
  height: 100%;
}

/* line 152, app/assets/stylesheets/report.scss */
.reportWrap .rowWrap {
  padding: 4px 16px 4px;
}

/* line 154, app/assets/stylesheets/report.scss */
.reportWrap .rowWrap:hover {
  background-color: rgba(0, 144, 254, 0.1);
}

/* line 162, app/assets/stylesheets/report.scss */
.reportWrap.pdf * {
  -webkit-print-color-adjust: exact !important;
}

/* line 165, app/assets/stylesheets/report.scss */
.reportWrap.pdf .sample-msg {
  display: block;
}

/* line 168, app/assets/stylesheets/report.scss */
.reportWrap.pdf div, .reportWrap.pdf .reportInner, .reportWrap.pdf .tradeAccount {
  break-inside: auto;
}

/* line 171, app/assets/stylesheets/report.scss */
.reportWrap.pdf .reportInfoRow {
  page-break-inside: auto;
}

/* line 174, app/assets/stylesheets/report.scss */
.reportWrap.pdf .tty-report-inner {
  break-inside: auto !important;
}

/* line 177, app/assets/stylesheets/report.scss */
.reportWrap.pdf .pdf {
  break-inside: auto !important;
}

/* line 181, app/assets/stylesheets/report.scss */
.reportWrap.pdf .companyLogo img {
  max-width: 340px;
  max-height: 64px;
}

/* line 187, app/assets/stylesheets/report.scss */
.reportWrap.pdf .reportInfoRow {
  display: -webkit-box;
  display: -ms-flexbox;
}

/* line 192, app/assets/stylesheets/report.scss */
.reportWrap.pdf .reportFooter {
  display: table;
  width: 100%;
  height: 20px;
  line-height: 20px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 201, app/assets/stylesheets/report.scss */
.reportWrap.pdf .reportFooter span, .reportWrap.pdf .reportFooter img {
  display: table-cell;
  vertical-align: middle;
}

/* line 205, app/assets/stylesheets/report.scss */
.reportWrap.pdf .reportFooter img {
  max-height: 20px;
  height: 20px;
}

/* line 211, app/assets/stylesheets/report.scss */
.reportWrap.pdf .subLogoWrap {
  margin-top: 25px;
}

/* line 215, app/assets/stylesheets/report.scss */
.reportWrap.pdf h3 {
  margin-top: 30px;
  display: block;
}

/* line 219, app/assets/stylesheets/report.scss */
.reportWrap.pdf .tty-trade-account {
  break-inside: avoid !important;
  page-break-inside: avoid !important;
  break-before: avoid !important;
  page-break-before: avoid !important;
}

/* line 226, app/assets/stylesheets/report.scss */
.reportWrap.pdf .pdf-report-inner h3 {
  font-size: 24px !important;
}

/* line 229, app/assets/stylesheets/report.scss */
.reportWrap.pdf .pdf-report-inner .table {
  border: 1px solid transparent !important;
}

/* line 232, app/assets/stylesheets/report.scss */
.reportWrap.pdf .pdf-report-inner .table thead th a {
  vertical-align: middle !important;
  display: table-cell !important;
  text-align: center !important;
}

/* line 244, app/assets/stylesheets/report.scss */
ul.paymentPatList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin-top: 16px;
  margin-bottom: 0;
  padding: 0;
}

/* line 245, app/assets/stylesheets/report.scss */
ul.paymentPatList.pdf {
  display: block;
  overflow: hidden;
}

/* line 248, app/assets/stylesheets/report.scss */
ul.paymentPatList.pdf li {
  width: 32px;
  display: inline-block;
  float: left;
}

/* line 253, app/assets/stylesheets/report.scss */
ul.paymentPatList.pdf li .pattern-box {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 32px;
}

/* line 261, app/assets/stylesheets/report.scss */
ul.paymentPatList.pdf li:nth-child(12n+1) {
  clear: left;
}

/* line 272, app/assets/stylesheets/report.scss */
ul.paymentPatList li {
  padding: 5px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  align-self: flex-end;
  color: rgba(0, 0, 0, 0.87);
  margin-right: 12px;
  margin-bottom: 14px;
  text-align: center;
}

/* line 284, app/assets/stylesheets/report.scss */
ul.paymentPatList li div {
  margin: 0 !important;
}

/* line 287, app/assets/stylesheets/report.scss */
ul.paymentPatList li .pattern-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: white;
  font-family: OpenSansRoman;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

/* line 300, app/assets/stylesheets/report.scss */
ul.paymentPatList li .color.green {
  background: #41B883;
}

/* line 303, app/assets/stylesheets/report.scss */
ul.paymentPatList li .color.red {
  background: #FE0000;
}

/* line 306, app/assets/stylesheets/report.scss */
ul.paymentPatList li .color.yellow {
  background: #FFD334;
}

/* line 309, app/assets/stylesheets/report.scss */
ul.paymentPatList li .color.gray {
  background: #979797;
}

/* line 312, app/assets/stylesheets/report.scss */
ul.paymentPatList li .color.orange {
  background: #FF8D34;
}

/* line 315, app/assets/stylesheets/report.scss */
ul.paymentPatList li .color.orange-red {
  background: #FF5E34;
}

/* line 321, app/assets/stylesheets/report.scss */
.mainContentWrap {
  padding-bottom: 12px;
}

/* line 324, app/assets/stylesheets/report.scss */
.scrollBox {
  overflow: auto;
}

/* line 327, app/assets/stylesheets/report.scss */
.disabled-box {
  pointer-events: none;
}

/* line 330, app/assets/stylesheets/report.scss */
.disabled-box input {
  pointer-events: none;
  opacity: 0.4;
}

/* line 334, app/assets/stylesheets/report.scss */
.disabled-box input:checked {
  pointer-events: none;
  accent-color: white;
  outline: 2px solid #9a9a9a;
  border-radius: 0;
}

/* line 340, app/assets/stylesheets/report.scss */
.portfolio-types {
  height: 16px;
  width: 16px;
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

/* line 347, app/assets/stylesheets/report.scss */
.controls {
  display: flex;
  gap: 20px;
}

/* line 351, app/assets/stylesheets/report.scss */
.selectAllBtn:hover, .clearAllBtn:hover, .systemDefaultBtn:hover {
  text-decoration: underline;
}

/* line 354, app/assets/stylesheets/report.scss */
.dot {
  color: black;
}

/* line 357, app/assets/stylesheets/report.scss */
.newCreditReportWrap table.creditTable thead th {
  padding: 0;
}

/* line 360, app/assets/stylesheets/report.scss */
.newCreditReportWrap table.creditTable thead th a {
  text-decoration: none !important;
}

/* line 363, app/assets/stylesheets/report.scss */
.column-headers {
  height: 50px;
  padding: 10px;
}

/* line 367, app/assets/stylesheets/report.scss */
.y-headers:hover {
  color: white;
  background-color: #002F5C;
}

/* line 371, app/assets/stylesheets/report.scss */
.n-headers {
  text-decoration: none !important;
  cursor: default !important;
}

/* line 375, app/assets/stylesheets/report.scss */
.all-column:hover {
  text-decoration: none !important;
  cursor: default !important;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

/* line 381, app/assets/stylesheets/report.scss */
.custom-confirm-modal {
  z-index: 1060 !important;
}

/* line 384, app/assets/stylesheets/report.scss */
.custom-confirm-modal .modal-backdrop {
  z-index: 1055 !important;
}

/* line 387, app/assets/stylesheets/report.scss */
.accounts {
  align-items: center;
}

/* line 390, app/assets/stylesheets/report.scss */
.search-container {
  position: relative;
}

/* line 393, app/assets/stylesheets/report.scss */
.search-icon, .clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #aaa;
}

/* line 401, app/assets/stylesheets/report.scss */
.search-icon {
  left: 30px;
}

/* line 404, app/assets/stylesheets/report.scss */
.clear-icon {
  right: 21px;
  background-color: #EEEEEE;
  height: 30px;
  padding: 3px;
  border-radius: 0 5px 5px 0;
}

/* line 411, app/assets/stylesheets/report.scss */
.clear-icon.active {
  background-color: #002F5C;
  color: white;
}

/* line 415, app/assets/stylesheets/report.scss */
.search-input {
  width: 100%;
  padding: 5px 30px 5px 35px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
}

/* line 422, app/assets/stylesheets/report.scss */
.selected-color {
  color: #002F5C;
  font-weight: 600;
}

@media (max-width: 1024px) {
  /* line 428, app/assets/stylesheets/report.scss */
  .mainContentWrap .actionBar .companyLogo.big img {
    max-height: 32px;
  }
  /* line 431, app/assets/stylesheets/report.scss */
  ul.subLogoWrap .logo img {
    max-height: 24px;
  }
}

@media (max-width: 1110px) {
  /* line 437, app/assets/stylesheets/report.scss */
  .reportWrap {
    width: fit-content;
  }
}

@media print {
  /* line 443, app/assets/stylesheets/report.scss */
  * {
    -webkit-print-color-adjust: exact !important;
  }
  /* line 446, app/assets/stylesheets/report.scss */
  .sample-msg {
    display: flex;
  }
  /* line 449, app/assets/stylesheets/report.scss */
  div, .reportInner, .tradeAccount {
    break-inside: avoid;
  }
  /* line 453, app/assets/stylesheets/report.scss */
  .subLogoWrap {
    margin-top: 25px;
  }
  /* line 457, app/assets/stylesheets/report.scss */
  h3 {
    margin-top: 30px;
  }
}

/* line 463, app/assets/stylesheets/report.scss */
.form-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 0;
}

/* line 470, app/assets/stylesheets/report.scss */
.header-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: black !important;
  margin-bottom: 50px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

/* line 479, app/assets/stylesheets/report.scss */
.h6-title {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 485, app/assets/stylesheets/report.scss */
.info-row {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
}

/* line 492, app/assets/stylesheets/report.scss */
.label {
  font-weight: normal;
  color: #666;
  width: fit-content;
  text-align: left;
  white-space: nowrap;
}

/* line 500, app/assets/stylesheets/report.scss */
.dots {
  flex-grow: 1;
  border-bottom: 1px dashed #999;
  margin: 0 5px;
  height: 1px;
  min-width: 100px;
}

/* line 509, app/assets/stylesheets/report.scss */
.row-container {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

/* line 513, app/assets/stylesheets/report.scss */
.row-container .dollars:before {
  content: '$';
}

/* line 516, app/assets/stylesheets/report.scss */
.row-container .value {
  color: #333;
  font-weight: normal;
}

/* line 522, app/assets/stylesheets/report.scss */
.tty-table .dollars:before {
  content: '$';
}

/* line 526, app/assets/stylesheets/report.scss */
.odd-container {
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
}

/* line 531, app/assets/stylesheets/report.scss */
.odd-row {
  border-top: 1px solid black !important;
}

/* line 534, app/assets/stylesheets/report.scss */
.odd-row-payment-pattern {
  border-bottom: 1px solid black !important;
}

/* line 538, app/assets/stylesheets/report.scss */
.left-side, .right-side {
  flex: 1;
  display: flex;
  align-items: center;
}

/* line 543, app/assets/stylesheets/report.scss */
.right-side {
  padding-left: 1rem;
}

/* line 546, app/assets/stylesheets/report.scss */
.left-side {
  padding-right: 1rem;
}

/* line 550, app/assets/stylesheets/report.scss */
.tty-report-inner {
  margin: auto;
  padding-top: 0px;
}

/* line 563, app/assets/stylesheets/report.scss */
.tty-container {
  width: 100%;
  padding: 5px 24px;
  font-size: 16px;
}

/* line 569, app/assets/stylesheets/report.scss */
.tty-table {
  border-collapse: collapse;
  border-spacing: 0 0;
  width: 100%;
}

/* line 574, app/assets/stylesheets/report.scss */
.tty-table th, .tty-table td {
  color: #333;
  font-size: 16px;
  vertical-align: top;
}

/* line 580, app/assets/stylesheets/report.scss */
.tty-table th {
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
  padding-bottom: 5px;
}

/* line 587, app/assets/stylesheets/report.scss */
.tty-table td {
  padding: 5px 0;
}

/* line 592, app/assets/stylesheets/report.scss */
.tty-header {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

/* line 598, app/assets/stylesheets/report.scss */
.tty-sort-bar {
  height: 32px;
  width: auto;
  background-color: #EEEEEE;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

/* line 606, app/assets/stylesheets/report.scss */
.tty-sort-bar .sort-icon {
  width: 40px;
  padding: 8px;
}

/* line 610, app/assets/stylesheets/report.scss */
.tty-sort-bar .sort-icon .material-icons-outlined {
  font-size: 20px;
  color: black;
}

/* line 616, app/assets/stylesheets/report.scss */
.tty-sort-bar .sort-text {
  padding: 8px;
}

/* line 619, app/assets/stylesheets/report.scss */
.tty-sort-bar .sort-text h6 {
  font-size: 16px;
  font-weight: 700;
  color: #0090FE;
  text-transform: uppercase;
  margin: 0;
}

/* line 629, app/assets/stylesheets/report.scss */
.tty-row {
  text-transform: uppercase;
}

/* line 631, app/assets/stylesheets/report.scss */
.tty-row.with-pattern {
  border-bottom: 2px solid #333;
}

/* line 636, app/assets/stylesheets/report.scss */
.tty-row td div {
  margin-bottom: 10px;
}

/* line 639, app/assets/stylesheets/report.scss */
.tty-row td div:last-child {
  margin-bottom: 0;
}

/* line 646, app/assets/stylesheets/report.scss */
.tty-text-break {
  word-break: break-word;
}

/* line 651, app/assets/stylesheets/report.scss */
.tty-col-25 {
  width: 25%;
}

/* line 655, app/assets/stylesheets/report.scss */
.tty-col-15 {
  width: 15%;
}

/* line 659, app/assets/stylesheets/report.scss */
.tty-col-20 {
  width: 20%;
}

/* line 663, app/assets/stylesheets/report.scss */
.tty-col-30 {
  width: 30%;
}

/* line 667, app/assets/stylesheets/report.scss */
.tty-col-50 {
  width: 50%;
}

/* line 672, app/assets/stylesheets/report.scss */
.tty-payment-pattern {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
}

/* line 683, app/assets/stylesheets/report.scss */
.tty-text-value {
  max-width: 300px;
  word-break: break-word;
  display: inline-block;
}

/* line 689, app/assets/stylesheets/report.scss */
.tty-section {
  padding-bottom: 0.5rem;
}

/* line 692, app/assets/stylesheets/report.scss */
.tty-section .tty-section-title {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}

/* line 702, app/assets/stylesheets/report.scss */
.tty-info-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

/* line 707, app/assets/stylesheets/report.scss */
.tty-info-row .tty-label {
  color: #666;
  white-space: nowrap;
  text-transform: uppercase;
}

/* line 713, app/assets/stylesheets/report.scss */
.tty-info-row .tty-dots {
  flex-grow: 1;
  border-bottom: 1px dashed #999;
  margin: 0 5px;
  height: 1px;
  min-width: 100px;
}

/* line 721, app/assets/stylesheets/report.scss */
.tty-info-row .tty-value {
  color: #333;
  text-transform: uppercase;
}

/* line 5, app/assets/stylesheets/report_logs.scss */
.report-log-container {
  --bs-body-color: #595c97;
}

/* line 7, app/assets/stylesheets/report_logs.scss */
.report-log-container .main-box {
  display: flex;
  width: 350px;
}

/* line 12, app/assets/stylesheets/report_logs.scss */
.report-log-container .initial-btn {
  width: 150px;
  margin-left: auto;
  border: none;
  font-weight: bolder;
  background-color: white;
  color: #24a0ff;
}

/* line 20, app/assets/stylesheets/report_logs.scss */
.report-log-container .initial-btn .arrow {
  color: black;
}

/* line 25, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content {
  width: 350px;
  display: flex;
  padding: 20px;
  align-items: flex-start;
}

/* line 31, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form {
  width: 100%;
  height: 100%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* line 39, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .range-selection {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 15px;
}

/* line 45, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .range-selection select {
  width: 100%;
}

/* line 50, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .annual-selection,
.report-log-container .report-log-modal .modal-content form .monthly-selection {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* line 56, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .annual-selection select,
.report-log-container .report-log-modal .modal-content form .monthly-selection select {
  width: 100%;
}

/* line 61, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .monthly-selection {
  justify-content: space-around;
  height: 90px;
}

/* line 66, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .disabled-field {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  background-color: #fafafa;
  color: #a6a6a6;
  border-color: rgba(118, 118, 118, 0.3);
  opacity: 0.7;
}

/* line 77, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .button-group {
  display: flex;
  justify-content: space-around;
}

/* line 81, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .button-group .btn-light:hover {
  color: white !important;
}

/* line 85, app/assets/stylesheets/report_logs.scss */
.report-log-container .report-log-modal .modal-content form .button-group .fixed-size {
  padding: 0;
  width: 18px !important;
}

/* line 92, app/assets/stylesheets/report_logs.scss */
.report-log-container .finance-modal-content {
  background-color: #F7FBFF;
  width: 500px !important;
  padding: 0px !important;
}

/* line 96, app/assets/stylesheets/report_logs.scss */
.report-log-container .finance-modal-content .p-40 {
  padding: 0 2.5rem;
}

/* line 99, app/assets/stylesheets/report_logs.scss */
.report-log-container .finance-modal-content .modal-title {
  color: #002F5C;
}

/* line 102, app/assets/stylesheets/report_logs.scss */
.report-log-container .finance-modal-content .modal-body {
  width: 100% !important;
  padding: 0px;
  color: #000000;
}

/* line 106, app/assets/stylesheets/report_logs.scss */
.report-log-container .finance-modal-content .modal-body #finances-report-form {
  padding: 0px !important;
}

/* line 108, app/assets/stylesheets/report_logs.scss */
.report-log-container .finance-modal-content .modal-body #finances-report-form .client-scope-box {
  height: 1rem;
  width: 1rem;
}

/* line 113, app/assets/stylesheets/report_logs.scss */
.report-log-container .finance-modal-content .modal-body .finance-modal-text {
  background-color: #FFFFFF;
  padding: 15px 2.5rem;
  font-size: 12px;
  font-weight: 700;
}

/* line 119, app/assets/stylesheets/report_logs.scss */
.report-log-container .finance-modal-content .modal-body .start-end-text {
  font-size: 14px;
  font-weight: 600;
}

/* line 126, app/assets/stylesheets/report_logs.scss */
.loading-box {
  display: none;
  z-index: 3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1, app/assets/stylesheets/popover.scss */
.popover {
  padding: 15px;
  border-radius: 16px;
  max-width: 450px !important;
  height: auto;
  box-shadow: 0 2px 20px 0 #eeeeee;
}

/* line 9, app/assets/stylesheets/popover.scss */
.info-icons {
  font-size: 13px !important;
  margin-top: auto;
}

/* line 1, app/assets/stylesheets/pagination.scss */
.pagination-status {
  display: flex;
  height: 20px;
  justify-content: center;
  font-size: 14px;
}

/* line 5, app/assets/stylesheets/registrations.scss */
footer .container-fluid ul.links a {
  color: #7375a7;
}

/* line 9, app/assets/stylesheets/registrations.scss */
footer .container-fluid ul.links a:hover {
  color: #4e555b;
}

/* line 13, app/assets/stylesheets/registrations.scss */
.trialWelcomeModal {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/registrations.scss */
.trialWelcomeModal .isoftpull-logo {
  width: 150px;
  height: auto;
}

/* line 25, app/assets/stylesheets/registrations.scss */
.trialWelcomeModal .reseller-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 31, app/assets/stylesheets/registrations.scss */
.trialWelcomeModal .reseller-logos img {
  height: 32px;
  margin: 0 10px;
}

/* line 40, app/assets/stylesheets/registrations.scss */
.what-to-expect .big-heading {
  color: rgba(0, 0, 0, 0.87);
  font-family: "Open Sans Roman SemiBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 24px;
}

/* line 49, app/assets/stylesheets/registrations.scss */
.what-to-expect .expect-buttons {
  border-radius: 6px;
  width: 188px;
  height: 32px;
  box-shadow: 0 2px 20px 0 #EEEEEE;
}

/* line 55, app/assets/stylesheets/registrations.scss */
.what-to-expect .expect-buttons.btnLightBlue {
  background-color: #0090FE;
  border: 1px solid #0090FE;
}

/* line 60, app/assets/stylesheets/registrations.scss */
.what-to-expect .expect-buttons.btnDarkBlue {
  background-color: #002F5C;
  border: 1px solid #002F5C;
}

/* line 65, app/assets/stylesheets/registrations.scss */
.what-to-expect .expect-buttons.btnLightBlue:hover, .what-to-expect .expect-buttons.btnDarkBlue:hover {
  color: white;
}

/* line 69, app/assets/stylesheets/registrations.scss */
.what-to-expect .expect-buttons.btnWhite {
  border: 1px solid #002F5C;
}

/* line 74, app/assets/stylesheets/registrations.scss */
.what-to-expect .upload-documents-buttons {
  margin-top: 24px;
  margin-bottom: 56px;
}

/* line 79, app/assets/stylesheets/registrations.scss */
.what-to-expect .onboarding-guide-btn {
  margin-top: 24px;
}

/* line 15, app/assets/stylesheets/variable.scss */
.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 20, app/assets/stylesheets/variable.scss */
.open-sans-semi-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
}

/* line 25, app/assets/stylesheets/variable.scss */
.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/site.scss */
.site-header {
  display: flex;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 14, app/assets/stylesheets/site.scss */
.site-header .back-btn {
  background-color: white;
  border: none;
  padding-left: 40px;
}

/* line 20, app/assets/stylesheets/site.scss */
.site-header h1 {
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
}

/* line 26, app/assets/stylesheets/site.scss */
.site-content {
  font-family: 'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: auto;
}

/* line 32, app/assets/stylesheets/site.scss */
.site-content h1 {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 40px;
}

/* line 38, app/assets/stylesheets/site.scss */
.site-content h4 {
  font-size: 16px;
  font-weight: bold;
}

/* line 42, app/assets/stylesheets/site.scss */
.site-content .address {
  display: flex;
  flex-direction: column;
}

/* line 49, app/assets/stylesheets/site.scss */
.terms-content .index {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

/* line 57, app/assets/stylesheets/site.scss */
.support-content .support-header, .support-content h2 {
  color: black;
  font-size: 18px;
  line-height: 22px;
}

/* line 62, app/assets/stylesheets/site.scss */
.support-content .support-cards {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 40px;
  margin-bottom: 65px;
}

/* line 68, app/assets/stylesheets/site.scss */
.support-content .support-cards .cardPadding {
  padding: 20px;
}

/* line 71, app/assets/stylesheets/site.scss */
.support-content .support-cards .card {
  color: #002f5c;
  font-size: 14px;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 20px 0 #EEEEEE;
  width: 320px;
}

/* line 80, app/assets/stylesheets/site.scss */
.support-content .support-cards .card .card-heading {
  margin-top: 10px;
  text-align: center;
}

/* line 84, app/assets/stylesheets/site.scss */
.support-content .support-cards .card .card-title {
  color: #002F5C;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}

/* line 91, app/assets/stylesheets/site.scss */
.support-content .support-cards .card .card-subtitle {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}

/* line 97, app/assets/stylesheets/site.scss */
.support-content .support-cards .card .card-icon {
  margin-top: 20px;
  font-size: 30px;
  color: #002F5C;
}

/* line 102, app/assets/stylesheets/site.scss */
.support-content .support-cards .card .card-content {
  width: 100%;
  color: black;
  margin-top: 20px;
}

/* line 6, app/assets/stylesheets/passwords.scss */
#password-notice {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/passwords.scss */
.password-group i {
  height: 100%;
  margin-left: -45px;
  margin-top: 5px;
  cursor: pointer;
  user-select: none;
  padding: 0px;
  width: auto;
}

/* line 1, app/assets/stylesheets/toggle_switch.css */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 23px;
}

/* line 8, app/assets/stylesheets/toggle_switch.css */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 14, app/assets/stylesheets/toggle_switch.css */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 26, app/assets/stylesheets/toggle_switch.css */
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3.5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 38, app/assets/stylesheets/toggle_switch.css */
input:checked + .slider {
  background-color: #002f5c;
}

/* line 42, app/assets/stylesheets/toggle_switch.css */
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 46, app/assets/stylesheets/toggle_switch.css */
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
/* line 53, app/assets/stylesheets/toggle_switch.css */
.slider.round {
  border-radius: 34px;
}

/* line 57, app/assets/stylesheets/toggle_switch.css */
.slider.round:before {
  border-radius: 50%;
}

/* line 26, app/assets/stylesheets/application.scss */
a.get-referral-link {
  color: #0090FE;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}

/* line 36, app/assets/stylesheets/application.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid #e4e9f0 !important;
}

/* line 40, app/assets/stylesheets/application.scss */
.onboarding-banner, .announcement-banner, .trial-banner {
  background-color: #41b883;
  height: 37px;
  text-align: center;
  line-height: 2.4;
  position: fixed;
  z-index: 102;
  width: -webkit-fill-available;
  width: 100%;
}

/* line 50, app/assets/stylesheets/application.scss */
.onboarding-banner .onboarding-banner-text, .announcement-banner .onboarding-banner-text, .trial-banner .onboarding-banner-text {
  font-weight: bold;
  color: #ffffff;
  margin-left: 30px;
}

/* line 56, app/assets/stylesheets/application.scss */
.onboarding-banner #clearDataModalButton, .announcement-banner #clearDataModalButton, .trial-banner #clearDataModalButton {
  float: right;
  margin-right: 20px;
  color: #000000 !important;
}

/* line 63, app/assets/stylesheets/application.scss */
.trial-banner {
  background-color: #0090FE;
  height: 40px;
  box-shadow: 0 4px 10px 0 #979797;
}

/* line 69, app/assets/stylesheets/application.scss */
.trial-banner .trial-banner-text {
  font-weight: bold;
  color: #ffffff;
  margin-left: 70px;
  padding-left: 140px;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 78, app/assets/stylesheets/application.scss */
.trial-banner #planSelectionButton {
  float: right;
  margin-right: 20px;
  color: #ffffff;
}

/* line 84, app/assets/stylesheets/application.scss */
.announcement-banner {
  background-color: #0090FE;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

/* line 94, app/assets/stylesheets/application.scss */
.announcement-banner .announcement-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

/* line 102, app/assets/stylesheets/application.scss */
.announcement-banner .announcement-content .announcement-title {
  font-weight: bold;
  color: #ffffff;
  margin-right: 5px;
}

/* line 108, app/assets/stylesheets/application.scss */
.announcement-banner .announcement-content .announcement-message {
  color: #ffffff;
}

/* line 113, app/assets/stylesheets/application.scss */
.announcement-banner .announcement-close-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  margin-left: 10px;
}

/* line 125, app/assets/stylesheets/application.scss */
.announcement-banner .announcement-close-btn:hover {
  opacity: 0.8;
}

/* line 129, app/assets/stylesheets/application.scss */
.announcement-banner .announcement-close-btn .material-icons {
  font-size: 20px;
}

/* line 135, app/assets/stylesheets/application.scss */
.getting-started-box, .what-to-expect-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 80px;
  z-index: 100;
  color: #FFFFFF;
  font-family: "Open Sans Roman", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  background-color: #0090FE;
  border-radius: 32px;
  width: 210px;
  height: 51px;
}

/* line 155, app/assets/stylesheets/application.scss */
.what-to-expect-box {
  background-color: #002F5C;
  width: 138px;
}

/* line 162, app/assets/stylesheets/application.scss */
.clear-data-modal-body {
  text-align: center;
}

/* line 166, app/assets/stylesheets/application.scss */
.clear-data-modal-footer {
  justify-content: center !important;
}

/* line 169, app/assets/stylesheets/application.scss */
.clear-data-modal-footer .btn-light {
  color: #000000;
  border: 1px solid black;
}

/* line 175, app/assets/stylesheets/application.scss */
.form-check-input-custom {
  position: absolute;
  margin-top: 0.2rem;
}

/* line 178, app/assets/stylesheets/application.scss */
.form-check-input-custom .m-top-10 {
  margin-top: 10px;
}

/* line 183, app/assets/stylesheets/application.scss */
.companyLogo img {
  max-width: 160px;
  max-height: 40px;
  padding: 4px 16px;
}

/* line 189, app/assets/stylesheets/application.scss */
#fileNameOutput {
  color: black;
  padding-bottom: 10px;
  font-size: 12px;
}

/* line 195, app/assets/stylesheets/application.scss */
.active {
  display: block;
}

/* line 199, app/assets/stylesheets/application.scss */
.inactive {
  display: none;
}

/* line 203, app/assets/stylesheets/application.scss */
.suggestionContainer {
  position: relative;
  display: inline-block;
}

/* line 208, app/assets/stylesheets/application.scss */
.suggestionBox {
  position: absolute;
  top: -25px;
  left: 3px;
  border: solid 1px #000;
  background-color: #fff;
  width: 580px;
  height: 200px;
  overflow-y: scroll;
  cursor: pointer;
  z-index: 99;
}

/* line 221, app/assets/stylesheets/application.scss */
.suggestionBox div {
  padding: 10px;
  color: #444;
  font-size: small;
}

/* line 227, app/assets/stylesheets/application.scss */
.suggestionBox div:hover {
  background-color: #06c;
  color: #fff;
}

/*# sourceMappingURL=application.css-8d54e45d6383f325dc36601dc032712de428773d032dd1620b8a5b38d10b0656.map */
