:root {
  --color-default: #000000;
  --color-primary: #12457a;
  --color-secondary: #be2033;
  --color-snips: #dfe8f2;
  --bs-primary-bg: #174475;
  --bs-primary-border: #212f64;
  --bs-primary-hover: #be2033;
}

/* Smooth scroll behavior */

:root {
  scroll-behavior: smooth;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* @media only screen and (max-width:600px) {
    .inner-wrapper {
        height: 200vmin;
        border: 1px solid red;
    }
} */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.public-theme .main-content {
  flex-grow: 1;
}

.public-theme {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color-default);
  font-size: 14px;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
}

.public-theme a {
  text-decoration: none;
}

.public-theme a:hover {
  text-decoration: none;
}

.public-theme h1,
.public-theme h2,
.public-theme h3,
.public-theme h4,
.public-theme h5,
.public-theme h6 {
  font-family: var(--font-primary);
}

.public-theme .form-select {
  font-size: 14px;
}

.public-theme .form-control {
  font-size: 14px;
}

.public-theme .is-invalid {
  border-color: #dc3545; 
}

.public-theme .divider {
  border-top: 2px solid #dcdcdc;
}

.public-theme .list-group {
  --bs-list-group-bg: none !important;
}

.public-theme .list-group-flush .icon-size {
  font-size: 20px;
}

.public-theme .fs-7 {
  font-size: 13px !important;
}

.public-theme .fs-8 {
  font-size: 15px !important;
}

.public-theme .text-blue {
  --bs-text-opacity: 1;
  color: #357ecc !important;
}

.public-theme .form-check-input {
  border: 1px solid rgb(113, 113, 113);
}

.public-theme .filter-pill {
  background-color: #dfe8f2 !important;
  border: 1px solid #2f56a4;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
  color: #000 !important;

}

.public-theme .filter-pill:hover {
  color: #ffffff !important;
  background-color: #be2033 !important;
}

.public-theme .text-bg-active {
  font-size: 12px;
  color: #fff;
  background-color: #0ba208 !important;
}

.public-theme .text-bg-inactive {
  font-size: 12px;
  color: #fff;
  background-color: #be2033 !important;
}

.public-theme .btn-primary {
  font-size: 14px;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary-bg) !important;
  --bs-btn-border-color: var(--bs-primary-bg) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: var(--bs-primary-bg);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
  text-transform: none;
  border: none;
}

.public-theme .btn-secondary {
  font-size: 14px;
  --bs-btn-color: #dfe8f2;
  --bs-btn-bg: #dfe8f2;
  color: #000;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #166ab5;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #dfe8f2;
  --bs-btn-active-border-color: none;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  /* --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #DFEAFF;
    --bs-btn-disabled-border-color: #DFEAFF;
    text-transform: uppercase; */
}

.public-theme .btn-secondary:hover{color: #fff !important;}

.public-theme .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-size: 13px;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.public-theme .topbar {
  background: #174b84;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  border-bottom: 0px solid #ffffff;
}

.public-theme .topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.public-theme .topbar .contact-info i a,
.public-theme .topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {
  .public-theme .topbar .contact-info i a,
  .public-theme .topbar .contact-info i span {
    font-size: 13px;
  }
}

.public-theme .topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.public-theme .topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Home page logo */

.public-theme .home-logo-text {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500 !important;
}

.public-theme .logo-title {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  margin-top: -5px;
  padding-left: 2px;
}

@media (max-width: 800px) {
  .public-theme .home-logo-text {
    font-size: 14px;
    float: left;
  }
  .public-theme .logo-title {
    font-size: 10px;
    margin: -16px;
    padding-left: 18px;
  }
}

@media (max-width: 430px) {
  .public-theme .home-logo-text {
    font-size: 16px;
    float: left;
    padding-top: 10px;
  }
  .public-theme .logo-title {
    font-size: 8px;
    margin: -15px;
    padding-left: 16px;
  }
}

/* Home page logo */

.public-theme .header {
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  background-color: var(--color-primary);
  width: 100% !important;
}

.public-theme .header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.public-theme .header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.public-theme .header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  font-family: var(--font-primary);
}

.public-theme .header .logo h1 span {
  color: #f96f59;
}

.public-theme .sticked-header-offset {
  margin-top: 70px;
}

.public-theme section {
  scroll-margin-top: 70px;
}

/* Inner header logo */

.public-theme .logo-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500 !important;
  float: left;
}

.public-theme .logo-title {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  margin-top: -5px;
  padding-left: 2px;
}

.public-theme .text-yellow {
  color: #fcd21d;
}

@media (max-width: 800px) {
  .public-theme .logo-text {
    font-size: 14px;
    float: left;
  }
  .public-theme .logo-title {
    font-size: 10px;
    margin: -16px;
    padding-left: 18px;
  }
}

@media (max-width: 430px) {
  .public-theme .logo-text {
    font-size: 10px;
    float: left;
    padding-top: 10px;
  }
  .public-theme .logo-title {
    font-size: 8px;
    margin: -15px;
    padding-left: 16px;
  }
}

/** Signin Button **/

.public-theme .signin-btn {
  margin-left: 25px;
  background: #dfe8f2;
  color: #000;
  border-radius: 5px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.public-theme .signin-btn:hover {
  background: #166ab5;
  color: #fff !important;
}

@media (max-width: 768px) {
  .public-theme .signin-btn {
    margin: 0 15px 0 0;
    padding: 6px 11px;
  }
}

/* Signin popup */

.public-theme #box {
  padding: 5px;
  width: 200px;
  z-index: 10;
  position: relative;
}

.public-theme #box form {
  width: 300px;
  background: #e0e8f2;
  border-radius: 5px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 55px;
  right: 5px;
}

.public-theme .sigin-divider {
  border-top: 2px solid #cccccc;
}

@media (max-width: 768px) {
  .public-theme #box {
    width: 140px;
  }
  .public-theme #box form {
    right: -9px;
  }
}

/* #button1 {
    width: 75px;
    background: #006699;
    color: #fff;
    padding: 3px 10px;
    border: 1px solid #006699;
    margin-bottom: 15px;
    cursor: pointer;
} */

.public-theme input[type="submit"] {
  background: none;
  color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
}

/* Single page signin */

.public-theme .signin-bullets {
  list-style: none;
  list-style-position: inside;
  color: #000000;
  font-size: 16px;
}

.public-theme .signin-bullets li::before {
  content: "•";
  line-height: 30px;
  margin: 0 0.3rem 0 -0.25rem;
  position: relative;
  top: 0.08rem;
  color: #000000;
}

.public-theme header {
  font-size: 28px;
  font-weight: 600;
  color: #232836;
  text-align: center;
}

.public-theme .auth-main-title {
  font-size: 28px;
  font-weight: 600;
  color: #232836;
  text-align: center;
}
@media (max-width: 600px) {
  .public-theme .auth-main-title {
    font-size: 24px;
  }
}

.public-theme .signin-container {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  backdrop-filter: blur(10px);
}

/*--------------------------------------------------------------
# application Navigation
--------------------------------------------------------------*/

@media (min-width: 1280px) {
  .public-theme .navbar {
    padding: 0;
    background-color: #12457a;
  }
  .public-theme .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .public-theme .navbar li {
    position: relative;
  }
  .public-theme .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 5px;
  }
  .public-theme .navbar a,
  .public-theme .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: normal;
    color: #ffffff !important;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .public-theme .navbar a i,
  .public-theme .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .public-theme .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #be2033;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .public-theme .navbar a:hover:before,
  .public-theme .navbar li:hover > a:before,
  .public-theme .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  .public-theme .navbar a:hover,
  .public-theme .navbar .active,
  .public-theme .navbar .active:focus,
  .public-theme .navbar li:hover > a {
    color: #fff;
  }
  .public-theme .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  .public-theme .navbar .dropdown ul li {
    min-width: 200px;
  }
  .public-theme .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #12457a !important;
  }
  .public-theme .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .public-theme .navbar .dropdown ul a:hover,
  .public-theme .navbar .dropdown ul .active:hover,
  .public-theme .navbar .dropdown ul li:hover > a {
    color: var(--color-secondary) !important;
    /* background-color: red; */
  }
  .public-theme .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .public-theme .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .public-theme .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .public-theme .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .public-theme .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {
  .public-theme .mobile-nav-show,
  .public-theme .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

@media (max-width: 1279px) {
  .public-theme .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .public-theme .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .public-theme .navbar a,
  .public-theme .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    gap: 5px;
  }
  .public-theme .navbar a i,
  .public-theme .navbar a:focus i {
    font-size: 1.25rem;
    line-height: 0;
    margin-left: 5px;
  }
  .public-theme .navbar a:hover,
  .public-theme .navbar .active,
  .public-theme .navbar .active:focus,
  .public-theme .navbar li:hover > a {
    color: #000;
  }
  .public-theme .navbar .getstarted,
  .public-theme .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #000;
  }
  .public-theme .navbar .getstarted:hover,
  .public-theme .navbar .getstarted:focus:hover {
    color: #000;
    background: #c3d4e6;
  }
  .public-theme .navbar .dropdown ul,
  .public-theme .navbar .dropdown .dropdown ul {
    position: static;
    /* display: none; */
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #edf6ff;
    border: 1px solid #b6d7fa;
  }
  .public-theme .navbar .dropdown > .dropdown-active,
  .public-theme .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .public-theme .mobile-nav-show {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }
  .public-theme .mobile-nav-hide {
    color: #000;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .public-theme .mobile-nav-active {
    overflow: hidden;
  }
  .public-theme .mobile-nav-active .navbar {
    right: 0;
  }
  .public-theme .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 72, 106, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.public-theme .app-title {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 600px) {
  .public-theme .app-title {
    font-size: 28px !important;
  }
}

.public-theme .sub-app-title {
  font-size: 16px;
  padding-top: 15px;
}

.public-theme #hero {
  width: 100%;
  height: 50vh;
  background: url(/assets/image/cfs-hero-bg.jpg) top center;
  background-size: cover;
  margin-bottom: -200px;
}

.public-theme #hero .container {
  position: relative;
  margin-top: -195px;
}

.public-theme #hero .container {
  position: relative;
  margin-top: -195px;
}

.public-theme #hero h1 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #ffffff;
}

.public-theme #hero h2 {
  color: #ffffff;
  margin: 10px 0 0 0;
  font-size: 18px;
}

.public-theme #hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

.public-theme #hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  .public-theme #hero {
    background-attachment: fixed !important;
  }
}

.public-theme .app-title {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 992px) {
  .public-theme #hero {
    margin-bottom: 0;
    height: 40vh;
  }
  .public-theme #hero .container {
    padding-bottom: 63px;
    margin-top: 23px;
  }
  .public-theme #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .public-theme #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  .public-theme #hero {
    height: 110vh;
  }
}

/*--------------------------------------------------------------
# Home page Snips
--------------------------------------------------------------*/

.public-theme .snips .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.public-theme .snips .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.public-theme .snips .content p {
  margin-bottom: 30px;
}

.public-theme .snips .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.public-theme .snips .content .more-btn i {
  font-size: 14px;
}

.public-theme .snips .content .more-btn:hover {
  color: #1977cc;
  background: #fff !important;
}

.public-theme .snips .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 6px 60px;
  width: 100%;
}

.public-theme .snips .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.public-theme .snips .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.public-theme .snips .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.public-theme .icon {
  display: inline-block;
  /* width: 70px; */
  /* height: 70px; */
  background-size: cover;
}

.public-theme .icon-arrow {
  background-image: url(/assets/image/arrow-right-circle-fill.svg);
  width: 45px;
  height: 45px;
}

.public-theme .icon-arrow:hover,
.public-theme .icon-arrow:focus {
  background-image: url(/assets/image/arrow-right-circle-fill-red.svg);
}

/*--------------------------------------------------------------
# Search and updates sections
--------------------------------------------------------------*/

.public-theme .bg-search {
  background-color: #dfe8f2;
}

.public-theme .contribution-bg {
  background-color: #dfeaf2;
}

.public-theme .home-get-know {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

.public-theme section {
  padding: 20px 0;
  overflow: hidden;
  border: 0px solid red;
}

.public-theme .sections-bg {
  background-color: #f6f6f6;
}

.public-theme .section-header {
  text-align: center;
  padding-bottom: 5px;
}

.public-theme .section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
}

.public-theme .section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.public-theme .section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}

/* Transaction overview page */

.public-theme .transaction-header {
  text-align: left;
  /* padding-bottom: 5px; */
  margin-top: 43px;
}

.public-theme .transaction-header h2 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 600px) {
  .public-theme .section-header h2 {
    font-size: 24px !important;
  }
}
/*--------------------------------------------------------------
# Updates Section
--------------------------------------------------------------*/

.public-theme .updates {
  width: 100%;
  height: auto;
  background: url("/assets/image/mid-bg.jpg") top center;
  opacity: 0.75;
  background-size: cover;
  /* margin-bottom: -200px; */
}

.public-theme .updates h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Home page tabs
--------------------------------------------------------------*/

.public-theme .update-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.public-theme .update-content {
  font-size: 14px;
}

.public-theme .update-date {
  font-size: 13px;
  color: #818181;
}

.public-theme .nav-tabs {
  border-bottom: none;
}

.public-theme .nav-tabs .nav-item.show .nav-link,
.public-theme .nav-tabs .nav-link.active {
  font-weight: bold;
  font-size: 15px;
  background-color: #f2efdf;
  border: none;
}

.public-theme .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #000;
  text-decoration: none;
  background: #dfdfdf;
  margin-right: 5px;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.public-theme .update-card {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  background-color: #f2efdf;
  border-radius: 0px 0px 20px 20px;
  height: 320px;
  overflow-y: scroll;
  /* border: 1px solid #d6c785; */
  /* box-shadow: 0px 2px 15px #e1d8af; */
}

/*--------------------------------------------------------------
# contribution Section
--------------------------------------------------------------*/

.public-theme .graph-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.public-theme .graph-total {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/*--------------------------------------------------------------
# Home Page Contributions Carousel Section
--------------------------------------------------------------*/

.public-theme .direction {
  text-align: center;
}

.public-theme .direction button {
  background-color: #ffffff44;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
  margin: 0 10px;
}

.public-theme .direction button:hover {
  background-color: #ffffff;
}

.public-theme .icon-arrow-left {
  background-image: url(/assets/image/arrow-left.svg);
  width: 45px;
  height: 45px;
}

.public-theme .icon-arrow-left:hover,
.public-theme .icon-arrow-left:focus {
  background-image: url(/assets/image/arrow-left-red.svg);
}

.public-theme .icon-arrow-right {
  background-image: url(/assets/image/arrow-right.svg);
  width: 45px;
  height: 45px;
}

.public-theme .icon-arrow-right:hover,
.public-theme .icon-arrow-right:focus {
  background-image: url(/assets/image/arrow-right-red.svg);
}

.public-theme .item {
  border-radius: 15px;
  width: 390px;
  height: 400px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  margin: 20px;
  scroll-snap-align: start;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.public-theme .item .avatar {
  display: block;
  margin: 50px auto 10px;
  width: 100px;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 15px #7e878d;
}

.public-theme .item .content {
  padding: 20px;
}

.public-theme .item .content table td {
  padding: 10px 0;
  border-bottom: 1px solid #aec0ce;
}

.public-theme .item .content table td:nth-child(2) {
  text-align: right;
}

.public-theme .item .nameGroup {
  text-align: center;
  border-bottom: none !important;
}

.public-theme #list {
  display: flex;
  width: max-content;
  width: 100%;
}

.public-theme #formList {
  width: 1280px;
  overflow: auto;
  scroll-behavior: smooth;
  scroll-snap-type: both;
  /* margin-left: 15px; */
  margin: 17px 30px 20px 14px;
  /* max-width: 100%; */
  /* margin: 100px auto 50px; */
}

.public-theme #formList::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1024px) {
  .public-theme .item {
    width: calc(11.3vw - 20px);
  }
}

@media screen and (max-width: 768px) {
  .public-theme .item {
    /* width: calc(50vw - 20px);
        width: 520px; */
    min-width: 400px;
  }
  .public-theme .direction {
    display: flex;
  }
}

/*--------------------------------------------------------------
# sigin Section
--------------------------------------------------------------*/

.public-theme .signin {
  width: 100%;
  height: 90vh;
  background: url("../img/bg_signin.jpg") top center;
  background-size: cover;
  /* margin-bottom: -200px; */
}

.public-theme .signin-position {
  position: absolute;
  margin: auto;
}

.public-theme .home-signin {
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .public-theme .signin {
    width: 100%;
    height: 40vh;
    background: url("/assets/image/bg_signin.jpg") top center;
    background-size: cover;
  }
}

@media (max-width: 770px) {
  .public-theme .signin {
    width: 100%;
    height: 50vh;
    background: url("/assets/image/bg-signin-mob.jpg") top center;
    background-size: cover;
  }
  .public-theme .signin-position {
    position: absolute;
    margin-top: 45px;
    margin-right: 87px;
  }
}

@media (max-height: 600px) {
  .public-theme .signin {
    background-color: #f2efdf;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

/* Breadcrumbs */

.public-theme .breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.public-theme .breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.public-theme .breadcrumb a:hover {
  color: #51678f;
}

.public-theme .breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.public-theme .breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/

.public-theme .scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.public-theme .scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.public-theme .scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
}

.public-theme .scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}

@media (max-width: 375px) {
  .public-theme .scroll-top.active {
    bottom: 90px !important;
  }
}

@media (min-width: 376px) and (max-width: 1024px) {
  .public-theme .scroll-top.active {
    bottom: 85px !important;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.public-theme #preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

.public-theme #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary)
    transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  .public-theme [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.public-theme .hero {
  width: 100%;
  position: relative;
  background: var(--color-primary);
  padding: 60px 0 0 0;
}

@media (min-width: 1365px) {
  .public-theme .hero {
    background-attachment: fixed;
  }
}

.public-theme .hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.public-theme .hero p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  margin-bottom: 30px;
}

.public-theme .hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.public-theme .hero .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.public-theme .hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.public-theme .hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.public-theme .hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {
  .public-theme .hero h2 {
    font-size: 36px;
  }
  .public-theme .hero .btn-get-started,
  .public-theme .hero .btn-watch-video {
    font-size: 14px;
  }
}

.public-theme .hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .public-theme .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.public-theme .hero .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #008d7d;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.public-theme .hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.public-theme .hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}

.public-theme .hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}

.public-theme .hero .icon-box:hover {
  background: #009786;
}

.public-theme .hero .icon-box:hover .title a,
.public-theme .hero .icon-box:hover .icon {
  color: #fff;
}

/*--------------------------------------------------------------
# candidate page styles
--------------------------------------------------------------*/

.public-theme .list-group-flush span {
  font-size: 14px !important;
}

.public-theme .list-group-flush div.spacecolor {
  height: 20px;
  width: 20px;
  background-color: #244f26;
  margin-right: 10px;
}

.public-theme .list-group-flush div.spacecolor1 {
  height: 20px;
  width: 20px;
  background-color: #a59132;
  margin-right: 10px;
}

.public-theme .list-group-flush div.spacecolor2 {
  height: 20px;
  width: 20px;
  background-color: #c96480;
  margin-right: 10px;
}

.public-theme .list-group-flush div.spacecolor3 {
  height: 20px;
  width: 20px;
  background-color: #17a398;
  margin-right: 10px;
}

.public-theme .list-group-flush div.spacecolor4 {
  height: 20px;
  width: 20px;
  background-color: #8e9dcc;
  margin-right: 10px;
}

.public-theme .list-group-flush div.spacecolor5 {
  height: 20px;
  width: 20px;
  background-color: #e28413;
  margin-right: 10px;
}

.public-theme .list-group-flush div.spacecolor6 {
  height: 20px;
  width: 20px;
  background-color: #e84855;
  margin-right: 10px;
}

.public-theme .list-group-flush div.spacecolor7 {
  height: 20px;
  width: 20px;
  background-color: #c6d8d3;
  margin-right: 10px;
}

.public-theme .list-group-flush div.spacecolor8 {
  height: 20px;
  width: 20px;
  background-color: #a59132;
  margin-right: 10px;
}

.public-theme .menu-bg {
  background: #3675b8;
  height: 54px;
}

/* Inner navigation */

.public-theme .topnav {
  overflow: hidden;
  padding-top: 13px;
  /* background-color: #3675B8; */
}

.public-theme .topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 10px 29px;
  margin-right: 10px;
  text-decoration: none;
  background: #c2d9f4;
  border-radius: 10px 10px 0px 0px;
}

.public-theme .topnav a:hover {
  background-color: #fff;
  color: black;
  border-radius: 10px 10px 0px 0px;
}

.public-theme .topnav a.active {
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px 10px 0px 0px;
}

.public-theme .topnav .icon {
  display: none;
}

.public-theme .inner-main-content {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 70px;
}

@media only screen and (max-width: 992px) {
  .public-theme .inner-main-content {
    height: 150vmin;
    border: 0px solid red;
  }
}

@media screen and (max-width: 600px) {
  .public-theme .topnav a {
    /* background: red; */
    border-radius: 10px 10px 0px 0px;
  }

  .public-theme .topnav a.icon {
    float: right;
    display: block;
  }
  .public-theme .topnav a:hover {
    border-radius: 10px 10px 0px 0px;
    /* background: #DFE8F2; */
    opacity: 1;
  }
  .public-theme .topnav a.active {
    /* background-color: #ffffff; */
    color: #000000;
    border-radius: 10px 10px 0px 0px;
  }
  .public-theme .topnav span {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 9px 29px;
    text-decoration: none;
  }
  .public-theme .topnav span.icon {
    float: right;
    display: block;
    color: #fff;
    padding: 7px;
  }
}

@media screen and (max-width: 600px) {
  .public-theme .topnav.responsive {
    position: relative;
  }
  .public-theme .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .public-theme .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* filters */

.public-theme .inner-table {
  background: red;
}

.public-theme .filter-titles {
  font-size: 13px;
}

.public-theme .table-filter {
  font-size: 14px;
  background: #dce4e8;
  padding: 10px;
  border-radius: 5px;
}

.public-theme .link-profile {
  color: #212f64 !important;
  font-weight: bold;
  text-decoration: none !important;
  cursor: pointer;
}

.public-theme .link-profile:focus,
.public-theme .link-profile:hover {
  /* color: #BE2033 !important; */
  border-bottom: 2px solid #be2033;
  text-decoration: none !important;
}

.public-theme .table-light {
  --bs-table-bg: #dfe8f2;
}

/* inner tabs */

/* Tabs styles */

.public-theme .tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  overflow-x: auto;
  background: #dfe8f2;
  border-radius: 10px 10px;
  border: 1px #ccc !important;
}

.public-theme .tabs label.tab-text {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  margin-right: 0.0625rem;
  cursor: pointer;
  color: #000;
  transition: background-color ease 0.3s;
  white-space: nowrap;
  /* background-color: #c4c4c4; */
  /* border-radius: 10px 10px 0 0; */
}

.public-theme .tabs .tab {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
}

.public-theme .tabs .tab > *:not(:last-child) {
  margin-bottom: 0.8rem;
}

.public-theme .tabs .overflow-auto {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.public-theme .tabs [type="radio"] {
  display: none;
}

.public-theme .tabs [type="radio"]:checked + label.tab-text {
  /* background-color: #fff; */
  font-weight: bold;
  font-size: 16px;
  color: #0067b8;
  border-bottom: 4px solid #3675b8;
  /* border: 4px solid #0067b8; */
  /* box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4); */
}

.public-theme .tabs [type="radio"]:checked + label.tab-text + .tab {
  display: block;
}

@media (min-width: 768px) {
  /* body {
        font-size: 1.125rem;
    } */
  .public-theme .tabs-container {
    padding: 4rem 4rem;
  }
  .public-theme .tabs label.tab-text {
    order: 1;
    width: auto;
  }
  .public-theme .tabs .tab {
    order: 9;
  }
  .public-theme .tabs [type="radio"]:checked + label.tab-text {
    border-bottom: 4px solid #3675b8;
  }
}

@media (min-width: 992px) {
  .public-theme .tabs {
    width: 100%;
  }
}

.public-theme .bg-cand-info {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.public-theme .cand-title {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

/* candidate profile overview tab styles */

.public-theme .sub-tab-wrapper {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.public-theme .sub-tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  background: #fff;
  display: inline-block;
  color: #000;
  border-radius: 3px 3px 0px 0px;
}

.public-theme .panels {
  background: #fffffff6;
  /* min-height: 200px; */
  width: 100%;
  /* max-width: 500px; */
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}

.public-theme .panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.public-theme .panel-title {
  font-size: 1.5em;
  font-weight: bold;
}

.public-theme .radio {
  display: none;
}

.public-theme #one:checked ~ .panels #one-panel,
.public-theme #two:checked ~ .panels #two-panel,
.public-theme #three:checked ~ .panels #three-panel {
  display: block;
}

.public-theme #one:checked ~ .sub-tab-hold #one-tab,
.public-theme #two:checked ~ .sub-tab-hold #two-tab,
.public-theme #three:checked ~ .sub-tab-hold #three-tab {
  background: #fffffff6;
  color: #000;
  font-weight: bold;
  border-bottom: 3px solid #000;
}

/*--------------------------------------------------------------
# Singin single page / Register 
--------------------------------------------------------------*/

.public-theme .bg-body-signin {
  background: #f2f4f7;
  border-radius: 10px;
  padding: 30px;
  width: 80%;
}

.public-theme .signin-title {
  color: #000;
  font-size: 30px;
  padding-bottom: 20px;
}

.public-theme .signin-account {
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
}

.public-theme .default-title {
  font-size: 15px;
}

.public-theme .link-forgot {
  font-size: 15px;
  color: #212f64 !important;
  text-decoration: none !important;
}

.public-theme .link-forgot:focus,
.public-theme .link-forgot:hover {
  color: #1a62b3 !important;
  text-decoration: underline !important;
}

@media (max-width: 600px) {
  .public-theme .bg-body-signin {
    background: none;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.public-theme .footer-verison span {
  font-size: 10px;
}

.public-theme .footer-title {
  font-size: 12px;
  font-weight: bold;
}

.public-theme .footer-title h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

.public-theme .footer-title p {
  font-size: 16px;
  font-weight: normal;
}

.public-theme #footer {
  color: #ffffff;
  font-size: 14px;
  background: #12457a;
  border-top: 1px solid #fff;
}
.public-theme .footer-logo {
  width: 40px;
  height: 23px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .public-theme #footer {
    font-size: 10px !important;
  }
  .public-theme .footer-logo {
    height: 20px !important;
  }
}

.public-theme #footer .footer-top {
  padding: 60px 0 30px 0;
  background: #12457a;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  border-bottom: 1px solid #fff;
}

.public-theme #footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

.public-theme #footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

.public-theme #footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}

.public-theme #footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

.public-theme #footer .footer-top .footer-links {
  /* margin-bottom: 30px; */
}

.public-theme #footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.public-theme #footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0b4e8e;
  font-size: 18px;
  line-height: 1;
}

.public-theme #footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.public-theme #footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.public-theme #footer .footer-top .footer-links ul li:last-child {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .public-theme #footer .footer-top .footer-links ul li:last-child {
    margin-bottom: 0px;
  }
}


.public-theme #footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.public-theme #footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #89c2f4;
  border-bottom: 2px solid #be2033;
}

.public-theme .link-footer-list {
  color: #ffffff !important;
  font-weight: normal;
  text-decoration: none !important;
}

.public-theme .link-footer-list:focus,
.public-theme .link-footer-list:hover {
  /* color: #BE2033 !important; */
  border-bottom: 2px solid #be2033;
  text-decoration: none !important;
}

/* Forgot slider form */

.public-theme .forgot-container {
  width: auto;
  background: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 25px 35px 10px 35px;
}

.public-theme .forgot-container .title {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 30px;
}

.public-theme .offcanvas,
.public-theme .offcanvas-lg,
.public-theme .offcanvas-md,
.public-theme .offcanvas-sm,
.public-theme .offcanvas-xl,
.public-theme .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 80%;
  --bs-offcanvas-height: 30vh;
}

.public-theme .notification-div {
  width: 100%;
}

.public-theme .notification-text-wrap {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4em;
  line-height: 1.4em;
}

.public-theme .text-bg-pending {
  font-size: 12px;
  color: #fff !important;
  background-color: #b02736 !important;
}

.public-theme .text-bg-received {
  font-size: 12px;
  color: #fff !important;
  background-color: #0ba208 !important;
}

/* input field valdiation css */
.public-theme .field-validations {
  color: #dc3545;
  margin: 0;
  font-size: 12px;
  text-align: left;
  padding: 0;
  margin-top: 0.25rem;
}

.public-theme input[type="number"]::-webkit-inner-spin-button,
.public-theme input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.public-theme .signin-bullets-points {
  list-style-position: inside;
  color: #000000;
  font-size: 16px;
}

.public-theme .signin-bullets-points li {
  line-height: 30px;
  position: relative;
  top: 0.08rem;
  color: #000000;
}

.public-theme .sub-signin-bullets-points {
  list-style: circle;
  list-style-position: inside;
  color: #000000;
  font-size: 14px;
}

.public-theme .sub-signin-bullets-points li {
  list-style-type: circle;
}

.public-theme .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.public-theme .dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.public-theme .dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}
.public-theme .bg-filters {
  background: #ffffff;
  padding: 5px 10px;
  margin: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

.public-theme .filter-title {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}

.public-theme .link-default {
  color: #212f64 !important;
  font-weight: bold;
  text-decoration: none !important;
}

.public-theme .link-default:focus,
.public-theme .link-default:hover {
  /* color: #BE2033 !important; */
  border-bottom: 2px solid #be2033 !important;
  text-decoration: none !important;
}

.public-profile-header .nav-link{
    background-color: transparent !important;
}

