:root {
  --text-primary: #14A800;
  --text-secondary: #585858;
  --placeholder: #747474;
  --light-grey: #E2F1E0;
  --bg-primary: #14A800;
  --bg-secondary: rgba(240, 255, 241, 0.2);
  --bg-click: #F89D25;
  --text-danger: #EF402B;
  --bg-danger: rgba(239, 64, 43, 0.1);
  --text-light: #C4C4C4;
  --bg-warning: #F89D25;
  --text-warning: #F89D25;
  --text-blue: #13769B;
  --fwb-one: 100;
  --fwb-two: 200;
  --fwb-three: 300;
  --fwb-four: 400;
  --fwb-five: 500;
  --fwb-six: 600;
  --fwb-seven: 700;
  --fwb-eight: 800;
  --fwb-nine: 900;
  --round-1: 10px;
  --round-2: 5px;
  --round-3: 2px;
  --round-4: 3px;
  --primary-text: #585858;
  --fst-10: 0.625rem;
  --fst-11: 0.6875rem;
  --fst-12: 0.75rem;
  --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;
  --fst-40: 2.5rem;
}

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


body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1rem;
  /* background: rgb(252, 255, 253, 0.2) !important; */
  /* background: #f0fff180 !important */
  background: #f8f7f7 !important
}



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

.box-view {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.14) !important;
}

.default-text {
  color: #585858 !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-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;
}

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

.lato {
  font-family: 'Lato', sans-serif !important;
}

.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;
}

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

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

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

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

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

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

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

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

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

.comp-radius {
  border-radius: 10px !important;
}

.preview-span {
  border: 0.4px solid red !important;
  color: var(--text-primary) !important;
}

.pre-eligibility-placeholder {

  display: flex !important;
  justify-content: center !important;
}


.button:hover {
  transform: translateY(-3px);
  transition: .5s all ease-in-out;
}

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

.create-grants {
  background: none !important;
}

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

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

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

.warning-outlined-bg {
  background: white !important;
  border: 1px solid #F89D25 !important;
  color: #F89D25 !important;
}

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

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

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

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

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

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

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

.preview-add-btn {
  padding: 0px 22px;
}

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

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

.pre-input {
  border-bottom: none !important;
}

.pre-input::placeholder {
  color: #fff !important;
}


ul {
  list-style: none;
}

::-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 {
  width: 645px !important;
}

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

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

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




.container-banner {
  margin: 112px auto;
  /* width: 928px !important; */
}

.dashboard-home {
  width: 900px !important;
  margin: auto;
  height: 50vh !important;
}

.home-banner {
  height: 113.32px;
  background: linear-gradient(101.51deg, #38B1DF 0%, #14A800 100%), url('../images/img@super-banner.svg')no-repeat center center/cover;
  border-radius: 10px;
  padding: 10px;
  margin: auto;

}

.home-inner-div {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media(max-width: 578px) {
  .home-banner {
    max-width: 350px;
    height: 70px;
  }
}



.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 */

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

.inactive {
  width: 80px
}


#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 .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;
  /* 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;
  outline: none;
}

select:focus > option:checked {
  background: #14A800 !important;
  color: #fff !important;
}

/* select:focus > option:focus, select:hover {
  background: #14A800 !important;
  color: #fff !important;
} */


input[type="file"]::-webkit-file-upload-button {
  position: absolute;
  left: 0;
  top: 0;
  /* background: rgba(20, 168, 0, 0.09) !important; */
  background: transparent !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] {
  /* width: 23px;
  height: 23px !important; */
}


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


.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; */
}

.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;
}

.form-check.p-2 {
  position: relative;
}

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

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



input[type='radio']::before {
  content: '';
  display: block;
  width: 100%;
  height: 92%;
  margin: 20% auto;
  margin: 1px;
  border-radius: 50%;
}

input[type='radio']:checked::before {
  background: #148A00 !important;
}



button.minus-btn {
  background: none !important;
  display: flex !important;
  justify-content: flex-end !important;
  max-width: fit-content;
  border: 1px solid #c4c4c4 !important;
  outline: none !important;
}

button.minus-btn:active {
  outline: none !important;
}

button.add-btn {
  background: none !important;
  display: flex !important;
  justify-content: flex-end !important;
  max-width: fit-content;
  border: 1px solid #14A800 !important;
  outline: none !important;
}

button.add-btn:active {
  outline: none !important;
}

textarea.notebook {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 15px 0px;
  margin: 18px 0;
  margin-bottom: 20px;
  resize: vertical;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 2px solid;
  -webkit-appearance: none;
  border-radius: 0;
  background: url('../images/notebook.png')no-repeat center center/cover;
  border: none;
}

::-webkit-calendar-picker-indicator {
  background-image: url('../images/date.svg');
}

.towns {
  border: none !important;
}

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

/* GRANTS */


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

  background: linear-gradient(to top, #38B1DF, #14A800) !important;
  padding: 0.8rem !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; */
}

.grading-body {
  padding: 0 !important;
}

.grant-name-text {
  font-family: Lato;
  font-size: 700px;


}

.sponsor-check {
  cursor: pointer;
}

.btn-toggler {
  border: none;
}

.cursor {
  cursor: pointer !important;
}

.collapse-drop {
  border: none !important;
}

/* preview pre, pre-eligibility, eligibility, application form option-btn */
.css-1e6y48t-MuiButtonBase-root-MuiButton-root {
  padding: 0 !important;
}

.questionName {
  border: none;
  border-bottom: 1px solid #c4c4c4 !important;
  color: #585858 !important;
}

/* .pre-question-header-select-option {
  background: url('../images/icons/icon@questionTpeDown.svg')no-repeat center center/cover;
} */

.border-rad-left {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border: 1px solid #c4c4c4;
}

.border-rad-center {
  border-top-right-radius: none !important;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: none !important;
  border-right: none !important;


}

.border-rad-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border: 1px solid #c4c4c4;

}

.rotate-saving {
  animation: animate 2s infinite;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media(max-width: 798px) {
  .para-comp img {
    max-width: '600px' !important;
  }
}

@media(max-width: 1367) {

  .draft {
    width: 18%;
  }
}

@media(max-width: 1366) {
  .draft {
    Width: 18%;
  }
}

.closed-name {
  position: relative;
}

.closed-btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
}




.modald-create {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  align-items: center;
}

.modald-cancel {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */

  text-align: center;

  /* Yellow 10 */

  color: #F89D25;
  margin-right: 10px;
}

.modald-proceedA {
  background: #F89D25;
  /* ButTon shadow */

  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  width: 40.56px;
  height: 40px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  /* identical to box height, or 24px */

  text-align: center;

  /* FFF */

  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.borderless th {
  border: none !important;
}

.modal-input-grant {
  border: 0 !important;
  width: 100% !important;
}

.modal-input-grant:focus {
  border: none;
}

/* Psp  Home design */
.psp-container-head {
  width: 1038px;
  margin: 3rem 0rem;
}

.psp-container {
  background: #FFFFFF;
  border: 0.4px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 5px;
  height: 30.366rem;
  width: 100%;
  padding: 58px 40px;
  margin-top: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.psp-banner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url('../images/pspbg.svg');
  border-radius: 10px;
  width: 100%;
  height: 160.52px;
  padding: 3.125rem;
  /* background-size:cover; */
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: cover;
  /* height: 100%; */
  overflow: hidden !important;

}

.psp-welcome {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 1.188rem;
  line-height: 150%;
  /* identical to box height, or 29px */

  /* text-align: center; */

  /* FFF */
  text-transform: uppercase !important;
  color: #FFFFFF;
  padding-bottom: 1.25rem;

}

.psp-name {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 1.918rem;
  line-height: 150%;
  /* identical to box height, or 46px */



  /* FFF */

  color: #FFFFFF;

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}


/*  end here */
@media screen and (max-width: 750px) {
  .psp-container-head {
    width: 90%;
  }

  .psp-welcome {
    padding-bottom: 0.9rem;

  }

  .psp-name {
    font-size: 1.5rem;
  }

  .psp-container {
    height: auto;
    width: 100% !important;
    padding: 20px auto;

  }

  .psp-banner {


    overflow: hidden !important;
  }
}

.dynamic-input {
  outline: none;
  width: 300px;
  background-color: #fff;
  border: 0;
  transition: 0.8s all ease-in-out;

}

.css-lyxf94-MuiTableCell-root.MuiTableCell-head {
  height: 0 !important;
}

.css-1nq4e24-MuiTableCell-root {
  padding: 8px 2px !important;
}

.css-lyxf94-MuiTableCell-root {
  padding: 0px !important;
}

.css-10wip4d-MuiTableCell-root {
  padding: 12px !important;
}

@media(min-width: 900px) {
  .css-1jtkoab {
    margin: 0 !important;
  }
}

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


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

.search-box {
  min-width: 450.79px !important;
  height: 40px !important;
  position: relative;

}

.admin-search-input-T {
  width: 100%;
  height: 100%;

  border: 1px solid #A5A5A5 !important;
  /* border-bottom: 2px solid #A5A5A5 !important; */

  box-sizing: border-box;
  border-radius: 5px;

  padding-left: 10px;
  font-size: 0.875rem;
  box-shadow: none !important;
  background: white !important;

}

.admin-search-input-T::placeholder {
  font-style: italic;

}

.admin-search-input-T:focus {
  outline: none;
}

.search-position {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #c4c4c4;

}

div::-webkit-scrollbar {
  display: none;
}

.button-default {
  border: none;
  background: none;
  color: #fff;
}

.rate-input input {
  color: #474f48;
  max-width: 6em;
  border: 0.4px solid #C4C4C4;
  border-radius: var(--round-2);
}

.rate-input input:focus-visible {
  outline: none;
  border: 1px solid var(--bg-click);
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
  padding: 0 !important;
}

.login-box {
  position: relative;
}

.sdg-login-logo {
  position: absolute;
  margin-left: 3em;
}

.stylenode-prev {
  width: 200px ;
}

.view-btn {
  box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, .1), -3px -3px 9px 0px rgba(0, 0, 0, .1);
  transition: .3s ease-in-out all;
}

.grants-btn:hover {
  background: #F89D25 !important;
  color: #fff !important;
}

.view-btn:hover {
  transform: translateY(-2px);
}
.min-inp {
  width: 35%;
  height: 30px !important;
}

@media(max-width: 500px) {
  .stylenode-prev {
    max-width: fit-content;
  }
}

tr:hover {
  background: #f7f7f7 !important;
}


.toggle-img {
  padding-left: 1.4em;
}
.toggle-image {
  padding-left: 2.5em;
}

@media(max-width: 790px) {
  .toggle-img {
    padding-left: 1.4em;
  }
}

.no-record-found {
  position: absolute;
  top: 30px;
  left: 50px;
  color: red;
}

.pl-custom {
  padding-left: 2em;
}
.pl-cus {
  padding-left: 1.4em;
}
.mr-custom {
  margin-right: .90em;
}

.mr-required {
  margin-right: 1.38em !important;
}
.mr-req {
  margin-right: 1.28em !important;
}

@media(max-width: 500px) {
  .short-ans-img {
    width: 240px !important;
  }
}

.view-btn-hover {
  transition: all .3s ease-in-out;
}

.view-btn-hover:hover {
  transform: translateY(-2px);
}

.status-hover {
  transition: all .3s ease-in-out;
}


.status-hover:hover {
  background: #148A00;
  color: #fff
}

th {
  line-height: 14px !important;
}

.css-1nq4e24-MuiTableCell-root.MuiTableCell-head {
  padding: 14px !important;
}

.interview-table {
  padding: 0 !important;
}