/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
body {
  color: #000 !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  color: #000 !important;
}

.menu .app-brand.demo {
  height: 90px;
  margin-top: 12px;
  z-index: 11111111;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/* btn css */

.btn-info {
  color: #000;
  box-shadow: unset;
  border: 1px solid #062B49;
  background: none;
}

.form-select {
  padding: 10px 15px !important;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  color: #000;
  border-color: #062B49;
  background: none;
}

.content-wrapper h5 {
  font-size: 25px;
  font-weight: 600;
}
.badge .bx {
  color: #fff;
}
.btn-primary.submit,
.btn-primary {
  color: #fff;
  background-color: #062B49;
  border-color: #062B49;
  box-shadow: unset;
  font-size: 16px;
  font-weight: 500;
}

.btn-primary:hover {
  color: unset;
  background-color: unset;
  border-color: unset;
  box-shadow: unset;
}

.btn-outline-primary {
  color: #B7B7B7;
  border-color: #B7B7B7;
}

td .bg-label-primary {
  background-color: #062B49 !important;
  color: #fff !important;
}

/* btn css end */

.form-control:focus,
.form-select:focus {
  border-color: #B7B7B7;
}

.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
  color: #fff !important;
  background-color: #062B49 !important;
}
.bg-menu-theme .menu-inner>.menu-item.active>.menu-link .bx:before{
  color: #fff !important;
}

.bg-menu-theme .menu-inner>.menu-item.active:before {
  background: #062B49;
}

.bg-menu-theme .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle):before {
  background-color: #B7B7B7 !important;
  border: 3px solid #fff !important;
  outline: 3px solid #B7B7B726;
}

.apexcharts-legend-series .apexcharts-legend-marker {
  background-color: #B7B7B7 !important;
  color: #B7B7B7 !important;
}

.btn-outline-primary:hover {
  border-color: #062B49;
  background-color: #062B49;
  box-shadow: unset;
}

label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

.form-control {
  padding: 10px 15px !important;
  min-height: 50px;
}

.layout-wrapper,
.layout-container {
  background: #ffffff2b !important;
}

.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  background-color: #B7B7B7;
  border-color: #B7B7B7;
  background: none;
  color: #B7B7B7;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: #062B49;
  box-shadow: unset;
}

.nav .nav-link:hover,
.nav .nav-link:focus {
  color: #062B49;
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  color: #062B49 !important;
  background-color: #B7B7B726 !important;
}

.bg-label-primary {
  background-color: #062B49 !important;
}

.bg-label-primary .text-primary,
.bx-mobile-alt {
  color: #fff !important;
}

.card {
  height: 100%;
  justify-content: center;
}

.card-footer .btn,
.btn-space .btn {
  margin-right: 10px;
}

.table th {
  vertical-align: middle;
}

.app-brand .layout-menu-toggle {
  background-color: #B7B7B7;
}

.top-input-space a {
  width: 100%;
}

.app-brand {
  justify-content: center;
}

.app-brand-logo .logo {
  width: 150px;
  /* height: 80px; */
  height: auto;
}

.app-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.login-count-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top-input-space .space {
    margin-bottom: 10px;
  }

  .top-input-space .space:last-child {
    margin-bottom: 0px;
  }

  .top-input-space a {
    width: fit-content;
  }

  .right-side-top {
    gap: 0px 7px;
  }

  table .form-select {
    width: fit-content;
    margin: auto;
  }
}

.form-check-input:checked,
.css-checkbox:checked {
  background-color: #062B49;
  border-color: #d9dee3;
  box-shadow: none;
}

.form-check-input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.form-check-input:focus {
  border-color: #d9dee3;
  box-shadow: none;
}

.user-list-box .checkbox {
  position: absolute;
  left: 10px;
  top: 10px;
  width: fit-content;
  z-index: 1;
}

.user-list-box .checkbox input {
  margin: 0;
  border-radius: 6px;
  box-shadow: unset;
}

.user-list-box .checkbox .form-check-input:checked {
  box-shadow: none;
}

.user-list-box .image-box {
  height: 200px;
}

.user-list-box .image-box .card-img-top {
  height: 200px;
  width: 100%;
  object-fit: contain;
}

.user-activity {
  width: fit-content;
  border-radius: 6px;
  padding: 2px 7px;
  font-size: 12px;
  text-align: center;
  height: fit-content;
  font-weight: 400;
  background-color: #fff;
  box-shadow: 0px 4px 4px -2px rgb(0 0 0 / 50%);
}

.user-activity.active {
  /* background-color: #27c259; */
  color: #27c259;
}

.user-activity.inactive {
  /* background-color: #ff3e1d; */
  color: #e6381a;
}

.user-activity.pending {
  /* background-color: rgb(255 171 0 / 10%); */
  color: #ffab00;
}

.user-activity.active:hover {
  /* background-color: #27c259; */
  color: #27c259;
}

.user-activity.inactive:hover {
  /* background-color: #ff3e1d; */
  color: #ff3e1d;
}

.user-activity.pending:hover {
  /* background-color: rgb(255 171 0 / 10%); */
  color: #ffab00;
}

.user-list-box .card-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}


.user-activity .card-title span {
  font-size: 16px;
}

.user-list-box .bottom-btn {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.user-list-box .bx-envelope,
.user-list-box .bx-phone,
.user-list-box .bx-restaurant,
.user-list-box .bxl-product-hunt,
.user-list-box,
.bxs-user-account .bxs-purchase-tag {
  color: #000;
}

.bx-dollar {
  color: #000;
}

.user-status-box {
  position: absolute;
  right: 10px;
  top: 10px;
  width: fit-content;
}

.card.h-100.position-relative {
  box-shadow: 0px 2px 4px 3px rgba(67, 89, 113, 0.15) !important;
  text-align: center;
}

.pagination {
  justify-content: center;
  gap: 10px;
}

.pagination li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  /* background-color: #f0f2f4; */
  border: 1px solid #f0f2f4;
  min-width: inherit;
  color: #000;
}

.pagination li.active a {
  background-color: #062B49 !important;
  color: #fff;
  box-shadow: unset;
}

.authentication-wrapper.authentication-basic .authentication-inner:before,
.light-style .authentication-wrapper.authentication-basic .authentication-inner:after {
  filter: hue-rotate(140deg);
}

.light-style .authentication-wrapper.authentication-basic .authentication-inner:after {
  /*transform: rotate(270deg);
  bottom: -59px;
  left: -81px;*/
  left: -42px;
  bottom: -117px;
}

.btn-primary:focus {
  background-color: #062B49;
  border-color: #062B49 ;
  color: #fff;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #B7B7B7;
}

form .error {
  font-size: 13px !important;
}

table .checkbox label {
  position: absolute;
}

.misc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - (1.625rem * 2));
  text-align: center;
}

.top-input-space {
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.right-side-top {
  gap: 5px 20px;
}

.top-input-space h5.space {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}

.space-w {
  width: 175px;
}

.card form img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.delete_document {
  padding: 5px 10px;
}

/* .preview-img-box{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
} */

.submit-image-box,
.preview-image-box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.submit-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.submit-image a i {
  font-size: 16px;
}

.preview-image-box embed,
.submit-image-box embed {
  height: 100px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.table-search-in {
  width: 300px;
}

/*Log Timeline*/
.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}


.timeline-item h5 {
  margin-bottom: 0;
}

.timeline-item p {
  margin-bottom: 0;
}

/*Log Select2*/
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #B7B7B7 !important;
}

.search-input {
  width: 200px;
}

/*last added*/

.bottom-btn {
  white-space: nowrap;
}

.table> :not(:first-child) {
  border-top: 0px solid #d9dee3;
}

.label-container {
  position: absolute;
  position: absolute;
  right: 3px;
  bottom: 4px;
  width: fit-content;
  background-color: #ffffff;
  color: #B7B7B7;
  padding: 1px 8px;
  border-radius: 6px;
  box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 12px;
}

/*.space .select2-container--default .select2-selection--single{
    display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    height: auto  !important;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.space .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100% !important;
}
.space .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px !important;
    padding-right: 0px !important;
    line-height: unset;
}
.space  .select2-container{
  min-width: 225px !important;
  width: 100% !important;

}

 .space .select2-container--default .select2-selection--single .select2-selection__arrow b {
   margin-left: 0px;
   top: 39%;
}

.space .select2-container--default .select2-selection--single {
   height: 40px !important;
}

.space  .select2-container--default .select2-selection--single .select2-selection__rendered {

    margin-top: 2px !important;
    margin-left: 28px !important;
}*/


.bg-label-info {
  background-color: #062B49 !important;
  color: #fff !important;
}

.bg-label-success {
  background-color: #062B49 !important;
}

.text-info {
  color: #fff !important;
}

.bx-user:before {
  color: #fff !important;
}

/* .bx:before {
  color: #fff !important;
} */
.menu-vertical .menu-icon.bx:before{
  color: #000 !important;
}

.app-brand-logo-img{
  width: 150px;
  height: auto;
}

.app-brand-logo-img img {
width: 100%;
height: 100%;
  object-fit: contain;
}

.menu:not(.menu-no-animation) .menu-link> :not(.menu-icon) {
  transition: opacity 0.3s ease-in-out;
}

.menu-link> :not(.menu-icon) {
  flex: 0 1 auto;
  opacity: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

div {
  display: block;
}

.menu-vertical .menu-item .menu-link {
  font-size: 0.9375rem;
}

.bg-menu-theme .menu-link {
  color: #000 !important;
}

.card {
  box-shadow: 0px 1px 1px 0px rgba(67, 89, 113, 0.15) !important;
}

.card-header {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.contact-right {
  width: 100%;
}

.contact-right .space {
  width: 100%;
}

.top-input-space {
  flex-wrap: inherit;
}

.space {
  min-width: 150px;
}

.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
 margin-bottom: 20px !important;
}

.admin-header .dropdown-item .flex-shrink-0 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;

}

.admin-header .dropdown-item .flex-grow-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  margin-top: 10px;
}

.admin-header .dropdown-item .flex-grow-1 .text-muted {
  color: #000 !important;
  font-size: 95%;
}

#navs-tabs-line-card-income .d-flex {
  align-items: center;
  justify-content: space-between;
}

#navs-tabs-line-card-income .d-flex .avatar img {
  width: 100%;
}

#navs-tabs-line-card-income .d-flex h6 {
  font-size: 18px;
}

.dashboard-inner-box span {
  font-weight: 600 !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100% !important;
}

.light-style .bootstrap-select .dropdown-toggle {
  border: 1px solid #b7b7b7 !important;
}

.light-style .bootstrap-select .filter-option-inner-inner {
  padding: 3px 3px !important;
}

.light-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}

.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

.light-style .bootstrap-select .dropdown-toggle {
  background-color: #fff !important;
}

.btn-light:hover {
  transform: unset;
}

.schedule-group {
  display: flex;
}

.schedule-group i {
  width: 100%;
}

.schedule-group .btn {
  margin-top: 0 !important;
  margin-left: 10px;
}

.card-footer {
  padding-left: 10px;
}

#dynamic-text .row {
  margin-bottom: 20px;
}

.user-list-box .card-country {
  position: absolute;
  top: 160px;
  right: 10px;
  margin: 0;
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 7px;
  font-size: 15px;
}

.rounded-circle {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}

.top-input-space a {
  padding: 10px 15px;
}

.card-footer {
  padding: 10px 1.5rem 30px;
}

.select2-container {
  width: 100% !important;
}

.nav.nav-pills {
  border-bottom: 1px solid #062B49;
  border-radius: 0px 0px 0px 5px;
  gap: 15px;
}

.nav-pills .nav-link {
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid #062B49;
  border-bottom: 0;
}

.swal2-confirm {
  color: #fff !important;
  background-color: #062B49 !important;
  border-color: #062B49 !important;
  box-shadow: unset !important;
  font-size: 16px;
  font-weight: 500;
}

img.rounded {
  height: 120px;
  width: 120px !important;
  min-width: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  border: 1px solid #B7B7B7;
}

ul.nav.nav-pills.flex-column.flex-md-row.mb-3 {
  flex-direction: unset !important;
  display: flex;
}

.table-responsive .form-control {
  min-width: 200px;
}

.table-responsive .form-select {
  min-width: 200px;
}

.dash-tab .nav-link {
  border: 0;
}

.dash-tab {
  border: 0 !important;
  gap: 0;
}

.nav.nav-pills {
  border-bottom: 0;
}

.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link,
.nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  border-bottom: 1px solid #062B49;
}

img.card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px !important;
}

.dz-preview.dz-image-preview {
  /* width: 33%; */
  float: left;
  margin-right: 20px;
  margin-top: 30px;
}

.dz-preview.dz-image-preview img {
  height: 127px;
  width: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.table-border-bottom-0 img {
  height: 60px;
  object-fit: cover;
}

.dz-success-mark {
  float: left;
}

.dz-success-mark svg {
  width: 25px;
  margin-left: 25px;
}

.dz-success-mark path {
  fill: #008000;
}

.dz-error-mark svg {
  width: 25px;
  margin-left: 25px;
}

.dz-error-mark path {
  fill: #FF0000;
}

#image_none img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #B7B7B7;
}
#icon_none img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #B7B7B7;
}
.dz-details {
  margin-top: 10px;
}

.income-card .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  border: 0;
}

.form-control[readonly] {
  background-color: unset;
}

.card-body .admin-logo {
  width: 50px;
}

#vImage_preview {
  height: 120px;
  width: 120px !important;
  object-fit: cover;
  border-radius: 50% !important;
}

#vHeroRipple_preview {
    height: 120px;
    width: 120px !important;
    object-fit: cover;
    border-radius: 50% !important;
  }

.date-multiple-img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.multiple-img-box {
  width: 13%;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.multiple-img-box img.card-img-top {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.multiple-img-box .image-box {
  text-align: end;
}

.multiple-img-box .image-box .delete {
  padding: 4px 8px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
}

.multiple-img-box .image-box .delete i {
  font-size: 12px;
}

.multiple-img-box .image-box .delete:hover i {
  color: #fff !important;
}

.multiple-img-box .image-box .delete:hover {
  color: #fff !important;
  border-color: #B7B7B7;
}

.multiple-img-box .btn-outline-danger:hover .bx:before {
  color: #fff !important;
}


.multiple-img-box img.card-img-top {
  border: 1px solid #ededed;
}



/* media */
@media only screen and (max-width: 1399px) {
  .multiple-img-box {
    width: 14.5%;
  }

  .multiple-img-box img.card-img-top {
    height: 140px;
  }

  img.rounded {
    height: 100px;
    width: 100px !important;
    min-width: 100px;
  }

}

@media only screen and (max-width: 991px) {
  img.rounded {
    height: 90px;
    width: 90px !important;
    min-width: 90px;
  }

  .top-input-space {
    flex-wrap: wrap;
  }

  .right-side-top {
    gap: 14px 20px;
  }

  .multiple-img-box {
    width: 17.5%;
  }
}

@media only screen and (max-width: 767px) {
  img.rounded{
    width: 70px !important;
    height: 70px;
    min-width: 70px;
  }

  .top-input-space a {
    width: 100%;
  }

  .space {
    width: 100%;
  }

  .right-side-top {
    flex-wrap: wrap !important;
    width: 100%;
  }

  .content-wrapper h5 {
    font-size: 22px;
  }

  strong {
    font-size: 13px;
  }

  .nav-pills .nav-link {
    font: 14px;
    padding: 7px 10px;
  }

  .multiple-img-box img.card-img-top {
    height: 141px;
  }

  .multiple-img-box {
    width: 21.5%;
  }
}



@media only screen and (max-width: 575px) {

  .top-input-space h5.space {
    margin-bottom: 15px !important;
  }

  .top-input-space {
    display: block !important;
    width: 100%;
  }

  .right-side-top {
    display: block !important;
    width: 100%;
  }

  .form-select {
    width: 100%;
  }

  .card-body {
    padding: 1.5rem 15px;
  }

  .layout-navbar.navbar-detached {
    margin: 1.75rem auto 0;
    padding: 10px 15px;
  }

  .card-footer {
    padding-top: 0px !important;
  }

  .card-footer {
    padding: 10px 15px 30px;
  }

  .content-wrapper h5 {
    font-size: 22px;
  }

  .nav-pills .nav-link {
    border-bottom: 1px solid #062B49;
  }

  label.btn {
    width: 100%;
  }

  .multiple-img-box {
    width: 19.2%;
  }

  .multiple-img-box img.card-img-top {
    height: 102px;
  }

  .date-multiple-img {
    gap: 15px;
  }
}

@media only screen and (max-width: 475px) {
  .multiple-img-box {
    width: 28.2%;
  }
}

@media only screen and (max-width: 400px) {
  .nav-pills .nav-item {
    width: 100%;
  }

  .nav-pills .nav-link {
    border: 1px solid #062B49;
    border-radius: 5px;
    text-align: center;
  }

  .nav.nav-pills {
    border-bottom: 0;
    gap: 10px;
  }

  .date-multiple-img {
    gap: 10px;
  }

  .multiple-img-box {
    width: 30.2%;
  }
}

.multiple-img-box-one {
  display: block;
}

.edit-post {
  position: absolute;
  top: 0;
  left: 5px;
}

.dropzone.dz-clickable {
  cursor: pointer;
  display: flex !important;
  padding: 30px !important;
  padding-bottom: 50px !important;
  gap: 15px;
  flex-wrap: wrap;
}

.dz-default.dz-message {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  margin-top: 10px !important;
}

.report-master-card {
  height: auto;
  padding: 30px;
}

.report-master-card .user-body-img {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.report-master-card .user-body-img {
  position: relative;
}

.report-master-card .user-body-img .image-type-text {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  border-radius: 25px;
  padding: 4px 15px;
  font-size: 14px;
}

.report-master-card .listing-body-content p {
  margin-bottom: 8px;
  font-size: 16px;
}

.report-master-card .user-body-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.report-master-card .user-body-img p {
  margin: 0;
}

.report-master-card .to-from {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.report-master-card .to-from .listing-body-heading .img {
  display: flex;
  align-items: center;
  gap: 10px;
}

.report-master-card .to-from .listing-body-heading .img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.report-master-card .to-from .listing-body-heading .text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.to-from .listing-body-heading p {
  font-weight: 500;
  margin-bottom: 0;
  word-break: break-all;
}

.report-master-card .to-from {
  margin-top: 20px;
}

.report-master-card .listing-body-content {
  padding-top: 10px;
}

.report-master-card .card-body {
  border: 1px solid #70707033;
  border-radius: 10px;
}

.report-master-card .card-footer {
  padding: 10px 1em 30px;
  margin-top: 15px;
}

.to-from .listing-body-heading {
  width: 50%;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .report-master-card .to-from {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .report-master-card .listing-body-content {
    padding-top: 0;
  }

  .report-master-card {
    padding: 15px;
  }

  .report-master-card .to-from {
    flex-wrap: wrap;
    gap: 10px;
  }

  .to-from .listing-body-heading {
    width: 100%;
    padding-right: 0;
  }

  .report-master-card .user-body-img img {
    height: 150px;
  }

  .report-master-card .to-from .listing-body-heading .text {
    font-size: 16px;
  }

  .report-master-card .user-body-img {
    margin-bottom: 10px;
  }

}


.dashboard-box .avatar {
  width: 40px;
  height: 38PX;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #062B49;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
}

.dashboard-box h6 {
  font-size: 16px;
  font-weight: 600;
}

.dashboard-box .text-muted {
  font-size: 16px;
}

.dashboard-box .row-bordered>[class^=col-]::after {
  border-left: unset;
}

.statistics-inner-box {
  box-shadow: unset !important;
  background: none;
}

.statistic-box {
  background: #fff;
  border-radius: 0.5rem;
}

.statistics-inner-box .row-bordered>[class^=col-]::after,
.statistics-inner-box .row-bordered>[class*=" col-"]::after {
  border: 0;
}

.statistics-inner-box .statistic-box {
  border-bottom: 1px solid #7070702b;
 height: 100%;

}

.statistics-inner-box .dashboard-box {
  border-bottom: 1px solid #70707000;
}

.statistics-inner-box .dashboard-box {
  border-bottom: 1px solid #70707000;
}

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

div#image_none {
  margin-top: 20px;
}

div#image_none img{
   width: 100px !important;
   height: 100px !important;
   max-height: 100px !important;
}

.bx.bx-user::before {
  color: #000 !important;
}


.table-responsive .bx{
  color: #000;
}
.table-responsive a:hover .bx{
  color: #fff;
}

.lang-td .table:not(.table-dark) th {
  width: 50%;
}

.banner-blog-dashboard {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 10px 0;
  background: #fff;
  max-height: 200px;
  overflow-x: auto;
}

.banner-blog-dashboard ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  background: #fff;
}

.banner-blog-dashboard ul li:last-child{
  margin-bottom: 0;
}

.banner-blog-dashboard ul li  {
  margin-bottom: 8px;
  padding: 5px 10px;
}

.banner-blog-dashboard ul li:hover{
  background: #d9d9d9;
}

.banner-blog-dashboard ul li {
color: #000;
}

.image-container {
  position: relative;
  cursor: pointer; /* Change cursor to pointer */
}

.image-container:hover::after {
  content: attr(id-name);
  position: absolute;
  bottom: -20px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.pagination li a.next_button.bx-arrow-back:before{
    transform: rotate(180deg);
}
