/*!
* Version: 1.2.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:root {
  --voltext: #444444;
  --volxblack: #000000;
  --volwhite: #ffffff;
  --volpink: #e07da8;
  --volviolet: #5f6aae;
  --volgreen: #0EA4B8;
  /*--volprimegreen:#089b61;*/
  --volprimegreen:#459D68;
  --volprimeblue: #3F8FB6;
  --volorange: #D47F7A;
}

:focus {
  outline: none;
}

.sign-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.sign-bg.sign-bg-right {
  left: auto;
  right: 0;
}

.gradient-main {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-bottom {
  margin-top: -12.5rem;
}

@media (min-width: 1400px) {
  .auth-card {
    padding: 0 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .login-header {
    height: 12.5rem !important;
  }

  .login-bottom {
    margin-top: -6.25rem;
  }
}
.card .iq-dashed-border {
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px dashed #ced4da;
}
.card .card-body .grid-flow-col {
  grid-auto-flow: column;
}
.card .card-body .iq-icon-box-2 {
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  background: #F5F6FA;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0.5rem;
}
.card .card-body .iq-media-group-1 .iq-media-1 {
  margin-left: -1.25rem;
  position: relative;
  z-index: 0;
}
.card .card-body .iq-media-group-1 .iq-media-1:hover {
  z-index: 9;
}
.card .card-body .iq-media-group-1 .iq-media-1 img {
  border: 2px solid #eee;
}
.card .card-body .iq-media-group-1 .iq-media-1:first-child {
  margin-left: 0;
}
.card .card-body .iq-media-group-1 .iq-media.border {
  border: 2px solid #eee;
}
.card .card-body .iq-media-1 {
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.25rem;
}
.card .card-body .iq-media-1:hover {
  text-decoration: none;
}

.pricing .table thead tr {
  background-color: unset;
}
.pricing .table th {
  border-top: none;
  border-bottom: 1px solid #eee;
}
.pricing .table td {
  border-top: none !important;
}
.pricing .table tr {
  border-bottom: 1px solid #eee;
}

.prc-box {
  background: #d8ddfa;
  padding: 15px;
  position: relative;
  border-radius: 0.5rem;
  cursor: pointer;
}

.type {
  position: absolute;
  background: #3a57e8;
  padding: 9px 25px;
  color: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}
.type:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  top: 0px;
  border-left: 15px solid #0c112e;
  border-top: 15px solid transparent;
}
.type:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  top: 0px;
  border-right: 15px solid #0c112e;
  border-top: 15px solid transparent;
}

.prc-box.active {
  background: #3a57e8;
}
.prc-box.active .h3 {
  color: #fff;
}
.prc-box.active .type {
  background: #d8ddfa;
  color: #212529;
}
.prc-box.active .type:before {
  border-left: 16px solid #0c112e;
  right: -16px;
}
.prc-box.active .type:after {
  border-right: 16px solid #0c112e;
  left: -16px;
}

.prc-wrap {
  border-bottom: none !important;
}

.child-cell.active {
  color: #3a57e8;
  stroke: #3a57e8;
}

.line-around {
  border-bottom: 1px solid #eee;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.line-around .line-around-1 {
  text-transform: uppercase;
  background: #fff;
  padding: 0 10px 0 0;
}

.iq-single-card {
  border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 767.98px) {
  .iq-single-card {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.iq-star-inserted .iq-star-inserted-1.col {
  padding-right: unset;
}
.iq-star-inserted .iq-star-inserted-2 {
  z-index: 2;
}
.iq-star-inserted .iq-star-inserted-2.col {
  padding: unset;
}
.iq-star-inserted .iq-star-inserted-2.col .card {
  height: 100%;
}
.iq-star-inserted .iq-star-inserted-3.col {
  padding-left: unset;
}

@media (max-width: 991.98px) {
  .iq-star-inserted .card.my-5 {
    margin: unset !important;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-1.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col .card {
    height: unset;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-3.col {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
.body-class-1 {
  scroll-behavior: smooth;
}

.main-img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.main-img .container h1 {
  margin: 0;
  font-size: 4.375rem;
  color: #fff;
}
.main-img .container h1 span {
  padding: 0.375rem 0.875rem;
  display: inline-block;
}

.bd-heading-1 .bd-example {
  margin-top: 1rem;
}
.bd-heading-1 .bd-example:first-child {
  margin-top: 0rem;
}

.bd-cheatsheet {
  margin-top: -2rem;
}
.bd-cheatsheet section article .card.iq-document-card {
  padding: 1.5rem;
}
.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
  margin: unset;
}

.bd-aside.card.iq-document-card {
  padding: 1.5rem;
  margin-top: -2rem;
}

/* Table of contents */
.bd-aside a {
  padding: 0.25rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  color: rgba(138, 146, 166, 0.95);
  text-decoration: none;
}
.bd-aside a:hover, .bd-aside a:focus {
  background-color: rgba(58, 87, 232, 0.1);
}
.bd-aside .active {
  font-weight: 600;
  background-color: rgba(58, 87, 232, 0.1);
  color: #3a57e8;
}
.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #8A92A6;
  border: 0;
}
.bd-aside .btn .right-icon {
  transition: transform 0.35s ease;
}
.bd-aside .btn:hover, .bd-aside .btn:focus {
  background-color: rgba(58, 87, 232, 0.1);
  color: #3a57e8;
}
.bd-aside .btn:focus {
  box-shadow: 0 0 0 0.063rem rgba(58, 87, 232, 0.7);
}
.bd-aside .btn[aria-expanded=true] .right-icon {
  transform: rotate(90deg);
}

.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
  margin-top: 0.5rem;
}

/* Layout */
@media (min-width: 1200px) {
  .body-class-1 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }

  .bd-aside.sticky-xl-top {
    top: 2rem !important;
  }

  .bd-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    grid-column: 1/span 3;
  }

  .sticky-xl-top {
    z-index: 2;
  }

  .bd-cheatsheet, .bd-cheatsheet section, .bd-cheatsheet article {
    display: grid;
    gap: 2rem;
    grid-template-columns: 3fr 1fr;
    grid-column: span 2/span 2;
    grid-template-rows: auto;
  }

  .bd-aside {
    grid-area: 1/1;
    scroll-margin-top: 4rem;
  }

  .bd-cheatsheet section, .bd-cheatsheet section > .iq-side-content {
    top: 2rem;
    scroll-margin-top: 0;
  }

  .bd-cheatsheet article, .bd-cheatsheet .bd-heading {
    top: calc(7.2rem + 2rem);
    scroll-margin-top: calc(7.8rem + 2rem);
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
    order: 2;
  }
  .bd-cheatsheet .bd-heading .card {
    margin-bottom: 0;
  }
  .bd-cheatsheet article .iq-document-card {
    margin-bottom: unset;
  }
  .bd-cheatsheet article .iq-document-card.iq-doc-head {
    margin-top: -6.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mobile-offcanvas {
    width: 40% !important;
  }
}
@media (max-width: 767.98px) {
  .main-img .container h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199.98px) {
  .header .container {
    max-width: unset !important;
  }

  aside.mobile-offcanvas {
    margin-top: unset !important;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: block;
  }

  .body-class-1 {
    padding: unset;
  }
  .body-class-1.container {
    max-width: unset;
  }

  #content .iq-side-content .card {
    margin-top: 1.25rem;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1200;
    width: 75%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #ffffffd6;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateY(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@media (min-width: 1200px) {
  .bd-aside.card.iq-document-card, .bd-cheatsheet {
    margin-top: -3rem;
  }

  aside.mobile-offcanvas .offcanvas-header {
    display: none;
  }

  .bd-cheatsheet section .iq-side-content {
    grid-column-end: 3;
  }
  .bd-cheatsheet section .iq-side-content .card {
    margin-bottom: 0;
  }
}
body.offcanvas-active {
  overflow: hidden;
}

body.uikit .btn-download {
  display: none;
}

.uisheet.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(33, 37, 41, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.uisheet.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

#back-to-top {
  display: inline !important;
}
#back-to-top .top {
  bottom: 1.563rem;
  right: 1.563rem;
  z-index: 999;
}

.middle {
  display: inline !important;
}
.middle .mid-menu {
  position: fixed;
  top: 9.375rem;
  left: 0rem;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  background: #3a57e8;
  color: #fff;
  padding: 0.2rem;
  border-radius: 0 1rem 1rem 0;
}

.top-1 {
  top: 1rem;
}


/* --------------------- Profile Details Page ------------------------------ */

.profile-detail-page {
  /*margin: 4.5rem 0 3rem 0;*/
}

.profile-detail-right {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 1rem;
}


.profile-detail-right-image-container {
  position: relative;
}

.profile-detail-right-image-container .cover-image {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  object-fit: cover;
}


.profile-detail-right-image-container .profile-image {
  width: 6rem;
  height: 6rem;
  border-radius: 0.7rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  background: #fff;
  padding: 0.4rem;
}

.profile-detail-right-image-container .profile-image img {
  border-radius: 0.6rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.profile-detail-right-image-container .organisation-name {
  font-size: 1.125rem;
  color: var(--volprimegreen, #2d7a46);
  font-weight: 600;
  margin-left: 7rem;
  margin-bottom: 0;
  margin-top: 0.125rem;
}


@media (max-width: 1199px) {
  .profile-detail-right {
    padding: 1.5rem;
  }

  .profile-detail-right-image-container .profile-image {
    width: 5.5rem;
    height: 5.5rem;
    left: 1.5rem;
    bottom: 0;
  }

  .profile-detail-right-image-container .organisation-name {
    margin-left: 8rem;
  }
}


@media (max-width: 991px) {
  .profile-detail-right-image-container .profile-image {
    width: 5rem;
    height: 5rem;
    left: 1.2rem;
    bottom: 0;
  }

  .profile-detail-right-image-container .organisation-name {
    margin-left: 7rem;
  }
}


@media (max-width: 576px) {
  .profile-detail-right {
    padding: 1.5rem 1rem;
  }

  .profile-detail-right-image-container .cover-image {
    border-radius: 0.6rem;
  }

  .profile-detail-right-image-container .profile-image {
    width: 4rem;
    height: 4rem;
    left: 1rem;
    bottom: 0;
  }

  .profile-detail-right-image-container .organisation-name {
    margin-left: 5.5rem;
  }
}



.profile-detail-right-primary-container {
  padding: 1rem 0;
  margin-top: 1.5rem;
  border-top: 1px solid #000;
}

.profile-detail-right-primary-container h6 {
  font-size: 0.6rem;
  color: var(--voltext);
  margin-bottom: 0.35rem;
}

.profile-detail-right-primary-category {
  background-color: var(--volwhite);
  padding: 0.25rem;
  border-radius: 0.6rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.profile-detail-right-primary-category span {
  background-color: var(--volprimegreen);
  padding: 0.125rem 0.3rem;
  border-radius: 0.3rem;
  color: var(--volwhite);
}

.profile-detail-right-primary-container p {
  color: var(--volprimegreen);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}


.profile-detail-right-about-bottom-inner a{color: var(--volprimegreen);font-weight: 500;font-size: 0.85rem;}


.profile-detail-right-about-container {
  padding: 1rem 0;
 border-top: 0!important;
 background: #fff;
}
.bdtop{border-top:1px solid #000000!important;background: #fff;}

.profile-detail-right-about-container h6 {
  color: #666;
  font-weight: 600;
  margin-bottom: 1rem;
}

.profile-detail-right-about-address {
  background-color: var(--volwhite);
  padding: 1rem;
  border-radius: 0.6rem;
}

.profile-detail-right-about-address-heading img{
  width: 20px;
  height: 20px;
}

.profile-detail-right-about-address-inner {
  padding: 0 2.30rem;
}

.profile-detail-right-about-address-heading .profile-detail-right-about-address-heading-main {
  font-size: 1.1rem;
  font-weight: 600;
  color: #666;
}

.profile-detail-right-about-container span {
  font-size: 0.6rem;
  color: var(--voltext);
  margin-bottom: 0.35rem;
}

.profile-detail-right-about-container p {
  color: var(--volprimegreen) !important;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}

.profile-detail-right-about-bottom-inner {
  padding: 0.5rem;
  row-gap: 0.2rem;
}

.profile-detail-right-about-bottom span {
  font-size: 0.6rem;
  color: var(--voltext);
  margin-bottom: 0.35rem;
}

.profile-detail-right-about-bottom p {
  color: var(--volprimegreen);
  font-weight: 500;
  /*padding-left: 1.8rem;*/
}

.profile-detail-right-about-bottom p a {
  color: var(--volprimegreen);
}


.profile-detail-right-about-address-heading2 {
  padding-left: 1.25rem;
}


.profile-detail-page img.icon {
  height: 20px;
  width: 20px;
}


.profile-detail-page-edit-btn {
  background-color: var(--volprimegreen);
  padding: 0.3rem 0.6rem;
  color: var(--volwhite);
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 0.3rem;
}


.profile-detail-page label {
   font-size: 1rem;
    color: var(--voltext);
    margin-bottom: 0.35rem;
}


@media(max-width: 576px) {
  .profile-detail-right-about-address-inner {
    padding: 0 1.6rem;
  }

  .profile-detail-right-about-bottom p {
    padding-left: 2.2rem;
  }

  .profile-detail-right-about-address-heading2 {
    padding-left: 1.7rem;
  }
}


/*css added by pj*/
/*Sidebar*/
/*.sidebar
{
  max-width: 19.2rem;
}*/
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: #3080a5 !important;
}
.conatiner-fluid.content-inner {
     margin-left: 2.2rem; 
}
/*.sidebar + .main-content
{
  margin-left: 18.2rem;
}*/

.bg-warning {
    background-color: #53bfee !important; /* Light blue */
    border-color: #53bfee;
}

.btn-warning {
    background-color: #53bfee; /* Light blue */
    border-color: #53bfee;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active {
    background-color: #31b0d5;
    border-color: #31b0d5;
}


.navbar-nav
{
  margin-bottom: 30px;
}

.toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}

/*frontend header*/
.header
{
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 60px;
  height: auto;
}
@media (min-width: 576px) {
  .header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .header {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .header {
    max-width: 1320px;
  }
}

/*multiselect*/
.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  border-left: 1px solid #3a57e800 !important;
}

.choices__list--multiple .choices__item {
  border-radius: 5px !important;
  background-color: #3f8fb6 !important;
  border: 1px solid #3f8fb6 !important;
}
.choices__inner
{
  background-color: #f6f6f6 !important;
  border: 2px solid #e1dedec1 !important;
  border-radius: 0.3rem !important;
}
.choices__inner:focus
{
  border-color: var(--volprimeblue) !important;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item
{
  font-size: 0.75rem !important;
  font-weight: 600;
  color: var(--voltext);
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #2e46ba !important;
  border: 1px solid #2e46ba !important;
}
.choices__input
{
  background-color: #f6f6f6 !important;
}

/*auto select dropdown*/
.select2-selection.select2-selection--single:focus {
    border-color: var(--bs-primary-tint-40) !important;
    box-shadow: 0 0 0 0, 0 0.125rem 0.25rem 0rem rgba(58, 87, 232, 0.15) !important;
}
.select2-container--bootstrap-5 .select2-selection
{
    border: 1px solid #eee !important;
    min-height: 2.6rem !important;
}

/*rating start*/
.stars {
  display: inline-block;
  direction: ltr;
  font-size: 30px;
  unicode-bidi: bidi-override;
}

.star {
  display: inline-block;
  color: #ccc; /* gray base star */
  position: relative;
  cursor: pointer;
}

.star::before {
  content: "★";
  color: #ffc107; /* yellow fill */
  position: absolute;
  left: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
}

.star.full::before {
  width: 100%;
}

.star.half::before {
  width: 50%;
}

.rating-stars-display .star {
    color: #ccc;
    font-size: 30px;
    position: relative;
    display: inline-block;
}

.rating-stars-display .star.full {
    color: #ffc107;
}

.rating-stars-display .star.half::before {
    content: '\2605';
    color: #ffc107;
    position: absolute;
    width: 50%;
    overflow: hidden;
    left: 0;
}

.rating-stars-display .star.empty {
    color: #ccc;
}

/* Scrollable wrapper */
/*.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}*/

/* Sticky header */
#user-list-table
{
  overflow: unset !important;
}
.table thead {
    position: sticky;
    top: 0;
    background-color: #f5f6fa;
    z-index: 99;
    /*box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);*/
}

/*.table-wrapper {
    max-height: 600px;
    overflow-y: auto;
}*/
.main-content .content-inner {
    min-height: calc(100vh - 8.6rem);
}
#user-list-table_wrapper .table-responsive {
  overflow-x: unset !important;
}
.table-wrapper th:first-child
{
  position: sticky !important;
  left: 0;
  z-index: 6;
  background: #f5f6fa;
}

.table-wrapper th:nth-child(2)
{
  position: sticky !important;
  left: 70px;
  z-index: 6;
  background: #f5f6fa;
}

.table-wrapper td:first-child {
  position: sticky !important;
  left: 0;
  z-index: 6;
  background: #fff;
}

/* Sticky second column */
.table-wrapper td:nth-child(2) {
  position: sticky !important;
  left: 70px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}


/*Volunteer Applications*/
.table-wrapper-approve th:nth-child(2)
{
  position: sticky !important;
  left: 0px;
  z-index: 6;
  background: #f5f6fa;
}
.table-wrapper-approve th:nth-child(3)
{
  position: sticky !important;
  left: 100px;
  z-index: 6;
  background: #f5f6fa;
}

/* Sticky second column */
.table-wrapper-approve td:nth-child(2) {
  position: sticky !important;
  left: 0px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}

.table-wrapper-approve td:nth-child(3) {
  position: sticky !important;
  left: 100px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}
/*End*/

/*Approved Volunteer*/
.table-wrapper-participate th:nth-child(2)
{
  position: sticky !important;
  left: 0px;
  z-index: 6;
  background: #f5f6fa;
}
.table-wrapper-participate th:nth-child(3)
{
  position: sticky !important;
  left: 150px;
  z-index: 6;
  background: #f5f6fa;
}

/* Sticky second column */
.table-wrapper-participate td:nth-child(2) {
  position: sticky !important;
  left: 0px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}

.table-wrapper-participate td:nth-child(3) {
  position: sticky !important;
  left: 150px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}
#user-list-table td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
/*End*/

/*Report User*/
.table-wrapper-report th:nth-child(2)
{
  position: sticky !important;
  left: 0px;
  z-index: 6;
  background: #f5f6fa;
}
.table-wrapper-report th:nth-child(3)
{
  position: sticky !important;
  left: 100px;
  z-index: 6;
  background: #f5f6fa;
}

/* Sticky second column */
.table-wrapper-report td:nth-child(2) {
  position: sticky !important;
  left: 0px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}

.table-wrapper-report td:nth-child(3) {
  position: sticky !important;
  left: 100px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}
/*End*/

/*User Rating*/
.table-wrapper-rating th:nth-child(2)
{
  position: sticky !important;
  left: 0px;
  z-index: 6;
  background: #f5f6fa;
}
.table-wrapper-rating th:nth-child(3)
{
  position: sticky !important;
  left: 100px;
  z-index: 6;
  background: #f5f6fa;
}

/* Sticky second column */
.table-wrapper-rating td:nth-child(2) {
  position: sticky !important;
  left: 0px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}

.table-wrapper-rating td:nth-child(3) {
  position: sticky !important;
  left: 100px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}
/*End*/

/*User list*/
.table-wrapper-user th:first-child
{
  position: sticky !important;
  left: 0;
  z-index: 6;
  background: #f5f6fa;
}

.table-wrapper-user th:nth-child(2)
{
  position: sticky !important;
  left: 70px;
  z-index: 6;
  background: #f5f6fa;
}

.table-wrapper-user td:first-child {
  position: sticky !important;
  left: 0;
  z-index: 6;
  background: #fff;
}

/* Sticky second column */
.table-wrapper-user td:nth-child(2) {
  position: sticky !important;
  left: 70px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}
/*End*/

/*NGO list*/
.table-wrapper-ngo th:first-child
{
  position: sticky !important;
  left: 0;
  z-index: 6;
  background: #f5f6fa;
}

.table-wrapper-ngo th:nth-child(2)
{
  position: sticky !important;
  left: 70px;
  z-index: 6;
  background: #f5f6fa;
}

.table-wrapper-ngo td:first-child {
  position: sticky !important;
  left: 0;
  z-index: 6;
  background: #fff;
}

/* Sticky second column */
.table-wrapper-ngo td:nth-child(2) {
  position: sticky !important;
  left: 70px; /* adjust to the actual width of first column */
  z-index: 6;
  background: #fff;
}
/*End*/

/*end css added by pj*/