/* These styles are generated from project.scss. */

body {
  font-family: Ubuntu, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  color: #000125;
  line-height: 24px;
}

p {
  font-size: 12px;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.btn-primary,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary:visited {
  background-color: #5FDFA1;
  border-color: #5FDFA1;
  font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #50B770;
  border-color: #50B770
}

/* Main Menu Styling */
.navbar-nav .nav-item .nav-link {
  border-bottom-style: solid;
  border-bottom-width: thick;
  border-bottom-color: #FFFFFF;
  color: #000125;
  font-size: 16px;
  font-weight: 400;
}

.navbar-nav .nav-item .nav-link.active {
  border-bottom-color: #EF1A45;
  background: rgba(220, 218, 218, 0.2);
  font-size: 16px;
  font-weight: 500;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Navigation Tabs Styling */

.nav-tabs .nav-link menu,
.nav-tabs .nav-link menu:hover,
.nav-tabs .nav-link menu:focus {
  font-weight: 400;
  font-size: 16px;
  color: #000125;
  border-bottom-style: solid;
  border-bottom-width: thick;
  border-bottom-color: #ffffff;
}

.nav-tabs .nav-link menu:active {
  font-weight: 500;
  border-bottom-color: #FF8F76;
}

a {
  color: #5fdfa1;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  color: #50B770;
  text-decoration: none;
  font-size: 14px;
}

/* Table Lists Template Styling */
.table-primary {
  --bs-table-bg: #E4FAEF;
}

.table > :not(caption) > * > * {
  --bs-body-font-weight: 400;
  font-size: 12px;
  color: #434343;
  border-style: none;
}

.table thead {
  --bs-body-font-weight: 500;
  font-size: 14px;
  color: #434343;
  vertical-align: middle;
  text-transform: uppercase;
}

tr.clickable-row {
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-width: 0.9px;
}

tr.clickable-row:hover {
  --bs-table-hover-bg: #f9fafa;
  border: 1px solid #ff8f76;
  border-top: 1px solid #ff8f76;
}

/* The right chevron in the table lists */
i.bi.bi-chevron-right,
i.bi.bi-chevron-left {
  color: #a1a1a1;
}

/* The column sort icons in the table lists */
i.bi.bi-sort-down-alt,
i.bi.bi-sort-up,
i.bi.bi-arrow-down-up {
  color: #bf2b6e;
}

.page-link {
  color: #50b770;
  background-color: #ffffff;
  border: 1px solid #5fdfa1;
}

.page-item:not(:first-child) .page-link {
  margin-left: 3px;
}

.page-link:active {
  color: #ffffff;
  background-color: #5fdfa1;
  border: 1px solid #5fdfa1;
}

.page-link:hover {
  color: #ffffff;
  background-color: #5fdfa1;
  border: 1px solid #5fdfa1
}

.page-item.active .page-link {
  background-color: #5fdfa1;
  border: 1px solid #5fdfa1
}

/* Navbar CSS Extensions */

.navbar-brand {
  content: url("../images/logo/framespan_logo_color.486c177f2d6b.svg");
  width: 200px;
  height: 40px;
}

a.nav-link {
  color: #000125;
  font-size: 16px;
  font-weight: 400;
}

a.nav-link.active {
  color: #5fdfa1;
  font-size: 16px;
  font-weight: 500;
}

/* Login/Account Footer Styling */

.non-app-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  text-align: center;
  font-size: small;
}

.non-app-footer .copyright {
  color: #000000;
  font-size: small;
  text-align: right;
}

.non-app-footer .legal-link a:link {
  color: grey;
  font-size: small;
  text-decoration: none;
}

.non-app-footer .legal-link a:visited {
  color: grey;
  font-size: small;
  text-decoration: none;
}

.non-app-footer .legal-link a:hover {
  color: grey;
  font-size: small;
  text-decoration: none;
}

.non-app-footer .legal-link a:active {
  color: grey;
  font-size: small;
  text-decoration: none;
}

.app-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  text-align: center;
  font-size: small;
}


.px12 {
  font-size: 12px;
}


.main-color {
  color: #5FDFA1;
}

.red-color {
  color: #EF1A45;
}

.crispy-login .m-0 {
  list-style: none;
  padding-left: 0px;
}

.inline-block {
  display: inline-block;
}

.no-content-img {
  min-width: 50vw;
  min-height: 50vw;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(35%);
  position: absolute;
}

.no-content-txt {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  left: 1vw;
  z-index: 1000;
  position: relative;
  line-height: 150%;
}

.go-to-edit-page-icon {
  white-space: nowrap;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #434343;
  cursor: pointer;
}

.sub-align {
  vertical-align: sub;
}

.pointer {
  cursor: pointer;
}

.inline {
  display: inline;
}


.px-right-25 {
  right: 28px;
  position: relative;
}

.button-transparent {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.relative {
  position: relative
}


.info-alert {
  background: #e6f5fe;
  border-radius: 4px;
  padding: 10px;
}

.pd-x-15 {
  padding-left: 15px;
}

.top-22vw {
  top: 22vw;
}


.pull-right {
  float: right;
}

.sticky-table-header {
  background-color: white;
  position: sticky;
  top: 0;
  /* Adjust this value to control the position where the headers start sticking */
  z-index: 1000;
  /* Add a high z-index value to ensure the headers stay on top of other content */
}


.col-1-7 {
  flex: 0 0 14%;
  max-width: 14%;
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}


.recurly-element-cvv,
.recurly-element-month,
.recurly-element-year,
.recurly-element-number {
  border: 1px solid black;
  height: 40px;
  max-height: 40px;
  border-radius: 0.25rem !important;
  padding: 0.5rem !important;
  width: 100%;
  margin-bottom: 5px;
}

.banner-modal-content {
  width: 80vw !important;
  min-height: 70vh;
}


/* fields */
.non_editable_field {
  color: #BDBDBD !important;
  background: #FFFFFF !important;
}

.error-message {
  color: red;
  height: 1.5vh;
}

.warning-message {
  color: #f2a600;
  height: 1.5vh;
}

.field-error {
  border: 1px solid red;
}

.field-warning {
  border: 1px solid #f2a600 !important;
}

.field-success {
  border: 1px solid #5FDFA1 !important;
}

.page-container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
  padding-bottom: 2.5rem;
}

.not-wide {
  width: auto;
}


.float-right {
  float: right;
}

.btn-discard {
  width: auto;
  text-align: center;
  color: #ff8f76;
  margin-right: 15px;
}

.btn-discard:hover {
  color: #ff8f76;
  text-decoration: underline;
}

.center-div {
  width: 50%;
  margin-left: auto;
}
