:root {
  --text-primary: #14A800;
  --placeholder: #747474;
  --light-grey: #E2F1E0;
  --bg-primary: #14A800;
  --light-text: #38B1DF;
  --bg-secondary: #f9f9f9;
  --text-secondary: #585858;
  --text-tertiary: #484848;
  --text-light: #949494;
  --bg-warning: #F89D25;
  --warning-card: #F5B40D;
  --bg-blue: #00BEBE;
  --round-1: 5px;
  --round-2: 2px;
  --round-3: 10px;
  --round-12: 510px;
  --round-4: 7px;
  --fwb-1: 100;
  --fwb-2: 200;
  --fwb-3: 300;
  --fwb-4: 400;
  --fwb-5: 500;
  --fwb-6: 600;
  --fwb-7: 700;
  --fwb-8: 800;
  --fwb-9: 900;
  --fst-10: 0.625rem;
  --fst-11: 0.6875rem;
  --fst-12: 0.75rem;
  --fst-13: 0.8125rem;
  --fst-14: 0.875rem;
  --fst-15: 0.9375rem;
  --fst-16: 1rem;
  --fst-17: 1.0625rem;
  --fst-18: 1.125rem;
  --fst-19: 1.1875rem;
  --fst-20: 1.25rem;
  --fst-21: 1.3125rem;
  --fst-22: 1.375rem;
  --fst-23: 1.4375rem;
  --fst-24: 1.5rem;
  --fst-25: 1.5625rem;
  --fst-26: 1.625rem;
  --fst-27: 1.6875rem;
  --fst-28: 1.75rem;
  --fst-29: 1.8125rem;
  --fst-30: 1.875rem;
  --fst-31: 1.9375rem;
  --fst-32: 2rem;

}

.poppins {
  font-family: 'Poppins' !important;
}



/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */

body {
  font-family: 'Poppins', sans-serif !important;
  /* font-style: normal; */
  background: var(--bg-secondary) !important;
  height: 100vh;
}


/* utility */
a {
  text-decoration: none !important;
}

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

.fwb-1 {
  font-weight: var(--fwb-1) !important;
}

.fwb-2 {
  font-weight: var(--fwb-2) !important;
}

.fwb-3 {
  font-weight: var(--fwb-3) !important;
}

.fwb-4 {
  font-weight: var(--fwb-4) !important;
}

.fwb-5 {
  font-weight: var(--fwb-5) !important;
}

.fwb-6 {
  font-weight: var(--fwb-6) !important;
}

.fwb-7 {
  font-weight: var(--fwb-7) !important;
}

.fwb-8 {
  font-weight: var(--fwb-8) !important;
}

.fwb-9 {
  font-weight: var(--fwb-9) !important;
}

.fst-10 {
  font-size: var(--fst-10) !important;
}

.fst-11 {
  font-size: var(--fst-11) !important;
}

.fst-12 {
  font-size: var(--fst-12) !important;
}

.fst-13 {
  font-size: var(--fst-13) !important;
}

.fst-14 {
  font-size: var(--fst-14) !important;
}

.fst-15 {
  font-size: var(--fst-15) !important;
}

.fst-16 {
  font-size: var(--fst-16) !important;
}

.fst-17 {
  font-size: var(--fst-17) !important;
}

.fst-18 {
  font-size: var(--fst-18) !important;
}

.fst-19 {
  font-size: var(--fst-19) !important;
}

.fst-20 {
  font-size: var(--fst-20) !important;
}

.fst-21 {
  font-size: var(--fst-21) !important;
}

.fst-22 {
  font-size: var(--fst-22) !important;
}

.fst-23 {
  font-size: var(--fst-23) !important;
}

.fst-24 {
  font-size: var(--fst-24) !important;
}

.fst-25 {
  font-size: var(--fst-25) !important;
}

.fst-26 {
  font-size: var(--fst-26) !important;
}

.fst-27 {
  font-size: var(--fst-27) !important;
}

.fst-28 {
  font-size: var(--fst-28) !important;
}

.fst-29 {
  font-size: var(--fst-29) !important;
}

.fst-30 {
  font-size: var(--fst-30) !important;
}

.fst-31 {
  font-size: var(--fst-31) !important;
}

.fst-32 {
  font-size: var(--fst-32) !important;
}

.volunteer-top-img {
  margin-top: 30px;
  margin-bottom: 15px;
}

.sponsors {
  text-decoration: underline !important;
}

.for {
  font-weight: 550;
}

.worksheet-btn {
  border: 0.672px solid #FFFFFF !important;
}

.px-6 {
  padding: 0 38px !important;
}

.mb-6 {
  margin-bottom: 29px !important;
}

.grant-deadline {
  font-family: 'Mulish', sans-serif;
}

.grant-name_deadline {
  height: 42px;
  margin-bottom: 52px;
}

.border {
  border: 1px solid #c4c4c4 !important;
}

/* border-radius */
.round-1 {
  border-radius: var(--round-1) !important;
}

.round-2 {
  border-radius: var(--round-2) !important;
}

.round-3 {
  border-radius: var(--round-3) !important;
}

.round-4 {
  border-radius: var(--round-4) !important;
}

.round-12 {
  border-radius: var(--round-12) !important;
}

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

.warning-bg {
  background: var(--bg-warning) !important;
}

.warning-card {
  background: var(--warning-card) !important;
}

.watch-webinar {
  border: 1px solid #fff !important;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
}

.button-remove {
  border: none !important;
  background: none !important;

}

.watch-webinar:hover {
  color: #f4f4f4 !important;
}

.remove-button-style {
  border: none !important;
}

.grant-modal-link {
  text-decoration: underline !important;
}

.view-form {
  text-decoration: underline !important;
}

.grant-modal-link:hover {
  color: var(--text-primary);
}

.app-prev-btn {
  border: 1px solid #14A800 !important;
  background: #fff !important;
  border-radius: 5px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: var(--placeholder) !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--placeholder) !important;
}

::placeholder {
  color: var(--placeholder) !important;
}

.profile-link {
  text-decoration: underline !important;
}

.modal-content {
  max-width: 400px !important;
}

.secondary-bg {
  background: var(--bg-secondary) !important;
}

.edit-response {
  text-decoration: underline !important;
}

.volunteer-home-div {
  height: 58px
}

.volunteer-home-button {
  width: 156px;
  height: 45px;
}

.light-grey {
  background: var(--light-grey) !important;
}

.grey-bg {
  background: var(--light-grey) !important;
}

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

.info-text {
  color: var(--light-text);
}

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

.check-eligibility {
  /* background: rgba(56, 177, 223, 1); */
  /* border-radius: 5px; */
  border: 1px solid #c4c4c4 !important
}

input[type='radio'] {
  -webkit-appearance: none;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid darkgray;
  border-radius: 50%;
  /* top: 30px; */

  /* outline:none; */
  /* box-shadow:0 0 5px 0px gray inset; */
}



input[type='radio']:before {
  content: '';
  display: block;
  width: 68%;
  height: 68%;
  margin: 20% auto;
  border-radius: 50%;
  padding: 0 !important;
  padding-bottom: 4px !important;
  /* border: 1px solid rgb(20, 168, 0) !important; */

}

.button-next-eligible {
  /* height: 44px;
  width: 200px; */
  left: 744px;
  top: 2187px;
  border-radius: 5px;
  padding: 10px, 20px, 10px, 20px;
  color: #FFFFFF;
  background: rgba(20, 168, 0, 1);
  font-family: 'Poppins';
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 'none',
}

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



input[type='checked']:after {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  /* margin: 20% auto; */
  border-radius: 50%;
  border: 1px solid #14A800 !important;
}

input[type='radio']:checked:before {
  background: #14A800;
}

input[type='checkbox']:checked {
  accent-color: #14A800;
}

input[type='checkbox'] {
  border: 0.4px solid #148A00;
}



.download {
  background: transparent;
  border: 1px solid #14A800;
}

.home-banner {
  height: 164px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/img@applicant-home.svg')no-repeat center center/cover;
  border-radius: 10px;

}



.logout-btn {
  border: none !important;
  background: none !important;
}

.action-card {
  border: none !important;
}



.home-header p {
  font-size: 23px;
}

.text-green {
  color: var(--text-green);
  font-family: 'Poppins';

}

.react-bs-container-body tr {
  border-top-style: hidden !important;
}

.react-bs-container-header tr {
  border-bottom-style: hidden !important;
}


.table-data {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  /* line-height: 179.5% */
}

.bg-app {
  background-color: '#E5E5E5';
}

.table-striped>tbody>tr:nth-child(odd)>td.highlight {
  background-color: lightgreen;
}


.tb {
  background-color: 'red';
}

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

.primary-bg {
  background: var(--bg-primary) !important;
}

.dashboard-bg {
  background: #E5E5E5 !important;
}


.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.form-check p {
  margin-top: 22px;
}

/*
   * Sidebar
   */


.wrapper {
  position: "relative";
  top: "0";
  height: "100vh";
}

.mainPanel {

  overflow: "auto";
  position: "relative";
  float: "right";

  max-Height: "100%";
  width: "100%";
  /* overflow-Scrolling: "touch"; */
  width: calc(100% - 260px),
}


.drawerPaper {
  border: "none";
  position: "fixed";
  top: "0";
  bottom: "0";
  left: "0";
  z-Index: "1";

  position: "fixed";
  height: "100%";
  width: 260
}



content {
  padding: 30px 15px;
  min-Height: "calc(100vh - 123px)";
}

.container,
.map {
  margin-Top: "1px";
  /* margin-right: 50px; */

}

/* start by bro kay */
.sidebar-menu {
  width: 260px;
  /* z-index: 1000; */
  border: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-Index: 1;

  background: #fff;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  padding: 64px 32px;
  transition: width .5s ease-in;
}

.side-n {
  height: 100%;
  padding: 1.9rem 0;
}

.placeholder-color {
  color: var(--placeholder);
}

.inactive {
  width: 80px
}

.sidebar-menu .top-section {
  position: relative;
}


.sidebar-menu .top-section .logo {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
}

.sidebar-menu .top-section .logo img {
  max-width: 100%;
  max-height: 100%;
}

.sidebar-menu .top-section .toggle-menu-btn {
  color: var(--text-primary);
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  padding-bottom: 1.2rem;
  transform: translateY(-50%);

}

.sidebar-menu.inactive .top-section .toggle-menu-btn {
  right: -70px;
}


.sidebar-menu .main-menu .main-item {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  display: block;
  font-weight: 600;
  cursor: pointer;
}

/* #logout {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
} */

#logout a .menu-icon img {
  display: inline-block;

}

.main-menu {
  position: relative;
  left: -50px;
  display: flex;
  align-items: start;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  height: 60%;
}


.sidebar-menu .main-menu .main-item .menu-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.sidebar-menu .main-menu .main-item span {
  position: absolute;
  display: inline-block;
  line-height: 40px;
  opacity: 1;
  transition: opacity .2s ease-in;
}

@media(max-width: 500px) {
  .sidebar-menu .main-menu .main-item span {
    /* position: absolute; */
    display: inline-block;
    /* line-height: 40px;
    opacity: 1;
    transition: opacity .2s ease-in; */
  }
}

.sidebar-menu.inactive .main-menu .main-item span {
  opacity: 0;
  opacity: display .4s ease-in-out
}


#logout .main-menu .main-item .menu-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}



.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 236px;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); */
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}


/*
   * Navbar
   */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.ui-dashboard-card {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff !important;
  background-clip: border-box;
  border-radius: 0.45rem;
}

.ui-card-header {
  background-color: #fff;
  padding: 0.5rem 1rem;
  display: flex;
  display: -ms-flexbox;
  min-height: 45px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  border-radius: 0.45rem 0.45rem 0 0;
}

.ui-card-header .ui-card-header-options {
  margin-left: auto;
}

.ui-card-header .ui-card-title {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.ui-card-body {
  background-color: #fff;
  margin: 0;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
}

.ui-card-footer {
  background-color: #fff;
  padding: 0.45rem 1rem;
  display: flex;
  display: -ms-flexbox;
  min-height: 45px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 0;
  border-radius: 0 0 0.45rem 0.45rem;
}

.ui-card-footer .ui-card-footer-options {
  margin-left: auto;
}

/* overview */
.overview-box .ui-card-body {
  border-radius: 0.45rem;
}

.ui-dashboard-card .rwt__tablist {
  background-color: #fff;
  padding: 0 1rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  border-radius: 0.45rem 0.45rem 0 0;
  padding-top: 0.6rem;
}

.rwt__tab {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0.45);
  width: 11%;
  padding: 0.3rem 0;
}

.rwt__tab[aria-selected="true"] {
  color: #000;
  border-bottom: 3px solid #007bff !important;
}

.frnd-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.frnd-box:last-child {
  border-bottom: none !important;
}

.frnd-box img {
  width: 45px;
}

.frnd-list {
  height: 218px;
  max-height: 218px;
  min-height: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.frnd-list::-webkit-scrollbar {
  width: 4px;
  background: transparent;
  display: none;
}

.frnd-list::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.2);
}

.ui-dashboard-card:hover .frnd-list::-webkit-scrollbar {
  display: block;
}

.profile-form-card {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

input#file-upload-button {
  position: relative;

}

input {
  /* height: 40px !important; */
}


input[type="file"]::-webkit-file-upload-button {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(20, 168, 0, 0.09) !important;
  border-radius: 5px !important;
  border: none;
  width: 130px;
  height: 40px;
  color: transparent;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
}

input[type=checkbox] {
  border: 3px solid var(--text-primary) !important;
  height: 23px;
  background-color: #14A800 !important;
  width: 15px !important;
  padding: 0.5rem !important;
  border: 1px solid #14A800 !important;
}

.multi-choice {
  padding-left: 32px !important;
  padding-right: 38px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.multi-choice-input {
  border: 1px solid #14A800 !important;
}


.form-check-input {
  margin-top: 0 !important;
  border: 1px solid #14A800 !important;
}

label {
  margin-bottom: 0 !important;
}

.form-check-parent {
  margin-bottom: 3rem;
}

.button button {
  background: rgba(20, 168, 0, 0.09);
  color: var(--text-primary);
  padding: 0.5rem 1rem;
  border: none;
  margin-bottom: 2rem;
}

.button a {
  background: rgba(20, 168, 0, 0.09);
  color: var(--text-primary);
  padding: 0.5rem 1rem;
  border: none;
}

.previous-button {
  background: none !important;
  color: #555555 !important;
  border: none !important;
}

.ui-hide {
  display: none !important;
}


.suspense {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.suspense .suspense_image {
  width: 80px;
}

.not-found {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.auth-box {
  width: 100%;
  height: 100vh;
}

.login-box {
  position: relative;
  overflow: hidden;
  /* width: min-content; */
}

.auth-box .box-wrapper {
  width: 100%;
  height: 100vh;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
  margin-top: 3rem;
}

.auth-box .frm-box {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

.ctry-bx .control {
  min-height: 38px !important;
}

.ctry-bx .menu {
  width: 390px !important;
  left: -274px !important;
}

.ctry-bx .control .single .single__image img {
  margin-right: 0 !important;
  width: 25px;
}

.input-fmt .col-md-8 {
  padding-right: 7px !important;
}

.input-fmt .col-md-4 {
  padding-left: 7px !important;
}

.disabled {
  opacity: .35 !important;
  pointer-events: none !important;
}

.dash-body {
  background-color: #e8f0fc;
}

div.wrapper.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.card-border-removal {
  border: none !important;
}

.stylednode-input::placeholder {
  color: #000 !important
}

.gradient-width {
  width: 170px !important;
  height: 170px !important;
  position: relative !important;
  border-radius: 50% !important;

  background: linear-gradient(to top, #38B1DF, #14A800) !important;
  padding: 1rem !important;
}

.gradient-inner-width {
  background: #fff !important;
  height: 100% !important;
  color: #13769B !important;
  display: flex !important;
  font-size: 60px !important;
  font-weight: 600 !important;
  border-radius: 50% !important;

  align-items: center !important;
  justify-content: center !important;
  /* padding: 2rem; */
}


@media screen and (max-width: 570px) {
  .home-banner {
    max-width: 390px;
    max-height: 120px;
    margin-top: 6px;
  }

  .home-banner h5 {
    font-size: 0.935rem !important;
  }

  .welcome-text {
    font-size: 16px !important
  }

  .volunteer-home-div {
    max-width: 300px !important;
  }

  .volunteer-home-div h5 {
    font-size: 10px !important;
  }

  .container-banner {
    padding-right: 40px !important;
  }

  .home-card {
    width: 150px !important;
    height: 140px !important;
    padding-top: 10px;
  }

  .home-card img {
    height: 20px !important;
    width: 20px !important;
    margin: auto;
  }

  .home-card-size {
    font-size: 14px !important;
  }

  .home-card-description {
    font-size: 11px !important;
  }

  .card-body.body-card {
    padding: 0.5rem !important;
  }

  .container-banner {
    height: 80%;
    padding: 40px;
    margin-left: 0;
    /* margin: 112px 250px; */
    /* width: 928px !important; */
  }

  .volunteer-home-button {
    font-size: 12px;
    padding: 0.3rem 0.7rem !important;
    width: 100px;
    height: 30px;
    margin-left: 10px;
  }

  .grid-card {
    height: 520px !important;
  }

  .volunteer-card {
    height: 80px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center;
  }

  .volunteer-card img {
    height: 50px !important;
    width: 50px !important;
  }

  .volunteer-card h1 {
    font-size: 12px !important;
    line-height: 11px !important;
    max-width: 160px !important;
  }

  .volunteer-link a {
    font-size: 10px !important;
  }

  .volunteer-link img {
    height: 5px !important;
    width: 5px !important;
  }

  .volunteer-link {
    width: fit-content;
  }

  .home-row {
    padding-left: 0px !important;
    margin-right: 2px !important;
  }


}

@media(max-width: 790px) {
  .home-card {
    width: 100%;
  }
}

.sidebar-con:hover .sidebar-text {
  color: #14A800;
}

.sidebar-con.active .sidebar-text {
  color: #14A800;
  font-weight: 500;
}

.sidebar-con.active {
  border: 1px solid var(--text-primary);
  border-radius: 5px;

}

/* .CircularProgressbar .CircularProgressbar-path {
  stroke: #14A800 !important;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #DEEDDD !important;
  stroke-linecap: round;
} */


/* PROFILE */
.dashboard-arrow {
  display: flex;

}

.img-con {
  display: flex;
  height: 140px;
  width: 140px;
  justify-content: flex-start;
  background: url('../images/icons/icon@profile-camera.svg')no-repeat center center/cover;
  position: relative;
}

.img-con:hover {
  opacity: 0.4;
}

.hover-icon {
  width: 100%;
  position: absolute;
  left: 45px;
  transform: translateY(100%);
}

.arrow {
  margin-top: 15px;
  margin-right: 10px;
}

.profile-key {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */


  /* Seconday */

  color: #38B1DF;
  margin: 10px 0px;
}

.name-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 179.5%;
  /* or 25px */


  /* 000 */

  color: #585858;
}


.profile-link {
  color: #38B1DF;
  text-decoration: none !important;
  font-style: italic;
}

@media screen and (max-width:700px) {
  .img-con {
    padding-top: 20px;
    justify-content: center;
  }

  .input-mb {
    margin-bottom: 10px;
  }
}

/* .form-check-input:checked {
  background-color: #14A800 !important;
}

input:checked {
  background-color: #14A800 !important;
}

.pre-check {
  background-color: #14A800 !important;
  height: 15px !important;
  width: 15px !important;
  padding: 0.5rem !important;
  margin-left: 0px !important;
  margin-top: 10px !important;
  border: 1px solid #14A800 !important;
} */

.web {
  border: 1px solid #fff;
  /* position: absolute; */
  bottom: 0;

  text-align: center;

  justify-content: center;
  align-items: center;


  height: 40px;
  max-width: 180px;

  /* left: 25px; */
  top: 165px;
  border-radius: 3.3620691299438477px;
  padding: 3px, 5px, 3px, 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}

.logout-yes {
  border: none;
  border: 1px solid var(--text-primary) !important;
  background: none;
  border-radius: 5px;
}


.logout-no {
  border: none;
  background: var(--bg-primary) !important;
  border-radius: 5px;
}

.on-hover:hover {
  color: #14A800 !important
}

@media(max-width: 570px) {
  .topbar-title-media {
    text-align: center !important;
    font-size: 1.15rem !important;

  }



  .profile-top,
  .grant-top,
  .app-top,
  .single-top,
  .eligibility-top,
  .application-top,
  .eligible-top,
  .wrks-media,
  .wrk-media {
    padding-top: 10px !important;
  }

  .web {
    max-width: 140px !important;
  }

  .web button {
    font-size: 11.5px !important;
  }

  .css-rzqd5m {
    width: 90% !important;
  }

  .css-rzqd5m .modal-text-body {
    font-size: 12px !important;
  }

  .single-modal-btn {
    width: 65% !important;
    font-size: 12px !important;
  }

  .slide {
    position: static !important;
    top: 100px !important;
    height: 100%;
  }

  .arrow-up {
    position: relative !important;
    bottom: 50px !important;
  }

  .arrow-down {
    position: relative;
    top: 50px !important;
  }

  .incomplete {
    width: 100% !important;
  }

  .app-stat {
    font-size: 12px !important;
  }

  .mb-6 {
    margin-bottom: 18px !important;
  }
}

@media (max-width: 541px) {

  .profile-top,
  .grant-top,
  .app-top,
  .single-top,
  .eligibility-top,
  .application-top,
  .eligible-top,
  .wrks-media {
    padding-top: 10px !important;
  }
}

@media(max-width: 500px) {
  .css-ejwnvs {
    max-width: fit-content !important;
  }

  p,
  label,
  .button-next-eli,
  .button-next-eligible {
    font-size: 0.8em !important;
  }

  .button-next-eli,
  .button-next-eligible {
    width: 150px !important;
    display: flex;
    justify-content: end;
    margin-left: auto;
    height: 0px !important;
  }
  
  @media(max-width: 500px) {
    .modal-content {
      max-width: 370px !important;
    }

    .logout-yes, .logout-no {
      font-size: 0.9em !important;
    }

    .logout-info {
      font-size: 0.9em !important;
    }

    .modal-body {
      width: fit-content !important;
    }

    
  }

}
.sdg-logo-div {
  position: absolute;
  left: 40px;
}

@media(max-width: 500px) {
  .sdg-logo-div {
    /* top: -40px; */
    margin-bottom: 2em;
    left: 20px;
  }

  .sdg-logo-div img {
    height: 70px;
    width: 70px;
   
  }

  .login-box {
    max-width: fit-content ;
  }
}