/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
.equal-heights, .css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.profile-basic-details .profile-basic, .profile-score, .memberslist-pages, .activity-list .admin-login, .activity-list .member-rejected, .activity-list .categories-added, .activity-list .member-added, .sidebar-content ul li, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.memberslist-views, .chart-header, .header, .sidebar-content a.logout-section p {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.date-recent {
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

/******* BASE *******/
h1 {
  font-weight: normal;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-weight: 400;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 23px;
  }
}

h3 {
  font-weight: normal;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-weight: normal;
  font-size: 21px;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: normal;
  font-size: 19px;
}

h6 {
  font-weight: normal;
  font-size: 18px;
}

.primary {
  background-color: #1897A8;
}

.secondary {
  background-color: #09CD87;
}

html {
  height: 100%;
  width: 100%;
  font-weight: 400;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  font-weight: 400;
  height: 100%;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #1897A8;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
}
a:hover {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus {
  outline: 0;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.mt-24 {
  margin-top: 24px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.equal-heights, .css-equal-heights, .css-equal-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.css-equal-content {
  color: red;
  float: left;
}

.profile-basic-details .profile-basic, .profile-score, .memberslist-pages, .activity-list .admin-login, .activity-list .member-rejected, .activity-list .categories-added, .activity-list .member-added, .sidebar-content ul li, .align-center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.memberslist-views, .chart-header, .header, .sidebar-content a.logout-section p {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.date-recent {
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.col {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  position: relative;
  min-height: 1px;
}

/******* COMPONENTS ******/
.btn {
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-primary {
  background: #1897A8;
  border-color: #1897A8;
  color: #fff;
}
.btn-primary:hover {
  box-shadow: 0 0 0 50px #09CD87 inset;
  border-color: #09CD87;
}

.btn-secondary {
  background: #F4F7F8;
  border-color: #F4F7F8;
  color: #000000;
}
.btn-secondary:hover {
  box-shadow: 0 0 0 50px #09CD87 inset;
  border-color: #09CD87;
}

.btn-transparent {
  background: transparent;
  border-color: #000000;
}
.btn-transparent:hover {
  box-shadow: 0 0 0 50px #1897A8 inset;
  border-color: #1897A8;
  color: #fff;
}

.btn-login {
  height: 48px;
}

/****** LAYOUT ******/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #2B3751;
  overflow-x: hidden;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.sidebar {
  width: 230px;
}
@media (max-width: 767.98px) {
  .sidebar {
    width: 0;
  }
}
.sidebar.min-sidebar {
  width: 70px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.sidebar.min-sidebar .sidebar-content ul li a p {
  display: none;
}
@media (max-width: 767.98px) {
  .sidebar.min-sidebar .sidebar-content ul li a p {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .sidebar.min-sidebar .sidebar-content a.logout-section {
    font-size: 14px;
  }
}
.sidebar.min-sidebar .sidebar-content a.logout-section p {
  width: 100%;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .sidebar.min-sidebar {
    width: 240px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.sidebar.min-sidebar h2 img.min-logo {
  display: block;
}
.sidebar.min-sidebar h2 img.expanded-logo {
  display: none;
}
@media (max-width: 991.98px) {
  .sidebar.min-sidebar h2 img.expanded-logo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sidebar .sidebar-content a.logout-section p {
    width: 0;
    font-size: 0;
  }
}

.main-content {
  margin-left: 230px;
  width: calc(100% - 230px);
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (max-width: 767.98px) {
  .main-content {
    width: calc(100% - 0px);
    margin-left: 0px;
  }
}
.main-content.min-main-content {
  width: calc(100% - 70px);
  margin-left: 70px;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (max-width: 767.98px) {
  .main-content.min-main-content {
    width: calc(100% - 0px);
    margin-left: 0px;
  }
}
.main-content.min-main-content .header {
  width: calc(100% - 70px);
  left: 70px;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (max-width: 767.98px) {
  .main-content.min-main-content .header {
    width: calc(100% - 0px);
    left: 0px;
  }
}

.sidebar-header {
  padding: 15px;
}
.sidebar-header h2 {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .sidebar-header h2.dashboard-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.sidebar-header h2 img.min-logo {
  display: none;
}
@media (max-width: 767.98px) {
  .sidebar-header h2 img.expanded-logo {
    display: none;
  }
  .sidebar-header h2 img.min-logo {
    display: block;
  }
}

.sidebar-content {
  padding: 0 15px 15px 15px;
}
.sidebar-content p {
  color: #6B7CA0;
  font-size: 14px;
}
.sidebar-content ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.sidebar-content ul li {
  display: block;
  padding: 10px;
}
.sidebar-content ul li.active {
  background-color: #364463;
}
.sidebar-content ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
}
.sidebar-content ul li a img {
  margin-right: 10px;
}
.sidebar-content ul li a p {
  color: #fff;
}
.sidebar-content a.logout-section {
  text-decoration: none;
  color: #fff;
  position: fixed;
  bottom: 20px;
  width: 200px;
}
.sidebar-content a.logout-section p {
  color: #fff;
  width: 100%;
}

.other-settings {
  margin: 20px 0 0 0;
  padding: 0;
}

.header {
  width: calc(100% - 230px);
  padding: 10px 24px;
  position: fixed;
  left: 230px;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (max-width: 767.98px) {
  .header {
    left: 0;
    width: 100%;
  }
}
.header.min-header {
  width: calc(100% - 70px);
  left: 70px;
}
@media (max-width: 767.98px) {
  .header.min-header {
    width: calc(100% - 0px);
    left: 0;
  }
}

.header-left .input-group img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.search-input {
  margin-left: 10px;
}

#dashboard-menu {
  cursor: pointer;
}

.notification-settings {
  background-color: #F4F7F8;
  margin: 0;
  padding: 7px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.notification-settings small {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-color: #FF0000;
  color: #fff;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
}

.header-profile {
  margin-left: 10px;
}
.header-profile img {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  object-fit: cover;
}
.header-profile .header-profile-content {
  margin: 0 10px 0 10px;
  padding: 0;
}
.header-profile .header-profile-content p {
  margin: 0;
  font-weight: 700;
}
.header-profile .header-profile-content span {
  display: block;
  color: #1897A8;
  font-size: 13px;
  font-weight: 700;
}

.main-body-content {
  margin: 0;
  padding: 75px 12px 40px;
}

.breadcrumb-item {
  font-size: 14px;
}
.breadcrumb-item.active {
  font-size: 14px;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

::-webkit-input-placeholder {
  font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}

:-ms-input-placeholder {
  font-size: 14px;
}

/****** PAGES ******/
.login-bg {
  background-color: #F9F9F9;
}

.login-wrapper {
  width: 100%;
  height: 100%;
}

.login-section {
  background-image: url(../img/login/login-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  height: 440px;
  position: relative;
}

.login-content-title {
  margin: 3% 0 0 0;
}
.login-content-title h1 {
  font-size: 28px;
  font-weight: 700;
}
.login-content-title p {
  font-size: 16px;
}

.login-content {
  width: 40%;
  margin: 15px auto;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .login-content {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .login-content {
    width: 90%;
  }
}
.login-content h2 {
  font-size: 18px;
  font-weight: 700;
}
.login-content p {
  font-size: 14px;
}

.input-form .form-control {
  background-color: #F4F7F8;
  border: #E2E2E2;
  height: 48px;
  font-weight: 600;
  font-size: 14px;
}
.input-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}
.input-form label {
  font-size: 14px;
  font-weight: 500;
}

.social-login {
  position: relative;
}
.social-login span {
  border-bottom: 1px solid #E2E2E2;
  display: block;
  padding-bottom: 30px;
}
.social-login p {
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  background-color: #fff;
  width: fit-content;
  font-weight: 700;
}

.mt-20 {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline;
  margin-right: 10px;
}

.register-info .register-inner p {
  font-weight: 400;
  font-size: 14px;
}
.register-info .register-inner a {
  margin-left: 10px;
}

.register-info p {
  margin: 10px 0 40px 0;
  font-size: 13px;
}

.main-dashboard-wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.dashboard-section {
  display: flex;
}

.main-wrapper {
  height: 100%;
  background-color: #F5F5F7;
}

.main-body-content {
  background-color: #F5F5F7;
}

.header-top-section h3 {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .date-picker {
    width: 100%;
  }
}
.date-picker #datepicker {
  width: 280px;
  height: 44px;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .date-picker #datepicker {
    width: 100%;
  }
}

.date-recent .recent-activity {
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 10px 12px;
}
@media (max-width: 991.98px) {
  .date-recent {
    justify-content: flex-start;
  }
}

.info-details {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .info-details {
    margin: 10px 0;
  }
}
@media (min-width: 1199.98px) {
  .info-details {
    height: 100%;
  }
}

.info-details-first p {
  color: #999999;
  font-size: 14px;
}
.info-details-first span {
  color: #09CD87;
  font-size: 14px;
}

.dashboard-menu {
  cursor: pointer;
}

.approval-first span {
  color: #1897A8;
}

.rejected-first span {
  color: #FF0000;
}

.dashboard-info p {
  font-size: 18px;
  font-weight: 700;
  margin: 30px 0;
  padding: 0;
}

.info-details-second img {
  background-color: rgba(9, 205, 135, 0.15);
  padding: 12px;
  border-radius: 10px;
}

.approval-second img {
  background-color: rgba(24, 151, 168, 0.15);
}

.rejected-second img {
  background-color: rgba(255, 0, 0, 0.15);
}

.categories-list-content {
  margin-left: 5px;
}
.categories-list-content p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .categories-list-content p {
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .categories-list-content p {
    text-overflow: inherit;
    white-space: inherit;
    overflow: inherit;
    width: 100%;
  }
}
.categories-list-content a {
  font-size: 12px;
  color: #999999;
}

.pr-0 {
  padding-right: 0;
}

.dashboard-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--stroke-grey, #000000);
}

.categories-title {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 15px;
}

.categories-list span.ot-categories, .categories-list span.lt-categories, .categories-list span.mh-categories, .categories-list span.ld-two-categories, .categories-list span.ld-categories, .categories-list span.hs-categories, .categories-list span.vi-categories, .categories-list span.pd-categories {
  display: block;
  color: #fff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .categories-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
@media (min-width: 1399.98px) {
  .categories-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.categories-list span.pd-categories {
  background-color: #1897A8;
}
.categories-list span.vi-categories {
  background-color: #09CD87;
}
.categories-list span.hs-categories {
  background-color: #5718A8;
}
.categories-list span.ld-categories {
  background-color: #A86618;
}
.categories-list span.ld-two-categories {
  background-color: #9CA818;
}
.categories-list span.mh-categories {
  background-color: #B4B4B4;
}
.categories-list span.lt-categories {
  background-color: #CA437C;
}
.categories-list span.ot-categories {
  background-color: #18A837;
}

.btn-category {
  background-color: #F4F7F8;
  margin: 15px 0 0 0;
  padding: 10px;
  width: 100%;
}
.btn-category i {
  margin-right: 10px;
}
.btn-category:hover {
  background-color: #1897A8;
  color: #fff;
}

.categories-row .pr-0:last-child {
  padding-right: 5px;
}

.chart-days ul li {
  display: inline-block;
  background-color: var(--chart--days, #F4F7F8);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}
.chart-days ul li.active {
  background-color: #1897A8;
  color: #fff;
}

.applied-rejected span.rejected, .applied-rejected span.applied {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100px;
  margin-right: 5px;
}

.applied-rejected {
  margin-top: 10px;
}
.applied-rejected span.applied {
  background-color: #1897A8;
}
.applied-rejected span.rejected {
  background-color: #FF0000;
}
.applied-rejected p {
  display: inline-block;
  font-size: 13px;
}

@media (max-width: 767.98px) {
  .chart-header {
    display: block;
  }
  .chart-header ul {
    margin: 0 0 10px 0;
    padding: 0;
  }
}

table.table.dataTable {
  z-index: 9;
}

#memberstable_length {
  display: none;
}

#memberstable_filter {
  display: none;
}

#memberstable th {
  font-size: 13px;
  white-space: nowrap;
  background-color: #F4F7F8;
  padding: 7px 15px 15px;
}
@media (max-width: 767.98px) {
  #memberstable th {
    width: 100% !important;
    white-space: nowrap;
  }
}
#memberstable tr.odd, #memberstable tr.even {
  background-color: transparent;
}
#memberstable tr.odd td, #memberstable tr.even td {
  white-space: nowrap;
  background-color: #fff;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0);
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
#memberstable tr.odd td.member-date, #memberstable tr.even td.member-date {
  color: #999999;
}

.id-input {
  width: 20px;
  border-color: var(--input-border, #dbdbdb);
  height: 20px;
  margin-right: 5px;
  border-radius: 3px;
}

.table-member {
  display: flex;
  align-items: flex-start;
  width: 150px;
}
.table-member img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}
.table-member p {
  margin: 0;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
}
.table-member span {
  color: #999999;
  font-size: 13px;
}

.table-info {
  width: 100px;
}

.table-disablities {
  width: 120px;
}

.member-score {
  width: 80px;
}

.member-action {
  width: 60px;
}

.table-document {
  width: 100px;
}
.table-document img.document-img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 5px;
}

.member-disablities p.lt-member, .member-disablities p.ld-two-member, .member-disablities p.ld-one-member, .member-disablities p.hs-member, .member-disablities p.vi-member, .member-disablities p.pd-member {
  display: block;
  color: #fff;
  border-radius: 5px;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 0 10px 0 0;
  padding: 0px;
}

.member-disablities p.pd-member {
  background-color: #1897A8;
  margin-right: 10px;
}
.member-disablities p.vi-member {
  background-color: #09CD87;
  margin-right: 10px;
}
.member-disablities p.hs-member {
  background-color: #5718A8;
  margin-right: 10px;
}
.member-disablities p.ld-one-member {
  background-color: #A86618;
  margin-right: 10px;
}
.member-disablities p.ld-two-member {
  background-color: #9CA818;
  margin-right: 10px;
}
.member-disablities p.lt-member {
  background-color: #CA437C;
  margin-right: 10px;
}

.members-active .rejected, .members-active .pending, .members-active .active {
  display: flex;
  width: 63px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}

.members-active {
  width: 80px;
}
.members-active .active {
  background-color: rgba(9, 205, 135, 0.2);
  color: #09CD87;
}
.members-active .pending {
  background-color: rgba(255, 185, 0, 0.2);
  color: #FFB900;
}
.members-active .rejected {
  background-color: rgba(255, 0, 0, 0.2);
  color: #FF0000;
}

.dataTables_info {
  margin: 15px 0;
  font-size: 14px;
}

.paging_simple_numbers .pagination {
  margin: 15px 0 !important;
  font-size: 14px;
}

.paging_simple_numbers ul li a.active {
  background-color: #1897A8;
  border-color: #1897A8;
}

.table-date {
  color: #999999;
  font-weight: 500;
}

.form-check-input:checked {
  background-color: #1897A8;
  border-color: #1897A8;
}

.paginate_butto a {
  padding: 3px !important;
}

.dataTables_paginate .pagination > li > a {
  background-color: #F5F5F7;
  font-size: 14px;
  border: 1px solid #E2E2E2;
  color: #000;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.dataTables_paginate .pagination > li > span {
  background-color: #F5F5F7;
  font-size: 14px;
  border: 1px solid #E2E2E2;
  color: #000;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 5px;
}

.dataTables_paginate .pagination > li.active a {
  background-color: #1897A8;
  border-color: #1897A8;
  color: #fff;
  font-size: 14px;
}
.dataTables_paginate .pagination > li.active > span {
  background-color: #1897A8;
  border-color: #1897A8;
  color: #fff;
  font-size: 14px;
}

.dataTables_paginate .pagination > li > a:hover {
  background-color: #09CD87;
  border-color: #09CD87;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dataTables_paginate .pagination > li.disabled > a,
.dataTables_paginate .pagination > li.disabled > span {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: not-allowed;
}

/* Custom DataTables wrapper styling */
.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length select {
  background-color: #F5F5F7;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_filter input {
  background-color: #F5F5F7;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  margin-left: 8px;
}

.dataTables_wrapper .dataTables_info {
  font-size: 14px;
  color: #6c757d;
  padding-top: 8px;
}

#recent-act img {
  cursor: pointer;
}

#recent-activity-section {
  padding: 15px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 350px;
  background-color: #fff;
  border-radius: 0;
  height: 100%;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
  display: none;
  overflow-y: auto;
  -webkit-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
@media (max-width: 575.98px) {
  #recent-activity-section {
    width: 100%;
  }
}

.recent-activity-header {
  background-color: #F4F7F8;
  border-radius: 10px;
  padding: 15px;
}
.recent-activity-header h4 {
  margin: 0;
}
.recent-activity-header i {
  font-size: 24px;
  cursor: pointer;
}

.activity-list .admin-login, .activity-list .member-rejected, .activity-list .categories-added, .activity-list .member-added {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 15px;
  padding: 5px;
}
.activity-list .admin-login img, .activity-list .member-rejected img, .activity-list .categories-added img, .activity-list .member-added img {
  width: 24px;
}

.activity-list .member-added {
  background-color: rgba(9, 205, 135, 0.2);
}
.activity-list .categories-added {
  background-color: rgba(156, 168, 24, 0.2);
}
.activity-list .member-rejected {
  background-color: rgba(255, 0, 0, 0.2);
}
.activity-list .admin-login {
  background-color: rgba(108, 108, 108, 0.2);
}

.activity-list {
  margin-top: 25px;
}

.activity-content h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.member-content-details img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 10px;
}
.member-content-details p {
  margin-bottom: 0;
  font-weight: 500;
}
.member-content-details span {
  font-size: 13px;
  color: #999999;
}
.member-content-details .added-views p {
  font-size: 14px;
  font-weight: 600;
}

.mbm-content {
  font-size: 13px;
  color: #999999;
  margin: 5px 0 0;
}

.mbm-date {
  font-size: 13px;
  color: #999999;
}

.table-input {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 80px;
  line-height: 0;
}
.table-input p {
  padding: 10px 0;
}

.table-id {
  display: flex;
  align-items: flex-end;
  width: 50px;
}

.member-profile-info a {
  margin: 0;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
  display: block;
}

.memberslist-views {
  margin-bottom: 15px;
}
.memberslist-views ul {
  margin: 0;
  padding: 0;
}
.memberslist-views ul li {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .memberslist-pages {
    display: block;
    width: 100%;
  }
}
.memberslist-pages ul.member-tab-list li {
  margin: 0 5px 0 0;
  padding: 6px 10px;
  border: 1px solid var(--input-border, #dbdbdb);
  border-radius: 5px;
}
.memberslist-pages ul.member-tab-list li a {
  text-decoration: none;
  color: #000000;
}
.memberslist-pages ul.member-tab-list li.active {
  background-color: #1897A8;
}
.memberslist-pages ul.member-tab-list li.active a {
  color: #fff;
}
@media (max-width: 575.98px) {
  .memberslist-pages ul.member-tab-list li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.members-sorting form {
  margin: 0;
  display: flex;
  gap: 8px;
}
.members-sorting .dropdown {
  display: flex;
  border: 1px solid var(--input-border, #dbdbdb);
  border-radius: 5px;
}
.members-sorting button {
  font-size: 14px;
  border-radius: 5px;
}
.members-sorting .dropdown ul li {
  padding: 5px 0;
  width: 100%;
}
.members-sorting .dropdown ul li:first-child {
  padding: 10px;
  border-bottom: 1px solid #E2E2E2;
  width: 100%;
  font-weight: 700;
}
.members-sorting .dropdown .form-check-input[type=radio] {
  border-radius: 0;
  padding: 5px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 3px;
}
.members-sorting .dropdown .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url(../img/memberslist/checked.svg);
}
.members-sorting .dropdown select {
  border: 0;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 5px;
  width: 100%;
}
.members-sorting .dropdown select:focus-visible {
  border: 0;
  outline: none;
}
@media (max-width: 767.98px) {
  .members-sorting .dropdown select {
    width: 100%;
  }
}

.search-input {
  width: 300px;
  position: relative;
}
.search-input .form-outline {
  position: relative;
}
.search-input img {
  position: absolute;
  top: 10px;
  right: 10px;
}

#members_list_table th {
  font-size: 13px;
  white-space: nowrap;
  background-color: #F4F7F8;
  padding: 7px 15px 15px;
}
@media (max-width: 767.98px) {
  #members_list_table th {
    width: 100% !important;
    white-space: nowrap;
  }
}
#members_list_table th:first-chid {
  width: 40px;
}
#members_list_table tr.odd, #members_list_table tr.even {
  background-color: transparent;
}
#members_list_table tr.odd td, #members_list_table tr.even td {
  white-space: nowrap;
  background-color: #fff;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0);
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
#members_list_table tr.odd td.member-date, #members_list_table tr.even td.member-date {
  color: #999999;
}

.dataTables_length, .dataTables_filter {
  display: none;
}

@media (max-width: 991.98px) {
  .date-recent.profile-recent {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .date-recent .download-profile {
    margin-left: 0;
  }
}

.profile-tab {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.profile-tab-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .profile-tab-info {
    display: block;
  }
}
.profile-tab-info img.profileimage {
  width: 95px;
  height: 95px;
  border-radius: 10px;
  object-fit: cover;
  border: 5px solid var(--profile--img, #F5F5F7);
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .profile-tab-info img.profileimage {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .profile-tab-info img.profileimage {
    height: 250px;
  }
}

.my-profile-image, .profile-basic-details, .categories-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.profile-id span {
  font-size: 14px;
  margin-right: 5px;
}
.profile-id span:first-child {
  color: #000000;
}
.profile-id span:last-child {
  color: #999999;
}
.profile-id span.profile-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background-color: #999999;
}

.profile-general-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.profile-general {
  width: 100%;
}

.profile-general-info {
  width: 100%;
}
@media (max-width: 991.98px) {
  .profile-general-info {
    display: block;
  }
}

.profile-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.profile-score .profile-rejected, .profile-score .profile-pending, .profile-score .profile-active {
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .profile-score {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.profile-score .score-info {
  background-color: #2B3751;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
}
.profile-score .profile-active {
  background-color: rgba(9, 205, 135, 0.2);
  color: #09CD87;
}
.profile-score .profile-pending {
  background-color: rgba(255, 185, 0, 0.2);
  color: #FFB900;
}
.profile-score .profile-rejected {
  background-color: rgba(255, 0, 0, 0.2);
  color: #FF0000;
}

.profile-drop img {
  width: 40px;
  margin-left: 10px;
}

.my-profile-image, .profile-basic-details, .categories-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.profile-basic-details {
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .profile-basic-details {
    display: block;
  }
}
.profile-basic-details .profile-basic {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .profile-basic-details .profile-basic {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.profile-basic-details .profile-basic p {
  font-size: 13px;
  font-weight: 500;
  word-break: break-all;
}

.profile-content-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}

.profile-content-title h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1897A8;
  margin-bottom: 15px;
}
.profile-content-title h5 span {
  width: 28px;
  height: 28px;
  background-color: #1897A8;
  padding: 5px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.profile-tabs ul li {
  width: 14%;
}
.profile-tabs ul li:last-child .nav-link {
  width: 100%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .profile-tabs ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.profile-tabs ul li .nav-link {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  background-color: #f5f5f5;
  margin-right: 10px;
  width: 93%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-tabs ul li .nav-link.active {
  background-color: #09CD87;
}
@media (max-width: 991.98px) {
  .profile-tabs ul li .nav-link {
    width: 100%;
  }
}

.profile-inner-title span {
  display: inline-block;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-right: 10px;
}

.profile-inner-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile-inner-title h6 {
  font-size: 15px;
  margin: 0;
  font-weight: 700;
}

.profile-inner-content {
  padding-left: 40px;
}
.profile-inner-content .row {
  margin-bottom: 10px;
}

.profile-left-content p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.profile-left-content p small {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  .profile-left-content p small {
    position: relative;
  }
}

.profile-right-content span {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.profile-right-content span.multiple-disability {
  background-color: #1897A8;
  color: #fff;
  border-radius: 5px;
  margin: 1px 0;
  padding: 5px 10px;
  display: inline-block;
}

#pwdtable th {
  font-size: 13px;
  white-space: nowrap;
  background-color: #F4F7F8;
  padding: 15px;
}
#pwdtable tr.odd {
  background-color: transparent;
}
#pwdtable tr td {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0);
  font-size: 14px;
  white-space: nowrap;
}
#pwdtable tr td .pwd-type {
  color: #999999;
}
#pwdtable tr td .pwd-action {
  background-color: #F5F5F7;
  padding: 5px 10px;
  border-radius: 5px;
  width: fit-content;
}
#pwdtable tr td .pwd-action a {
  text-decoration: none;
}

.pwd-name .pwd-filename {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .pwd-name .pwd-filename {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .pwd-name .pwd-filename {
    width: 240px;
  }
}
.pwd-name .pwd-filename p {
  font-weight: 600;
  margin-bottom: 0;
}
.pwd-name .pwd-filename span {
  font-size: 13px;
  color: #999999;
}

.profile-dialog {
  margin-top: 50px;
  max-width: 700px;
}
.profile-dialog p {
  margin-bottom: 10px;
  text-align: right;
  cursor: pointer;
}

#profile-document {
  z-index: 9999;
}

.profile-modal {
  background-image: url(../img/profile/profile-top-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  text-align: center;
  position: relative;
}

.profile-modal-title {
  margin-top: 40px;
}
.profile-modal-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1897A8;
  margin-bottom: 5px;
}
.profile-modal-title p {
  font-size: 14px;
}

.profile-modal-content {
  width: 90%;
  margin: 30px auto;
}
.profile-modal-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.profile-modal-content p {
  font-size: 14px;
}
.profile-modal-content ul li {
  font-size: 14px;
  margin-top: 10px;
}

.profile-dots {
  width: 14px;
  height: 7px;
  border-radius: 100px;
  display: inline-block;
  background-color: #2B3751;
  position: relative;
  top: 5px;
  bottom: 0;
  left: 0;
  margin-right: 10px;
}

.profile-name {
  margin-top: 10px;
  text-align: left;
}

.profile-address img, .profile-aadhar img, .profile-email img, .profile-phone img {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
}

.profile-phone img {
  background-color: rgba(24, 151, 168, 0.2);
}

.profile-email img {
  background-color: rgba(9, 205, 135, 0.2);
}

.profile-aadhar img {
  background-color: rgba(202, 67, 124, 0.2);
}

.profile-address img {
  background-color: rgba(43, 55, 81, 0.2);
}

.my-profile {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.my-profile-title h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #E2E2E2;
}

.my-profile-image {
  margin-top: 10px;
}
.my-profile-image img {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  object-fit: cover;
  border: 5px solid var(--profile--img, #F5F5F7);
  margin-right: 10px;
}
.my-profile-image .my-profile-details h5 {
  font-size: 18px;
  font-weight: 600;
}
.my-profile-image .my-profile-details p {
  font-size: 14px;
  color: #999999;
}
.my-profile-image .my-profile-details span {
  background-color: #1897A8;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}
.my-profile-image .my-profile-details span input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}
.my-profile-image .my-profile-details small {
  display: block;
  margin-top: 10px;
}

.form-select {
    min-height: 38px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--input-border, #dbdbdb);
    border-radius: 5px;
}
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.profile-title-details p {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #E2E2E2;
}

.input-form {
  position: relative;
}
.input-form .form-control {
  position: relative;
}
.input-form i {
  position: absolute;
  top: 45px;
  right: 15px;
}

.profile-button .btn.btn-cancel-profile, .profile-button .btn.btn-save-profile {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  width: 20%;
  margin: 20px 15px 20px 0;
}
@media (max-width: 991.98px) {
  .profile-button .btn.btn-cancel-profile, .profile-button .btn.btn-save-profile {
    width: 45%;
  }
}
@media (max-width: 575.98px) {
  .profile-button .btn.btn-cancel-profile, .profile-button .btn.btn-save-profile {
    width: 100%;
    margin-bottom: 10px;
  }
}

.profile-button .btn.btn-save-profile {
  background-color: #1897A8;
  color: #fff;
}
.profile-button .btn.btn-cancel-profile {
  background-color: #fff;
  color: #000000;
  border: 1px solid #E2E2E2;
}

.profile-tabs .nav-item1{
  gap : 10px;
}

.profile-tabs .nav-item1 li{
  width : auto;
}

.profile-tabs .nav-item1 li .nav-link {
  margin-right: 0;
  width: 100%;
}
.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 9999;
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    height: 100%;
    display: flex;
}