body {
  font-family: "Public Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  /* background-color: #fdfbf7 !important; */
}

.select2-results__option {
  color: #00000099 !important;
}

.select2-results__option[role=option][aria-selected=true] {
  color: #FFF !important;
}

.logomn {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Logo container positioning */
.app-brand-logo {
  position: relative;
  width: 100%;
  min-height: 60px;
  display: block;
}

/* Logo switching for sidebar collapse/expand */
.app-brand-logo .logo-small,
.app-brand-logo .logo-full {
  width: 100%;
  height: auto;
  max-height: 60px;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
}

/* Default: show full logo, hide small */
.logo-small {
  display: none !important;
}

.logo-full {
  display: block !important;
}

/* When sidebar is collapsed: show small logo, hide full */
.layout-menu-collapsed .app-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}

.layout-menu-collapsed .app-brand-logo .logo-small {
  display: block !important;
  max-width: 40px;
  max-height: 40px;
  margin: 0 auto;
}

.layout-menu-collapsed .app-brand-logo .logo-full {
  display: none !important;
}

/* When sidebar is hovered (expanded on hover): show full logo, hide small */
.layout-menu-hover .app-brand-logo .logo-small {
  display: none !important;
}

.layout-menu-hover .app-brand-logo .logo-full {
  display: block !important;
}

.menu-vertical .menu-item .menu-link {
  padding: 10px 12px !important;
}

.newht {
  height: 80px !important;
}

.newulh {
  margin-top: 16px !important;
}

.icctm {
  height:
    30px;
}

.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {

  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  letter-spacing: -1%;

}

.menu-item-image {
  margin-right: 10px;
}
  .bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
        
        box-shadow: none !important;
        
        border-radius: 60px !important;
    }
.newfonts {
  height: 23px;
  line-height: 13px;
  font-weight: 500;
  color: #000000 !important;
  margin-left: 0 !important;
}

/* .bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #000000 !important;
} */

.bg-menu-theme .menu-header {
  color: #00000099 !important;

}

.card h5 {
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 16px !important;
  leading-trim: NONE !important;
  line-height: 100% !important;
  letter-spacing: -1% !important;
  text-transform: capitalize !important;
  color: #000000 !important;
}

.text-muted {

  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 14px !important;
  leading-trim: NONE !important;
  line-height: 100% Im !important;
  letter-spacing: 0% !important;
  color: #000000 !important;
  /* padding-top: 10px !important; */
}

.sidebar-user-box {
  background: #FFFFFF;
  border-radius: 10px;
  border-top: 1px solid #0000001A;
  /* margin: 12px; */
}

.credits-badge {
  /* background: #ff7a00; */
  background:
    linear-gradient(2deg, #e1b5b50f, #FE7701), radial-gradient(95% 95% at 51.61% 107.5%, rgba(255, 255, 255, 0.6) 0%, rgb(255 0 82 / 0%) 100%);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: -1.2%;
  vertical-align: middle;

}






.sidebar-user-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.credits-badge {
  /* background: #ff7a00; */
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  background:
    #FE7701,
    /* fallback solid color */
    radial-gradient(ellipse 95% 95% at 51.61% 107.5%,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(183, 68, 6, 0) 100%);
  background-blend-mode: normal;

}

/*
layout-menu menu-vertical menu bg-menu-theme leftsidemenu
light-style layout-menu-fixed layout-menu-collapsed
light-style layout-menu-fixed layout-menu-collapsed layout-menu-hover
light-style layout-menu-fixed layout-menu-collapsed
light-style layout-menu-fixed
light-style layout-menu-fixed layout-menu-collapsed
*/
.menu-vertical .avatar {
  display: contents !important;
}

.layout-menu-fixed .avatar {
  display: flex !important;
}
.avatar{
  width: 34px !important;
  height: 34px !important;
}

/* .menu-vertical .usnam,
.menu-vertical .usimgg{
display: none !important;
} */

.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
  background: #A0D2961A !important;
  box-shadow: none !important;
  color: #000000 !important;
  border-radius: 60px !important;
  margin: 0px 18px 0 18px;
  justify-items: center;
}

.layout-menu-collapsed .newulh ul li {
  display: none;
}

.layout-menu-collapsed .usnam,
.layout-menu-collapsed .usimgg {
  display: none !important;
}

/* .menu-vertical .menu-inner>.menu-item .active{
    border-radius: .375rem;
    margin: 0px 18px 0 18px;
    justify-items: center;
    background: red !important;
} */
.layout-menu-hover .usnam,
.layout-menu-hover .usimgg {
  display: inherit !important;
}

.layout-menu-hover .usnam {
  display: inherit;
}

.layout-menu-hover .avatar {
  display: flex !important;
}

.leftsidemenu {
  overflow: visible !important;
}

/* .usercustomimg{
  overflow: hidden;
} */
.desset {
  z-index: 99999;
  inset: auto -170px -80px auto !important;
  /* inset: auto 20px 0px auto !important; */
}

.dropdown-menu.show-on-sidebar {
  display: none;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.sidebar-user-box.show+.dropdown-menu,
.sidebar-user-wrapper:hover .dropdown-menu.show-on-sidebar {
  display: block;
}

.usedrp {
  display: flex !important;
  padding: 22px 28px !important;
  border-top: 1px solid #0000001A !important;
  align-items: center !important;
}

.usnam {
  padding-left: 12px !important;
}

.form-control:focus {
  padding: 0 !important;
}

.usnamm {
  padding-left: 16px !important;
}

.usimggg {
  margin-left: auto !important;
}

.usimgg {
  margin-left: 20px !important;
}

.txtusea {
  text-wrap: wrap;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #000000;
}

.protrxtus {
  color: #00000099;
  font-weight: 500;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;

}

.newmenutop {
  border: none !important;
}

/* .btnsdsas {
  display: flex;
  gap: 8px;
} */

.btnimp {
  background: #0000000D;
  color: #000000 !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  border-radius: 60px;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
}

/* .btncragent:hover {
  transition: all 0.45s ease-in;
  background: #252525;
} */
/*
.btn-primary {
  transition: all 0.45s ease-in !important;
  display: inline-block !important;
  box-shadow: 0px 4.4px 8.8px 0px #0000001C !important;
  background: #000000 !important;
  color: #D9D9D9 !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 16px !important;
  leading-trim: NONE !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  text-align: center !important;
  padding: 10px 22.5px !important;
  border-radius: 60px !important;
  border-color: #000 !important;

}

.btn-primary::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  background: url("/assets/img/new/highlight.svg") no-repeat top !important;
  width: 168px !important;
  height: 23px !important;
} */


.btncragent {
  transition: all 0.45s ease-in;
  display: inline-block;
  box-shadow: 0px 4.4px 8.8px 0px #0000001C;
  background: #000000;
  color: #D9D9D9 !important;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  padding: 10px 22.5px;
  border-radius: 60px;
  border: none;
  cursor: pointer;
}

.btncragent:disabled,
.btncragent.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* Override btn-primary to use theme color (black) instead of purple */
.btn-primary,
.btn-primary.btn-sm,
.btn-primary.btn-lg,
.btn-primary.btn-xl {
  transition: all 0.45s ease-in !important;
  box-shadow: 0px 4.4px 8.8px 0px #0000001C !important;
  background: #000000 !important;
  color: #D9D9D9 !important;
  font-weight: 500 !important;
  font-style: Medium !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  border-radius: 60px !important;
  border: none !important;
  cursor: pointer !important;
}

.btn-primary:not(.btn-sm):not(.btn-lg):not(.btn-xl) {
  font-size: 16px !important;
  padding: 10px 22.5px !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.btn-sm:hover,
.btn-primary.btn-lg:hover,
.btn-primary.btn-xl:hover {
  background: #222222 !important;
  color: #D9D9D9 !important;
  border: none !important;
  box-shadow: 0px 4.4px 8.8px 0px #0000001C !important;
}

.btn-primary:disabled,
.btn-primary.disabled,
.btn-primary.btn-sm:disabled,
.btn-primary.btn-lg:disabled,
.btn-primary.btn-xl:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  background: #000000 !important;
  color: #D9D9D9 !important;
}

/* Override BS Stepper active step to use theme color (black) instead of purple */
.bs-stepper .step.active .bs-stepper-circle {
  background-color: #000000 !important;
  color: #D9D9D9 !important;
}

.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #000000 !important;
}

.bs-stepper .step.active .bs-stepper-icon i,
.bs-stepper .step.active .bs-stepper-label {
  color: #000000 !important;
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  background-color: #f5f5f5 !important;
  color: #666666 !important;
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #000000 !important;
}

.bs-stepper .step.crossed .step-trigger .bs-stepper-icon i {
  color: #000000 !important;
}

.dstex h3 {
  font-weight: 590;
  font-style: Semibold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -0.5%;
  color: #000000;
  margin: 0;
  padding: 0;

}

.dstex p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -1.2%;
  vertical-align: middle;
  color: #00000099;
  padding: 0;
  margin: 0;
}

.tpnavd {
  display: flex;
  justify-content: space-between;
  /* gap: 100px; */
  width: 100%;
}

.newmenutop {
  border-bottom: 1px solid #0000000D !important;
}

.addnewuserrr {
  background: #FDFBF7 !important;

  border-radius: none !important;

}

h5 {
  padding: 0 !important;
  margin: 0 !important;
  /* color: #000000 !important; */
  font-weight: 600 !important;
  font-style: Semibold !important;
  font-size: 20px !important;
  leading-trim: NONE !important;
  line-height: 120% !important;
  letter-spacing: -0.5% !important;
  vertical-align: middle !important;
}

.newuse {
  border-bottom: 1px solid #0000000D !important;
  border-radius: none !important;
  text-align: center;
  align-items: center;
  vertical-align: center;
  display: flex;
  /* background: #FFF; */
  gap: 20px;
  padding: 28px 16px;
  width: 100% !important;
}

.ctmneus {
  padding: 24px !important;
}

.location-box {
  border: 1px solid #e5e7eb;
  border-radius: 50px;
  padding: 10px 16px;
  cursor: pointer;
  background: #fff;
}

.location-box img {
  width: 18px;
  height: 18px;
}

.location-box .dropdown-toggle::after {
  display: none;
}

.status-switch {
  width: 44px;
  height: 22px;
}

.status-switch:checked {
  background-color: #8b5cf6;
  border-color: #8b5cf6;
}

.status-switch:focus {
  box-shadow: none;
}

.flowma {
  padding: 16px 0;
  border-bottom: 1px solid #0000000D;
  display: flex;
  justify-content: space-between;
  width: 100%;

}

.flowma h4 {
  color: #000000;
  font-weight: 590;
  font-style: Semibold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -0.5%;
  margin: 0;
  padding: 0;
}

.flowma small {
  padding: 0;
  margin: 0;
  color: #00000099;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -1.2%;
  vertical-align: middle;

}

/* popup form code start */
.custom-modal .modal-content {
  background-color: #FDFBF7;
  border-radius: 12px;
}

.posre {
  cursor: pointer;
  position: relative !important;
}

.popupctm .modal-body {
  padding: 16px 24px;
}

.custom-modal .modal-header {
  border-bottom: 1px solid #0000000D !important;
  padding: 16px 24px;
  border-bottom: none;
}

.custom-modal .modal-title {
  font-weight: 510;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -0.5%;
  color: #000000;
}

label {
  /* color: #000000 !important; */
  font-weight: 510 !important;
  font-style: Medium !important;
  font-size: 14px !important;
  leading-trim: NONE !important;
  line-height: 120% !important;
  letter-spacing: -1% !important;
  vertical-align: middle !important;
  margin-bottom: 4px !important;
}

.custom-modal small {
  color: #00000099;
  font-weight: 510;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
  vertical-align: middle;

}

.form-control::placeholder {
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 16px !important;
  leading-trim: NONE !important;
  line-height: 150% !important;
  letter-spacing: -1.2% !important;
  color: #00000080 !important;
}

.bdrctm {
  border-radius: 32px !important;
}

.custom-modal .modal-footer {
  padding: 0;
  padding-bottom: 24px;
}

.form-check-input {
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #0000001A !important;
}

table.dataTable>tbody>tr {
  background-color: #ffffff !important;
}

table.dataTable td {
  border-color: #0000000D !important;
}

thead {
  background: #B56FFF1A !important;

}

td small {
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 14px !important;
  leading-trim: NONE !important;
  line-height: 150% !important;
  letter-spacing: -1.2% !important;
  vertical-align: middle !important;
  color: #00000099 !important;
}

.spctm {
  /* color: #00000099 !important; */
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 14px !important;
  leading-trim: NONE !important;
  line-height: 120% !important;
  letter-spacing: -1% !important;

}

/* .locdrop {
  border-radius: 24px !important;
  padding: 14px 20px !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 16px !important;
  leading-trim: NONE !important;
  line-height: 150% !important;
  letter-spacing: -1.2% !important;
  color: #000 !important;
  border: 1px solid #0000000D !important;
} */

.location-box,
.form-control,
.form-select,
.form-control:focus {
  border-radius: 24px !important;
  padding: 10px 20px !important;
  /* padding: 14px 20px !important; */
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 16px !important;
  leading-trim: NONE !important;
  line-height: 150% !important;
  letter-spacing: -1.2% !important;
  /* color: #000 !important; */
  border: 1px solid #0000000D !important;
}

.btn-cancel {
  background: #f1f1f1;
  border-radius: 60px;
  padding: 6px 18px;
}

.btn-save {
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px;
}

.card {
  border-radius: 16px !important;
  /* padding: 8px !important;
  gap: 8px !important; */
}

.table-responsive.text-nowrap {
  border-radius: 20px !important;
}

.card-body,
.card-header {
  /* padding: 0 !important; */
  /* flex: inherit !important; */
  /* color: #FFF !important; */
}

.btn-save:hover {
  background: #222;
}

/* Make back and cancel buttons have rounded corners like submit buttons */
.btn-label-secondary {
  border-radius: 60px !important;
}

.popupctm .btncragent::after {
  width: 75px;
}

.btncragent::after {
  width: -webkit-fill-available !important;
}

.layout-navbar {
  backdrop-filter: none !important;
}

@media (min-width: 576px) {
  .popupctm .modal-sm {
    --bs-modal-width: 480px;
  }
}

/* popup form code end */

/* responsive code end */
@media (max-width: 767px) {
  .flottt {
    display: none;
  }
  .newstep{
    padding: 10px !important;
    gap: 0 !important;
  }


  .tpnavd {
    margin-top: 10px;
    justify-content: right;
  }

  .tpnavd .dstex {
    display: none;
  }

  .btncragent,
  .btnimp {
    font-size: 13px;
  }

  .desset {
    inset: auto 10px 0px auto !important;
  }
}

.dataTables_scroll {
  margin: 0 !important;
}

.dataTables_scroll {
  margin: 0 !important;
}

.table-responsive.text-nowrap {
  border-radius: 20px !important;
}

.select2-results__option {
  color: #00000099 !important;
}

.select2-results__option[role=option][aria-selected=true] {
  color: #FFF !important;
}

/* Password field styling - matching login page */
.form-password-toggle {
  position: relative;
}

.form-password-toggle .form-control {
  padding-right: 2.5rem !important;
}

.form-password-toggle .password-toggle {
  color: #718096;
  transition: color 0.15s ease-in-out;
  z-index: 10;
}

.form-password-toggle .password-toggle:hover {
  color: #000000;
}

.form-password-toggle .position-relative {
  position: relative;
}

/* responsive code start */

.bs-stepper-circle{
  border-radius: 20px !important;
}
#onboardStepper{
  box-shadow: none !important;
}
.bs-stepper-line{
  min-height: 2px !important;
}
.bs-stepper .bs-stepper-header .step .newstep:hover{
  background-color: #000 !important;
}
/* stepper code start */

/* Wrapper */
.bs-stepper-header {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0px 20px !important;
  border-radius: 14px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
  overflow: hidden;
  border: none !important;
}

/* Step */
.bs-stepper-header .step {
  position: relative;
  flex: 1;
}

/* Remove default line */
.bs-stepper-line {
  display: none;
}

/* Step trigger */
.step-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #f3f4f6;
  border: none;
  text-align: left;
  position: relative;
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 50%,
    calc(100% - 20px) 100%,
    0 100%,
    20px 50%
  );
}

/* First step fix */
.step:first-child .step-trigger {
  clip-path: polygon(
    0 0,
    calc(100% - 20px) 0,
    100% 50%,
    calc(100% - 20px) 100%,
    0 100%
  ) !important;
}

/* Last step fix */
.step:last-child .step-trigger {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    20px 50%
  ) !important;
}

/* Circle */
.bs-stepper-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #6b7280;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Labels */
.bs-stepper-label {
  display: flex;
  flex-direction: column;
}

.bs-stepper-title {
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}

.bs-stepper-subtitle {
  font-size: 12px;
  color: #6b7280;
}

/* Active (Current) Step */
.step.active .step-trigger {
  background: #000;
}

.step.active .bs-stepper-circle {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}

.step.active .bs-stepper-title,
.step.active .bs-stepper-subtitle {
  color: #fff;
}

/* Completed Step */
.step.completed .step-trigger {
  background: #e9fbe9;
}

.step.completed .bs-stepper-circle {
  background: #fff;
  color: #16a34a;
  border: 2px solid #16a34a;
}

.step.completed .bs-stepper-title {
  color: #16a34a;
}

/* Next / Disabled */
.step-trigger:disabled {
  opacity: 1;
  cursor: not-allowed;
}


@media (max-width: 1024px) {

  .bs-stepper-header {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  .bs-stepper-header::-webkit-scrollbar {
    display: none !important;
  }

  .step {
    /* flex: 0 0 280px !important; */
    /* width: 280px !important; */
    width: 100% !important;
  }

  .step-trigger {
    padding: 12px 14px !important;
    white-space: normal !important;
  }

  .bs-stepper-label {
    overflow: hidden !important;
  }

  .bs-stepper-title {
    font-size: 14px !important;
  }

  .bs-stepper-subtitle {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {

  .bs-stepper-header {
    overflow: hidden !important;
    flex-wrap: nowrap !important;
  }

  .step {
    flex: 1 1 0 !important;
    width: auto !important;
  }

  .step-trigger {
    width: 100% !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 768px) {

  /* Stack steps */
  .bs-stepper-header {
    flex-direction: column !important;
    gap: 12px !important;
    overflow-x: visible !important;
  }

  .step {
    width: 100% !important;
  }

  /* Card */
  .step-trigger {
    width: 100% !important;
    clip-path: none !important;
    border-radius: 14px !important;
    padding: 16px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 8px !important;
  }

  /* Circle */
  .bs-stepper-circle {
    margin: 0 auto !important;
  }

  /* Text */
  .bs-stepper-label {
    align-items: center !important;
    text-align: center !important;
  }

  .bs-stepper-title {
    font-size: 15px !important;
  }

  .bs-stepper-subtitle {
    font-size: 12px !important;
  }
}


/* stepper code end */


/* scroll bar code */
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

::-webkit-scrollbar-track {
  background: #0000001A !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
  background: #0000000D !important;
  border-radius: 10px !important;
}

::-webkit-scrollbar-thumb:hover {
  background: #0000001A !important;
}

/* Firefox */
* {
  scrollbar-width: thin !important;
  scrollbar-color: #0000001A #0000000D !important;
}

/* scroll bar code */


/* button code start*/
.dangerbtn{
  background: #F3293E !important;
}
.successbtn{
  background: #16a34a !important;
}
.infobtn{
  background: rgba(255, 255, 0, 0.747) !important;
}
/* button code end */