﻿@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
.text-blue {
  color: #008EB3;
}
.text-red {
  color: #CB1334;
}
.fw-semi {
  font-weight: 600 !important;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: Gotham;
    color: #58585B;
    font-size: 16px;
}
#page-container {
  position: relative;
  min-height: 100vh;
  background: #F1F1F1;
}
#content-wrap {
  padding-bottom: 4.5rem;
  /* Footer height */
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#content-wrap .footer-graphic {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 0;
}
header {
  width: 100%;
  padding: 40px 0 0.5rem;
}
header .title {
  font-size: 2rem;
  color: #008EB3;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 0;
  line-height: 38px;
}
header .title span {
  font-weight: 400;
  display: block;
}
header .breadcrumb-nav {
  font-size: 0.8rem;
  font-weight: 400;
}
header .account {
  font-size: 0.8rem;
  font-weight: 700;
}
header a {
  color: #58585B;
}
header a:hover {
  color: #008EB3;
}
footer {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  background: rgba(88, 88, 91, 0.1);
  z-index: 1;
}
/*----Content-----*/
.content {
  padding: 40px;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
  position: relative;
  margin-bottom: 3rem;
}
    .content h1 {
        font-family: Gotham;
        font-size: 1.375rem;
        font-weight: 700;
    }
    .content h6 {
        font-family: Gotham;
        font-size: 0.9375rem;
        font-weight: 600;
    }
table th {
  color: #00597C;
  font-size: 0.75rem;
  font-weight: 500;
  border-block: none;
}
table tbody td {
  font-size: 0.8125rem;
  font-weight: 500;
  vertical-align: middle;
}
table tbody td:first-of-type {
  font-size: 0.9375rem;
  font-weight: 600;
}
table tbody td:last-of-type {
  text-align: right;
  padding: 0;
}
table tbody .button {
  background: #008EB3;
  padding: 0.75rem 1rem;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
}
table tbody .button i {
  font-size: 1.25rem;
}
table tbody .button:hover {
  opacity: 0.85;
  cursor: pointer;
}
.rater-approval p {
  font-size: 0.875rem;
}
.rater-approval p span {
  color: #008EB3;
  font-weight: 600;
}
.rater-approval h5 {
  color: #008EB3;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.rater-approval .small,
.rater-approval small {
  font-size: 0.75rem;
}
.search-results {
  border-radius: 0.25rem;
  background: #fafafa;
  font-size: 0.875rem;
  padding: 1rem;
}
.search-results .results-table-container {
  overflow: auto;
  max-height: 275px;
}
.search-results .results-table-container table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fafafa;
}
/*Buttons*/
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  border: none;
  font-size: 0.75rem;
  color: #FFF;
  text-transform: uppercase;
  background: #008EB3;
  text-decoration: none;
  flex-basis: 100%;
  max-width: 210px;
}
.button i {
  font-size: 1rem;
}
.button:hover {
  background: #00597C;
  color: #FFF;
  cursor: pointer;
}
.button:hover .bx-check {
  color: #1EFD5C;
}
.button.outlined {
  border: 1px solid #58585B;
  color: #58585B;
  background: #FFF;
}
.button.outlined:hover {
  border: 1px solid #008EB3;
  color: #008EB3;
}
.button.smaller {
  text-transform: capitalize;
  flex-basis: unset;
}
.button.disabled {
  pointer-events: none;
  opacity: 0.75;
}
.remove {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #CB1334;
  font-weight: 700;
  font-size: 0.8125rem;
}
.remove:hover {
  color: #CB1334;
  opacity: 0.85;
}
.select {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #58585B;
  font-weight: 700;
  font-size: 0.8125rem;
  opacity: 0.85;
  pointer-events: none;
}
.select.active {
  color: #008EB3;
  opacity: 1;
  pointer-events: all;
}
.select.active:hover {
  color: #00BCE7;
  opacity: 0.85;
}
.select:hover {
  color: #58585B;
  cursor: default;
}
/*Modal*/
.modal {
  color: #58585B;
}
.modal .modal-xl .modal-header {
  padding: 2rem 2rem 1rem 2rem;
}
.modal .modal-xl .modal-body {
  padding: 1rem 2rem 2rem 2rem;
}
.modal .modal-xl .modal-footer {
  padding: 1rem 2rem;
}
.modal .modal-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.modal p,
.modal label {
  font-size: 0.875rem;
  font-weight: 400;
}
/*Form elements*/
::placeholder {
  font-size: 0.875rem !important;
  font-weight: 500;
  color: #58585B;
}
input,
select,
.form-select {
  font-size: 0.875rem !important;
  font-weight: 500;
  color: #58585B;
}
select > option {
  font-weight: 400;
}
.input-group-text {
  font-size: 0.8rem;
  font-weight: 400;
}
.input-group button {
  background: #008EB3;
  border: none;
  color: #FFF;
  padding: 0 20px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-radius: 0.25rem;
}
.input-group button i {
  font-size: 1.25rem;
}
.input-group button:hover {
  background: #00597C;
}