html,
body {
  height: 100%;
}
body {
  /* font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Inter", sans-serif;
  /* font-family: "Trebuchet MS", sans-serif; */
  /* font-family: "Mazzard", sans-serif;
  font-family: "Public Sans", sans-serif;
  font-family: "Trebuchet MS", sans-serif;
  font-family: "Times New Roman", serif;
  font-family: Garamond, serif;
  font-family: Tahoma, sans-serif;
  font-family: "Courier New", monospace;
  font-family: Arial, sans-serif;
  font-family: Verdana, sans-serif;
  font-family: "Brush Script MT", cursive; */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #4c4c4c;
  background-color: #f2f2f2;
  overflow-y: hidden;
}
.admin-panel {
  width: 100%;
  overflow: auto;
  float: left;
  padding-left: 300px;
  overflow: hidden;
  transition: all ease 1s;
  top: 0;
  left: 0;
  position: relative;
}
.admin-panel.active {
  padding-left: 0;
  transition: all ease 1s;
}
.admin-panel.active .sidebar {
  left: -300px;
  transition: all ease 1s;
}
.admin-panel .sidebar {
  position: absolute;
  left: 0;
  transition: all ease 1s;
  border-right: 1px solid rgb(240, 240, 240);
}
.content-wrapper {
  float: left;
  position: relative;
  width: 100%;
}
.content-wrapper header {
  height: 60px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 0px 20px;
  font-weight: 500;
  border-bottom: 1px solid rgb(240, 240, 240);
}
.content-wrapper header a {
  color: #262626;
  display: flex;
  align-self: center;
}
.content-wrapper header .title {
  font-weight: 400;
  font-size: 18px;
}
.content-wrapper header .header-top-links .dropdown button {
  color: #262626;
}
.content-wrapper header .header-top-links .dropdown button i {
  font-size: 16px;
}
.content-wrapper header .header-top-links .dropdown button:focus,
.content-wrapper header .header-top-links .dropdown button:hover,
.content-wrapper header .header-top-links .dropdown button:active {
  border-color: #0000;
  background-color: #f5f5f5;
  border-radius: #fff;
  box-shadow: 0px 0px 5px 3px #00000040;
}

.content-box {
  padding: 8px;
  /* overflow-y: auto;*/
  height: calc(100vh - 100px);
}
.content-box .accordion-custom .accordion-item {
  margin-top: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 15px;
  border-radius: 10px;
  border: 0;
  position: relative;
}

.content-box .accordion-custom .accordion-item .accordion-header .accordion-button.collapsed {
  box-shadow: inherit;
  border-radius: 10px;
  border: 0;
}
.content-box .accordion-custom .accordion-item .accordion-header .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: inherit;
  border: 0;
}
.content-box .accordion-custom .accordion-item .accordion-header .accordion-button.collapsed + .edit-link {
  display: none;
}

.content-box .accordion-custom .accordion-body {
  padding: 15px;
}
.content-box .accordion-custom .accordion-body .accordion-footer {
  /* margin-left: -15px;
    margin-right: -15px;
    border-top: rgba(0,0,0,0.1) solid 1px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px; */
}

.edit-link,
.edit-link:hover,
.edit-link:focus {
  position: absolute;
  top: 17px;
  right: 60px;
  color: #324b8c;
  /* color: #317CD0; */
  text-decoration: none;
  font-size: 16px;
  z-index: 4;
}

.sidebar {
  background-color: rgb(255, 255, 255);
  width: 300px;
  position: absolute;
  transition: width 0.2s, height 0.2s;
}
.sidebar .logo {
  height: 50px;
  background-color: #253e7e;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
}
.sidebar .logo img {
  height: 35px;
  margin-right: 15px;
}
.sidebar .sidebar-scroll {
  height: calc(100vh - 130px);
  overflow-y: hidden;
  float: left;
  width: 100%;
}
.sidebar .sidebar-scroll .accordion .accordion-item {
  border-color: #c5dbff;
  border-width: 1px 0;
  border-radius: 0;
}
.sidebar .sidebar-scroll .accordion .accordion-item:last-child,
.sidebar .sidebar-scroll .accordion .accordion-item:first-child {
  border-radius: 0;
}
.sidebar .sidebar-scroll .accordion .accordion-item .accordion-button {
  background-color: #e5efff;
}
.sidebar .sidebar-scroll .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.sidebar .sidebar-scroll .accordion .accordion-item .accordion-button .link-icon {
  font-size: 14px;
}
.sidebar .sidebar-scroll .accordion .accordion-item .accordion-button .link-icon i {
  text-align: center;
  margin-right: 5px;
  width: 20px;
}
.sidebar .sidebar-scroll .accordion .accordion-item:first-child .accordion-button.collapsed,
.sidebar .sidebar-scroll .accordion .accordion-item:last-child .accordion-button.collapsed {
  border-radius: 0;
}
.sidebar .sidebar-scroll ul {
  margin: 0 0 0 0;
  padding: 0;
}

.sidebar .sidebar-scroll ul li {
  list-style: none;
}
.sidebar .sidebar-scroll ul li a {
  padding: 0px 0px;
  text-decoration: none;
  color: #4c4c4c;
  display: block;
}
.sidebar .sidebar-scroll ul li a .link-icon {
  margin-right: 10px;
  font-size: 14px;
}
.sidebar .sidebar-scroll ul li:hover a,
.sidebar .sidebar-scroll ul li.active a {
  background-color: #243c5c;
  color: #fff;
}
.admin-dashboard-item:hover {
  background-color: #253e7e !important;
  color: #fff !important;
}

.breadcrumb-item {
  position: relative;
  color: #919699;
}
.breadcrumb-item a {
  color: #919699;
  text-decoration: none;
  padding-right: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-style: solid;
  border-color: #919699 #919699 transparent transparent;
  border-width: 1px;
  transform: rotate(45deg);
  position: absolute;
  left: 2px;
  top: 5px;
}
.breadcrumb-item + .breadcrumb-item {
  font-weight: bold;
  color: #919699;
  padding-left: 28px;
}

.form-control:focus {
  box-shadow: rgba(22, 16, 84, 0.2) 0 0 10px;
  border-color: #253e7e;
}
.form-control:disabled,
.form-select:disabled {
  background-color: #efefef;
  color: #919699;
  cursor: not-allowed;
}

.btn {
  border-radius: 4px;
}
.btn.btn-primary {
  border-color: #324b8c;
  color: #fff;
  background-color: #324b8c;
}
.btn.btn-outline-secondary {
  border-color: #c1c1c1;
  color: #c1c1c1;
}

.ItemImageBox h4 {
  font-size: 16px;
  color: #919699;
}

.imageItemBox h4 {
  font-size: 16px;
  color: #919699;
}

.imageItemBox .imgBox {
  max-width: 200px;
  text-align: center;
  margin: 20px auto;
}
.imageItemBox .imgBox img {
  max-width: 100%;
  height: 120px;
  border-radius: 4px;
}
.imageItemBox .view-link {
  color: #317cd0;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.ManageImageSquenceLink {
  color: #317cd0;
  text-decoration: none;
  font-weight: 900;
  font-size: 10px;
  padding: 1px;
  max-width: 100px;
  border: #317cd0 solid 1px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
.ManageImageSquenceLink:hover {
  background-color: #324b8c;
  color: #fff;
  /* text-decoration: none;
    font-weight: 900;
    font-size: 10px;
    padding: 1px;
    max-width: 100px;
    border: #324b8c solid 1px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px; */
}
.relative {
  position: relative;
}
.dragAndDropModal .modal-dialog {
  max-width: 100%;
  border: 0;
}
.dragAndDropModal .modal-dialog .modal-header {
  border: 0;
  padding-bottom: 0;
}
.dragAndDropModal .modal-dialog .modal-content {
  border: 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px;
  margin: 10px;
  width: auto;
}

.dragAndDropModal .modal-dialog .modal-content ul {
  margin: auto;
  padding: 0;
  display: block;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 1000px;
  max-height: 175px;
}
.dragAndDropModal .modal-dialog .modal-content ul li {
  list-style: none;
  margin-left: 0px;
}
.dragAndDropModal .modal-dialog .modal-content ul li .drag-img-box {
  text-align: center;
  max-width: 190px;
}
.dragAndDropModal .modal-dialog .modal-content ul li .drag-img-box .imgBox {
  width: auto;
  height: auto;
  display: block;
  border: #919699 solid 2px;
  border-radius: 6px;
  line-height: 85px;
  color: #cdcdcd;
  background-color: #fff;
}
.dragAndDropModal .modal-dialog .modal-content ul li .drag-img-box .imgBox i {
  font-size: 40px;
}
.dragAndDropModal .modal-dialog .modal-content ul li .drag-img-box .title {
  font-size: 18px;
  margin-top: 5px;
  font-weight: 500;
  color: #919699;
}
.dragAndDropModal .modal-dialog .modal-content p {
  color: #bdbdbd;
  font-size: 18px;
  margin-top: 10px;
}
.tags-items {
  color: #000;
  padding: 3px 30px 3px 8px;
  margin: 3px 3px 10px 3px;
  display: inline-block;
  border-radius: 15px;
  border: #e5e5e5 solid 1px;
  position: relative;
  transition: all 0.2s ease-out;
}
.tags-items:hover {
  border-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  transform: scale(1.1);
}
.tags-items .fa-solid {
  color: #ff2727;
  cursor: pointer;
  background-color: #ffe7e7;
  width: 19px;
  height: 19px;
  border-radius: 60px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 5px;
  top: 4px;
}
.selectPromoCode {
  border: #c1c1c1 solid 1px;
  border-radius: 6px;
  padding: 20px;
}
.selectPromoCode label {
  font-size: 18px;
}
.btn-style-one {
  color: #919699;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  padding: 2px 8px;
  min-width: 80px;
  display: inline-block;
  border-radius: 2px;
  background-color: #fff;
  border: #c1c1c1 solid 1px;
}
.btn-style-two {
  color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  padding: 8px 10px;
  min-width: 100px;
  display: inline-block;
  border-radius: 6px;
  background-color: #324b8c;
  border: #c1c1c1 solid 1px;
  font-weight: 500;
}
.rateBox {
  border: #e9e9e9 solid 1px;
  border-radius: 4px;
}
.rateBox .table-border {
  width: 100%;
}
.rateBox .table-border thead th {
  border-color: #e9e9e9;
  font-size: 16px;
  color: #fff;
  padding: 7px 10px;
  font-weight: 600;
}
.rateBox .table-border tbody td {
  padding: 3px 10px;
  border-color: #e9e9e9;
}

.rateBox .table-border tbody td .fa-pen {
  color: #317cd0;
  padding: 5px;
}
.rateBox .table-border tbody td .fa-close {
  color: #de1212;
  padding: 5px;
  font-size: 16px;
}
/* .rateBox .table-border tbody td .fa-pen{ 
    color: #317CD0;
}
.rateBox .table-border tbody td .fa-close{ 
    color: #DE1212;
} */
.rateBox .rateBox-Item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: flex;
}
.rateBox .rateBox-Item .heading1 {
  font-size: 16px;
  width: 80px;
}
.rateBox .rateBox-Item .formElement {
  float: left;
}
.rateBox .rateBox-Item .formElement .col-form-label {
  white-space: nowrap;
}
.rateBox .rateBox-Item .formElement .fa-circle-exclamation {
  padding-left: 10px;
  padding-top: 10px;
  color: #317cd0;
}
.rateBox .rateBox-Item .formElement .form-control {
  border-radius: 0;
  border-color: #919699;
  height: 25px;
  margin: auto;
  color: #919699;
  padding-left: 0;
  padding-right: 0;
}
.accordion {
  --bs-accordion-btn-bg: #cfe2ff;
}

.admin-panel .sidebar + .content-wrapper header #closehidden {
  display: none;
}
.admin-panel.active .sidebar + .content-wrapper header #closehidden {
  display: flex;
  position: relative;
  z-index: 5;
}
.admin-panel.active .sidebar + .content-wrapper header #openhidden {
  display: none;
}
.admin-panel.active .sidebar {
  width: 300px;
  left: -300px;
  position: absolute;
}

.header-logo {
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.header-logo img {
  max-height: 60px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 1px;
}

.dropdown-menu {
  background-color: #888888;
  color: #000;
  --bs-dropdown-min-width: auto;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-link-active-bg: #324b8c;
}
/* .dropdown-item {
    padding: 0px 20px;
} */

.dropdown-divider {
  height: 0;
  margin: 0;
  overflow: hidden;
  border-top: 1px solid #686565;
  opacity: 1;
}
.btn-group,
.btn-group-vertical {
  display: block;
}
.btn-outline-primary {
  --bs-btn-color: #324b8c;
  --bs-btn-border-color: #324b8c;
  --bs-btn-hover-bg: #324b8c;
  --bs-btn-hover-border-color: #324b8c;
  --bs-btn-active-bg: #324b8c;
  --bs-btn-active-border-color: #324b8c;
  --bs-btn-disabled-color: #324b8c;
  --bs-btn-disabled-border-color: #324b8c;
}

[draggable] {
  user-select: none;
}
.drag-and-drop-wrapper .darg-item {
  cursor: move;
}
.drag-and-drop-wrapper .darg-item.over .drag-img-box .imgBox {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-11 {
  margin-top: 11px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}

.notifications-box {
  position: relative;
}
.notifications-box svg {
  display: flex;
  align-items: center;
}
.notifications-box i {
  color: #000;
}
.notifications-box .notifications-count {
  top: -5px;
  right: -5px;
  padding: 3px 5px;
  margin-left: -12px;
  border-radius: 20px;
  position: absolute;
  font-size: 8px;
  background-color: rgb(42, 161, 175);
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
}

@media (max-width: 1024px) {
  .admin-panel {
    padding-left: 0;
    transition: all ease 0.1s;
  }
  .admin-panel .sidebar {
    left: -300px;
    transition: all ease 0.1s;
  }
  .admin-panel.active .sidebar {
    left: 0;
    transition: all ease 0.1s;
  }
  .admin-panel.active .sidebar + .content-wrapper {
    width: calc(100% + 300px);
    left: 300px;
  }
  .admin-panel.active .sidebar + .content-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }

  /* .admin-panel{
        width: 100%;
        overflow: auto;
        float: left;
        padding-left: 300px;
        overflow: hidden;
        transition: all ease 1s;
    }
    .admin-panel.active{
        padding-left: 0;
        transition: all ease 1s;
    }
    .admin-panel.active .sidebar{ left: -300px; transition: all ease 1s;}
    .admin-panel .sidebar{ 
        position: absolute;
        left: 0;
        transition: all ease 1s;
    } */
}

.rate-box-table {
  max-height: 370px;
  overflow-y: auto;
}
.rate-box-table thead tr {
  position: sticky;
  top: 0;
  background-color: #243c5c;
  color: #fff;
}
.rate-box-table thead tr th {
}

.item-box-table {
  max-height: 500px;
  overflow-y: auto;
}

.filterForm {
  position: absolute;
  margin-top: 120px;
  padding: 25px;
}

.formControl {
  margin-right: -46px;
}

.advanceFilter {
  margin-left: -3px;
  margin-right: -2px;
}
.row {
  --bs-gutter-x: 1rem;
}

.item-label {
  padding: 0px 10px !important;
}

.item-table-header {
  background-color: #324b8c !important;
}

.item-table-header-text {
  color: #fff !important;
}

.form-select-md active:hover {
  background-color: #324b8c;
}

#icon-color {
  color: #324b8c;
}

.page-link {
  color: #324b8c;
}

a {
  text-decoration: none;
  color: #324b8c;
}

.publish-size {
  font-size: 20px;
}
.check-box-size {
  height: 25px;
  width: 25px;
}
.state {
  overflow-y: auto;
  max-height: 300px;
}
.district {
  padding: 0px 5px;
}

#district {
  display: none;
}
#pincode {
  display: none;
}
#storecode {
  display: none;
}

.tags-item {
  padding: 3px 15px 3px 15px;
}

.mandatory-field {
  color: #de1212;
}

.sub-category {
  background-color: #324b8c;
  color: #fff;
  border: solid 1px #324b8c;
}
.add-category {
  font-size: 35px;
  color: #324b8c;
}
.item-box {
  border: 1px Solid;
  border-radius: 5px;
  padding: 5px;
  color: #000;
}
.item-box-image {
  text-align: start;
  margin: auto;
}
.btb-item {
  overflow-y: auto;
  max-height: 500px;
}
.btb-item-image {
  width: 80px;
  height: auto;
}
.btb-item-plus {
  text-align: start;
  margin: auto;
}
#materialSection {
  display: none;
}
#invoiceSection {
  display: none;
}
#states {
  display: none;
}
#materialDiscount {
  display: none;
}
#materialFix {
  display: none;
}
#firstInvoiceProduct {
  display: none;
}
#freeQuantity {
  display: none;
}
#itemQuantityDiscount {
  display: none;
}
#itemQuantityValue {
  display: none;
}
#invoiceDiscount {
  display: none;
}
#invoiceValueDiscount {
  display: none;
}
#invoiceFreeItem {
  display: none;
}

#materialDiscountTwo {
  display: none;
}
#materialFixTwo {
  display: none;
}
#firstInvoiceProductTwo {
  display: none;
}
#freeQuantityTwo {
  display: none;
}
#itemQuantityDiscountTwo {
  display: none;
}
#itemQuantityValueTwo {
  display: none;
}
#invoiceDiscountTwo {
  display: none;
}
#invoiceValueDiscountTwo {
  display: none;
}
#invoiceFreeItemTwo {
  display: none;
}

.green {
  color: #fff;
  background-color: #526f33;
}
.pink {
  color: #ffe52c;
  background-color: #ed478b;
}
.purple {
  color: #fff;
  background-color: #6d2b8c;
}
.lightBlue {
  color: #fff;
  background-color: #5b87c5;
}
.yellow {
  color: #2b602f;
  background-color: #ffe57c;
}
.navyBlue {
  color: #fff;
  background-color: #2e2d84;
}

.sidebar .logo {
  height: 60px;
  background-color: #fff;
  text-align: center;
  color: #243c5c;
  line-height: 50px;
  font-weight: 700;
  align-items: center;
  justify-content: left;
  display: flex;
  padding-left: 11px;
}
.sidebar .logo span {
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}
.accordion {
  /* --bs-accordion-btn-padding-y: 0.4rem; */
}
.accordion-separator {
  border-top: 1px solid #cadbf7;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sidebar .sidebar-scroll .accordion .accordion-item .accordion-button .link-icon {
  font-size: 13px;
}
/* .sidebar .sidebar-scroll ul li a {
  padding: 6px 20px;
  text-decoration: none;
  color: #4c4c4c;
  display: block;
  font-size: 13px;
} */
.breadcrumb {
  --bs-breadcrumb-margin-bottom: 9px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-radius: 4px;
}
.rateBox .table-border thead th {
  font-size: 13px;
}
.btn {
  border-radius: 4px;
  font-size: 12px;
}
.rateBox .table-border tbody td {
  padding: 0px 0px;
  font-size: 12px;
}
textarea.form-control {
  max-height: 100px;
}
.content-box .accordion-custom .accordion-body {
  padding: 10px 15px;
}
.content-box .accordion-custom .accordion-item {
  margin-top: 5px;
}
.selectPromoCode {
  padding: 10px;
}
.dropdown-menu li {
  position: relative;
  /* border-bottom: 1px solid #bbb; */
  padding: 5px;
}
/* .dropdown-menu li:last-child {
  border-bottom: none;
} */
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}
/* Scrollbar-effect------- */
#accordian::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#accordian::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e4e4;
}
#accordian::-webkit-scrollbar-thumb {
  background: #243c5c;
  border-radius: 10px;
  transition: 0.5s;
}
#accordian::-webkit-scrollbar-thumb:hover {
  background: #d5b14c;
  transition: 0.5s;
}

/* --------- */
/* body {
        background: #4EB889;
        font-family: Nunito, arial, verdana;
    } */

#accordian {
  background: #fff;
  width: 300px;
  padding: 0px;
  float: left;
  height: 100vh;
  overflow-x: hidden;
}

#accordian a {
}

/* i {
  margin-right: 10px;
} */

#accordian li {
  list-style-type: none;
}

#accordian ul li a {
  color: #243c5c;
  text-decoration: none;
  font-size: 13px;
  display: block;
  /* 	line-height: 34px; */
  padding: 6px 20px;
  transition: all 0.15s;
  position: relative;
  border-radius: 0px;
}

#accordian > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
#accordian > ul > li > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a {
  background-color: #cfe2ff;
  color: #0a58ca;
  box-shadow: 0px 1px 2px rgba(0, 137, 255, 0.2);
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
}

#accordian > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li.active > ul.show-dropdown,
#accordian > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
}

#accordian > ul > li > ul,
#accordian > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul,
#accordian > ul > li > ul > li > ul > li > ul > li > ul {
  padding-left: 20px;
}

#accordian a:not(:only-child):after {
  content: "\f105";
  position: absolute;
  right: 20px;
  /* top: 14px; */
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  transition: 0.5s;
}
.sidebar .sidebar-scroll {
  height: calc(100vh - 0px);
}
#accordian .active > a:not(:only-child):after {
  transform: rotate(90deg);
}
.sidebar .sidebar-scroll ul li:hover a,
.sidebar .sidebar-scroll ul li.active a {
  color: #4c4c4c;
  background-color: #0000;
  padding: 0px;
}
/* .sidebar .sidebar-scroll ul li ul li:hover a,
.sidebar .sidebar-scroll ul li ul li.active a {
  background-color: #c9d5e7;
}
.sidebar .sidebar-scroll ul li ul li ul li:hover a,
.sidebar .sidebar-scroll ul li ul li ul li.active a {
  background-color: #c9ccd1;
}
.sidebar .sidebar-scroll ul li ul li ul li ul li:hover a,
.sidebar .sidebar-scroll ul li ul li ul li ul li.active a {
  background-color: #9fa1a5;
}
.sidebar .sidebar-scroll ul li ul li ul li ul li ul li:hover a,
.sidebar .sidebar-scroll ul li ul li ul li ul li ul li.active a {
  background-color: #7a7b7e;
} */
.sidebar_dashboard {
  background-color: #243c5c;
  color: #fff;
}
.sidebar .logo {
  line-height: 48px;
  /* border-bottom: 1px solid rgb(42, 161, 175); */
}
.sidebar .sidebar-scroll {
}
/* .tags-items .fa-solid {
  right: -3px;
} */
.rateBox .table-border tbody tr:hover {
  background-color: #cfe2ff;
  border-radius: 0px;
}

.text-box .input-box {
  position: relative;
}

.text-box .input-box input,
textarea,
select {
  width: 100%;
  padding: 12px 0px 0px 0px;
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid gray;
  outline: none;
  background: transparent;
}
.text-box .input-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0px;
  font-size: 14px;
  color: #000;
  pointer-events: none;
  transition: 0.5s;
}
.text-box .input-box input:focus,
.text-box .input-box input:valid,
.text-box .input-box textarea:focus,
.text-box .input-box textarea:focus,
.text-box .input-box select:focus,
.text-box .input-box select:focus {
  border-bottom: 2px solid #243c5c;
}
.text-box .input-box input:focus ~ label,
.text-box .input-box input:valid ~ label,
.text-box .input-box textarea:focus ~ label,
.text-box .input-box textarea:valid ~ label,
.text-box .input-box select:focus ~ label,
.text-box .input-box select:valid ~ label {
  top: -15px;
  left: 0px;
  color: #243c5c;
  font-weight: 700;
  font-size: 10px;
}
.label_date {
  top: -15px !important;
  left: 0px !important;
  color: #243c5c !important;
  font-weight: 500 !important;
  font-size: 10px !important;
}
.input-box input:disabled,
.input-box label:disabled {
  color: #919699;
  cursor: not-allowed;
}
/* .form-check-input {
  margin-top: 7px;
} */
.check-box-size {
  height: 20px;
  width: 20px;
}
.rate-box-table {
  max-height: 284px;
}
.rate-box-table thead tr {
  top: -1px;
}
.item-box-table {
  max-height: 300px;
}
.selectPromoCode {
  padding: 0px 10px;
}
.dragAndDropModal .modal-dialog .modal-content {
  height: auto;
  width: 80%;
  position: relative;
  top: 20%;
  left: 10%;
}
.rateBox .row-height {
  height: 50px;
}
@media only screen and (max-width: 500px) {
  .dragAndDropModal .modal-dialog .modal-content {
    height: auto;
    width: 100%;
    position: relative;
    top: 0px;
    left: -3%;
  }
  .filterForm {
    margin-top: 50px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rateBox .row-height {
    height: 90px;
  }
}
.floatRight {
  float: right;
}
form button i {
  margin: 0px 3px;
}
.rateBox {
  background-color: #fff;
}
body {
  background-color: #f2f2f2;
  overflow-y: hidden;
}
.btn.btn-primary {
  border-color: #243c5c;
  background-color: #243c5c;
}
.sub-category {
  background-color: #243c5c;
  border: solid 1px #243c5c;
}
.form-check-input:checked {
  background-color: #2aa1af;
  border-color: #2aa1af;
}
.rateBox .table-border tbody td .fa-pen {
  color: #243c5c;
}
.item-table-header {
  background-color: #243c5c !important;
}
.form-control:focus {
  border-color: #243c5c;
}
.add-category {
  color: #243c5c;
}
#icon-color {
  color: #243c5c;
}
::selection {
  color: #fff;
  background-color: #2aa1af;
}
.optionColor:hover {
  color: #fff;
  background-color: #243c5c;
}
/* .modal-dialog {
  margin: 0px 0px 20px 0px;
} */
.dropdown-menu {
  background-color: #fff;
  --bs-dropdown-link-active-bg: #243c5c;
}

/* additional css */
/* Sidebar container */
.bckgrnd-img {
  position: absolute;
  top: 15%;
  left: 0px;
  filter: blur(18px);
}
.logo-login {
  position: absolute;
  left: 25px;
  top: 25px;
}
.logo-login img {
  width: 75px;
  height: 75px;
}
.login-box {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-login {
  background-color: rgb(255, 255, 255);
  color: rgb(38, 38, 38);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border-width: initial;
  border-style: none;
  border-image: initial;
  border-radius: 4px;
  border-color: rgb(230, 235, 241);
  width: 475px;
  height: auto;
  padding: 40px;
}
.login-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.33;
}
.login-title-account {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-account {
  font-size: 0.875rem;
  line-height: 1.57;
  font-weight: 400;
  color: rgb(42, 161, 175);
  text-decoration: none;
}
.user-email {
  color: currentcolor;
  border: 1px;
  box-sizing: content-box;
  background: none;
  height: 1.4375em;
  display: block;
  width: 100%;
  padding: 8px;
}
.input-field-row {
  margin-bottom: 10px;
}
.user-checkbox-sec {
  display: flex;
  align-items: center;
}
.user-checkbox {
  margin-top: 0px;
  margin-right: 10px;
  border-radius: 0px !important;
}
.hrms-input-field {
  padding: 0.475rem 0.75rem;
  border-radius: 4px;
}
.login-eye-icon {
  position: absolute;
  right: 5px;
  top: 11px;
}
.hrms-input-field:focus {
  border-color: #2aa1af;
}
/* .login-user-input-error:focus {
    border-color: rgb(240, 65, 52);
} */
.input-error {
  color: rgb(240, 65, 52);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66;
  /* font-family: "Public Sans", sans-serif; */
  text-align: left;
  margin: 4px 0px 0px;
}
.btn-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-transform: capitalize;
  /* font-family: "Public Sans", sans-serif; */
  font-size: 0.9375rem;
  line-height: 1.75;
  min-width: 64px;
  color: rgb(255, 255, 255);
  background-color: rgb(42, 161, 175);
  width: 100%;
  box-shadow: none;
  font-weight: 400;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 20px 0px 0px 0px;
  text-decoration: none;
  padding: 8px 22px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-login:hover {
  background-color: rgb(26, 123, 138);
}
.side-navbar {
  color: #262626;
  height: calc(100vh - 130px);
  overflow-y: auto;
}
.side-navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* .side-navbar ul li {
  margin-bottom: 5px;
} */
.menu-item,
.list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 23px;
  border: 1px solid transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.menu-item:hover,
.list-item:hover {
  background-color: #e1f0ef;
  color: #262626;
}
.menu-item.active,
.list-item.active {
  color: #2aa1af;
  background-color: #e1f0ef;
}
.side-navbar ul li ul {
  display: none;
  padding-left: 20px;
  margin-top: 5px;
  border-left: 1px solid #e1f0ef;
}
.side-navbar ul li ul {
  padding-left: 10px !important;
}
.side-navbar ul li ul.active {
  display: block;
}
.side-navbar .menu-item i {
  margin-right: 10px;
}
.arrow-icon {
  margin-left: auto;
}
.side-navbar::-webkit-scrollbar,
.table-sec::-webkit-scrollbar,
.main_body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.side-navbar::-webkit-scrollbar-track,
.table-sec::-webkit-scrollbar-track,
.main_body::-webkit-scrollbar-track {
  background: #b6b6b6;
}
.side-navbar::-webkit-scrollbar-thumb,
.table-sec::-webkit-scrollbar-thumb,
.main_body::-webkit-scrollbar-thumb {
  background: #2aa1af;
  border-radius: 3px;
}



.side-navbar::-webkit-scrollbar,
.table-sec::-webkit-scrollbar,
.onborad::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.side-navbar::-webkit-scrollbar-track,
.table-sec::-webkit-scrollbar-track,
.onborad::-webkit-scrollbar-track {
  background: #b6b6b6;
}
.side-navbar::-webkit-scrollbar-thumb,
.table-sec::-webkit-scrollbar-thumb,
.onborad::-webkit-scrollbar-thumb {
  background: #2aa1af;
  border-radius: 3px;
}




.table-section {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin: 24px 0px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.table-title {
  margin: 0px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.57;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid rgb(240, 240, 240);
}
.basic-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid rgb(240, 240, 240);
  border-right-color: #0000;
}

.multiselect-edit-mode {
  position: relative;
  z-index: 10;
}

.multiselect-edit-mode .dropdown-container {
  position: relative;
  z-index: 2;
}

.multiselect-edit-mode .dropdown-content {
  position: absolute;
  background-color: white;
  z-index: 10;
  overflow-y: auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.multiselect-view-mode .dropdown-content {
  z-index: 999;
}
.multiselect-view-mode .dropdown-container {
  position: relative;
  z-index: 100;
  /* background-color: #eceaea !important;
  color: #b1aeae; */

  background-color: #efefef !important;
  color: #919699;
}

/*text area*/
.input-field-row .hrms-input-field::placeholder {
  color: #181818 ;
  opacity: 1;
}

/* dropdown styling */
.hrms-input-fieldselect .react-select__placeholder {
  color: #181818 !important;
  opacity: 1 !important;
}

/*multiselect dropdown*/
.multi-select .dropdown-heading .placeholder {
  color: #181818 !important;
  opacity: 1 !important;
}

.multi-select .dropdown-heading .dropdown-heading-value span{
  color: #181818 !important;
  opacity: 1 !important;
}

.hrms-input-fieldselectloc {
  position: relative;
  overflow: visible !important;
  z-index: 999 !important
}

.search-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.search-input {
  width: 100%;
  padding-right: 35px;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 18px;
  cursor: pointer;
}

.search-icon:hover {
  color: #000;
}

/*progress bar*/
.progress-container {
  width: 100%;
  overflow: visible;
  margin-bottom: 40px;
}

.progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  min-height: 60px;
}

.step-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 80px;
  position: relative;
}

.step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

.step-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.completed {
  background-color: green;
  color: white;
}

.disabled {
  background-color: #e0e0e0;
  color: #888;
}

.step-labels {
  margin-top: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.step-title {
  font-size: 13px;
  font-weight: bold;
  color: #555;
}

.step-subtitle {
  font-size: 11px;
  color: #000;
}

/* .progress-fill {
  position: absolute;
  top: 18px;
  left: 0;
  height: 2px;
  background-color: #007bff;
  z-index: 0;
  width: 100%;
} */

.table-section {
  overflow: visible !important;
}

.hrms-input-fieldselect-shift {
  min-width: 190px !important;
  max-width: 150px !important;
}

.table-section tbody tr td {
  line-height: 1.66;
  font-weight: 400;
  display: table-cell;
  vertical-align: inherit;
  text-align: left;
  color: rgb(38, 38, 38);
  font-size: 0.875rem;
  border-top-color: rgb(240, 240, 240);
  border-right-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgb(240, 240, 240);
  padding: 5px 10px;  
}

.table-section thead {
  display: table-header-group;
  background-color: rgb(250, 250, 250);
  border-top: 1px solid rgb(240, 240, 240);
  border-bottom: 2px solid rgb(240, 240, 240);
}
.table-section thead tr {
  color: inherit;
  display: table-row;
  vertical-align: middle;
  outline: 0px;
}
.table-section thead tr th {
  line-height: 1.5rem;
  display: table-cell;
  vertical-align: inherit;
  border-bottom: 1px solid rgb(240, 240, 240);
  text-align: left;
  color: rgb(38, 38, 38);
  padding: 5px 10px;
  border-top-color: rgb(240, 240, 240);
  border-right-color: #0000;
  border-left-color: #0000;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.table-section thead tr th:not(:last-child)::after {
  position: absolute;
  content: "";
  background-color: rgb(225, 225, 225);
  width: 1px;
  height: calc(100% - 30px);
  right: 0px;
  top: 16px;
}
.table-section tbody tr {
  color: inherit;
  display: table-row;
  vertical-align: middle;
  outline: 0px;
}
.table-section tbody tr:hover {
  background-color: #f5f5f5;
}
/* .table-section tbody tr td {
  line-height: 1.66;
  
  font-weight: 400;
  display: table-cell;
  vertical-align: inherit;
  border-bottom: 1px solid rgb(240, 240, 240);
  text-align: left;
  color: rgb(38, 38, 38);
  font-size: 0.875rem;
  padding: 5px 10px;
  border-top-color: rgb(240, 240, 240);
  border-right-color: #0000;
  border-left-color: #0000;
} */
.table-section tfoot {
  display: table-footer-group;
  background-color: rgb(250, 250, 250);
  border-top: 2px solid rgb(240, 240, 240);
  border-bottom: 1px solid rgb(240, 240, 240);
}
.table-section tfoot tr {
  color: inherit;
  display: table-row;
  vertical-align: middle;
  outline: 0px;
}
.table-section tfoot tr td {
  line-height: 1.3125rem;
  /* font-family: "Public Sans", sans-serif; */
  font-weight: 400;
  display: table-cell;
  vertical-align: inherit;
  border-bottom: 1px solid rgb(240, 240, 240);
  text-align: left;
  color: rgb(140, 140, 140);
  padding: 12px;
  border-top-color: rgb(240, 240, 240);
  border-right-color: #0000;
  border-left-color: #0000;
  font-size: 0.75rem;
  text-transform: uppercase;
  position: relative;
}
.table-section tfoot tr td:not(:last-child)::after {
  position: absolute;
  content: "";
  background-color: rgb(225, 225, 225);
  width: 1px;
  height: calc(100% - 30px);
  right: 0px;
  top: 16px;
}
.footer-links {
  float: inline-end;
}
.footer-links ul {
  display: flex;
  list-style: none;
}
.footer-links ul li {
  margin-left: 20px;
}
.footer-links ul li:hover {
  text-decoration: underline;
}

/* Tabs container */
.tabs-container {
  background-color: #fff;
  margin: 25px 0px;
  padding: 20px;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
}

/* Tab headers */
.tabs-header-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.tabs-header::-webkit-scrollbar {
  display: none; /* Optional: Hide scrollbar */
}

/* .tabs-header-left-icon,
.tabs-header-right-icon {
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
} */

.tabs-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  background-color: #0000;
  overflow-x: auto;
  position: relative;
  scroll-behavior: smooth;
  flex-grow: 1;
}
.tabs-header-icons {
  display: none;
}
.tabs-header-left-icon,
.tabs-header-right-icon {
  position: absolute;
  color: #2aa1af;
  font-size: 18px;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.tabs-header-left-icon {
  left: 0px;
}
.tabs-header-right-icon {
  right: 0px;
}
/* .tabs-header-left-icon:hover,
.tabs-header-right-icon:hover {
  color: #2aa1af;
} */
.tab-button {
  flex: 1;
  padding: 0px 10px;
  cursor: pointer;
  background: transparent;
  border: none;
  /* border-right: 1px solid #ddd; */
  border-bottom: 2px solid #0000;
  border-radius: 4px 4px 0px 0px;
  color: #262626;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.25;
  position: relative;
  white-space: normal;
  text-align: center;
  min-height: 46px;
  display: flex;
  align-items: center;
}
.tab-title {
  margin-left: 10px;
}
.tab-button:last-child {
  border-right: none;
}

.tab-button:hover,
.tab-button.active {
  background-color: #e1f0ef99;
  color: #2aa1af;
  border-bottom: 2px solid #2aa1af;
}

/* .tab-button.active {
  background-color: #2aa1af;
  color: #fff;
  font-weight: bold;
} */

/* Tab content */
.tabs-content {
  padding: 15px 0px;
}

.tab-content {
  font-size: 14px;
  color: #555;
}

/* searchable */
.dropdown-container {
  position: relative;
  font-family: Arial, sans-serif;
}

.dropdown-input {
  width: 100%;
  padding: 0.475rem 0.75rem;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 16px;
}

.dropdown-input:focus {
  outline: none;
  border-color: #2aa1af;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  z-index: 10;
}

.dropdown-option {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dropdown-option:hover {
  background-color: #e8f4f3;
}

.dropdown-option.selected {
  background-color: #2aa1af;
  color: white;
}

.no-options {
  padding: 10px;
  color: #888;
  text-align: center;
}
.searchable-select-icon {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 1;
}

.dropdown-container {
  position: relative;
  width: 300px;
  font-family: Arial, sans-serif;
}

.selected-options-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}

.selected-option {
  background-color: #007bff;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.selected-option .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
}

.disabled-blur {
  filter: blur(1px);   
  pointer-events: none; 
}

.dropdown-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-input:focus {
  outline: none;
  border-color: #007bff;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  z-index: 10;
}

.dropdown-option {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dropdown-option:hover {
  background-color: #e8f4f3;
}

.dropdown-option.selected {
  background-color: #007bff;
  color: white;
}

.no-options {
  padding: 10px;
  color: #888;
  text-align: center;
}

.arrow-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  pointer-events: none;
}

.dropdown-container {
  position: relative;
  width: 100%;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.dropdown-input-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
}
.dropdown-input-wrapper.focused {
  border: 1px solid #2aa1af;
}

.dropdown-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 5px;
  font-size: 14px;
}

.selected-values {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.selected-tag {
  background-color: #2aa1af;
  color: white;
  padding: 2px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.selected-tag .remove-option {
  margin-left: 8px;
  cursor: pointer;
  font-size: 16px;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  z-index: 10;
}

.dropdown-option {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dropdown-option:hover {
  background-color: #e8f4f3;
}

.dropdown-option.selected {
  background-color: #2aa1af;
  color: white;
}

.no-options {
  padding: 10px;
  color: #888;
  text-align: center;
}

.arrow-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  pointer-events: none;
}

/* searchable */

.btn-dark-bg {
  background-color: #2aa1af;
  color: white;
  border: 1px solid #2aa1af;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 4px;
}
.btn-dark-bg:hover {
  background-color: #1a7b8a;
}
.btn-light-bg {
  background-color: #0000;
  color: rgb(140, 140, 140);
  border: 1px solid rgb(140, 140, 140);
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 4px;
}
.btn-light-bg:hover {
  color: #000;
  border: 1px solid #000;
}

.fa-chevron-down {
  margin-left: 10px;
}

:not(:root):fullscreen::backdrop {
  background: rgb(250, 250, 251);
}

.tfoot-left-sec {
  display: flex;
  align-items: center;
  padding: 16px;
}
.tfoot-rpp {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66;
  width: 250px;
  color: rgb(140, 140, 140);
  margin-right: 10px;
}
.tfoot-drpdwn {
  border-radius: 4px;
  border: 1px solid rgb(203, 203, 203);
  padding: 5px 10px;
  margin: 0px;
  width: 100px;
}

.pagination-controls {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination-btn {
  margin: 0 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
}

.pagination-btn.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.pagination-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* add for table css */
.table-sec {
  overflow-x: auto;
  height: calc(100vh - 255px);
}
.table-sec-without-filter {
  overflow-x: auto;
  height: calc(100vh - 200px);
}
.table-section {
  margin: 0px;
}
.table-section thead {
  background-color: #e1f0ef;
  position: sticky;
  z-index: 1;
  top: -1px;
}
.main_body {
  height: calc(100vh - 145px);  
  overflow-y: auto;
  border-radius: 5px;
}

.onboard {
  height: calc(100vh - 30px); 
  overflow-y: auto;
  border-radius: 5px;
  padding: 15px;
}
/* .drpdwn-open-up {
  top: auto !important;
  bottom: 100% !important;
  transform: translateY(-2px) !important;
} */
.dropdownalign ul {
  margin-bottom: 0px !important;
}
.dropdownalign {
  margin-bottom: 10px !important;
}
.css-1n6sfyn-MenuList {
  max-height: 200px !important;
  z-index: 2 !important;
}
.badgebaclcolur {
  padding: 5px;
  margin-top: 5px;
}
.badgebaclcolur:last-of-type {
  margin-bottom: 5px;
}
.disabled-view {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.form-label {
  margin-bottom: 0rem !important;
}
.page-not-found {
  height: calc(100vh - 116px);
}
.table-section-role {
  max-height: 500px;
  overflow-y: auto;
}
.search-container {
  padding: 0px 10px;
}
nav {
  overflow-x: auto !important;
}
nav ol.breadcrumb {
  min-width: 500px !important;
  display: flex !important;
}
.btn-email-send-resend {
  display: flex;
  min-width: max-content;
}

@media (max-width: 1024px) {
  .tabs-header-icons {
    display: block;
  }
}
@media (max-width: 767px) {
  .table-section thead tr th {
    min-width: 125px;
  }
}
