:root {
  --admin-header: #393b4d;
  --primary-color: #59316c;
  --light-primary-color: #fff;
  --dc-primary-color: #7dc4e4;

  --loginCard: #fff;
  --txt-white: #fff;
  --txt-black: #000;
  --subHeader_dc: #e0e0ea;
  --shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  --heading-color: #e9e5eb;
  --blue: 2e8B57;
  --light_green: #2e8b57c4;
  --blue: #0b2c3f;
  --gradient: linear-gradient(188deg, #eac20f, rgb(229 100 9));
  --green: #0b2623;
}

.body {
  background-color: #000 !important;
}



.body_color-glow {
  position: fixed;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(90deg, #00a3fd 0%, #83ba3a 100%);
  opacity: 0.25;
  filter: blur(50px);
}

.body_color-glow.glow-2 {
  left: auto;
  top: -50px;
  right: -250px;
  bottom: auto;
  background: #00a3fd;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.irs-donation-col {
  position: relative;
}

.irs-donation-col i {
  position: absolute;
  right: 7px;
  top: 13px;
  font-weight: 700;
  color: #FCB42D;
  cursor: pointer;
}

.login_body_1 {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.login_body_1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  /* opacity: 0.5; */
  background-image: url("../images/Adminbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.set-row {
  display: flex;
  justify-content: right;
  align-items: center;
}

.login_body_1 .card_login_1 {
  /* background:#ffdbc0; */
  padding: 76px 22px 76px;
  width: 480px;
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(50px);
  position: relative;
  z-index: 1;
}

@media (max-width: 400px) {
  .login_body_1 .card_login_1 {
    padding: 20px;
  }
}

.login_body_1 .logo__sec {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .logo__sec {
  position: relative;
  top: -29px;
} */

.login_body_1 .logo__sec img {
  width: 160px;
}

.login_body_1 .login_txt {
  /* text-align: center; */
  /* padding-top: 18px */
  padding-left: 10px;
}

.login_body_1 .log-box {
  margin-top: 20px;
}

.login_body_1 .log-box .form-control {
  padding: 10px 10px;
  height: auto;
  border-top: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
  border-radius: 0px;
  /* background: #5e3806; */
  border-radius: 7px;
  border: none;
  color: #000;
  padding-right: 35px;
}

.login_body_1 .remove-margin {
  margin-bottom: 0 !important;
}

.login_body_1 .log-box .new_btn {
  width: 50%;
  display: block;
  background-color: var(--primary-color) !important;
  padding: 12px 10px;
  margin: auto;
  color: var(--txt-white);
  text-transform: capitalize;
  margin-top: 30px;
  border: 1px solid transparent;
  outline: none !important;
}

.login_body_1 .log-box .new_btn:hover {
  background-color: transparent !important;
  border-color: var(--primary-color) !important;
  color: #000;
}

/* admin Header css work start */

.admin__header .Navbar__new {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.admin__header .Navbar__new .logo__sec {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin__header .Navbar__new .logo__sec img {
  /* width:100%;
  height: auto; */
  /* background: #fff; */
  /* margin-top: 11px; */

  height: 60px;
  width: 60px;
}

@media(max-width:968px) {
  .admin__header .Navbar__new .logo__sec img {
    width: 75%;

  }
}

/* dashboard index page___ */

.main_content_new {
  /* margin-top: 20px; */
  /* margin-bottom: 50px; */
}

.main_content_new .sub__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 
@media (max-width: 768px) {
  .main_content_new .sub__header .starte__txt {
    display: none;
  }
} */

.main_content_new .new__sec {
  background-color: #272c2f;
  border-radius: 10px;
  padding: 10px;
  border-radius: 10px;
  /* box-shadow: 3px 3px 0px var(--blue); */
}

/* 
  position: relative;
  z-index: 1;
} */

/* .upper_section_home::after {
  position: absolute;
  content: "";
  background-image: url("../../../uploads/SL.jpg");
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
} */

.main_content_new .new__sec .btn {
  padding: 8px 20px;
  background-color: var(--blue);
  color: var(--txt-white);
  font-size: 14px;
  background: #171618;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  border-radius: 10px;
}

.main_content_new .new__sec .btn:hover {
  color: #fff;
  border-color: #171618;
  background: none;
}

.main_content_new .card__row {
  row-gap: 20px !important;
}

.main_content_new .card {
  background-color: #171618;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 20px;
}

.main_content_new .inner {
  position: relative;
  transition: all 0.3s linear;
}

.main_content_new .inner::after {
  position: absolute;
  content: "";
  /* background-image: url("../../../uploads/login-bg101.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  width: 110px;
  height: 100%;
  display: none;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--blue);
  border-radius: 60px 0 0 60px;
}

/* @media (max-width: 992px) {
  .main_content_new .inner::after {
    width: 72%;
  }
} */

.main_content_new .card.form-cards {
  height: auto;
  margin-bottom: 10px;
}

.background_layer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #272c30;
}

@media (max-width: 768px) {
  .background_layer::after {
    border-radius: 0px 0px 45px 45px;
  }

  .main_content_new .card.form-cards {
    margin-bottom: 20px;
  }
}

.background_layer::after {
  position: absolute;
  content: "";
  /* background-image: url('../images/dash_bg.png'); */
  height: 205px;
  width: 100%;
  top: 0;
  background-size: cover;
  right: 0;
  z-index: -1;
  background-position: center;
  /* background-color: var(--blue); */
  border-radius: 0px 0px 43px 43px;
}

/* .main_content_new .card.for-hight {
  height: 623px;
} */
.cd-head {
  padding: 13px;
}

.down_icon {
  position: relative !important;
  top: -8px !important;
}

.main_content_new .card .card-header {
  background-color: var(--light_green);
  color: #fff;
  padding: 0;
}

/* .main_content_new .card .card-body {
  padding: 0 !important;
  position: relative;
  flex-direction: column;

} */
.custom-card-body {
  display: flex !important;
  /* justify-content: center !important; */
  align-items: center !important;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px !important;
}

.dashboardcard .card .card-body {
  padding: 0 10px !important;
  position: relative;
  height: 130px;
  flex-direction: row-reverse !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-left: 5px solid var(--blue); */
}

.edit-content .card-header {
  background-color: transparent !important;
}

.main_content_new .card .table-card {
  display: block !important;
}

.main_content_new .card .card-body form {
  width: 100%;
}

.main_content_new .card .card-body .for-responsive-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 !important;
}

.main_content_new .card .card-body .form-group {
  margin: 0;
}

.main_content_new .card .card-body .form-group .form-control {
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
  color: black;
}

.main_content_new .card .card-body .form-group select {
  padding: 0 10px !important;
  height: 42px;
}

.main_content_new .card .card-body .form-group label {
  margin: 0;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  padding-left: 5px;
}

.main_content_new .card .card-body .form-group.for-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_content_new .card .card-body .form-group.for-button button {
  background-color: #272c30;
  border: 1px solid #272c30;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.5s linear;
}

.main_content_new .card .card-body .form-group.for-button button:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.main_content_new .card .card-body .form-group.for-button button:focus {
  box-shadow: none;
}

.New___sub_tabs {
  display: flex;
  align-items: center;
  padding: 10px 0;
  /* justify-content: space-between; */
  gap: 10px;
}

.New___sub_tabs .card__column {
  width: 100%;
}

.main_content_new .mini-stat-img {
  /* background: var(--blue); */
  color: var(--txt-white);
  border-radius: 0;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 62px;
  margin-right: 13px;
  border-radius: 4px;
  /* clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%); */
}

.main_content_new .mini-stat-img i {
  font-size: 25px;
  position: relative !important;
  top: 7px !important;
  color: #fff;
  left: 10px;
  /* background: #2e8b582b; */
  padding: 8px;
  border-radius: 8px;
}

i.fas.fa-dollar-sign {
  padding: 8px 16px !important;
}

.back_layer {
  height: 100%;
}

.new-set-card {
  position: relative;
  z-index: 1;
}

.new-set-card::after {
  position: absolute;
  content: "";
  height: 46%;
  width: 20%;
  z-index: -1;
  top: -2px;
  left: -2px;
  background: #fff;
}

.new-set-card::before {
  position: absolute;
  content: "";
  height: 46%;
  width: 20%;
  z-index: -1;
  bottom: -2px;
  right: -2px;
  background: #fff;

}

.main_content_new .mini-stat .mini-stat-img i {
  font-size: 20px;
}

.white_txt {
  color: #fff !important;
  position: relative;
  top: 5px;
}

@media (max-width: 290px) {
  .white_txt {
    font-size: 13px;
  }

  .main_content_new .mini-stat-img i {
    left: -2px;
  }
}

@media (max-width: 320px) {

  .main_content_new .sub__header.for-none.mb-3,
  .main_content_new .sub__header.set-cash-card {
    flex-direction: column;
    align-items: start !important;
    gap: 9px;
  }
}

.main_content_new .card a h5 {
  color: #fff;
  padding-bottom: 13px;
  font-size: 13px !important;
}

.main_content_new .card .primary-color {
  font-size: 13px !important;
  color: #fff;
  text-align: left;
  margin: 0;
  padding-bottom: 5px;
}

.off_btn {
  text-align: left;
  position: relative;
  top: 23px;
}

.main_content_new .card p {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
  margin-right: 11px;
  font-size: 20px;
}
/* 
 all User page work start..
  =========================== */

.table__sec .table__card_dc:hover {
  border-color: #ddd !important;
}

.table__sec .table__card_dc .card-body {
  padding: 0 !important;
}

.table__sec .table__card_dc .card-footer {
  background-color: var(--heading-color);
  padding: 0;
}

.pic1 {
  height: 100%;
}

.table__sec .table__card_dc .card-header {
  background-color: var(--light-primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.search_btn {
  border-radius: 5px;
}

.table__sec .table__card_dc .card-header .btn-submit {
  background-color: #272c30 !important;
  padding: 7px 10px;
  border-radius: 7px;
  text-transform: capitalize;
  color: white;
  border: none;
}

/* .table__sec .table__card_dc .card-header .dropdown-divider {
  background: white;
  height: 5px;
  width: 100%;
} */

.table__sec .table__card_dc .card-header .card-header-column-main {
  padding: 10px;
  background: #171618;
}

.table__sec .table__card_dc .card-header .card-header-column-main h4 {
  font-size: 19px;
}

.table__sec .table__card_dc .card-header .card_form {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  /* width: 100% ; */
}

@media (max-width: 576px) {
  .table__sec .table__card_dc .card-header .card_form {
    flex-direction: column;
  }
}

.for_width {
  width: auto !important;
}

@media (max-width: 576px) {
  .table__sec .table__card_dc .card-header .card_form {
    align-items: flex-start;
  }

  .for_width {
    width: inherit !important;
    margin-bottom: 20px;
  }
}

.table__sec .table__card_dc .card-header .card_form select {
  width: 150px;
  padding-left: 5px;
  padding-right: 5px;
}

.table__sec .table__card_dc .card-header form .form-control {
  background-color: #fff;
  border-radius: 7px;
}

.table__sec .table__card_dc .main__center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 2px solid #fff; */
  padding: 10px 0;
  /* margin-bottom: 20px; */
  width: 100%;
  background: #171618;
}

.table__sec .table__card_dc .table td,
.table th {
  white-space: nowrap;
  color: white;
  vertical-align: middle !important;
}

.table__sec .table__card_dc .table td,
.table th:hover {
  color: white;
}

.table__sec .table__card_dc .table td,
.table th {
  color: #fff;
}

.table__sec .table__card_dc .table td .btn__sec {
  padding: 8px 20px;
  cursor: pointer;
  color: var(--txt-white);
  margin: 0 5px;
  border-radius: 7px;
  display: inline-block;
}

tbody tr:hover .btn-info {
  background: #4c5257 !important;

}


.pagination {
  margin-bottom: 0;
}

/* all user pages sec.... */

.dataTables_filter,
.dt-buttons {
  padding: 10px 10px;
}

.dt-buttons .dt-button {
  padding: 6px 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  margin: 0px 5px;
  background-color: var(--blue);
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
  color: #fff;
  transition: all 0.3s linear;
}

.dt-buttons .dt-button:hover {
  color: #000;
}

.dataTables_filter input {
  box-shadow: unset !important;
  outline: unset !important;
}

.dataTables_paginate,
.dataTables_info {
  padding: 10px;
  color: #fff;
  font-weight: 500;
}

.dataTables_paginate a {
  color: green;
  margin: 0 2px;
  background: white;
  padding: 2px 8px;
  border-radius: 4px;
}

.dataTables_paginate strong {
  background: #155248;
  color: #fff;
  padding: 2px 8px;
  margin-right: 2px;
  border-radius: 4px;
}

.pagination .page-link {
  color: var(--txt-black);
  box-shadow: unset !important;
}

.pagination .disabled,
.pagination .page-link:disabled {
  cursor: not-allowed !important;
}

.pagination .page-link:hover {
  color: var(--blue);
}

.page-item.active .page-link {
  background-color: #272c30 !important;
  border-color: #272c30 !important;
}

#sidebar-menu ul li ul.sub-menu li a p {
  margin-bottom: 0 !important;
}

.export-table {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 10px;
}

a.export-btn {
  padding: 10px 10px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 7px;
}

a.export-btn img {
  max-width: 17px;
  margin-right: 10px;
}

@media (max-width: 1240px) {
  .for-responsive-set {
    flex-direction: column;
    align-items: start !important;
    justify-content: flex-start !important;
    text-align: left;
  }
}

@media (max-width: 768px) {
  /* .login_body_1 {
    display: block;
    padding-top: 140px;
  } */

  a.export-btn img {
    display: none;
  }

  a.export-btn {
    font-size: 9px !important;
    padding: 8px 7px !important;
    text-align: center;
  }

  .main_content_new .new__sec .breadcrumb {
    padding: 0;
  }

  .New___sub_tabs {
    flex-wrap: wrap;
  }

  .New___sub_tabs .card__column {
    flex-basis: 48%;
  }

  /* .main_content_new .new__sec {
    margin-bottom: 15px;
  } */

  .table__sec .table__card_dc .card-footer {
    text-align: center;
  }

  .table__sec .table__card_dc .card-footer .dataTables_paginate,
  .dataTables_info {
    justify-content: center !important;
  }
}

@media (max-width: 992px) {
  .footer {
    left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .right-pic {
    display: none;
  }

  .set-row {
    justify-content: center;
  }

  .admin__header .Navbar__new .logo__sec .sidebar__logo {
    display: none;
  }

  .admin__header .Navbar__new .logo__sec .d-none {
    display: block !important;
  }

  .admin__header .Navbar__new {
    background-color: transparent;
    width: auto;
    padding-left: 15px;
  }

  .admin__header .header__logo_sec {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

@media (max-width:390px) {
  .footer>div {
    width: 100%;
    flex-basis: 100%;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .page-content {
    /* margin-bottom: 30px; */
    padding: 100px 10px 85px 10px !important;
  }

  .footer {
    flex-direction: column;
    /* align-items: ; */
    padding-bottom: 20px !important;
    height: auto !important;
  }



  .footer>div {
    width: 100%;
    flex-basis: 100%;
  }

  .footer .float-right {
    margin-bottom: 10px;
  }

  .main-content .container-fluid {
    padding: 0;
  }

  .login_body_1 .card_login_1 {
    max-width: 100%;
    width: 100%;
  }

  .main_content_new .new__sec .breadcrumb-item {
    opacity: 0.7;
  }

  /* .main_content_new .new__sec {
    background-color: transparent;
    margin: 10px 0 15px !important;
  } */

  .main_content_new .sub__header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .main_content_new .sub__header.for-none.mb-3,
  .main_content_new .sub__header.set-cash-card {
    flex-direction: row;
    align-items: center !important;
    justify-content: space-between;
  }

  .main_content_new .new__sec .col-12 {
    padding: 0;
  }

  .main_content_new .new__sec::after {
    display: none;
  }

  .main_content_new .new__sec .btn {
    padding: 8px 10px !important;
  }

  .table__sec .table__card_dc .main__center {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .table__sec .table__card_dc .card-header .card-header-column-main h4 {
    margin-bottom: 10px !important;
    font-size: 16px;
  }

  .main_content_new .new__sec.for-none {
    display: none;
  }

  .main_content_new .new__sec .none-text {
    display: none;
  }
}

@media (max-width: 768px) {
  .main_content_new .card .card-body {
    width: 100% !important;
  }
}

@media (max-width: 572px) {
  .main_content_new .card .card-body {
    padding: 10px;
  }
}

@media (max-width: 380px) {
  .New___sub_tabs .card__column {
    flex-basis: 108% !important;
  }

  .main_content_new .sub__header h5 {
    font-size: 16px;
  }
}

.otp__form .irs-donation-col {
  width: 100%;
  margin-right: 10px;
}

.otp__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otp__form .otp-button {
  padding: 10px;
  transition: all 0.4s linear;
}

.otp__form .otp-button:hover {
  color: var(--primary-color);

  border: 1px solid var(--primary-color);
}

#yin-yang {
  width: 96px;
  box-sizing: content-box;
  height: 48px;
  background: #89c13e;
  border-color: white;
  border-style: solid;
  border-width: 2px 2px 50px 2px;
  border-radius: 100%;
  position: relative;
  animation: round_circle 3s linear infinite reverse;
  transition: all 0.3s linear;
}

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

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

#yin-yang:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #89c13e;
  border: 18px solid #dcebe3;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  box-sizing: content-box;
}

#yin-yang:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  border: 18px solid #89c13e;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  box-sizing: content-box;
}

.right_head {
  display: flex;
  justify-content: end;
  margin: -9px;
}

@media (max-width: 576px) {
  .right_head {
    display: none;
  }
}

.table_pic {
  width: 88px;
  border-radius: 10px;
}

.login_body_1 .card_login_1 {
  position: relative;
  z-index: 1;

}

/* .login_body_1 .card_login_1::before {
  position: absolute;
  content: "";
  background-image: url('../images/img-6.png');
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;

} */

.login_txt h4 {
  font-size: 23px;
  font-weight: 700;
  color: #FCB42D;
}

.login_txt p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.login_btn {
  background: #FCB42D;
  color: #000;
  border-radius: 6px !important;
  margin-top: 11px;
  padding: 11px 29px !important;
  transition: all 0.3s linear;
}

.login_btn:focus {
  outline: none !important;
  color: white !important;
}

.login_btn:hover {
  color: white !important;
  border: 1px solid #b86b13;
  background: #b86b13;
}

.login_btn {
  width: 100%;
}

.card-text-padding {
  padding-top: 17px;
}