@font-face {
  font-family: "PTsans-bold";
  src: local("../../fonts/PT_Sans/PTSans-bold.ttf"),
    url("../../fonts/PT_Sans/PTSans-Bold.333ee0ee5989.ttf") format("truetype");

  font-family: "PTsans-regular";
  src: local("../../fonts/PT_Sans/PTsans-regular.ttf"),
    url("../../fonts/PT_Sans/PTSans-Regular.4ea26cd5e7f6.ttf") format("truetype");
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: "PTsans-regular" !important;
  color: var(--grey);
}

:root {
  --red: #f02c2c;
  --green: #2a9b45;
  --dark_green: rgb(0, 133, 66);
  --amber: #ffbf00;
  --white: #ededeb;
  --grey: #454545;
  --invalid-form-color: #e46a76;
  --dark-red: #d4180b;
  --blue: rgb(0, 121, 192);
  --purple: #6C63FF;
}

@media only screen and (max-width: 377px) {
  .close-btn {
    width: 100px !important;
  }
}

@media only screen and (max-width: 298px) {
  .close-btn {
    width: 90px !important;
  }
}

@media only screen and (max-width: 341px) {
  .mobile-ml-10 {
    margin-left: 10px !important;
  }
}

.body-background {
  display: flex;
  overflow: hidden;
  background-image: url("../../images/login_backgroud.79cf208b0260.png");
  background-size: contain;
}

.height-100 {
  height: 100%;
}

.form-invalid-text {
  color: var(--invalid-form-color);
  font-weight: 800;
  font-size: 80%;
}

.home-height {
  height: 80%;
}

.home-buttons-bottom {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
}

.table-scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.text-center > img {
  width: 40%;
}

.width-100 {
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.position-logo {
  position: relative;
  bottom: 3px;
}

.move-burger-icon {
  position: relative;
  left: 150%;
}

.position-logo > img {
  width: 150px;
}

.mobile-logo-size img {
  width: 65px;
}

.hide {
  display: none !important;
}

.hide-toggleable {
  display: none;
}

.login-card {
  background-color: white;
  -webkit-box-shadow: 10px 10px 15px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 15px -6px rgba(0, 0, 0, 0.5);
  border-radius: 0.1875rem;
  margin-top: 20px;
}

.loader-text {
  font-size: 16px;
  margin-top: 18px;
  margin-left: 10px;
}

.scrollable-register {
  height: 54%;
  overflow-y: overlay;
  overflow-x: hidden;
}

.helptext {
  font-size: 12px;
  color: var(--red);
  max-width: 313.25px;
  display: block;
}

.sign-in-text {
  font-size: 25px;
  color: #4a4d4b;
}

.gray-background {
  background-color: #d7dee0;
}

.light-gray-background {
  background-color: #edf1f5;
}

.profile-tab-header {
  font-size: 25px;
  font-weight: bold;
}

.profile-button {
  font-size: 12px !important;
  float: right;
}

.font-size-21 {
  font-size: 21px;
}

p > a {
  color: var(--green);
}
p > a:hover {
  color: var(--green);
}

.forgot-password-text {
  text-decoration: underline;
  padding-top: 10px;
  padding-bottom: 10px;
}

.forgot-password-text > a {
  color: #4a4d4b;
}

.light-grey {
  color: grey;
}

.forgot-password-text > a:hover {
  color: var(--dark_green);
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #f2f2f2;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  color: darkblue;
  text-align: center;
  text-decoration-color: #1b1e21;
  padding: 14px 16px;
  font-size: 17px;
}

.topnav img {
  float: left;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: var(--green);
  color: white;
}

.center-login-form {
  margin-left: 25%;
  margin-right: 25%;
}

.theme-button {
  width: 140px;
  height: 34px;
  background-color: var(--green);
  border: none;
  color: white;
  text-align: center;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 3px;
}

.w-155 {
  width: 155px;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.w-50p {
  width: 50%;
}

.w-40p {
  width: 40%;
}

.w-25p {
  width: 25%;
}

.w-15p {
  width: 15%;
}

.transparent {
  background-color: rgba(42, 155, 69, 0.5) !important;
}

.home-background {
  background-image: url("../../images/Background.5c6782b07fa2.JPG");
  background-size: 100%;
}

.login-buttons-width {
  width: 158px !important;
}

.interview-table,
.interview-table td {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  background-color: #ebeff3;
  text-emphasis: none;
}

.interview-table td {
  padding-left: 5px;
}

.interview-table-middle,
.interview-table-middle td,
.interview-table-middle th {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  background-color: #ebeff3;
  text-emphasis: none;
}
.interview-table-middle td {
  width: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.interview-table-color {
  background-color: #ebeff3;
}

.interview-table-header {
  color: var(--white);
}

.mobile-ml-10 {
  margin-left: unset;
}

.interview-table-middle-column {
  position: relative;
  background-color: transparent !important;
  background: none;
  width: 8%;
  transform: rotate(-90deg);
}

.errorlist {
  font-size: 12px;
  color: var(--red);
}

.agree-button {
  background-color: var(--red) !important;
  float: right;
}

.align-middle {
  align-items: center;
  display: grid;
}

.agof-red {
  background-color: var(--red) !important;
}

.agof-grey {
  background-color: #787a7a !important;
}

.agof-red-underline {
  color: var(--red);
  text-decoration: underline;
}

.agof-red-text {
  color: var(--red);
}

.agof-white-text {
  color: var(--white);
}

.agof-green {
  background-color: var(--green);
}

.agof-green-text {
  color: var(--green);
}

.agof-amber {
  background-color: var(--amber) !important;
}

.agof-blue {
  background-color: var(--blue) !important;
}

.agof-None h4 {
  color: var(--grey) !important;
}

.save-button {
  background-color: var(--green) !important;
  float: left;
}

.talent-dashboard-card-sizing {
  max-width: 151px;
  display: inline-flex;
}

.fa-plus-circled {
  border: 2px solid;
  border-radius: 15px;
  cursor: pointer;
}

.top-bar-links > a {
  display: block;
  text-align: center;
}

.top-bar-links {
  padding: 0.65rem 1.5rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.top-bar-links a {
  color: var(--white);
}

.password-eye-icon {
  position: absolute;
  top: 30%;
  right: 3%;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-1rem {
  font-size: 1.2rem !important;
}

.adjust-eye-icon {
  top: 10% !important;
}

.adjust-school-field {
  position: relative;
  bottom: 21px;
}

.login-center-form {
  padding-left: 40px;
  padding-right: 40px;
}

.login-center-content {
  width: 35%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 4%;
}

.login-intro-text {
  text-align: center;
  font-size: 25px;
  color: var(--white);
}

.remove-paddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.line-height-15 {
  line-height: 15px;
}

.reminder-items-padding {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
}

.reminder-date-text {
  color: var(--green);
  font-size: 12px;
}

.make-bold {
  font-weight: bold !important;
}

.inner-circle {
  position: relative;
  background: var(--green);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border: 1px solid white;
  left: 1.5px;
  top: 1.4px;
}

.outer-circle {
  background: #a9aaab;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}

[class*="gps-circle-"] {
  background-color: var(--grey);
  position: relative;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

.gps-circle-green {
  background-color: var(--green);
}

.gps-circle-red {
  background-color: var(--red);
}

.gps-circle-amber {
  background-color: var(--amber);
}

.cirle-text-gps {
  position: relative;
  top: -12%;
  font-size: 20px;
  color: var(--white);
}

.gps-btn {
  border: 2px solid var(--green) !important;
  background-color: var(--green) !important;
  color: white !important;
}

.gps-wellness-images {
  display: flex;
  /* gap: 5rem; */
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.gps-wellness-image {
  max-width: 300px;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.gps-wellness-image:hover {
  transform: scale(1.03);
}


.page-title {
  font-size: 25px;
  font-weight: bold;
}

.mt-30 {
  margin-top: 30px;
}

.update-btn {
  width: 100px;
  background-color: var(--green) !important;
  border-color: var(--green) !important;
  outline: none;
  margin-top: 15px;
}

.vertical-line-bottom {
  width: 2px;
  background-color: gray;
  height: 40px;
  margin-left: 6px;
  position: absolute;
}

.adjust-activities {
  position: relative;
  top: 15px;
}

.clickable {
  cursor: pointer;
}

.cursor-grab {
  cursor: grab;
}

.school-table {
  width: 100%;
}

.school-table td {
  width: 2000px;
  padding-left: 5px;
}

.view-more-link {
  text-decoration: underline;
  cursor: pointer;
}

.mb-1px {
  margin-bottom: 1px;
}

.right-align-text {
  text-align: right;
}

.center-align-text {
  text-align: center;
}

.initial-align-text {
  text-align: initial;
}

.table-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 5px;
}

.table-header-text {
  font-size: 15px;
  line-height: 20px;
}

.table-header-text a {
  color: var(--grey);
}

.font-18 {
  font-size: 18px;
}

.font-12 {
  font-size: 12px;
}

.font-24 {
  font-size: 24px !important;
}

.font-926 {
  font-size: 0.926rem;
}

.vertical-line {
  border-left: solid var(--white);
  height: 100%;
}

.milestone-row {
  padding: 18px 0;
}

.milestone-sep {
  border-top: 1px solid #E6EAF0;
  margin: 18px 0;
}

.milestone-label {
  font-weight: 600;
  color: #3E4756;
}

.milestone-points {
  color: #556070;
  margin-bottom: 0;
  padding-left: 18px;
}

.milestone-points li {
  margin-bottom: 0.5rem;
}

.prereq-scope .custom-control {
  padding-left: 3rem !important;
  margin: 0 0 1rem 0 !important;
}

.prereq-scope .prereq-radio-field {
  margin-bottom: 3rem !important;
}

.prereq-scope .prereq-download-btn {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.prereq-scope .prereq-save-btn {
  margin: 2rem !important;
}

.prereq-download-btn {
    background-color: var(--green) !important;
    color: white !important;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

.app-save-btn,
.app-next-btn {
    padding: 0.75rem 3rem !important;
    /* border-radius: 2rem; */
    /* font-weight: bold; */
    color: var(--white) !important;
    margin: 2rem !important;
}

.app-save-btn {
    background-color: var(--green) !important;
}

.btn.app-next-btn {
    border: 1px solid var(--green) !important;
    color: var(--green) !important;
    background-color: transparent !important;
}

.step-tracker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.step {
    flex: 1;
    text-align: center;
    padding: 0.5rem 0;
    font-weight: 500;
    font-size: 1rem;
    color: #9ca3af;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.step:hover {
    color: var(--green);
}

.step.active {
    color: var(--green);
    border-bottom: 2px solid var(--green);
}


.profile-img-placeholder {
  display: inline-flex;
  align-items: center;
  height: 150px;
  width: 150px;
  background-color: #bbb;
  border-radius: 50%;
}

.base-profile-img-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: #bbb;
  border-radius: 50%;
}

.p-left-1 {
  padding-left: 1%;
}

.profile-initials {
  width: inherit;
  font-size: 50px;
}

.dashboard-img-sizing {
  height: 150px;
  width: fit-content;
}

.app-overview-menu-height {
  height: 412.7px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.is-scholar .app-overview-menu-height {
  overflow-y: unset;
  height: unset;
  margin-bottom: 30px;
}

.is-scholar a {
  color: var(--green);
}

.sign-in-button-width {
  width: 48%;
}

.loader-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-img-size > img {
  width: 250px;
}

.flex-display {
  display: flex;
}

.align-second-guardian-checkbox {
  bottom: 44%;
  position: relative;
}

.mb-6 {
  margin-bottom: 2rem;
}

.mt-6 {
  margin-top: 2rem;
}

.label-wrapper {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.label-animation label {
  -moz-animation: label-animation 3s linear infinite alternate;
  -webkit-animation: label-animation 3s linear infinite alternate;
  animation: label-animation 3s linear infinite alternate;
}

.profile-img-placeholder img {
  height: inherit;
}

@keyframes label-animation {
  0% {
    -moz-transform: translateX(10%); /* Browser bug fix */
    -webkit-transform: translateX(10%); /* Browser bug fix */
    transform: translateX(10%);
  }
  100% {
    -moz-transform: translateX(-50%); /* Browser bug fix */
    -webkit-transform: translateX(-50%); /* Browser bug fix */
    transform: translateX(-50%);
  }
}

.no-wrap {
  white-space: nowrap;
}

.no-bullet {
  list-style: none;
  padding-inline-start: 20px;
  padding-left: 0 !important;
  padding-bottom: 5px;
}

.no-bullet-pl-10 {
  list-style: none;
  padding-inline-start: 10px;
}

.no-bullet-pl-10 ul {
  list-style: initial;
}

.list-style-none {
  list-style-type: none;
}

.question-text-alignment {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 15px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-6 {
  padding-top: 6px;
}

/*------------Overrides--------------------*/
@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
    background: #fff !important;
  }
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--green) !important;
  border-color: var(--green) !important;
}

.form-group {
  margin-bottom: 0 !important;
}

.list-group-item.active {
  background-color: var(--green) !important;
  border-color: var(--green) !important;
}

.list-group.active > a {
  color: #fff;
}

.list-group > a {
  color: #566061;
}

.btn > a {
  color: #fff;
}

.btn-success {
  background-color: var(--green);
  border-color: var(--green);
}

.btn-primary {
  background-color: var(--green);
  border-color: var(--green);
}

.btn-primary:hover {
  background-color: var(--dark_green);
  border-color: var(--dark_green);
}

.card {
  border-radius: 0.25rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.btn {
  color: white !important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

button:focus,
.btn:focus,
.btn-primary:focus {
  background-color: var(--dark_green) !important;
}

.red-background {
  background-color: var(--red);
}

button {
  font-family: inherit !important;
}

.btn,
.btn-primary {
  border: none;
}

.btn:hover {
  background-color: var(--dark_green);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--green);
}

.text-grey {
  color: var(--grey) !important;
}

.left-sidebar,
.mega-dropdown .nav-accordion .card-header {
  background: #fff;
}

.skin-blue .sidebar-nav > ul > li.active > a {
  color: var(--green);
}

.skin-blue .sidebar-nav > ul > li.active > a {
  color: var(--green) !important;
}

.skin-blue .page-titles .breadcrumb .breadcrumb-item.active,
.skin-blue .sidebar-nav ul li a.active,
.skin-blue .sidebar-nav ul li a.active i,
.skin-blue .sidebar-nav ul li a:hover,
.skin-blue .sidebar-nav ul li a:hover i,
.skin-blue .sidebar-nav > ul > li.active > a,
.skin-blue .sidebar-nav > ul > li.active > a i,
.skin-blue-dark .page-titles .breadcrumb .breadcrumb-item.active,
.skin-blue-dark .sidebar-nav ul li a.active,
.skin-blue-dark .sidebar-nav ul li a.active i,
.skin-blue-dark .sidebar-nav ul li a:hover,
.skin-blue-dark .sidebar-nav ul li a:hover i,
.skin-blue-dark .sidebar-nav > ul > li.active > a i {
  color: var(--green);
}

.skin-blue .sidebar-nav > ul > li.active > a {
  border-left: 3px solid var(--green);
}

.weak-password {
  background-color: var(--red);
}

.medium-password {
  background-color: orange;
}

.strong-password {
  background-color: var(--green);
}

.select2-container {
  min-width: 100% !important;
  width: 100% !important;
}
.navbar-dark .mailbox .message-center {
  height: fit-content !important;
}
/*-------------END OVERRIDE-----------------------*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #5a6875;
  color: #fff;
  text-align: center;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1000;
  left: 0%;
  bottom: 75%;

  /* Fade in tooltip */
  opacity: 1;
  transition: opacity 0.8s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

label {
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.btn-success:focus {
  box-shadow: none !important;
}

.profile-tab li a.nav-link.active {
  border-bottom: 2px solid var(--green);
  color: var(--grey);
}

.profile-tab li a.nav-link {
  color: var(--grey);
}

.profile-tab li a.nav-link:hover {
  color: var(--green);
}

.tooltip {
  z-index: 2;
}

.w-90 {
  width: 90%;
}

.block-display {
  display: block !important;
}

.justify-center {
  justify-content: center;
  display: flex;
}

.float-right {
  float: right;
}

.slider-label {
  font-size: 12px;
  font-weight: bold;
}

.show > .btn-primary.dropdown-toggle {
  background-color: var(--green);
  border-color: var(--green);
}

.dropdown-menu > li > a:hover {
  color: var(--dark_green);
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 5%;
  bottom: 5%;
  z-index: 20;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#text-button {
  position: absolute;
  top: 70%;
  left: 40%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#text-button-submit {
  position: absolute;
  top: 70%;
  left: 60%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.form-control > a {
  color: var(--green);
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--green) !important;
  border-color: var(--green) !important;
}

.red-background:hover,
.red-background:focus,
.red-background:active {
  background-color: var(--dark-red) !important;
}

.red-background:active {
  background-color: var(--red) !important;
}

.center-align-text a:hover {
  color: var(--dark_green) !important;
}

.topbar .top-navbar .profile-pic img {
  height: 30px;
}

.irs-single {
  background: var(--green) !important;
}

.irs-single:after {
  border-top-color: var(--green) !important;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
  background: var(--green) !important;
  border-color: var(--green) !important;
}

.engagement-progress-bar {
  height: 15px;
  border-radius: 1rem;
}

.el-row {
  display: flex;
}

[class*="el-col-"] {
  padding-top: 15px;
  padding-bottom: 10px;
}

.el-col-left {
  border-bottom-left-radius: 0.25rem;
}

.el-col-right {
  border-bottom-right-radius: 0.25rem;
}

.consultation-notes {
  height: auto;
  border-radius: 20px;
  box-shadow: 4px 2px 1px #edf1f5;
  background-color: #edf1f5;
}
div.consultation-notes textarea {
  border: 1px solid #eff9f9;
  border-radius: 20px;
}

.tag-disabled {
  background-color: #aaa !important;
  cursor: default;
}

.tag-disabled:hover,
.tag-disabled:focus {
  background-color: #aaa !important;
}

.tag-disabled:not(:disabled):not(.disabled):active {
  background-color: #aaa !important;
}

.td-padding {
  padding-left: 40px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.post-instructions-table tr {
  border-bottom: 1.5px solid #ccc;
  margin-bottom: 2px;
}

.post-instructions,
.interview-opening ul {
  padding-left: 17px;
}

.post-instructions,
.interview-opening ul li {
  padding-bottom: 10px;
}

.interview-opening ol {
  padding-left: 13px;
}

.post-intructions-bottom-border {
  border-bottom: 1.5px solid #ccc;
  padding-bottom: 12px;
}

.close-btn {
  width: 140px;
  height: 34px;
  margin: 4px 2px;
  cursor: pointer;
}

.table-img img {
  width: 100%;
}

.inactive-tab a {
  color: unset;
}

.active-tab a {
  color: var(--green) !important;
}

.interview-tabs {
  font-size: 14px;
  border-right: 1px solid var(--grey);
}

.interview-tab-items:hover {
  color: var(--green);
}

.interview-closure a:hover {
  color: var(--green);
}

.top-nav-tab-empty {
  background: white;
  padding-left: 0;
  margin-left: 10px;
}

.top-nav-tab-items {
  text-align: center;
}

.active-top-tab {
  background-color: white;
  color: var(--green);
}

.inactive-top-tab {
  background-color: unset;
  color: unset;
}

.pt-pb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.agof-table {
  border-collapse: collapse;
  width: 100%;
}

.agof-scoring-table {
  border-collapse: collapse;
  background-color: #f0f1f2;
  width: 100%;
}

.agof-table tr {
  border-bottom: 1.5px solid rgb(227, 222, 222);
}

.agof-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

.notes-td {
  width: 50%;
  background-color: #f0f1f2;
  padding-left: 10px;
}

.notes-td-bottom-border {
  border-bottom: 3px solid white;
}

.consensus-option-select {
  width: 100%;
  height: 35px;
  border: 1px solid rgb(107, 107, 107);
  border-radius: 5px;
}

.bottom-8 {
  bottom: 8px;
}

[class*="border-"] {
  border: 1.5px solid rgb(107, 107, 107);
  border-radius: 5px;
}

.border-warmup {
  padding: 10px;
}

.bottom-border {
  border-bottom: 1.5px solid rgb(227, 222, 222);
}

.w-80-percent {
  width: 80%;
}

.timer-display {
  color: var(--red);
  font-size: 18px;
}

#pause-btn:hover {
  background-color: var(--dark-red);
}

.new-disp {
  text-align: center;
  line-height: 16px;
}

.w-87 {
  width: 87px;
}

.make-bold th {
  font-weight: bold !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-20 {
  padding-left: 20px;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pos-hr {
  top: -15px;
  position: relative;
}

.pos-checkbox {
  position: relative;
  bottom: 10px;
}

.app-type-select {
  margin-left: 38px;
  margin-right: 38px;
  text-align: left;
}

.app-type-label {
  font-size: 1rem;
}

.app-type-select-border {
  border: 1px solid #9e9e9e;
}

.placeholder::placeholder {
  font-size: 10px;
}

.grade-nav {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding-bottom: 10px;
}

.ml-11 {
  margin-left: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.filter_submit_top_spacing {
  margin-top: 33px;
}

.moa-collapse-header {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.moa-collapse-header::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome";
}

.moa-collapse-header[aria-expanded="true"]::after {
  content: "\f106";
}

.moa-border {
  border-style: groove;
  padding-left: 10px;
  padding-right: 10px;
}

.highlight-btns {
  position: fixed;
  width: 19%;
  z-index: 2;
}

.fab-highlight {
  left: unset !important;
}

.fab-unhighlight {
  left: unset !important;
  margin-left: 120px !important;
}

.mfb-component__button--main {
  background-color: var(--green) !important;
}
.mfb-component__button--main:hover {
  color: var(--white) !important;
}

.ion-plus-round:before {
  content: "\f217";
}

.fa-plus::before {
  content: "\f067" !important;
  font-size: 25px !important;
  position: relative;
  left: 17.5px;
  top: 15px;
}

.fa-minus::before {
  content: "\f068" !important;
  font-size: 25px !important;
  position: relative;
  left: 17.5px;
  top: 15px;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-end-vertical {
  display: flex;
  align-items: flex-end;
}

.custom-textarea {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  appearance: textarea;
  -webkit-rtl-ordering: logical;
  flex-direction: column;
  cursor: text;
  overflow-wrap: break-word;
  height: 220px;
  overflow-y: overlay;
}

.custom-input {
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  overflow: visible;
  appearance: auto;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  padding: 1px 2px;
  padding-top: 6px;
}

.interview-instructions-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  border-bottom: black solid 1px;
}
.interview-instructions-one {
  grid-column: 1;
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  border-bottom: black solid 1px;
}
.interview-instructions-two {
  grid-column: 2;
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  border-bottom: black solid 1px;
}
.interview-instructions-three {
  grid-column: 3;
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  border-bottom: black solid 1px;
}
.interview-instructions-section-header {
  background-color: #2a9b45;
  border-top: black solid 1px;
  border-left: black solid 1px;
  border-right: black solid 1px;
  border-bottom: black solid 1px;
}
.interview-instructions-section-content {
  display: block;
}

.classify-image-OA {
  background-color: #0079c0;
  padding: 5px;
  border-radius: 10px;
}
.classify-image-OR {
  background-color: #c60630;
  padding: 5px;
  border-radius: 10px;
}
.classify-image-PS {
  background-color: #fdc82f;
  padding: 5px;
  border-radius: 10px;
}

.hr-thick-border {
  border-top: 1.5px solid rgb(227, 222, 222) !important;
}

.center-input-text input {
  text-align: center;
}

.interview-prep-img {
  width: 60%;
  margin-left: 5%;
}

.uppercase {
  text-transform: uppercase;
}

.anchor-ul > ul {
  padding-left: 15px;
}

.anchor-descr-align {
  padding-left: 0;
  position: relative;
  left: -10px;
}

.mt--10 {
  margin-top: -10px;
}

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

.decimal-number-ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.decimal-number-ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.decimal-number-ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.decimal-number-li .decimal-number-ol > li:before {
  content: counters(item, ".") " ";
}

.invisible {
  opacity: 0;
}

.w-60p {
  width: 60%;
}

.salient_border {
  border: 1.5px solid rgb(191, 191, 193);
  padding: 10px;
}

.height-145 {
  height: 145px;
}

.task-background {
  background-color: #dbdbdb;
}

.thick-input-border-color {
  border-color: rgb(200, 200, 200);
}

.ext-circle {
  height: 40px;
  width: 40px;
  border: 1.5px solid var(--green);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  padding-top: 6px;
  padding-left: 1px;
  color: var(--green);
}

.ext-name {
  padding-left: 10px;
  padding-top: 1px;
  font-size: 12px;
}

.ext-check {
  padding-top: 9px;
  font-size: 15px;
  color: var(--green);
}

.ext-remove {
  padding-left: 31px;
  padding-top: 9px;
  font-size: 15px;
  text-decoration-line: underline;
  cursor: pointer;
}

.ext-sub-color {
  color: var(--grey);
}

.square {
  width: 10px;
  height: 10px;
  background-color: white;
  margin-left: 12.5px;
  position: relative;
  top: 35%;
}

.green-square {
  height: 100%;
  width: 36px;
  position: relative;
  border-radius: 3px;
  border: 1px solid;
  border-right: none;
}

.doc-popup-border {
  border: 1px solid;
  position: relative;
  left: -6px;
  border-left: none;
}

.pt-5px {
  padding-top: 5px;
}

.pb-5px {
  padding-bottom: 5px;
}

.error-upload {
  position: relative;
  top: 10px;
  left: 13px;
  color: var(--red);
}

.bottom-20 {
  bottom: 20px;
}

/* Loader */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 50px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

div.htmx-swapping {
  opacity: 0;
  transition: opacity 1s ease-out;
}
/* End loader */

.no-border-btn {
  background-color: transparent;
  border: none;
}

.htmx-indicator {
  display: none;
  transition: opacity 200ms ease-in;
}

.htmx-request .htmx-indicator {
  display: block;
}

.htmx-request.htmx-indicator {
  display: block;
}

.error-message-background {
  background-color: #e9ecef;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}

.gray-table-background table {
  background-color: #e9ecef;
}

.gray-table-background table td {
  border-top: 1px solid gray;
}

.finance-table thead th {
  border-bottom: 1px solid rgb(201, 191, 191);
}

.finance-table th {
  border-top: 1px solid rgb(201, 191, 191);
}

.finance-table td {
  border-top: 1px solid rgb(201, 191, 191);
}

.ram-grid-fit {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.fit-container {
  max-width: 100%;
  max-height: 100%;
}

.resizable {
  resize: both;
  overflow: auto;
}

.simulated-text-input {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  width: 100%;
}

.forced-hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;
  height: 1px;
}

ul.exclamation-bullet-points {
  list-style-type: "!  ";
}

ul.exclamation-bullet-points li::marker {
  color: var(--red);
}

ul.square-red-bullet-points {
  list-style-type:square
}

ul.square-red-bullet-points li::marker {
  color: var(--red);
}

.solid-border {
  border-style: solid;
}

.finance-support-list {
  padding-left: 20px;
  margin-left: 0;
}

.finance-support-list-item {
  margin-bottom: 5px;
}

.finance-support-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.finance-support-header, .finance-support-cell{
  border: 1px solid black;
  padding: 10px;
  text-align: left;
}

.finance-support-header {
  background-color: #e0e0e0;
  font-weight: bold;
  text-align: center;
}

.centred-header{
    text-align: center;
    font-weight: bold !important;
}

.finance-support-note {
  font-style: italic;
  margin-top: 10px;
}

.mentorship-bio {
  height: 200px;
  width: 100%
}

@media print {

  .left-sidebar {
    display: none;
  }

  .topbar {
    display: none;
  }

  .page-break {page-break-after: always;}

  .hide-in-print {
    display: none;
  }
  a {
    color: black;
  }

}

.match-card {
  height: 50em;
  display: grid;
}

.match-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
