/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

/* custom */
.cardd-box-heading form .search-form {
  margin: 0;
}
i.fa.fa-bell {
  font-size: 32px;
  width: auto !important;
  color: #9a65fd;
}
.btn-icon {
  width: auto !important;
}
span.head-count {
  color: #fff;
  font-size: 12px;
}
.count-btn-head {
  background: red !important;
  margin-top: -10px;
  margin-left: -8px;
}
.avatar.truck-img img {
  margin-right: 0 !important;
  width: 35px !important;
}
/* end */
.menu .app-brand.demo {
  background: #fff;
  position: relative;
  z-index: 1111;
}
.app-brand-text.demo {
  font-size: 14px !important;
}
.dark-style .menu .app-brand.demo {
  height: 64px;
}
.app-brand.demo img {
  height: auto !important;
}
.app-brand-logo.demo svg {
  width: 30px;
  height: 24px;
}
ul.menu-inner {
  background: #fff;
}
.app-brand-text.demo {
  font-size: 1.25rem;
}
.dropdown-notifications-list #notification-container small {
  white-space: break-spaces;
  text-align: left;
}
.dropdown-notifications-list #seller-notification-container small {
  white-space: break-spaces;
  text-align: left;
}
.dropdown-notifications-list #promoted-products-container small {
  white-space: break-spaces;
  text-align: left;
}
#notification-container .dropdown-notifications-actions {
  display: none !important;
}
/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.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: 1.25rem !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;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* 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: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

/*-------13-8-1994 css start-----------------*/

.menu-vertical .menu-inner .menu-item i {
  font-size: 15px;
  margin-right: 8px;
}
.cardd-box-heading {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 8px 20px;
  /* flex-wrap: wrap; */
}
.cardd-box-heading h5.card-header {
  padding: 0;
}
.cardd-box-heading .button a i {
  margin-right: 5px;
}
.table th {
  background: #f6f7fb;
  padding: 18px 20px;
  border-bottom: 1px solid #f6f7fb;
  font-size: 14px;
  white-space: nowrap;
}
table.table-striped tr td {
  padding: 13px 020px;
  font-size: 13px;
}
.card h5.card-header {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.table-responsive p.small.text-muted {
  display: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100% !important;
}
/*-------13-8-1994 css End-----------------*/

div#notification-container p {
  padding: 12px;
}
/* custopm style start (IT)  */
/* Header Notification Start */
.layout-navbar {
  background: #ffffff;
}
ul.dropdown-menu.show li {
  padding: 0px 0px;
}
.header-dropdown {
  width: 460px;
}
/* Header Notification End */

.dropdown-notifications-archive,
.dropdown-notifications-read {
  color: #8a8d93;
  font-size: 20px;
}
.dropdown-notifications-archive:hover,
.dropdown-notifications-read:hover,
.dropdown-notifications-archive:focus,
.dropdown-notifications-read:focus {
  color: #8c57ff;
}
.dropdown-notifications-actions {
  opacity: 0;
  visibility: hidden;
}
.dropdown-item:hover .dropdown-notifications-actions {
  opacity: 1;
  visibility: visible;
}
/* checkbox custome start */
.custome-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custome-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custome-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custome-check input:checked ~ .checkmark {
  background-color: #8c57ff !important;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custome-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custome-check .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* checkbox custome End */

/* common styling css start */
.modal-content .modal-header .modal-title {
  font-weight: 600;
}
.card-title {
  margin-bottom: 8px !important;
  font-size: 14px;
  font-weight: 700;
}
.dashboard-wraper .card-body .waves-light {
  margin-top: 20px !important;
}
.dashboard-wraper .text-primary {
  font-size: 26px;
}
h4 {
  font-weight: 600;
}
.cursor-pointer {
  cursor: pointer;
}
ul.dropdown-menu.show li {
  padding: 0px 0px;
}
.dropdown-item {
  padding: 9px 16px !important;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background: #ede4ff !important;
  color: #212529;
}
.text-warning {
  color: #ffb400 !important;
}
.bg-label-warning {
  background-color: #fff3d6 !important;
}
.bg-light-green {
  background: #e4f7d6 !important;
}
.bg-ligt-murstade {
  background: #ffe2e3 !important;
}
.text-dark-murstade {
  color: #ff4c51 !important;
}
.danger {
  background-color: #ffe2e3 !important;
}
.bg-primary {
  background-color: #ede4ff !important;
}
.text-primary {
  color: #8c57ff !important;
}
.card {
  background-clip: padding-box;
  box-shadow: 0 0.25rem 0.625rem #2e263d33;
}
.w-px-40 {
  width: 40px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.small-text small {
  white-space: unset !important;
}
.card-header {
  background: transparent;
  padding-block: 1.176rem !important;
  border-bottom: 0px;
}
.btn-danger:hover {
  background: transparent !important;
  color: #ff4c51 !important;
  border: 1px solid #ff4c51 !important;
}
.btn-warning {
  background: #ffe69c !important;
  color: #664d03 !important;
}
.btn-warning:hover {
  border: 1px solid #ffe69c !important;
  background: transparent !important;
  color: #664d03 !important;
}
.btn-info {
  background: #9eeaf9 !important;
  color: #0a3622 !important;
}
.btn-info:hover {
  border: 1px solid #9eeaf9 !important;
  background: transparent !important;
  color: #0a3622 !important;
}
.btn-success {
  background: #a3cfbb !important;
  color: #055160 !important;
}
.btn-success:hover {
  border: 1px solid #a3cfbb !important;
  background: transparent !important;
  color: #055160 !important;
}
.btn-primary {
  background: #8c57ff;
}
.btn-primary:hover {
  /* border: 1px solid #8c57ff !important; */
  background: transparent !important;
  color: #8c57ff !important;
}
.button-wrapper {
  line-height: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: start; */
  /* text-align: left; */
}

select,
input {
  height: 40px !important;
  min-height: 40px !important;
}
.btn {
  height: 40px;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.button-wrapper button {
  margin-bottom: 12px;
  height: 40px;
  width: 100%;
  /* max-width: 210px; */
}
.btn-outline-primary {
  border: 1px solid #8c57ff;
  color: #8c57ff;
}
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
  color: #ffffff !important;
  background: #8c57ff !important;
  border-color: #8c57ff !important;
}
.btn-primary {
  color: #ffffff !important;
  border-color: #8c57ff !important;
  background: #8c57ff !important;
  box-shadow: none;
  border: 1px solid #8c57ff !important;
  font-weight: 500;
  font-size: 14px;
  /* white-space: nowrap; */
}
::placeholder {
  color: #d6c6fa !important;
  font-size: 14px !important;
}
input {
  font-size: 14px !important;
  color: #433c508f !important;
  height: 40px !important;
  min-height: 40px !important;
  outline: 0;
}
.form-control:hover,
.form-control:focus {
  outline: #8c57ff !important;
  border-color: #8c57ff !important;
}
i.bi.bi-pencil-square {
  color: #8c57ff;
}
.red {
  color: red;
}
.icon-action i,
.icon-action svg {
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #c4a5fe !important;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px #9055fd !important;
}
.w-fit-content {
  width: fit-content !important;
  display: inline-block;
}
/* common styling css End */
/* Table Styling Start */
.table-custome .table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #433c50;
  white-space: nowrap;
}
.table-custome .table thead tr th {
  border-bottom-color: #f6f7fb !important;
  padding-block: 1.176rem !important;
}
.table-custome .table td {
  padding-block: 1.176rem !important;
}
.card table {
  margin-bottom: 0;
}
.table-custome .table thead tr th {
  background-color: #f6f7fb;
  color: #433c508f;
  /* background-color: #d8c8f430;
    color: #433c50a1; */
}

.table-custome td {
  font-size: 13px;
}
.icon-action svg {
  width: 16px;
}
.bg-lebel-secondary {
  background-color: #ecedee;
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
}
hr.my-5 {
  display: none;
}
/* Table Styling End */
.menu-vertical .menu-item .menu-link {
  font-size: 14px !important;
}
.product-input input {
  border: 1px solid #8c57ff !important;
}
.breadcrumb-heading {
  font-size: 12px;
  font-weight: 500;
}
.search-flex {
  display: flex;
  justify-content: end;
}
.svg-mail svg {
  width: 18px;
  /* font-size: 12px; */
}
/* custopm style End (IT)  */

/* date-20-09-2024 order progress bar */
#bar-progress {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

#bar-progress .step {
  display: inline-block;
}

#bar-progress .step .number-container {
  display: inline-block;
  border: solid 1px #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

/* #bar-progress .step.step-active .number-container {
    background-color: #000;
} */
/* 
#bar-progress .step.step-active .number-container {
    background-color: #44dc09;
    border: 0.2em #3aad0d solid;
    width: 2em;
    height: 2em;
    border-radius: 100%;
}

#bar-progress .step .number-container .number {
    font-weight: 700;
    font-size: .8em;
    line-height: 1.75em;
    display: block;
    text-align: center;
}

#bar-progress .step.step-active .number-container .number {
    color: white;
}

#bar-progress .step h5 {
    display: inline;
    font-weight: 100;
    font-size: .8em;
    margin-left: 10px;
    text-transform: uppercase;
}

#bar-progress .seperator {
    display: block;
    width: 50px;
    background-color: #44dc09;
    margin: auto 20px;
    height: 0.3em;
    margin: 10px #000000 solid;
}
progress bar steps start styling
.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    position: relative;
  }
  .shadow-wrap {
    box-shadow: 0 0.25rem 0.625rem #2e263d42;
  }
  
  .progress-line {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    height: 14px;
    background-color: #007bff;
    z-index: -1;
  }
  
  .progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    position: relative;
  }
  
  .progress-step:not(:last-child) {
    margin-right: -4%;
  }
  
  .progress-step .progress-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
  }
  
  .progress-step.active .progress-icon,
  .progress-step.completed .progress-icon {
    background-color: #28a745;
  }
  .progress-step.active .progress-icon {
    background-color: #9a9b9c;
  }
  .completed .progress-icon {
    background-color: #28a745 !important;
  }
  .progress-step span {
    margin-top: 5px;
    font-weight: 500;
  }
  
  Progress line fill color
  .progress-step.completed::after {
    content: "";
    position: absolute;
    top: 23%;
    left: 0;
    width: 100%;
    height: 14px;
    background-color: #28a745;
    z-index: -1;
  } 
  /*  */

/* progress bar steps start styling */
.progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  position: relative;
}
.shadow-wrap {
  box-shadow: 0 0.25rem 0.625rem #2e263d42;
}

.progress-line {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
  height: 14px;
  background-color: #007bff;
  /* z-index: -1; */
  /* border-radius: 14px; */
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
}

.progress-step:not(:last-child) {
  margin-right: -4%;
}

.progress-step .progress-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
}

.progress-step.active .progress-icon,
.progress-step.completed .progress-icon {
  background-color: #28a745;
}
.progress-step.active .progress-icon {
  background-color: #9a9b9c;
}
.completed .progress-icon {
  background-color: #28a745 !important;
}
.progress-step span {
  margin-top: 5px;
  font-weight: 500;
}

/* Progress line fill color */
.progress-step.completed::after {
  content: "";
  position: absolute;
  top: 23%;
  left: 0;
  width: 100%;
  height: 14px;
  background-color: #28a745;
  z-index: -1;
}
/* progress bar steps End styling */

.button_box {
  display: inline-block;
  margin: 0 0 8px 0;
  width: 15%;
}
.button_box .btn {
  height: 170px;
  font-size: 12px !important;
  width: 100%;
  font-weight: 700 !important;
}
.button_box {
  background-image: url("/public/assets/images/dimond.png");
}
/* .main_action .dropdown-menu{
     padding: 10px 10px;  
     left: -50px !important;  
     text-align: center;
} */
.main_action .dropdown-menu {
  width: 20%;
  padding: 10px 10px;
  /* left: 15px !important; */
  text-align: center;
}
.main_action .dropdown-menu button {
  border: 0;
  background: #935afd;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
}
.main_action .dropdown-menu .form-control {
  margin: 0 0 10px 0;
}
.main_action .dropdown-menu .btn-danger {
  border: 0;
  padding: 0;
}
.main_action .waves-input-wrapper {
  height: 28px;
}
.main_action .waves-input-wrapper:hover {
  background: #ff4c51 !important;
}
.main_action form {
  margin: 0;
}
.main_action .dropdown-menu .waves-button-input {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  background: #ff4c51;
  color: #fff !important;
  border-radius: 4px;
  padding: 4px 10px;
  height: 28px !important;
}
#quotationForm input {
  margin: 0 0 23px 0;
}
#quotationForm select {
  margin: 0 0 23px 0;
}
#quotationForm textarea {
  min-height: 90px;
}
#spinnersurvey,
#spinnerdiv,
#spinner-div {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.modal-dialog.popup-opn {
  max-width: 1140px !important;
}
.spinner-border.text-primary {
  margin-top: 90px;
}
.row.mrgn {
  margin: 20px 10px;
}
i.mdi.mdi-magnify.mdi-24px.lh-0 {
  display: none;
}

/* 4oct2024 */
td.text-center.maincolumnproduct {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c57ff;
}
.bg-odd:nth-child(odd) {
  background: #c09ffe5c;
}
h2.text-center.main-hdg {
  margin-top: 15px;
}
.prmot-popup {
  width: 100%;
  max-width: 952px !important;
}
.btn-set {
  padding: 20px 10px;
}
.dlt-btn {
  position: absolute;
  top: 73px;
  right: 8px;
  background: #ff4c51 !important;
  border-radius: 10px;
}
.update-btn {
  margin-top: 15px;
}
#spinnerdiv {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.container.my-4.ful-wdth {
  max-width: 100% !important;
}
.modal-dialog.popup-opn {
  max-width: 95% !important;
}
.modal-dialog.popup-opn th {
  font-weight: 700;
}

/* 7oct2024 */
.dash-icon {
  font-size: 22px;
  position: absolute;
  right: 14px;
  bottom: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
}
a.dash-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  color: #544f5a;
  font-weight: 600;
  text-decoration: underline;
}

a.dash-btn:hover {
  color: #8c57ff;
}
.dash-card:hover {
  transform: translateY(-7px);
  transition: all 0.5s ease;
}
.dash-card {
  transition: all 0.5s ease;
}
.dash-icon i {
  padding: 8px;
}
h4.card-title.mb-1.dash-title {
  position: absolute;
  right: 8px;
  top: 28px;
}
h4.text-primary.mb-1.dash-heading {
  font-size: 24px;
}

@media (max-width: 1199px) {
  .frm-mrgn {
    margin-bottom: 0px;
  }
  .row.mrgn {
    margin: 0px 10px;
}
  .row.mrgn select {
    margin-bottom: 20px;
  }
  .row.mrgn {
    /* margin: 0px 10px; */
  }
  .order-btn {
    font-size: 10px !important;
    padding: 10px;
  }
}
.inpt-ht input {
  height: 18px !important;
}

.num-inpt {
  display: flex;
}
.num-inpt label {
  margin-left: 66px !important;
}
.num-inpt span {
  background: transparent;
  margin-right: 5px;
}

/* date-14-10-2024 */
.w-px-35 {
  width: 25px !important;
}

.h-px-35 {
  height: 25px !important;
}
div#surveyvendors .modal-content {
  /* width: 1110px; */
}
.modal-dialog {
  max-width: 60% !important;
}
.position-wrapper span {
  /* animation: zoom-in-zoom-out 2s ease infinite; */
  color: #131111fc;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #9653f7;
  font-size: 24px;
}
.position-wrapper {
  text-align: center;
  position: sticky;
  top: 0px;
  margin-top: 19px;
  background: #9b5bf847;
  z-index: 1 !important;
}
/* .zoom-in-out-element {
    animation: zoom-in-zoom-out 1s ease infinite;
  } */
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%;
  }
  50% {
    scale: 150%;
  }
  100% {
    scale: 100%;
  }
}
/* .btn, */
button {
  white-space: nowrap !important;
}
.form-check-input,
.form-check .inpt-ht input {
  height: 18px !important;
  min-height: 18px !important;
}
.tech-list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
.tech-list .tech-card:hover {
  box-shadow: #e0cffe 0px 7px 29px 0px;
}
.tech-list .tech-card {
  border: 1px solid #e0cffe !important;
  /* width: 100%; */
  text-align: center;
  padding: 30px 8px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  max-width: 100%;
  width: 100%;
  max-width: 274px;
}
.tech-list .tech-card .tech-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: #e0cffe 0px 7px 29px 0px;
}
.tech-list .tech-avatar {
  margin-bottom: 18px;
}
.fieldset-wrapper {
  border: 1px solid #d4d3d5;
  /* position: relative; */
  top: 40px;
  padding: 20px 20px;
}
.legend-wrapper {
  /* position: absolute; */
  top: -20px;
  background: #fff;
  width: fit-content;
  left: 40px;
}
/* .content-wrapper div#popup {
    background: #fff !important;
    width: fit-content !important;
    padding: 10px !important;
    position: absolute !important;
    left: 82px !important;
    bottom: 20px !important;
    height: fit-content !important;
    border-radius: 4;
    border: 1px solid #8c57ff;
    border-radius: 4px;
}
span#popup-close {
    text-align: center;
    margin-top: -8px;
    color: red;
    border: 1px solid red;
    width: 25px;
    height: 25px;
    right: 0;
    margin: 0 0 0 auto;
    border-radius: 100%;
} */

.content-wrapper div#popup {
  background: #fff !important;
  padding: 10px !important;
  position: absolute !important;
  border-radius: 4px;
  border: 1px solid #8c57ff;
  width: auto;
  display: none;
  /* Allow the width to adjust based on content */
  z-index: 9999;
  /* Ensure the popup is above other elements */
}

span#popup-close {
  color: red;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  border-radius: 50%;
}
.rdo-inpt {
  height: 16px !important;
  margin-top: 8px !important;
  width: 16px !important;
  min-height: 16px !important;
}

.btn-one {
  background: #5d87ff20 !important;
  color: #5d87ff !important;
  transition: background-color 2s ease-out 100ms;
}
.btn-two {
  background: #13deb920 !important;
  /* height: 85px !important; */
  color: #13deb9 !important;
}
.btn-three {
  background: #fa896b20 !important;
  color: #fa896b !important;
}
.btn-four {
  background: #ffae1f20 !important;
  color: #ffae1f !important;
}
table {
  white-space: nowrap;
}
.table-responsive {
  /* overflow-x: scroll !important; */
  overflow-y: auto !important;
}
.large-table-fake-top-scroll-container-3 {
  /* max-width: 200px; */
  /* overflow-x: scroll !important;
  overflow-y: auto !important; */
  /* display: none !important; */
}
.scroll-js {
  height: 0px;
  /* display: none !important; */
}
li.dropdown-notifications-list.scrollable-container {
  height: fit-content;
  max-height: 412px;
  min-height: auto;
  overflow: auto !important;
}
/* .form-floating > label, */
.form-floating.form-floating-outline
  .form-select:not(:placeholder-shown)
  ~ label {
  padding: 0 !important;
}
.form-floating.form-floating-outline
  > .form-select:not(:placeholder-shown)
  ~ label {
  transform: scale(0.8) translateY(-1.2rem) translateX(-2px) !important;
  padding: 7px !important;
  background: #ffffff !important;
  z-index: unset;
}
.form-floating.form-floating-outline
  > .form-control:not(:placeholder-shown)
  ~ label {
  background: #ffff !important;
  padding: 0 !important;
  transform: scale(0.8) translateY(-12px) translateX(-2px) !important;
  z-index: unset;
}
.pagination-wrapper .pagination {
  margin-bottom: 0px;
}
.pagination-wrapper p {
  margin: 0 !important;
}
/* .form-floating input:valid + label */
.form-floating input:focus label {
  position: absolute !important;
  top: -0.4px !important;
  padding: 0px !important;
}
.form-floating input:focus + label {
  position: absolute !important;
  top: -0.4px !important;
  /* bottom: -5px; */
  padding: 0px !important;

  background: #ffffff;
  /* transform: scale(0.8) translateY(-1.2rem) translateX(-2px) !important; */
  /* padding-top: 6px;
  padding-bottom: 0px !important; */
}
.bg-login-img {
  /* background-image: url("/assets/img/logo-data/shapebg.png") !important; */
  background-image: url("/public/assets/img/logo-data/shapebg.png") !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.app-brand-link {
  margin-top: 20px;
}
.personal-details p {
  margin-bottom: 30px !important;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-title h4 {
  margin-bottom: 0px;
}
/* _________________________________________Spinner css Start_________________________________________ */
.lds-spinner {
  /* change color here */
  color: #9055fd;
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 99999999 !important;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: linear-gradient(270deg, #9055fd 0%, #c4a5fe 100%);
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* _________________________________________Spinner css End_________________________________________ */
.avatar-online img {
  object-fit: cover;
}
.img-banners img {
  width: 250px;
  height: 135px !important;
  object-fit: cover;
}
.posh-card button {
  height: 20px !important;
  display: flex !important;
  align-items: center;
  margin-top: 11px !important;
}
.flex-position .posh-card {
  width: 100%;
  max-width: 48%;
  border: 1px solid #d4d3d5;
  /* min-width: 270px; */
  text-align: center;
}
.posh-card .cancel-btnn {
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center;
  margin-top: -14px !important;
  margin-right: -22px;
  border-radius: 100%;
  color: red !important;
  z-index: 1;
  border: 1px solid red !important;
}
.flex-position .posh-card img {
  /* width: 100% !important;
    height: 174px !important;
    object-fit: cover; */
  width: 100% !important;
  max-width: 120px;
  height: 120px !important;
  object-fit: cover;
  margin: auto;
}
/* .edit-icons:hover{
    content: '';
    position: absolute;
    width: 98%;
    background: #000;
    opacity: 0.4;
    left: 6px;
    right: 0;
    top: 4px;
    justify-content: center;
    color: #fff !important;
} */
.edit-icons {
  position: absolute;
  top: 0px;
  bottom: 0;
  /* right: 0; */
  left: 156px;
  /* height: 180px; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  height: fit-content;
  color: #9055fd;
  background: #fff;
}
.posh-card.note-toolbar .card-header {
  padding: 0px !important;
}
.posh-card.note-btn-group .note-btn {
  padding: 0px !important;
}
.posh-card .note-btn {
  height: 40px !important;
  margin-top: 0px !important;
}

.posh-card .note-toolbar.card-header {
  /* width: 94px; */
  text-align: left !important;
}
.between-wrapper {
  /* display: flex;
    gap: 28px; */
  display: flex;
  gap: 28px;
  width: 100%;
  /* flex-wrap: wrap; */
  max-width: 100%;
  min-width: 50%;
  flex-wrap: wrap;
}
/* .between-wrapper .carousel-item {
    display: flex;
    gap: 28px;
    width: 100%;
    margin-right: 20px;
    flex-wrap: wrap;
} */
/* .between-wrapper .carousel-item {
    width: 100% !important;
} */
.between-wrapper .carousel-item {
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
  max-width: 48%;
}
.edit-btn {
  font-size: 10px !important;
}
.content-wrapper.form-select,
.form-floating > label {
  padding: calc(10px - 0px) calc(0.87rem - 1px) !important;
}
.card-image img {
  height: 135px !important;
  object-fit: cover;
}
.posh-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #d4d3d5;
}
.edit-social {
  position: absolute;
  top: -13px;
  font-size: 13px;
  color: #98989b !important;
}
.border-primary {
  border: 1px solid #935afd;
}
/* .social-size img {

} */
i.far.fa-plus {
  font-size: 1rem !important;
}
.responsive-button button {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
select::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cross-sidebar{
display: none;
}
@media (max-width: 1199px) {
    .responsive-button form button {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
      }
      .row.mrgn select,
      .row.mrgn input{
        margin-bottom: 20px !important;
        margin-top: 0px !important;
      }
.cross-sidebar{
  position: absolute;
  right: 5px;
  z-index: 1120;
  top: 5px;
  display: block;
}
}
@media (max-width: 992px) {
  .row.mrgn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .frm-mrgn{
    margin-bottom: 0px;
  }
  .cross {
    position: absolute !important;
    top: 0 !important;
    left: 99% !important;
  }
}
@media (max-width: 768px) {
  .button_box {
    width: 31%;
  }
  .position-wrapper span {
    font-size: 18px;
  }
  .cardd-box-heading{
    flex-wrap: wrap;
  }
  .responsive-width{
    width: 100%;
  }
  .responsive-search{
    margin-top: 16px;
  }
  .responsive-search .navbar,
  .responsive-search .nav-item{
    width: 100%;
  }
}
@media (max-width: 576px) {
  .button_box {
    width: 29%;
  }
  .position-wrapper span {
    font-size: 14px;
  }
  .responsive-wraper form.search-form .navbar-nav,
  .responsive-wraper form.search-form .navbar-nav .nav-item,
  .responsive-wraper form.search-form {
    width: 100%;
  }
  .cardd-box-heading {
    gap: 20px;
    flex-wrap: wrap;
  }
  .w-responsive {
    width: 100%;
  }
  .row.mrgn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .position-wrapper {
    position: relative !important;
  }
  .cross {
    position: absolute !important;
    top: 0 !important;
    left: 99% !important;
  }
  .card h5.card-header{
    text-align: left;
  }
  .btn-primary{
    white-space: nowrap;
  }
}
@media (max-width: 476px) {
  .button_box {
    width: 100%;
  }
  .header-title h4 {
    font-size: 14px;
  }
  .responsive-wraper {
    flex-wrap: wrap;
  }
  .responsive-wraper form.search-form .navbar-nav,
  .responsive-wraper form.search-form .navbar-nav .nav-item,
  .responsive-wraper form.search-form {
    width: 100%;
  }
}
