body {
  background-color: #f9f9f9 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
}
:root {
  --themeColor: #3acbb5;
  --white: #ffffff;
}
.login_bg {
  background: url(../admin_bg.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  padding: 1px;
  height: 100vh;
}
.login_logo {
  height: 100px;
}

.bg-n1 {
  background-color: #bf9316 !important;
}

#page-content-wrapper {
  padding: 25px 10px 40px 230px;
  width: 100%;
}

#sidebar-wrapper .list-group-item {
  background-color: #263544;
  color: #fff;
  border-bottom: 1px solid rgb(255 255 255 / 17%);
  font-size: 13px;
  margin-bottom: 0;
}

.d_box {
  position: relative;
  box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 12%);
  border: none !important;
}

.card.bg_n1 {
  background: #834776;
}

#sidebar-wrapper .list-group-item:hover,
#sidebar-wrapper .list-group-item:hover,
#sidebar-wrapper .list-group-item.active {
  color: var(--white);
  background-color: #32d1b2;
  border-color: #32d1b2;
}

body #sidebar-wrapper .list-group {
  width: 14rem;
}

.navbar-brand img {
  width: 100px;
  height: 60px;
  object-fit: contain;
}

#sidebar-wrapper {
  background: #263544;
}

#navbarNavDropdown a {
  color: #263544;
}

#navbarNavDropdown a.dropdown-item:hover {
  background-color: var(--white);
}

#navbarNavDropdown .dropdown-menu {
  background-color: #05176d;
}

.man_white_box {
  background: #fff;
  padding: 25px;
  box-shadow: -8px 12px 18px 0 #dadee8;
  border-radius: 8px;
}

body .card {
  border-radius: 1rem;
}

#menu-toggle {
  display: none;
}

.d_box h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

#sidebar-wrapper .drop_down a {
  background-color: #222d3b;
  padding-left: 30px;
  border: none;
}

.d_icon {
  position: absolute;
  background: #263544;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  right: 18px;
  top: 24%;
  font-size: 18px;
  color: #fff;
}

.d5 {
  font-size: 20px !important;
  position: absolute;
  right: 15px;
  top: 18px;
}

a,
.d_icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.d_box a,
.d_box a:hover {
  color: #263544;
  text-decoration: none;
}

.d_box:hover .d_icon {
  background: var(--themeColor);
  color: #263544;
}

.top_bar {
  position: fixed !important;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 0;
}

#sidebar-wrapper {
  position: fixed;
  z-index: 9;
  left: 0;
  top: -2px;
  padding-top: 80px;
}

.navbar.navbar.navbar-dark {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  top: 0;
  box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 12%);
}

body .navbar-dark .navbar-brand {
  color: #fff;
  background: var(--white);
  width: 13rem;
  border-bottom: 1px solid rgb(255 255 255 / 17%);
  margin: 0 22px;
  padding: 0;
}

#sidebar-wrapper .list-group {
  overflow-y: auto;
  height: 100%;
}

table {
  background: #fff;
}

.table_last .table .action {
  width: 150px;
}

.d_box {
  height: 100px;
  padding-right: 70px;
}

body .as-react-table .input-group-addon {
  padding: 5px 10px;
  background: #faebd700;
}

h1.text-primary {
  color: #263544 !important;
  font-size: 28px;
  margin-bottom: 16px;
}

.table-bordered th,
.table-bordered td {
  font-size: 13px;
  padding: 0.5rem;
}

.w100 {
  width: 100%;
}

body .btn_man {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: var(--white);
  padding: 0.1em 0.5rem;
}

body .man_btn {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: var(--white);
}

body .btn-primary {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: var(--white);
}

body .btn-primary:focus {
  background-color: var(--themeColor) !important;
  border-color: var(--themeColor) !important;
  color: var(--white) !important;
}

body .btn-outline-primary {
  color: var(--themeColor);
  border-color: var(--themeColor);
  background: #fff;
}

body .btn-outline-primary:hover {
  background: var(--themeColor);
  border-color: var(--themeColor);
  color: var(--white);
}

body .man_btn:hover,
body .btn_man:hover,
body .btn-primary:hover,
.verify_form .btn_man:hover {
  background-color: #23ab96;
  color: #fff;
  border-color: #23ab96;
}

td .btn-sm {
  font-size: 0.7rem;
}

.btn-primary:disabled {
  color: var(--white);
  background-color: #fdd884;
  border-color: #fdd884;
}

body .modal-content {
  border-radius: 1.3rem;
}

.verify_form .btn_man {
  background-color: var(--themeColor);
  border-color: var(--themeColor);
  color: var(--white);
  padding: 0.2rem 0.5rem;
  margin-left: 20px;
  font-size: 14px;
}

.verify_form .btn_man:hover .text-danger,
.verify_form .text-danger {
  color: #ffffff !important;
}

body th.sortable {
  color: #283777;
}

body a {
  color: #283777;
}

body .btn_admin {
  background: #ffb145;
  padding: 0.375rem 0.75rem;
  color: #000;
}

body .btn_admin:hover {
  background: #d08f36;
  color: #000;
}

.verify_form {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
}

#update-user img {
  height: 150px;
}

.status_box {
  display: flex;
  float: right;
}

.w_chating_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.scrool_chating {
  height: 50vh;
  padding-right: 15px;
  overflow-y: scroll;
}

.scrool_chating .bubble {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.scrool_chating p {
  margin-bottom: 10px;
}

.time-right {
  font-size: 12px;
}

.add_fileinput {
  position: relative;
  margin-top: 15px;
}

.add_fileinput input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*30-11-2021*/
#as-react-datatable-table-body table tbody tr {
  white-space: nowrap;
}

#as-react-datatable-table-body table tbody tr .action .btn {
  margin-right: 3px;
  font-size: 13px;
}

#as-react-datatable .bankName {
  white-space: break-spaces;
}

#as-react-datatable .date {
  white-space: break-spaces;
}

#update-user + div[style="display: block;"] {
  margin-top: 20px;
}

body .list-group-item {
  padding: 14px 10px;
}

body .table th,
body .table td {
  padding: 0.5rem;
}

.padding_d .nav.nav_left_tab .nav-item:not(:last-of-type) {
  margin-right: 20px;
}

.padding_d .nav.nav_left_tab .nav-item a {
  font-size: 18px;
  color: #05176d;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}

.padding_d .nav.nav_left_tab .nav-item a.active,
.padding_d .nav.nav_left_tab .nav-item:hover a {
  border-bottom-color: #05176d;
  text-decoration: none;
}

#add-user-modal #add-user .form-control {
  margin-bottom: 15px;
}

.page-item .page-link,
.page-item.disabled .page-link {
  border-color: #283777;
}

.page-item.disabled {
  cursor: no-drop;
}

.page-item .page-link {
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  color: #283777;
}

.page-item .page-link:hover {
  color: var(--white) !important;
  background-color: var(--themeColor);
  border-color: #000000;
}

/*30-11-2021*/

/*22-02-2022*/
.contest-participant-outer {
  margin: 0 0 30px;
}

.contest-participant-outer .contets-outer,
.contest-participant-outer .crypt-market-status2 {
  background-color: #fff;
  padding: 25px 20px 8px;
  border-radius: 15px;
}

.contest-participant-outer .contets-outer {
  height: 100%;
}

.contest-participant-outer .contest-detail-outer {
  margin: 15px 0 0;
}

.contest-detail-outer .ine_hadding {
  font-weight: 600;
}

.popup-btn-outer .view_dital {
  border: 1px solid #a7a7a7;
  padding: 5px 8px;
  border-radius: 5px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
}

.popup-btn-outer .view_dital:hover {
  background-color: var(--white);
  border-color: var(--white);
  color: #fff;
}

.fwb {
  font-weight: bold;
}

.rotate_img {
  margin: 10px 0 30px;
  height: 500px;
  display: flex;
  overflow: hidden;
  position: relative;
}

.rotate_img img {
  margin: auto;
}

.rotate_img_box .btn {
  margin: 5px;
}

.modal .modalSize {
  max-width: 700px !important;
  max-height: 700px !important;
  width: 650px !important;
  height: 700px !important;
}

/*22-02-2022*/
/*26-04-2022*/
.popup-img-outer {
  display: block;
}
.man_white_box .personal-detail-outer {
  border-bottom: solid;
  border-image-slice: 1;
  border-bottom-width: 2px;
  border-image-source: linear-gradient(
    to right,
    #ffffff 0%,
    var(--white) 50%,
    #ffffff 100%
  );
  margin-bottom: 22px;
}
/*26-04-2022*/
@media only screen and (max-width: 991px) {
  .navbar.navbar.navbar-dark {
    background-color: var(--white);
    padding: 17px;
  }

  button.navbar-toggler {
    display: none;
  }

  svg.svg-inline--fa {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  #page-content-wrapper {
    padding: 60px 0 0;
  }

  #menu-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 20px;
    color: #283777;
  }

  .d_box {
    margin-bottom: 20px;
  }

  .man_hadding {
    font-size: 1.5rem;
  }
}

body .bggreen {
  background-color: #28a745;
  border-color: #28a745;
  color: #ffffff;
}

body .bgred {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffffff;
}

.btn.accepted {
  pointer-events: none;
  background-color: #0bbf0b !important;
  border-color: #0bbf0b !important;
  color: #fff !important;
}

.btn.rejected {
  pointer-events: none;
  background-color: #f11010 !important;
  border-color: #f11010 !important;
  color: #fff !important;
}

.btn.rejectedwithdrow {
  background-color: #f11010 !important;
  border-color: #f11010 !important;
  color: #fff !important;
}

.btn.acceptedPointer {
  background-color: #0bbf0b !important;
  border-color: #0bbf0b !important;
  color: #fff !important;
}

/* #as-react-datatable {
  display: block;
  overflow: auto;
} */
.bank-detail-datatable {
  display: block;
  overflow: auto;
}

.modal-dialog1 {
  width: 450px;
  height: 350px;
  max-width: 650px;
  max-height: 700px;
  margin: 0 auto;
  transition: transform 0.3s;
  transform: none;
  position: relative;
  pointer-events: none;
}

.row.tt_table {
  line-height: 30px;
  color: #000;
  text-align: right;
  margin: 16px 0 0;
}

.tt_table .col-sm-6 {
  border: 1px solid #dee2e6;
  margin-top: -1px;
}

.fw600 {
  font-weight: 600;
}

.upcase {
  text-transform: capitalize;
}
.bunner_list .ck-blurred p {
  min-height: 400px;
}
.upload-destination img {
  width: 50%;
  margin-bottom: 10px;
}
.d-image img {
  width: 30%;
}

/* .fieldset {
  display: none;
} */
.fieldset {
  display: block;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #7c7c7c;
  display: flex;
}

#progressbar .active {
  color: var(--themeColor);
}
#progressbar .active .image-box {
  background: #a32e49;
  filter: invert(100%);
}
#progressbar li {
  list-style-type: none;
  font-size: 14px;
  width: 100%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}
#progressbar li .image-box {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  /* font-size: 30px; */
  color: #f3f3f3;
  background: lightgray;
  border-radius: 56%;
  margin: auto auto 10px auto;
  padding: 10px;
}
#progressbar li .image-box img {
  width: 30px;
  height: 30px;
  line-height: 45px;
  display: block;
  color: #f3f3f3;
  margin: 0 auto 10px auto;
}

/* #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 30px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  text-align: center;
 font-family: bootstrap-icons !important;
  content: "\F26E";
} */

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: -65px;
  top: 25px;
  z-index: -1;
  /* transform: rotate(90deg); */
}
#progressbar li strong {
  margin-bottom: 10px;
  font-weight: 500;
}
#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--themeColor);
}

.progress {
  height: 20px;
}

.progress-bar {
  background-color: var(--themeColor);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}
.accordingdelete {
  width: 2%;
}
.bottom-btn {
  display: flex;
  justify-content: space-around;
}
.gallery-img {
  width: 20%;
  padding: 5px;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* =======custom css by Jeet========= */
.input-box {
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  box-shadow: -8px 12px 18px 0 #dadee8;
}

select,
input.form-control,
textarea,
input {
  background-color: #ffffff;
  border: 1px solid gray;
  border-radius: 4px;
  /* box-shadow: 1px 2px #cad1dc; */
  color: #181818;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  padding: 10px 15px;
  width: 100%;
}
.book_form_box textarea {
  height: 120px;
}
.btn_input {
  position: relative;
}
.btn_input .btn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  padding: 6px 10px;
  height: 100%;
}
.bottom-btn .btn_man {
  padding: 8px 20px;
}
.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 130px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #5bc9b8;
  color: #444;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  margin-top: 20px;
}

.tr {
  text-align: right;
}

.drop-container:hover .drop-title {
  color: #222;
}
.add_table th,
.add_table td {
  padding: 5px;
}

.drop-title {
  color: #444;
  font-size: 17px;
  font-weight: 500;
}
/* .book_form_up {
  display: flex;
} */
.fieldset {
}
/* .categories-name-box{
  display: flex;
  align-items: center;
} */
.selected-images img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.left-section {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.left-section input {
  margin-right: 10px;
}
.left-section label {
  margin-bottom: 0;
}
.left-section input:hover {
  cursor: pointer;
}
.left-section label:hover {
  cursor: pointer;
}
.add-row {
  text-align: center;
  border: 1px solid #c7c3c3;
  padding: 5px;
  border-radius: 5px;
  margin-top: 25px;
}
.accordion {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
}
.collapse .accordion-body img {
  position: absolute;
  top: 20px;
  right: 65px;
  z-index: 100;
}
.image-preview {
  position: relative;
  border: 1px dashed #4acbb4;
  margin-right: 16px;
  border-radius: 10px;
  width: 200px;
  height: 180px;
  background: #fff;
  padding: 10px;
}
/* .image-preview i{
  position: absolute;
  right: 0;
} */
.image-preview i:hover {
  cursor: pointer;
}
.image-preview-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-preview button.btn.btn-danger.btn-sm {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  padding: 0;
}
.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.man_white_box2 span {
  border: 1px solid #eee;
  padding: 10px;
  margin: 10px;
}

.man_white_box2 h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr10 {
  margin-right: 10px !important;
}
input[type="checkbox"] {
  margin-right: 10px;
}
.accordion-header {
  position: relative;
}
.accordion-header img {
  position: absolute;
  top: 19px;
  right: 60px;
  z-index: 100;
}
.password {
  position: relative;
}
.password input {
  padding-right: 30px;
}
.password i {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 10;
}
.password i:hover {
  cursor: pointer;
}
.select-div {
  display: inline-block;
  float: right;
  margin-top: 25px;
  margin-right: 10px;
}

.dashboard.row {
  row-gap: 1.7em;
}

.d-card {
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 10%);
  background: #fff;
  height: 100%;
}

.d-card h4 {
  font-size: 1.2em;
  font-weight: 600;
}
.h-icon .btn-secondary {
  border-radius: 100% !important;
  margin-right: 35px;
}
.h-icon .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  right: 2px !important;
  left: 0;
  margin-top: 0.125rem !important;
}
.dropstart .dropdown-menu {
  background: #fff !important;
}
.pass-box {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: -8px 12px 18px 0 #dadee8;
}
.add-ava-unit {
  border: 2px solid #ddd;
  padding-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.top-heading {
  text-transform: capitalize;
}
.short {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

button.admin-logout {
  padding: 12px 10px;
  color: #3bcbb5;
  background-color: #172936;
  border: none;
}

div#as-react-datatable-table-head .text-right {
  text-align: right;
}
.modal-content {
  border: none !important;
}

.modal-dialog > .modal-content {
  border: 1px solid gray !important;
}
.page-item .page-link input {
  height: 20px;
}
.modal-dialog .modal-dialog {
  width: 100%;
  margin: 0;
}
.ad_ul_box li {
  display: inline-block;
  margin: 5px;
  font-size: 20px;
}
.ad_ul_box {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ad_ul_box li .fa-trash {
  cursor: pointer;
  color: #e42a2a;
}

.sidebar-wrapper {
  transition: all 0.3s ease;
}

/* Mobile Sidebar */
.sidebar-wrapper.mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
  overflow-y: auto;
  background-color: white;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
  width: 220px;
}

.sidebar-wrapper.mobile.open {
  transform: translateX(0);
}

.sidebar-wrapper.desktop {
  width: auto;
  position: relative;
}

.mobile-toggle-btn {
  position: fixed;
  top: 15px;
  left: 10px;
  z-index: 999;
  background-color: #f8f9fa;
  border: none;
  font-size: 20px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.sidebar-header {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}

.close-sidebar-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

@media (max-width: 767px) {
  #page-content-wrapper {
    margin-top: 60px;
  }
}