input[type="radio"],
input[type="checkbox"] {
  accent-color: #00234b !important;
}

abbr[title] {
  width: inherit;
  height: inherit;
  border: none;
  cursor: pointer;
}

select {
  height: 50px !important;
  border-radius: 5px !important;
  border: 1px solid #e8eeec !important;
  color: #00234b !important;
}

* {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}

.wrapper-body:has(div.static-thankyou-template) {
  display: grid;
  align-content: center;
  justify-content: center;
}

.wrapper-body:has(div.static-thankyou-template) .nab-blue-button {
  width: fit-content;
  padding: 0 30px;
}

::placeholder {
  color: rgba(0, 35, 75, 1);
  opacity: 0.7; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgba(0, 35, 75, 1);
}

.nab-no-operations,
.nab-no-corp-operations {
  margin: 0 auto;
  width: fit-content;
}

.nab-no-operations p,
.nab-no-corp-operations p {
  text-align: center;
}

.nab-no-operations .nab-blue-button,
.nab-no-corp-operations .nab-blue-button {
  margin: 0 auto;
}

.nab.navbar {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  height: 85px;
  align-items: center;
}

.nab.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-weight: 600;
  color: #00234b;
}

.nab.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:hover,
.nab.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:focus {
  background-color: #00234b;
  color: #fff !important;
}

.nab.navbar .navbar-collapse {
  flex: 5;
}

.nab.navbar .header-buttons {
  display: flex;
  justify-content: end;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-right: 20px;
}

.nab.navbar .weblinks li.weblink > a {
  font-size: 20px !important;
}

.nab.navbar .weblinks li.weblink.not-desktop {
  display: none;
}

.nab.navbar .header-buttons li.dropdown,
.nab.navbar .header-buttons li,
.nab.navbar .weblinks li.dropdown {
  list-style: none;
}

.nab.navbar .header-buttons li.dropdown a,
.nab.navbar .weblinks li.dropdown a {
  font-size: 16px;
  color: #00234b;
}

.nab.navbar .weblinks li.dropdown .dropdown-menu .divider {
  margin: 0px;
}

.nab.navbar .weblinks li.dropdown.open > a {
  color: #fff !important;
  background: #00234b !important;
  margin: 0px !important;
}

.nab.navbar .header-buttons li.dropdown a .caret,
.nab.navbar .weblinks li.dropdown a .caret {
  margin-top: -5px;
  border-width: 5px;
}

.nab.navbar .header-buttons li.dropdown ul,
.nab.navbar .header-buttons li.dropdown ul li,
.nab.navbar .weblinks li.dropdown ul,
.nab.navbar .weblinks li.dropdown ul li {
  padding: 0;
  margin: 0;
  border: none;
}

.nab.navbar .header-buttons li.dropdown ul li a,
.nab.navbar .weblinks li.dropdown ul li a {
  margin: 0;
  display: block;
  padding: 8px 20px;
  border: none;
  background: #fff;
  color: #00234b;
}

.nab.navbar .header-buttons li.dropdown ul li a:hover,
.nab.navbar .header-buttons li.dropdown ul li:active a:hover,
.nab.navbar .weblinks li.dropdown ul li a:hover,
.nab.navbar .weblinks li.dropdown ul li:active a:hover {
  background: #e80000 !important;
  color: #fff !important;
}

.nab.navbar .header-buttons button {
  width: 120px;
  border-radius: 12px;
  height: 35px;
  color: #fff;
  border: none;
}

.nab.navbar .header-buttons a.sign-in,
.nab.navbar .header-buttons a.register {
  width: 120px;
  border-radius: 12px;
  height: 35px;
  color: #fff;
  border: none;
  display: block;
  background: #ed0000;
  text-align: center;
  padding: 7px 0px;
  font-size: 15px;
}

.nab.navbar .header-buttons a.register {
  background: #fff;
  border: 1px solid #00234b;
  color: #00234b;
}

.nab .navbar-header .navbar-brand a.logo {
  display: flex;
  height: 80px;
}

.nab .navbar-collapse .menu-bar {
  justify-items: center;
  display: grid !important;
  float: none !important;
}

.nab .navbar-collapse .menu-bar .weblinks .divider-vertical {
  display: none;
}

.nab-dra-info {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.nab-dra-info img {
  width: 18px;
  height: 18px;
}

.nab-dra-info .postalInfo {
  display: flex;
  gap: 15px;
}
.nab-dra-info .emailInfo img {
  margin-right: 3px;
}

@media (max-width: 767px) {
  .nab-dra-info,
  .nab.navbar .header-buttons {
    display: none !important;
  }

  .nab.navbar {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .nab.navbar .navbar-collapse.in,
  .nab.navbar .navbar-collapse.collapsing {
    max-height: 704px;
    right: 0px;
    position: absolute;
    background: rgb(255, 255, 255);
    top: 90px;
    box-shadow: rgba(57, 63, 72, 0.3) 0px 3px 5px;
  }

  .nab.navbar .navbar-header {
    width: 100%;
    padding-top: 8px;
  }

  .nab.navbar .weblinks li.weblink.not-desktop {
    display: block;
  }

  .nab.navbar .weblinks li.weblink.not-desktop > a {
    color: #e80000;
  }

  .nab.navbar .header-buttons {
    display: none;
  }
}

.nab-section.container {
  margin-bottom: 20px;
}

.nab-home .operations-section .operations-header,
.nab-section .nab-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 10px;
}

.nab-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 0px;
}

.nab-home .operations-section .operations-header .ops-header-button,
.nab-section .nab-section-header .nab-header-button {
  width: 300px;
  justify-content: right;
  display: flex;
}

.nab-home .operations-section .operations-header .ops-header-heading h3,
.home-section-container .section-heading .section-title,
.volunteer-section-container .section-heading .section-title,
.nab-section .nab-section-header .nab-header-heading h3,
.nab-about-us .nab-about-us-section-heading .section-title {
  font-weight: bold;
  color: #00234b;
}

.nab-about-us .about-us-heading-section {
  text-align: center;
}

.nab-home .operations-section .operations-header .ops-header-heading p,
.home-section-container .section-heading .section-subtitle,
.volunteer-section-container .section-heading .section-subtitle,
.nab-section .nab-section-header .nab-header-heading p,
.nab-home .operations-section .operations-additionaltext p,
.nab-about-us .nab-about-us-section-heading .section-subtitle {
  color: #00234b;
  font-size: 16px;
  font-weight: 400;
  word-wrap: break-word;
}

.home-section-container.nab-section
  .nab-section-header
  .nab-header-button
  .nab-button {
  width: 180px;
}

.home-section-container .section-heading,
.volunteer-section-container .section-heading {
  text-align: center;
  width: 80%;
  margin: 15px auto;
}

.nab-home .operations-section .operations-header .ops-header-button .nab-button,
.nab-section .nab-section-header .nab-header-button .nab-button,
.nab-card-section .card-button,
.nab-home
  .carousal-container
  .carousal-slide
  .carousal-slide-content
  a.slide-content-button {
  display: grid;
  width: 150px;
  color: #fff;
  background: #ed0000;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  align-content: center;
  border-radius: 7px;
  cursor: pointer;
  margin-top: 8px;
}

.nab-card-section,
.nab-card-section img.card-img {
  width: 300px;
}

.nab-card-section {
  margin: 0 auto;
}
.nab-card-section .nab-card {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.16);
}

.nab-card-section .nab-card .card-hover-layer {
  display: none;
}

.nab-card-section .nab-card .card-hover-layer .nab-card-action-icons {
  position: absolute;
  top: calc(50% - 50px);
  width: 100%;
  text-align: center;
}

.nab-card-section .nab-card .card-hover-layer .nab-card-action-icons a {
  cursor: pointer;
  display: inline-block;
}

.nab-card-section .nab-card:hover .card-hover-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.nab-card-section .nab-card:hover .card-hover-layer img.card-hover-img {
  z-index: 9;
  width: 100px;
}

.nab-card-section .nab-card:hover .card-hover-layer .greyed-out-layer {
  background: black;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nab-card-section .nab-card-heading {
  color: #00234b;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.nab-card-section .nab-card-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #00234b;
  overflow: hidden;
  line-height: 18px;
  margin-bottom: 0px;
}

.nab-card-section .nab-card-content a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ed0000;
}

.nab-cards-container .nab-card-section .nab-card-content-readmore,
.nab-cards-container .nab-card-section .nab-card-content-readless {
  display: inline-block;
  color: #e80000;
  cursor: pointer;
}

.nab-home .carousal-container {
  height: 500px;
  margin-top: 30px;
}

.nab-home .carousal-container .slick-dots {
  bottom: 0;
}

.nab-home .carousal-container .slick-dots li {
  margin: 0;
}

.nab-home .carousal-container .slick-dots button:before {
  font-size: 24px;
  color: #fff !important;
}

.nab-home .carousal-container .carousal-slide {
  position: relative;
  margin-bottom: 75px;
}

.nab-home .carousal-container .carousal-slide .carousal-slide-content {
  position: absolute;
  top: 0px;
  left: 30px;
  height: 100%;
  width: 40%;
  color: #fff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.carousal-container .carousal-slide .nab-video-play {
  position: absolute;
  bottom: -75px;
  right: 50px;
  cursor: pointer;
  border-radius: 75px;
  overflow: hidden;
  display: block;
  outline: none;
}

.carousal-container .carousal-slide .carousel-image {
  display: none;
}

.nab-home
  .carousal-container
  .carousal-slide
  .carousal-slide-content
  .slide-content-heading {
  color: #fff;
  font-size: 40px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
  font-weight: 800;
}

.nab-home
  .carousal-container
  .carousal-slide
  .carousal-slide-content
  .slide-content-body {
  color: #fff;
  font-size: 14px;
  width: 80%;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
}

.nab-home
  .carousal-container
  .carousal-slide
  .carousal-slide-content
  a.slide-content-button {
  background: #00234b;
}

.nab-home .banner-img-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, black, transparent 15%);
}

.carousal-container .carousal-slide .carousal-slide-content .nab-video-play {
  display: none;
}

.nab-section.experience {
  background: linear-gradient(45deg, #c5d1df, transparent);
  padding: 50px 0px;
  margin-bottom: 40px;
}

.nab-section.experience p.exp-content {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  min-width: auto;
  font-size: 16px;
  height: fit-content;
  color: #00234b;
}

.nab-section.experience .exp-body {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
}

.footer {
  margin-top: 30px !important;
}

@media (max-width: 767px) {
  .nab-cards-container {
    display: block;
  }

  .carousal-container .carousal-slide .carousel-image {
    display: block;
  }

  .carousal-container .carousal-slide .carousel-bg-image {
    display: none;
  }

  .nab-home .carousal-container {
    height: inherit !important;
    margin-bottom: 0px !important;
  }

  .carousal-container .carousal-slide .nab-video-play.desktop {
    display: none;
  }

  .carousal-container .carousal-slide .carousal-slide-content .nab-video-play {
    display: inline-block;
    position: relative;
    top: 0px;
    right: initial;
    left: initial;
    margin: 0 auto;
  }

  .nab-home .carousal-container .carousal-slide img {
    height: auto !important;
    margin: 0 auto;
    width: 100px;
  }

  .nab-home .carousal-container .carousal-slide .carousal-slide-content {
    position: initial;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    padding: 0 15px;
    position: relative;
    left: 0px;
  }

  .nab-home .carousal-container .slick-slide {
    height: initial !important;
    background: #e8eeec !important;
  }

  .nab-home
    .carousal-container
    .carousal-slide
    .carousal-slide-content
    .slide-content-heading {
    width: 80%;
    color: #00234b;
    text-shadow: none;
    font-size: 30px;
    margin: 15px auto;
  }

  .nab-home
    .carousal-container
    .carousal-slide
    .carousal-slide-content
    .slide-content-body {
    width: 100%;
    text-shadow: none;
    color: #818181;
  }

  .nab-home
    .carousal-container
    .carousal-slide
    .carousal-slide-content
    .slide-content-button {
    margin: 0 auto;
  }

  .nab-home .operations-section .operations-header {
    display: block !important;
    text-align: center;
  }
  .nab-home .operations-section .operations-header .ops-header-button {
    width: initial !important;
    justify-content: center;
  }

  .nab-cards-container {
    padding: 20px 0;
  }

  .nab-card-section {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .nab-cards-container .slick-slide {
    height: initial !important;
  }

  .nab-cards-container .nab-card-section .nab-card-content {
    padding: 0px 15px;
  }

  .nab-cards-container .slick-prev,
  .nab-cards-container .slick-next {
    top: 0 !important;
    background: #00234b;
    border-radius: 10px;
    font-size: 20px;
    padding-top: 0px;
  }
  .nab-cards-container .slick-prev::before {
    visibility: visible;
    content: "\003C";
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
  }

  .nab-cards-container .slick-next:before {
    visibility: visible;
    content: "\003E";
    font-weight: bold;
    font-size: 14px;
    padding-left: 7px;
  }

  .nab-cards-container .slick-prev {
    left: calc(100% - 50px) !important;
  }
  .nab-cards-container .slick-next {
    right: 0px !important;
  }

  .nab-home .about-us-section,
  .nab-about-us .about-us-section {
    display: block !important;
    text-align: center;
    margin-top: 0px !important;
  }

  .nab-home .about-us-section .nab-blue-button,
  .nab-about-us .about-us-section .nab-blue-button {
    margin: 0 auto;
  }

  .disaster-strike-volunteer-section {
    padding: 0 20px;
    margin-top: 30px !important;
  }
  .disaster-strike-volunteer-section .section-content {
    padding: 20px 0 !important;
  }
  .disaster-strike-volunteer-section .section-content .section-content-heading {
    width: initial !important;
    font-size: 18px !important;
    padding: 0 !important;
  }

  .footer .row {
    display: block !important;
    padding: 0 40px;
  }

  .footer .row .logoContainer {
    width: 60%;
    margin: 0 auto;
  }

  .footer .footer-text {
    margin: 40px 0 !important;
    line-height: 28px !important;
  }

  .footer .footer-links .items {
    line-height: 28px;
  }

  .wrapper-body {
    overflow: hidden !important;
  }

  .nab-video-play {
    top: 100px;
    left: 25px;
  }

  .nab-home .carousal-container .carousal-slide {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nab-cards-container {
    grid-template-columns: auto auto;
  }
  .nab-home .carousal-container .carousal-slide .carousal-slide-content {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .nab-section.experience .exp-body {
    grid-template-columns: auto auto;
  }
}

.nab-home .about-us-section,
.nab-about-us .about-us-section {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.nab-home .about-us-section .about-us-img-container {
  flex: 1;
}

.nab-home .about-us-section .about-us-content {
  flex: 2;
}

.nab-home .about-us-section .about-us-img-container img,
.nab-about-us .about-us-section .about-us-img-container img {
  border-radius: 20px;
  width: 100%;
}

.nab-home .about-us-section .about-us-content .about-us-heading,
.nab-about-us .about-us-section .about-us-content .about-us-heading,
.nab-about-us .about-us-section .our-purpose-section .about-us-heading {
  color: #00234b;
  font-weight: 700;
}

.nab-home .about-us-section .about-us-content .about-us-body,
.nab-about-us .about-us-section .about-us-content .about-us-body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: #00234b;
}

.nab-home .about-us-section .about-us-content .nab-blue-button,
.nab-about-us .about-us-section .about-us-content .nab-blue-button {
  margin-bottom: 20px;
}

.nab-about-us .about-us-section .about-us-img-container,
.nab-about-us .about-us-section .our-purpose-section .about-us-heading {
  flex: 2;
  margin: 0px;
}

.nab-about-us
  .about-us-section
  .our-purpose-section
  .about-us-content
  .about-us-body {
  margin: 0px;
}

.nab-about-us .about-us-section .about-us-content,
.nab-about-us .about-us-section .our-purpose-section .about-us-content {
  flex: 3;
}

.nab-about-us .about-us-section .our-purpose-section {
  display: flex;
  gap: 30px;
  align-items: center;
}

@keyframes wobble-vertical-on-hover {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.nab-blue-button,
.nab-button,
.nab-red-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.nab-blue-button:hover,
.nab-blue-button:focus,
.nab-blue-button:active,
.nab-button:hover,
.nab-button:focus,
.nab-button:active,
.nab-red-button:hover,
.nab-red-button:focus,
.nab-red-button:active {
  -webkit-animation-name: wobble-vertical-on-hover;
  animation-name: wobble-vertical-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.nab-blue-button,
.nab-button,
.nab-red-button {
  display: grid;
  position: relative;
  width: 160px;
  color: #fff !important;
  background: #00234b;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  align-content: center;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none !important;
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: center;
}

.nab-blue-button.large,
.nab-button.large,
.nab-red-button.large {
  width: 180px;
}

.nab-blue-button:after,
.nab-button:after,
.nab-red-button::after {
  font-size: 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  height: 100%;
  width: 0px;
  margin-top: -5px;
  transition: all 0.2s linear 0s;
  content: "\203A";
}

.nab-blue-button:hover,
.nab-button:hover,
.nab-red-button:hover {
  text-indent: -20px;
}

.nab-blue-button:hover:after,
.nab-button:hover:after,
.nab-red-button:hover:after {
  opacity: 1;
  text-indent: 0px;
}

/* .nab-blue-button:hover:after,
.nab-button:hover:after,
.nab-red-button:hover:after {
  content: "\003E";
  font-size: 19px;
}
 */
.nab-red-button {
  background: #e80000;
}

.footer .footer-bottom {
  padding: 60px 0;
}

.footer .row {
  display: flex;
  color: #00234b;
  gap: 40px;
}

.footer .row div.logoContainer {
  display: flex;
  justify-content: center;
  flex: 1;
}

.footer .row .logo a.logoContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
}

.footer .footer-text {
  flex: 1;
  margin: 0 80px 0;
}

.footer .footer-links {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer .footer-links .items {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer .footer-links .items .item-head {
  font-weight: bold;
}

.footer .footer-disclaimer {
  background: #e8eeec;
  padding: 15px 20px;
}

.footer .footer-disclaimer .footer-disclaimer-text {
  font-size: 12px;
  margin-bottom: 0;
  color: #00234b;
  font-weight: bold;
}

.footer .footer-disclaimer .footer-disclaimer-text a {
  font-size: inherit;
  font-weight: inherit;
  color: #00234b;
  text-decoration: underline;
}

.disaster-strike-volunteer-section {
  background-image: url("/nab/home/home-join-us-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}

.disaster-strike-volunteer-section .section-content {
  padding: 60px 0;
}

.disaster-strike-volunteer-section .section-content .section-content-heading {
  width: 60%;
  color: #00234b;
}

.disaster-strike-volunteer-section .section-content .content-button {
  margin-top: 42px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .row {
    gap: 40px 15px;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
  }

  .footer .row div.logoContainer {
    align-items: center;
  }

  .footer .footer-text {
    margin: 0px;
  }
}

/* About us */

.nab-about-us .banner-section,
.nab-operations-home .banner-section,
.nab-faq-page .banner-section,
.nab-volunteer-with-us .banner-section {
  background-image: url(/nab/aboutus/about-us-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  height: 340px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.nab-operations-home .banner-section {
  background-image: url(/nab/operations/nab-operations-banner.png);
}

.nab-volunteer-with-us .banner-section {
  background-image: url(/nab/volunteerwithus/volunteer-with-us-banner.png);
}

.nab-faq-page .banner-section {
  background-image: url(/nab/faq/faq-banner.png);
}

.nab-about-us .banner-section,
.nab-operations-home .banner-section,
.nab-volunteer-with-us .banner-section {
  position: relative;
}

.nab-about-us .banner-content,
.nab-operations-home .banner-content,
.nab-volunteer-with-us .banner-content {
  text-align: center;
  position: relative;
}

.nab-about-us .banner-heading,
.nab-about-us .banner-breadcrumb,
.nab-operations-home .banner-heading,
.nab-operations-home .banner-breadcrumb,
.nab-volunteer-with-us .banner-heading,
.nab-volunteer-with-us .banner-breadcrumb,
.nab-faq-page .banner-heading,
.nab-faq-page .banner-breadcrumb {
  color: #fff !important;
}

.nab-about-us .nab-cards-container .nab-card-section {
  margin: 0;
}

@media (max-width: 767px) {
  .nab-about-us .about-us-section .about-us-content {
    margin-bottom: 20px;
  }
}

/* New participation(registration) */

.nab-new-participation .crmEntityFormView {
  border: none;
}

.nab-new-participation .crmEntityFormView div.description.above,
.nab-profile .crmEntityFormView div.description.above {
  color: #00234b;
  font-style: italic;
}

.nab-new-participation .participation-eng-title {
  color: #00234b;
  text-align: center;
  margin-bottom: 0px;
  background: #e8eeec;
  padding: 20px;
  background-color: #f3f2f1;
}

.nab-new-participation .crmEntityFormView .tab-title {
  color: #00234b;
  text-align: center;
}

.nab-new-participation .crmEntityFormView fieldset {
  border: 2px solid #e8eeec !important;
  border-radius: 30px;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}

.nab-new-participation .crmEntityFormView fieldset legend {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px 0;
  margin-bottom: 0;
  color: #00234b;
  text-align: center;
  width: initial;
  border: none;
}

.nab-new-participation .crmEntityFormView fieldset legend h3 {
  margin: 0;
  color: #00234b;
  box-sizing: border-box;
}

.nab-new-participation .crmEntityFormView fieldset table.section {
  width: 100% !important;
  border: 14px;
}

.nab-new-participation .crmEntityFormView fieldset table.section colgroup {
  display: none;
}

.schedule-table-text {
  padding: 0 0px 20px;
  color: #00234b;
}

.schedule-table-text a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.nab-new-participation .crmEntityFormView fieldset table.section tr,
table.schedule-list-table tr {
  display: flex;
}

.nab-new-participation .crmEntityFormView fieldset table.section tr td,
.nab-new-participation .crmEntityFormView fieldset table.section tr th,
table.schedule-list-table td,
table.schedule-list-table th {
  padding: 0;
  margin: 10px 22px;
  display: block;
  flex: 1;
  width: 50%;
}

.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  tr
  td.zero-cell {
  display: none !important;
}

.nab-new-participation .crmEntityFormView .info {
  display: flex;
}
/*.nab-new-participation .crmEntityFormView .info .validators span {
  display: inline !important;
  visibility: visible !important;
}*/

.nab-new-participation .crmEntityFormView .actions {
  padding: 20px;
  overflow: hidden;
  text-align: right;
}

.nab-new-participation .crmEntityFormView .actions .clearfix {
  width: 100% !important;
  padding: 0 !important;
}

.nab-new-participation .crmEntityFormView .actions input[type="button"] {
  margin-left: 15px;
  background: #00234b;
  border-radius: 10px;
  color: #fff;
}

.nab-new-participation .progress {
  position: relative;
  margin-top: 40px;
  border-radius: 15px;
  overflow: initial;
  height: 12px;
}

.nab-new-participation .progress .progress-bar {
  border-radius: 10px;
  background: #ed0000;
}

.nab-new-participation .progress .progress-bar span {
  position: absolute;
  top: -20px;
  color: #ed0000 !important;
  left: 0;
}

.nab-new-participation .progress .progress-bar span:after {
  content: " completed";
}

.nab-new-participation .crmEntityFormView fieldset table.section #myList {
  width: 100%;
  padding: 0 20px 0;
  margin: 0px;
}

.nab-new-participation .crmEntityFormView fieldset table.section #myList table,
table.schedule-list-table {
  border: 1px solid #00234b;
  width: 100%;
}

.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  #myList
  table
  thead
  tr,
table.schedule-list-table thead tr {
  background: #00234b;
  color: #fff;
}

.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  #myList
  table
  tr
  th,
.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  #myList
  table
  tr
  td,
table.schedule-list-table tr td,
table.schedule-list-table tr th {
  /* display: flex; */
  /* text-align: center; */
  border: none;
  padding: 0px 5px;
  margin: 5px 0;
  min-height: 30px;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}

.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  #myList
  table
  tr
  th:not(:last-child),
table.schedule-list-table tr th:not(:last-child) {
  border-right: 1px solid #fff;
}

.nab-new-participation .datetimepicker .bootstrap-datetimepicker-widget {
  width: initial;
}

.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  #myList
  table
  tr
  td:not(:last-child),
table.schedule-list-table tr td:not(:last-child) {
  border-right: 1px solid #00234b;
}

.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  #myList
  table
  tr
  td:first-child,
.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  #myList
  table
  tr
  th:first-child,
table.schedule-list-table:not(.future-days) tr th:first-child,
table.schedule-list-table:not(.future-days) tr td:first-child {
  width: 10%;
  flex: initial;
}

.nab-new-participation
  .crmEntityFormView
  fieldset
  table.section
  #myList
  table
  tr
  td
  input[type="checkbox"],
table.schedule-list-table tr td input[type="checkbox"] {
  accent-color: #ed0000 !important;
  width: 18px;
  height: 18px;
}

.nab-new-participation .crmEntityFormView fieldset table.section a {
  color: #e80000;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .nab-new-participation .crmEntityFormView fieldset table.section tr {
    display: block;
    padding: 0 20px 0;
  }
  .nab-new-participation .crmEntityFormView fieldset table.section tr td,
  .nab-new-participation .crmEntityFormView fieldset table.section tr th {
    padding: 0;
    margin: 10px 0px;
    display: block;
    width: 100%;
  }
  .nab-new-participation .crmEntityFormView fieldset table.section #myList {
    padding: 0 10px 0;
  }

  .nab-new-participation .crmEntityFormView fieldset table.section #myList tr,
  .schedule-list-table tr {
    padding: 0px;
    display: flex;
  }
  .nab-new-participation
    .crmEntityFormView
    fieldset
    table.section
    #myList
    table
    tr
    th,
  .nab-new-participation
    .crmEntityFormView
    fieldset
    table.section
    #myList
    table
    tr
    td,
  table.schedule-list-table tr th,
  table.schedule-list-table tr td {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
  }

  .nab-new-participation
    .crmEntityFormView
    fieldset
    table.section
    tr:has(div#myList) {
    padding: 0;
  }

  .nab-new-participation .crmEntityFormView fieldset table.section #myList tr,
  .schedule-list-table tr {
    align-items: initial;
  }
}

/* Register-interest */

.nab-register-interest {
  width: calc(100% - 100px);
  margin: 0 auto;
  background-image: url(/nab/registerinterest/register-interest-background.png);
  display: flex;
  justify-content: left;
  align-content: center;
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 20px;
  background-size: cover;
  margin-bottom: 20px;
}

.nab-register-interest .nab-register-section {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.nab-register-interest .nab-register-container .nab-register-title {
  text-align: center;
  color: #00234b;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
}

.nab-register-interest .nab-register-container {
  width: 450px;
  background: #fff;
  padding: 1px 20px;
  border-radius: 30px;
}

.nab-register-interest .nab-register-container .crmEntityFormView {
  border: none;
}

.nab-register-interest .nab-register-container fieldset table,
.nab-profile .nab-manage-profile-section fieldset table {
  width: 100%;
}

.nab-register-interest .nab-register-container fieldset table td,
.nab-profile .nab-manage-profile-section fieldset table td {
  display: block;
  margin-bottom: 10px;
  padding: 0px;
}

.nab-register-interest .nab-register-container fieldset table td label,
.nab-new-participation fieldset table td label,
.nab-profile .nab-manage-profile-section fieldset table td label {
  display: block;
  max-width: 100%;
  margin-bottom: 6px;
  color: #00234b;
  font-weight: 500;
}

.nab-register-interest .nab-register-container fieldset table td .info.required,
.nab-profile .nab-manage-profile-section fieldset table td .info {
  display: flex;
}
/*
.nab-register-interest
  .nab-register-container
  fieldset
  table
  td
  .validators
  span,
.nab-profile
  .nab-manage-profile-section
  fieldset
  table
  .validators
  span:first-child {
  display: inline !important;
  visibility: visible !important;
}
*/
.nab-register-interest
  .nab-register-container
  fieldset
  table
  td
  input[type="text"],
.nab-register-interest
  .nab-register-container
  fieldset
  table
  td
  input[type="email"],
input[type="text"],
input[type="email"] {
  width: calc(100%);
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e8eeec;
  padding-left: 10px;
  color: #00234b;
  font-size: 1em;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
}

.nab-register-interest .nab-register-container fieldset table td textarea,
textarea {
  width: calc(100%) !important;
  border-radius: 5px !important;
  border: 1px solid #e8eeec !important;
  padding-left: 10px !important;
  color: #00234b !important;
  font-size: 1em !important;
  box-sizing: border-box;
  box-shadow: none !important;
  outline: none;
}

.nab-register-interest
  .nab-register-container
  fieldset
  table
  td
  input[type="text"]:focus,
.nab-register-interest
  .nab-register-container
  fieldset
  table
  td
  input[type="email"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
.nab-register-interest .nab-register-container fieldset table td textarea:focus,
textarea:focus {
  border: 2px solid #00234b !important;
}

.nab-register-interest
  .nab-register-container
  fieldset
  table
  td
  input[type="radio"]
  + label,
input[type="radio"] + label {
  display: inline-block !important;
  margin-left: 6px;
  margin-right: 10px;
}

.nab-register-interest .nab-register-container .actions,
.nab-profile .nab-manage-profile-section .actions {
  margin-bottom: 10px;
}
.nab-register-interest .nab-register-container .actions input[type="button"],
.nab-profile .nab-manage-profile-section .actions input[type="button"] {
  width: 100%;
  background: #00234b;
  border-radius: 10px;
  height: 40px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .nab-register-interest {
    width: 100%;
    margin-top: 0px;
  }

  .nab-register-interest .nab-register-container {
    width: 100%;
  }
}

/* Nab - operations - home */

.nab-operations-home .filters-section {
  margin-bottom: 30px;
}

.nab-operations-home .filters-section .filter-section-heading {
  color: #00234b;
  font-size: 28px;
  text-align: center;
  margin: 0px 0 30px 0;
  font-weight: 600;
}

.nab-operations-home .filters-section .filter-items {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.nab-operations-home .filters-section .filter-items > div {
  width: 100%;
  position: relative;
  flex: 1;
}

.nab-operations-home .filters-section .filter-items > div svg {
  position: absolute;
  right: 10px;
  bottom: 16px;
  width: 20px;
  height: 20px;
}

.filter-items > div select {
  width: 100%;
  border-radius: 10px !important;
  outline: none;
  padding: 0 10px;
}

.nab-operations-home input[type="text"]:focus-visible,
.nab-operations-home select:focus-visible {
  border: 2px solid #00234b !important;
}

.nab-operations-home .filters-section .filter-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
}

.nab-operations-home .filters-section .filter-buttons a {
  border-radius: 30px;
}

.nab-operations-home .filters-section .filter-buttons a.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  text-decoration: none;
  pointer-events: none;
}

.nab-operations-home .no-operations,
.nab-operations-home .nab-no-corp-operations {
  display: none;
  text-align: center;
}

.nab-operations-home .no-operations p.error,
.nab-operations-home .nab-no-corp-operations p.error {
  font-size: 20px;
  color: #e80000;
}

.nab-operations-home .no-operations p.error a,
.nab-operations-home .nab-no-corp-operations p.error a {
  color: #00234b;
  font-size: inherit;
}

.ui-datepicker {
  margin-top: 10px;
  box-shadow: rgba(57, 63, 72, 0.3) 0px 3px 5px;
  border: none;
  color: #00234b;
}

.ui-datepicker .ui-datepicker-header {
  border: none;
}

.ui-datepicker table.ui-datepicker-calendar td {
  width: 30px;
  height: 30px;
}

.ui-datepicker table.ui-datepicker-calendar td a {
  color: #00234b;
  border: none;
  background: none;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev {
  top: 3px !important;
  border: none !important;
  background: none !important;
  text-decoration: none !important;
  cursor: pointer;
  left: 15px !important;
  color: #00234b;
}

.ui-datepicker .ui-datepicker-next {
  top: 3px !important;
  border: none !important;
  background: none !important;
  text-decoration: none !important;
  cursor: pointer;
  right: 3px !important;
  color: #00234b;
}

.ui-datepicker table.ui-datepicker-calendar td a.ui-state-active {
  border: 1px solid #00234b;
  background: #00234b;
  color: #fff;
  border-radius: 5px;
}

.ui-datepicker
  table.ui-datepicker-calendar
  td
  a.ui-state-default.ui-state-highlight {
  border: 1px solid !important;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev:before {
  content: "\003C";
  color: #00234b;
  font-size: 22px;
}

.ui-datepicker .ui-datepicker-header a.ui-datepicker-next:before {
  content: "\003E";
  color: #00234b;
  font-size: 22px;
}

.nab-operations-home .filters-section .filter-text {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  font-size: 16px;
  line-height: 26px;
  color: #00234b;
}

@media (max-width: 991px) {
  .nab-operations-home .filters-section .filter-items {
    flex-direction: column;
  }
  .nab-operations-home .filters-section .filter-text {
    width: initial;
  }
  .nab-operations-home .filters-section .filter-buttons {
    flex-direction: row;
  }
  .nab-operations-home .filters-section .filter-buttons a {
    flex: 1;
  }
}
/* Nab - operations - details */

.nab-ops-details {
  margin-top: 30px;
}

.nab-ops-details .nab-ops-food-don-banner {
  background-color: #00234b;
  color: #fff;
}

.nab-ops-details
  .nab-ops-food-don-banner
  .nab-section
  .nab-section-header
  .nab-header-heading
  h3 {
  color: #fff;
}

.nab-ops-details
  .nab-ops-food-don-banner
  .nab-section
  .nab-section-header
  .nab-header-heading
  p {
  color: #b5b5b5;
}

.nab-ops-details .nab-ops-message {
  font-size: 18px;
  background: #e80000;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  display: none;
}

.nab-ops-details .nab-ops-message a:not(.nab-blue-button) {
  font-size: inherit;
  color: #fff;
  text-decoration: underline;
  font-weight: inherit;
}

.nab-ops-details .nab-ops-message a.nab-blue-button {
  margin: 10px auto 0px;
}

.nab-ops-details .nab-ops-dynamic-button.disabled,
.manage-operations .manage-ops .nab-card .nab-button.disabled,
.volunteerHrs .nab-card .nab-button.disabled {
  opacity: 0.7;
  pointer-events: none;
}

.nab-ops-details .nab-ops-datetime-section,
.nab-profile-resume .resume-right-content .nab-ops-datetime-section {
  margin-top: 30px;
  display: flex;
  padding: 0;
  border-bottom: 1px solid #e8eeec;
  padding-bottom: 10px;
}

.nab-ops-details .nab-ops-datetime-section .nab-ops-sec-item,
.nab-profile-resume
  .resume-right-content
  .nab-ops-datetime-section
  .nab-ops-sec-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nab-ops-details .nab-ops-datetime-section .nab-ops-sec-item h5,
.nab-profile-resume
  .resume-right-content
  .nab-ops-datetime-section
  .nab-ops-sec-item
  h5 {
  margin: 0 0 5px 0;
}

.nab-ops-details
  .nab-ops-datetime-section
  .nab-ops-sec-item
  .nab-ops-sec-item-info {
  color: #818181;
  font-size: 14px;
}

.nab-ops-details .nab-ops-datetime-section .nab-ops-sec-item.corporate img,
.nab-profile-resume
  .resume-right-content
  .nab-ops-datetime-section
  .nab-ops-sec-item.corporate
  img {
  width: 45px;
}

.nab-ops-details .nab-ops-info-section {
  border-bottom: 1px solid #e8eeec;
  padding: 0 0 11px 0;
}

.nab-ops-details .nab-ops-info-section .nab-ops-info-heading {
  color: #00234b;
  font-weight: 600;
}

.nab-ops-details .nab-ops-info-section .nab-ops-info-content {
  font-size: 15px;
  color: #00234b;
}

.nab-ops-details .nab-ops-activity-section .nab-ops-activity-heading {
  color: #00234b;
  font-weight: 600;
  margin-bottom: 20px;
}

.nab-ops-details .nab-ops-activity-section .nab-ops-activity-item {
  display: flex;
  gap: 25px;
}

.nab-ops-details
  .nab-ops-activity-section
  .nab-ops-activity-item
  .nab-ops-activity-item-heading {
  color: #00234b;
}

.nab-ops-details
  .nab-ops-activity-section
  .nab-ops-activity-item
  .nab-ops-activity-item-body::before {
  width: 2px;
  height: 100%;
  background-color: #e8eeec;
}
.nab-ops-details
  .nab-ops-activity-section
  .nab-ops-activity-item
  .nab-ops-activity-item-pg {
  font-size: 18px;
  color: #00234b;
}

.nab-ops-details
  .nab-ops-activity-section
  .nab-ops-activity-item
  .nab-ops-activity-item-sub-pg {
  font-size: 16px;
  color: #00234b;
}

.nab-ops-details
  .nab-ops-activity-section
  .nab-ops-activity-item
  ul.nab-ops-activity-item-list {
  font-size: 15px;
  color: #00234b;
  line-height: 28px;
}

.nab-ops-details
  .nab-ops-activity-section
  .nab-ops-activity-item:not(:last-child)
  .nab-ops-activity-item-body {
  position: relative;
}

.nab-ops-details
  .nab-ops-activity-section
  .nab-ops-activity-item:not(:last-child)
  .nab-ops-activity-item-body::before {
  height: calc(100% - 50px);
  position: absolute;
  left: -50px;
  border: 1.5px dashed #e80000;
  content: "";
  margin-top: 50px;
}

.nab-ops-details
  .nab-ops-activity-section
  .nab-ops-activity-item:not(:last-child)
  .nab-ops-activity-item-body.inactive::before {
  border-color: #818181;
}

.nab-ops-details .nab-ops-apply {
  margin: 40px auto;
}

.nab-ops-details .nab-ops-apply .nab-ops-apply-button {
  display: grid;
  color: #fff;
  background: #ed0000;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  align-content: center;
  border-radius: 7px;
  cursor: pointer;
  margin: 0 auto;
}

.nab-ops-section {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nab-ops-details .nab-ops-datetime-section {
    gap: 20px;
    margin: 20px 20px;
    flex-direction: column;
  }

  .nab-ops-details .nab-ops-info-section {
    margin: 0 20px 0;
  }
}

/* Nab-profile */

.nab-profile .crmEntityFormView {
  border: none !important;
}

.nab-profile .crmEntityFormView legend {
  color: #00234b !important;
  text-align: center;
  border-bottom: 1px solid #e8eeec;
  margin-bottom: 20px;
}

.nab-profile .crmEntityFormView legend h3 {
  color: #00234b;
}

.nab-profile .nab-manage-profile-section {
  border: 2px solid #e8eeec;
  border-radius: 30px;
  margin: 30px 0;
  padding: 20px 30px;
}

.nab-profile .crmEntityFormView .control a[readonly="readonly"] {
  color: #e80000;
}

.nab-profile .nab-manage-profile-section table colgroup,
.nab-profile .nab-manage-profile-section table tbody tr td.zero-cell {
  display: none !important;
}

.nab-profile .nab-manage-profile-section fieldset table td {
  flex: 1;
}

.nab-profile .nab-manage-profile-section table tbody tr {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nab-profile .nab-manage-profile-section .actions input[type="button"] {
  width: initial !important;
}

.nab-profile .nab-manage-profile-section .actions {
  text-align: right;
  margin-top: 30px;
}

.nab-profile .nab-manage-profile-section .profile-section-title {
  font-weight: bold;
  text-align: center;
  color: #00234b;
}

.nab-profile .nab-manage-profile-section .profile-tab-section {
  flex: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.nab-profile .nab-manage-profile-section .profile-tab-section a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.nab-profile
  .nab-manage-profile-section
  .profile-tab-section:not(:first-child)::before {
  position: absolute;
  width: 60%;
  display: flex;
  top: 20%;
  left: -30%;
  height: 3px;
  background: #e8eeec;
  content: "";
  border-radius: 20px;
}

.nab-profile
  .nab-manage-profile-section
  .profile-tab-section.activeTab:not(:first-child)::before {
  background: #e80000;
}

.nab-profile
  .nab-manage-profile-section
  .profile-tab-section
  .profile-section-info-title {
  text-align: center;
  color: #00234b;
}

.nab-profile
  .nab-manage-profile-section
  .profile-tab-section.activeTab
  .profile-section-info-title {
  color: #e80000;
}

.nab-profile .nab-manage-profile-section .profile-tab-section .active-tab-icon,
.nab-profile
  .nab-manage-profile-section
  .profile-tab-section.activeTab
  .profile-tab-icon {
  display: none;
}

.nab-profile
  .nab-manage-profile-section
  .profile-tab-section.activeTab
  .active-tab-icon {
  display: initial !important;
}

.nab-profile .nab-manage-profile-section .profile-tabs-container {
  display: flex;
  margin: 20px 0;
}

.nab-profile .nab-manage-profile-section .tab-title {
  display: none;
}

.nab-profile .profile-view-info {
  margin: 30px 0;
  border: 2px solid #e8eeec;
  border-radius: 30px;
  text-align: center;
  padding: 30px;
  color: #00234b;
}

.nab-profile .profile-view-info .profile-view-img {
  background: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: none;
}

.nab-profile .profile-view-info .profile-view-img:has(div.profile-img-text),
.nab-profile-resume
  .profile-view-info
  .profile-view-img:has(div.profile-img-text) {
  display: flex;
  justify-content: center;
}

.nab-profile .profile-view-info .profile-view-img .profile-img-text,
.nab-profile-resume .profile-view-info .profile-view-img .profile-img-text {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: #b8dff2 !important;
  text-align: center;
  font-size: 64px;
  color: #00234b;
  align-content: center;
}

.nab-profile .profile-view-info .upload-svg {
  position: absolute;
  bottom: 5px;
  right: 10px;
  background: #f4c949;
  padding: 7px 7px 7px 9px;
  border-radius: 34px;
  z-index: 2;
}

.nab-profile .profile-view-info .upload-svg img {
  width: 24px !important;
  height: auto !important;
}

.nab-profile
  #profileModal
  .modal-body
  #img-modal-preview.preview-image.uploading {
  width: 242px;
  height: auto;
}

.nab-profile #profileModal .modal-body {
  text-align: center;
}

.nab-profile #profileModal .modal-body #img-modal-preview.preview-image {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  margin-bottom: 30px;
}

.nab-profile
  #profileModal
  .modal-body
  #img-modal-preview.preview-image.uploading {
  width: 242px;
  height: auto;
}

.nab-profile .profile-view-info .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nab-profile .profile-view-info ul.dropdown-menu:before {
  content: "\A";
  border-style: solid;
  border-width: 5px 10px 5px 5px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: calc(50% - 7.5px);
  top: -12px;
  transform: rotate(90deg);
  z-index: 9;
}

.nab-profile .profile-view-info ul.dropdown-menu::after {
  content: "\A";
  border-style: solid;
  border-width: 6px 12px 6px 6px;
  border-color: transparent rgba(0, 0, 0, 0.175) transparent transparent;
  position: absolute;
  left: calc(50% - 10px);
  top: -15px;
  transform: rotate(90deg);
}

.nab-profile .profile-view-info .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #00234b !important;
  white-space: nowrap;
  margin: 0;
  text-decoration: none;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
}

.nab-profile .profile-view-info .dropdown-menu > li > a:hover {
  background-color: #f3d03e;
}

.nab-profile .profile-view-info .mobile-fs-drpdwn {
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  z-index: 9999;
}

.nab-profile .profile-view-info .mobile-fs-drpdwn .backdrop {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
}

.nab-profile .profile-view-info .mobile-fs-drpdwn .fs-dropdown-section {
  background: #fff;
  height: 150px;
  padding: 10px 15px 20px;
  text-align: center;
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: fixed;
  bottom: -1px;
  transform: translateY(150px);
  transition: 0.5s ease-in transform;
}

.nab-profile
  .profile-view-info
  .mobile-fs-drpdwn
  .fs-dropdown-section
  .fs-dropdown-icon {
  width: 30px;
  height: 5px;
  background: #818181;
  border-radius: 5px;
  margin: 5px auto 15px;
}
.nab-profile .profile-view-info .mobile-fs-drpdwn .fs-dropdown-section.show {
  transform: translateY(0px);
}

.nab-profile .profile-view-info .mobile-fs-drpdwn .fs-dropdown-section a.btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-decoration: none;
  color: #00234b !important;
}

.nab-profile .profile-view-info .profile-view-img img:not(.dra-loader) {
  width: 160px;
  height: 160px;
  border-radius: 80px;
}

.nab-profile .profile-view-info .profile-view-img button {
  background: #00234b;
  color: #fff;
  padding: 5px 15px !important;
  height: fit-content !important;
  margin-top: 15px;
  border-radius: 10px;
}

.nab-profile .profile-view-info .profile-view-img button:hover,
.nab-profile .profile-view-info .profile-view-img button:focus {
  background: #e80000 !important;
  border-color: #e80000;
  outline: none;
}

.nab-profile .profile-view-info .profile-title,
.nab-profile .profile-view-info .profile-total-hrs {
  font-size: 16px;
}

.nab-profile .profile-view-info .profile-personal-info {
  font-size: 14px;
}

.nab-profile .profile-view-info p,
.nab-profile .profile-view-info .profile-total-hrs a {
  color: #00234b;
}

.nab-profile .profile-activities {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-radius: 30px;
  border: 2px solid #e8eeec;
}

.nab-profile .profile-activities .profile-activity {
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  border: 2px solid #e8eeec;
  border-radius: 15px;
  align-items: center;
  color: #818181;
  cursor: pointer;
  text-decoration: none;
}

.nab-profile .profile-activities .profile-activity svg {
  width: 20px;
  height: 20px;
}

.nab-profile .profile-activities a.profile-activity p {
  font-size: 14px;
  margin: 0;
  color: #818181;
}

.nab-profile .profile-activities a.profile-activity.active,
.nab-profile .profile-activities a.profile-activity:hover {
  border-color: #e80000 !important;
  border-width: 2px !important;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.nab-profile .profile-activities a.profile-activity.active svg,
.nab-profile .profile-activities a.profile-activity:hover svg,
.nab-profile .profile-activities a.profile-activity:hover svg g rect,
.nab-profile .profile-activities a.profile-activity.active svg g rect {
  fill: #e80000;
}

.nab-profile .profile-activities a.profile-activity.active p,
.nab-profile .profile-activities a.profile-activity:hover p {
  color: #e80000;
}

.nab-profile .profile-activities.profile-upcoming {
  margin-top: 30px;
}

.nab-profile .profile-activities.profile-upcoming .prof-no-upcoming {
  color: #00234b;
  text-align: center;
}

.nab-profile
  .profile-activities.profile-upcoming
  .prof-no-upcoming
  .nab-blue-button {
  margin: 10px auto 0px;
}

.nab-profile .profile-activities.profile-upcoming .profile-activity {
  border: none;
  border-bottom: 2px solid #e8eeec;
  border-radius: 0;
}

.nab-profile .profile-activities.profile-upcoming .prof-engagement-sec {
  padding: 0px 10px;
  width: fit-content;
  margin: 0 auto;
}

.nab-profile .profile-activities.profile-upcoming .prof-upcoming-days h4 {
  margin: 0px;
  border: none;
  border-bottom: 2px solid #e8eeec;
  padding-bottom: 5px;
  color: #00234b;
  text-align: center;
}

.nab-profile .profile-activities.profile-upcoming .prof-engagement-sec h4 {
  border-bottom: 2px solid #e8eeec;
  padding-bottom: 5px;
  width: fit-content;
  font-size: 20px;
  color: #00234b;
}

.nab-profile
  .profile-activities.profile-upcoming
  .prof-engagement-sec
  .prof-engagement-schedule {
  padding: 0 10px;
  color: #00234b;
}

.nab-profile .profile-activities.profile-upcoming .profile-activity h4 {
  margin: 0px;
}

.nab-profile .profile-activities.full-volunteer-section {
  margin-bottom: 30px;
}

.nab-profile .profile-activities.full-volunteer-section h4 {
  text-align: center;
  font-size: 20px;
  color: #00234b;
}

.nab-profile .profile-activities.full-volunteer-section p {
  color: #00234b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.nab-profile .profile-activities.full-volunteer-section button {
  width: 100%;
  display: flex;
  border: none;
  border-radius: 15px;
  background: #00234b;
  color: #fff;
  font-size: 14px;
  gap: 15px;
  font-weight: 600;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
}

.nab-profile .profile-activities.full-volunteer-section button img {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  width: 35px;
  height: auto;
}

.nab-profile .profile-activities.full-volunteer-section button:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.nab-profile .vc-btn {
  padding: 3px 30px;
  border: 1px solid #e80000;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  background-color: #fff;
  color: #e80000 !important;
  align-items: center;
  width: fit-content;
}

.nab-profile .profile-view-info .profile-total-hrs {
  display: flex;
  justify-content: center;
}

.join-volunteer-modal .modal-content {
  padding: 25px 70px;
  border-radius: 5px;
}

.join-volunteer-modal .modal-content .modal-header,
.join-volunteer-modal .modal-content .modal-footer {
  border: none;
}

.join-volunteer-modal .modal-content .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.join-volunteer-modal .modal-content .modal-footer:before,
.join-volunteer-modal .modal-content .modal-footer:after {
  display: none;
}

.join-volunteer-modal .modal-content .modal-footer .btn {
  border-radius: 8px;
  outline: none;
  padding: 10px 30px;
}

.join-volunteer-modal .modal-content .modal-footer .btn:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.join-volunteer-modal .modal-content .modal-footer .btn-primary {
  background: #00234b;
}

.join-volunteer-modal .modal-content .modal-footer .btn-default {
  border-color: #00234b;
  color: #00234b !important;
  background: #fff !important;
}

.join-volunteer-modal .modal-content .modal-title {
  color: #f00;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0px;
}

.join-volunteer-modal .modal-content .modal-body h4 {
  font-size: 24px;
  text-align: center;
  margin-top: 0px;
  color: #00234b;
  margin-bottom: 20px;
}

.join-volunteer-modal .modal-content .modal-body ul {
  padding: 0 12px;
}

.join-volunteer-modal .modal-content .modal-body .confirm-msg {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 0px;
}

.join-volunteer-modal .modal-content .modal-body .modal-body-heading{
  text-align: center;
  font-size: 18px;
}

.join-volunteer-modal .modal-content .modal-body .muster-login {
  color: #00234b;
  font-size: 20px;
  font-weight: bold;
}

.join-volunteer-modal .modal-content .modal-body .muster-contact {
  color: #00234b;
  font-size: 16px;
  font-weight: bold;
}


.nab-profile
  .join-volunteer-modal
  .modal-content
  .modal-body
  input[type="radio"] {
  height: 1.5em;
  width: 22.5px;
  aspect-ratio: 1;
  border: 1.5px solid #f00 !important;
  padding: 3px;
  background: radial-gradient(farthest-side, #f00 94%, #0000) 50% / 0 0
    no-repeat content-box !important;
  border-radius: 50%;
  outline-offset: calc(1.5em / 10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
  border-color: #f00;
  outline: none;
}

.join-volunteer-modal .modal-content .modal-body .radio-container {
  display: flex;
  align-items: center;
}

.nab-profile
  .join-volunteer-modal
  .modal-content
  .modal-body
  input[type="radio"]
  + label {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
}

.nab-profile
  .join-volunteer-modal
  .modal-content
  .modal-body
  input[type="radio"]:checked {
  background-size: 100% 100% !important;
}

.join-volunteer-modal .modal-content .modal-footer a.disabled {
  color: #fff !important;
  border: none !important;
  cursor: not-allowed;
  background: #8b8b8b !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .join-volunteer-modal .modal-content {
    padding: 20px 40px;
  }
}

@media (max-width: 767px) {
  .nab-profile .nab-manage-profile-section {
    padding: 20px 15px;
  }

  .join-volunteer-modal .modal-content {
    padding: 20px 10px;
  }

  .nab-profile .nab-manage-profile-section table tbody tr {
    flex-direction: column;
  }
}

/* nab volunteer with us page */

.nab-volunteer-with-us .our-process-flow-container {
  position: relative;
  margin: 25px 0;
}

.nab-volunteer-with-us .our-process-flow-container .our-process-section {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 50px;
}

.nab-volunteer-with-us .our-process-flow-container .our-process-section h3 {
  color: #00234b;
  font-weight: bold;
}

.nab-volunteer-with-us
  .our-process-flow-container
  .our-process-section
  .our-process-content
  p {
  color: #00234b;
  font-size: 16px;
}

.nab-volunteer-with-us .our-process-flow-circle {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 6px 45px;
  border-radius: 147px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  justify-content: center;
}

.nab-volunteer-with-us .our-process-flow-circle .flow-number {
  display: inline-block;
  width: 22px;
  text-align: center;
  background: #e80000;
  color: #fff;
  border-radius: 15px;
}

.nab-section .secondary-heading .section-title {
  font-size: 18px;
}

.nab-volunteer-with-us .our-process-flow-circle p {
  width: 100px;
  font-size: 20px;
  text-align: center;
  color: #00234b;
  font-weight: 600;
  padding: 0;
  margin-bottom: 4px;
}

.nab-volunteer-with-us img.free-flow-svg {
  position: relative;
  top: 0px;
  width: 15%;
  max-width: 150px;
}

.nab-volunteer-with-us .how-to-join-section {
  background-image: url(/nab/how-to-join.png);
  height: 229px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 40px 0;
  height: 340px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
}

.nab-volunteer-with-us .how-to-join-section .dark-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.nab-volunteer-with-us .banner-section .dark-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

.nab-volunteer-with-us .banner-content .banner-text {
  z-index: 99;
}

.nab-volunteer-with-us .how-to-join-section .how-to-join-content {
  display: flex;
  align-items: center;
  padding: 0 30px;
  z-index: 1;
}

.nab-volunteer-with-us .how-to-join-section .how-to-join-content .content-left,
.nab-volunteer-with-us
  .how-to-join-section
  .how-to-join-content
  .content-right {
  flex: 1;
}

.nab-volunteer-with-us
  .how-to-join-section
  .how-to-join-content
  .content-left
  h3,
.nab-volunteer-with-us
  .how-to-join-section
  .how-to-join-content
  .content-left
  h2 {
  color: #fff;
}

.nab-volunteer-with-us
  .how-to-join-section
  .how-to-join-content
  .content-right {
  display: flex;
  justify-content: right;
}

.nab-volunteer-with-us .our-process-flow-circle.align-down {
  margin-top: 160px;
}

/* .nab-volunteer-with-us .nab-card-section .nab-card,
.nab-volunteer-with-us .nab-card-section .nab-card:hover .card-hover-layer {
  padding: 40px;
}

.nab-volunteer-with-us .nab-card-section .nab-card:hover .card-hover-layer {
  height: initial;
}
 */
.nab-volunteer-with-us .nab-card-section img.card-img,
.nab-volunteer-with-us
  .nab-card-section
  .nab-card:hover
  .card-hover-layer
  img.card-hover-img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .nab-volunteer-with-us .how-to-join-section .how-to-join-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .nab-volunteer-with-us
    .how-to-join-section
    .how-to-join-content
    .content-left,
  .nab-volunteer-with-us
    .how-to-join-section
    .how-to-join-content
    .content-right {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .nab-volunteer-with-us img.free-flow-svg {
    display: none;
  }

  .nab-volunteer-with-us .our-process-flow-container .our-process-section {
    flex-direction: column;
    gap: 30px;
  }

  .nab-volunteer-with-us
    .our-process-flow-container
    .our-process-section
    .our-process-content {
    text-align: center;
  }

  .nab-volunteer-with-us .our-process-flow-circle.align-down {
    margin-top: 10px;
  }
}
/* NAB FAQs */

.nab-faqs {
  margin: 30px 0;
  background: linear-gradient(
    94deg,
    rgba(135, 204, 191, 0.05) 7.21%,
    rgba(1, 36, 78, 0.03) 86.47%
  );
  padding: 30px 0 40px;
}

.nab-faqs .faqs-title {
  text-align: center;
  color: #00234b;
  font-weight: 600;
}

.nab-faqs .nab-faq-accordion {
  display: grid;
  gap: 20px;
  align-items: center;
  grid-template-columns: auto 2fr auto;
}

.nab-faqs .nab-faq-accordion .faq-number {
  font-size: 32px;
  color: #e80000;
}

.nab-faqs .nab-faq-accordion .faq-content-question {
  font-size: 20px;
  color: #00234b;
  cursor: pointer;
}

.nab-faqs .nab-faq-accordion p.faq-content-answer {
  font-size: 16px;
  display: none;
  color: #00234b;
}

.nab-faqs .nab-faq-accordion .faq-sign {
  font-size: 32px;
  color: #818181;
  cursor: pointer;
}

.nab-faqs .nab-faq-accordion.open .faq-sign.plus,
.nab-faqs .nab-faq-accordion .faq-sign.minus {
  display: none;
}

.nab-faqs .nab-faq-accordion.open .faq-sign.minus {
  display: block;
}

.nab-faqs .nab-faq-accordion.open .faq-number {
  color: #818181;
}

.nab-faqs .expand-button-section {
  display: flex;
  justify-content: end;
}

.nab-faqs .expand-button-section .nab-blue-button {
  font-size: 14px;
}

.nab-faq-page .banner-section .banner-content {
  text-align: center;
}

@media (max-width: 767px) {
  .nab-faqs .expand-button-section .nab-blue-button {
    float: inherit;
    margin: 0 auto;
  }
}

/* Nab our partnership */

.nab-our-partnership .partnership-title {
  text-align: center;
  color: #00234b;
}

.nab-our-partnership .partnership-container .partnership-logos {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nab-our-partnership p.partnership-content {
  margin-top: 20px;
  color: #00234b;
  font-size: 16px;
}

.nab-our-partnership .nab-foundation-button {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.nab-our-partnership .nab-partnership-clients .clients-carousel .client-logo {
  padding: 30px 0;
  background-color: #e8eeec;
  margin: 0 20px;
  width: 230px;
  text-align: center;
  border-radius: 30px;
}

.nab-our-partnership .nab-partnership-clients .clients-carousel {
  margin-top: 30px;
}

.nab-our-partnership .nab-partnership-clients .clients-carousel .slick-slide {
  height: initial !important;
}

@media (max-width: 767px) {
  .nab-our-partnership .partnership-container .partnership-logos {
    margin-right: 20px;
  }

  .nab-our-partnership .partnership-container .partnership-logos img {
    width: 150px !important;
  }
}

/* Static template thankyou */

.static-thankyou-template {
  margin: 40px auto !important;
  float: initial;
  text-align: center;
}

.static-thankyou-template .static-heading {
  font-weight: bold;
  color: #00234b;
}

.static-thankyou-template img {
  width: 250px;
  height: auto;
  margin: 20px;
}

.static-thankyou-template p {
  color: #00234b;
}

.static-thankyou-template p a {
  color: #00234b;
  font-size: inherit;
}

.static-thankyou-template .nab-blue-button {
  margin: 20px auto;
}

/* Manage operations */

.manage-operations .nab-section.manage-ops {
  border: 1px solid #e8eeec;
  padding: 20px;
  border-radius: 20px;
  margin-top: 30px;
}

.volunteerHrs .nab-section {
  padding: 0px;
  margin-top: 30px;
}

.manage-operations .nab-section.manage-ops .nab-section-header,
.volunteerHrs .nab-section .nab-section-header {
  justify-content: center;
}

.manage-operations .filter-section {
  margin-bottom: 20px;
  text-align: right;
}

.manage-operations .filter-section select {
  min-width: 200px;
  padding-left: 10px;
  outline: none;
}

.manage-operations .filter-section select:focus-visible {
  border: 2px solid #00234b !important;
}

.manage-operations .nab-cards-container .nab-card-activity-section,
.volunteerHrs .nab-cards-container .nab-card-activity-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manage-operations .nab-cards-container .nab-card-activity-section .nab-button,
.volunteerHrs .nab-cards-container .nab-card-activity-section .nab-button {
  margin-top: 0px;
}

.manage-operations .nab-cards-container .nab-card .nab-status-ribbon {
  text-align: center;
  position: absolute;
  bottom: 25px;
  right: -40px;
  margin: 0;
  background: #83a748;
  color: #fff;
  padding: 0 12px;
  width: 165px;
  transform: rotate(-45deg);
}

.manage-operations
  .nab-cards-container
  .nab-card-activity-section
  .nab-card-activity-schedules {
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
}

.manage-operations .modal.in#schedulesDialog {
  display: flex !important;
  align-content: center;
  flex-wrap: wrap;
}

.manage-operations .modal#schedulesDialog .modal-content {
  border-radius: 20px;
}

.manage-operations .modal#schedulesDialog .modal-body {
  padding: 0 20px 30px;
}

.manage-operations .modal#schedulesDialog .modal-header #schedulesDialogLabel {
  color: #00234b;
}

.manage-operations .modal#schedulesDialog .modal-body .table-header {
  font-weight: bold;
  text-align: center;
  color: #00234b;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.manage-operations .modal#schedulesDialog .modal-footer {
  display: flex;
  gap: 10px;
  justify-content: end;
}

@media (max-width: 767px) {
  .manage-operations .modal#schedulesDialog .modal-dialog {
    width: 100%;
  }
}

/* Volunteer Hours */

.volunteerHrs .nab-volunteering-hours,
.manage-operations .nab-volunteering-hours,
.nab-profile-resume .nab-volunteering-hours {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-evenly;
  margin: 20px 10px 60px;
}

.volunteerHrs .nab-cards-container .nab-card .nab-ops-vol-time {
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: 0;
  background: #e80000;
  color: #fff;
  padding: 0 10px;
}

.volunteerHrs .nab-volunteering-hours .hours-card,
.manage-operations .nab-volunteering-hours .hours-card,
.nab-profile-resume .nab-volunteering-hours .hours-card {
  background-color: #00234b !important;
  color: #fff;
  border-radius: 19px;
  display: grid;
  justify-items: center;
  width: 250px;
  height: 100px;
}

.volunteerHrs .nab-volunteering-hours .hours-card .volunteer-hours,
.manage-operations .nab-volunteering-hours .hours-card .volunteer-hours,
.nab-profile-resume .nab-volunteering-hours .hours-card .volunteer-hours {
  font-size: 48px;
  font-weight: bold;
}

.volunteerHrs .nab-volunteering-hours .hours-card.total,
.manage-operations .nab-volunteering-hours .hours-card.total,
.nab-profile-resume .nab-volunteering-hours .hours-card.total {
  background-color: #e80000 !important;
}

@media (min-width: 600px) and (max-width: 1099px) {
  .volunteerHrs .nab-volunteering-hours,
  .manage-operations .nab-volunteering-hours,
  .nab-profile-resume .nab-volunteering-hours {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }
}

@media (max-width: 599px) {
  .volunteerHrs .nab-volunteering-hours,
  .manage-operations .nab-volunteering-hours,
  .nab-profile-resume .nab-volunteering-hours {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
}

/* NAB Profile resume */

.nab-profile-resume .resume-container {
  display: flex;
  height: 100%;
  background-color: #eceff2 !important;
  padding: 0;
}

.nab-profile-resume .profile-view-info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.nab-profile-resume .resume-right-content {
  padding: 30px;
  flex: 3;
  width: 70%;
  background-color: #fff !important;
}

.nab-profile-resume .resume-right-content .profile-user {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #818181;
}

.nab-profile-resume .resume-right-content .nab-logos {
  float: right;
  vertical-align: middle;
  flex: 1;
  text-align: right;
}

.nab-profile-resume .nab-volunteering-hours {
  justify-content: normal;
}

.nab-profile-resume .nab-volunteering-hours .hours-card {
  width: initial;
  padding: 0 10px;
  text-align: center;
  height: 115px;
}

.nab-profile-resume .resume-right-content .nab-ops-datetime-section {
  margin-top: 10px;
  border: none;
  display: grid;
  grid-template-columns: auto auto auto;
}

.nab-profile-resume
  .resume-right-content
  .resume-operations-container
  .resume-ops-card {
  border: 2px solid #aeaeae;
  border-radius: 30px;
  padding: 0 20px 10px;
  margin-bottom: 20px;
}

.nab-profile-resume
  .resume-right-content
  .resume-operations-container
  table.schedule-list-table,
.nab-profile-resume
  .resume-right-content
  .resume-operations-container
  table.schedule-list-table
  tr
  th:not(:last-child),
.nab-profile-resume
  .resume-right-content
  .resume-operations-container
  table.schedule-list-table
  tr
  td:not(:last-child) {
  border: none;
}

.nab-profile-resume
  .resume-right-content
  .resume-operations-container
  table.schedule-list-table
  thead
  tr {
  background: #818181;
}

.nab-profile-resume
  .resume-right-content
  .resume-operations-container
  table.schedule-list-table
  tr {
  border-bottom: 1px solid #d3d3d3;
}

.nab-profile-resume
  .resume-right-content
  .resume-operations-container
  table.schedule-list-table
  tr
  td,
.nab-profile-resume
  .resume-right-content
  .resume-operations-container
  table.schedule-list-table
  tr
  th {
  flex: 1;
}

.nab-profile-resume .profile-view-info .profile-view-img {
  text-align: center;
}

.nab-profile-resume .profile-view-info .quote-content {
  color: #818181 !important;
  margin-top: 30px;
  line-height: 24px;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
}

.nab-profile-resume .nab-logos .cert-info .cert-title {
  color: #818181 !important;
  font-size: 30px;
}

.nab-profile-resume .nab-logos .cert-info .cert-subtext {
  color: #818181 !important;
  font-style: italic;
}

.nab-profile-resume .profile-personal-info {
  padding-bottom: 25px;
  padding-top: 10px;
  display: flex;
  gap: 20px;
}

.nab-profile-resume .profile-personal-info h6 {
  color: #00234b !important;
  margin-bottom: 0px;
}

.nab-profile-resume .profile-personal-info p {
  color: #818181 !important;
  font-size: 14px;
}

.nab-profile-resume .profile-view-info .quote-author {
  color: #818181 !important;
  line-height: 24px;
  text-align: left;
  margin-top: 0px;
  padding-left: 10px;
  font-size: 14px;
}

.nab-profile-resume .resume-right-content .profile-title,
.nab-profile-resume .resume-right-content .resume-ops-loc,
.nab-profile-resume .resume-right-content .nab-ops-sec-item-info {
  color: #818181 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nab-profile-resume .resume-right-content .nab-ops-sec-item-info {
  font-size: 14px;
}

.nab-profile-resume .resume-right-content .resume-ops-card h2,
.nab-profile-resume .resume-right-content .resume-operations h3,
.nab-profile-resume
  .resume-right-content
  .nab-ops-sec-item
  .nab-ops-sec-item-content
  h5 {
  color: #00234b !important;
}

.nab-profile-resume .resume-right-content .resume-ops-card h2,
.nab-profile-resume .resume-right-content .resume-operations h3 {
  font-weight: bold;
}

.nab-profile-resume .resume-right-content p.volunteer-status {
  color: #fff !important;
  font-size: 16px;
  margin: 0;
}

.nab-profile-resume .resume-right-content p.volunteer-hours {
  color: #fff !important;
  margin: 0;
}

@media (max-width: 767px) {
  .nab-profile-resume .resume-right-content .nab-ops-datetime-section {
    flex-direction: column;
  }
}

.nab-profile-resume .download-section {
  padding: 30px 0;
  border-bottom: 1px solid #818181;
}

.nab-profile-resume .download-section .container {
  text-align: right;
}

.nab-profile-resume .print-resume {
  padding: 4px 32px;
  border: 1px solid #e80000;
  border-radius: 10px;
  cursor: pointer;
  color: #e80000;
  display: flex;
  width: 130px;
  gap: 8px;
  float: right;
  align-items: center;
}

@media print {
  body {
    visibility: hidden;
  }

  .nab-profile-resume .nab-logos .dra-logo {
    width: 210px !important;
  }

  .nab-profile-resume .nab-logos .nab-logo {
    width: 150px !important;
  }

  .nab-profile-resume .nab-volunteering-hours {
    grid-template-columns: repeat(4, auto) !important;
  }

  .resume-container {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
}
