html {
  font-size: clamp(13px, 13px + 0.158vw, 16px);
}
:root {
  --theme: #78a2cc;
  --theme_solid: #3c73aa;
  --light_theme: #78a2cc1f;
  --left_sapce: 24.5rem;
}
/* custome fonts */
@font-face {
  font-family: lato100;
  src: url(../fonts/lato/Lato-Hairline.ttf);
  font-weight: 100;
}
@font-face {
  font-family: lato200;
  src: url(../fonts/lato/Lato-Thin.ttf);
  font-weight: 200;
}
@font-face {
  font-family: lato300;
  src: url(../fonts/lato/Lato-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: lato400;
  src: url(../fonts/lato/Lato-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: lato500;
  src: url(../fonts/lato/Lato-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: lato600;
  src: url(../fonts/lato/Lato-Semibold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: lato700;
  src: url(../fonts/lato/Lato-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: lato800;
  src: url(../fonts/lato/Lato-Heavy.ttf);
  font-weight: 800;
}
@font-face {
  font-family: lato900;
  src: url(../fonts/lato/Lato-Black.ttf);
  font-weight: 900;
}

.fw100 {
  font-family: lato100;
  font-weight: 100;
}
.fw200 {
  font-family: lato200;
  font-weight: 200 !important;
}
.fw300 {
  font-family: lato300;
  font-weight: 300 !important;
}
.fw400 {
  font-family: lato400;
  font-weight: 400 !important;
}
.fw500 {
  font-family: lato500;
  font-weight: 500 !important;
}
.fw600 {
  font-family: lato600;
  font-weight: 600 !important;
}
.fw700 {
  font-family: lato700;
  font-weight: 700 !important;
}
.fw800 {
  font-family: lato800;
  font-weight: 800 !important;
}
.fw900 {
  font-family: lato900;
  font-weight: 900 !important;
}

/* \ custome fonts */
.data-table .card-header {
  border-bottom: 0.0625rem solid #ebe9f1 !important;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  content: "" !important;
  right: 0.5em !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
body {
  background: black; /* for this demo */
  overflow-x: hidden;
}
.pageloader {
  position: fixed;
  left: 0rem;
  top: 0rem;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/loader.gif") 50% 50% no-repeat rgb(249, 249, 249);
  opacity: 0.8;
}
.inputfile {
  display: none;
}
.right-side {
  display: flex;
  align-items: center;
}
.file-button {
  border-radius: 0.3125rem;
  border: 0.0625rem solid;
  display: block;
  padding: 0.786rem 1.5rem;
  border-radius: 0.358rem;
  font-family: lato500;
  line-height: 1;
  cursor: pointer;
}
.primary_btn {
  background: blue;
  padding: 0.786rem 1.5rem;
  border-radius: 0.358rem;
  font-family: lato500;
  display: block;
  color: #fff;
}
.alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0.5rem 0rem 0.5rem;
}
.alert .close {
  border: none;
  background: transparent;
  color: red;
  font-size: 1.75rem;
}
.colorRed {
  color: #dc3545;
}
/* .form-label{
  font-weight: 600 !important;
  font-size: 1rem !important;
} */
.file-button:hover {
  box-shadow: 0 0.5rem 1.5625rem -0.5rem var(--theme);
  box-shadow: 0 0.5rem 1.5625rem -0.5rem var(--theme);
}
table.purchase-order-item-details tbody tr td {
  white-space: nowrap;
}
.text-right {
  text-align: right !important;
}
.main-div {
  display: flex;
  align-items: baseline;
}
.first-div {
  margin-right: 0.625rem;
}
.global_search:focus-within {
  box-shadow: unset !important;
}
/* table.dataTable td, table.dataTable th{
  word-break: break-all;
} */
.scanning-btn {
  cursor: pointer;
}
.scan-field {
  font-family: lato600;
  font-size: 1.125rem;
  padding: 0.4rem 1rem;
  border-right: 0rem;
}
ul {
  list-style: none;
}
/* admin css sep 10  */
body {
  margin: 0;
  padding: 0;
  font-family: lato400 !important;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* start common css */
.fontSize9 {
  font-size: 0.5625rem;
}
.fontSize10 {
  font-size: 0.625rem;
}
.fontSize12 {
  font-size: 0.75rem;
}
.fontSize14 {
  font-size: 0.875rem;
}
.fontSize16 {
  font-size: 1rem;
}
.fontSize18 {
  font-size: 1.125rem;
}
.fontSize20 {
  font-size: 1.25rem !important;
}
.fontSize22 {
  font-size: 1.375rem;
}
.fontSize24 {
  font-size: 1.5rem;
}
.fontSize28 {
  font-size: 1.75rem;
}
.fontSize30 {
  font-size: 1.875rem;
}
.fontSize32 {
  font-size: 2rem;
}
.fontSize36 {
  font-size: 2.25rem;
}
.fontSize40 {
  font-size: 2.5rem;
}
.fontSize60 {
  font-size: 3.75rem;
}
.colorWhite {
  color: #fff !important;
}
.colorGreen {
  color: var(--theme) !important;
}
.colorGrey {
  color: #737373 !important;
}
.colorLightGrey {
  color: #7e7e7e !important;
}
.colorBlack {
  color: #313131 !important;
}
.colorDark {
  color: #302e2e !important;
}
.colorLightBlack {
  color: #011627;
}
.colorBlue {
  color: #00b9ec;
}
.colorDarkGreen {
  color: #0a8f49;
}
.theme_text {
  color: var(--theme) !important;
}
section.content-section {
  padding: 0rem 1.875rem 3.125rem 1.875rem;
}
.dataTables_empty {
  border-radius: 0 0 0.3125rem 0.3125rem !important;
}
.theme_card {
  box-shadow: 0rem 0.25rem 1.25rem 0rem var(--light_theme);
  background-color: #fff;
  padding: 2.0625rem;
  border-radius: 1rem;
}
/* End Common Css */
/* Start Auth Screen Css */
.auth-section {
  min-height: 100vh;
  background: var(--theme) url("../images/login_bg_layer.png") no-repeat center
    bottom / 100%;
  min-height: 100vh;
  background: var(--theme) url("../images/login_bg_layer.png") no-repeat center
    bottom / 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  padding: 48px 0;
}
.authForms {
  background: #ffffff;
  width: 100%;
  max-width: 35rem;
  box-shadow: 0rem 0rem 0.75rem 0rem #0000000d;
  padding: 1.75rem 0 3.6875rem 0;
  border-radius: 24px;
  border: 0.3px solid #b9b9b9;
  border-radius: 24px;
  border: 0.3px solid #b9b9b9;
}
.ForgotPassForm {
  padding: 5rem 0 5.375rem 0;
}
.form-container {
  padding: 2.1875rem 3.1875rem 0 3.1875rem;
}
.labelTxt {
  display: block;
  margin-bottom: 0.625rem;
}
.inputBox {
  border: 1px solid #d9d9d9;
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 1.0625rem;
  padding: 1.0625rem;
  border-radius: 0.5rem !important;
  outline: none;
}
.inputBox:focus {
  box-shadow: none !important;
  border: 0.0625rem solid var(--theme) !important;
}
.loginBtn {
  width: 100%;
  max-width: 23rem;
  max-width: 23rem;
  background: linear-gradient(
    135.35deg,
    var(--theme) -4.45%,
    var(--theme) 102.09%
  );
  border-radius: 0.625rem;
  border: none;
  padding: 1rem 0;
  padding: 1rem 0;
  margin-top: 2.5rem;
}
.eyeIcon {
  border: none;
  position: absolute;
  right: 1.25rem;
  top: 3.5rem;
  color: #b7b7b7b7;
  z-index: 9;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  cursor: pointer;
}
.eyeHighLight {
  color: var(--theme);
}
/* .inputBox:focus + .eyeIcon {
  color: var(--theme);
} */
.forgetRemContainer .form-check-input {
  border: 0.6px solid #d9d9d9;
  border: 0.6px solid #d9d9d9;
  box-shadow: unset !important;
}
.forgetRemContainer .form-check {
  display: flex;
  align-items: end;
  gap: 0.4375rem;
}
.forgetRemContainer .form-check-input:checked {
  background-color: var(--theme);
  border-color: var(--theme) !important;
}
.forgetRemContainer .form-check-input:not(:disabled):checked {
  box-shadow: unset !important;
}
.recoverPassword .eyeIcon {
  top: 4rem;
  cursor: pointer;
}
.recoverPassword .authForms {
  padding: 1.5625rem 0 1.5625rem 0;
}
.otpInputs {
  gap: 0.75rem;
  justify-content: center;
}
.otp-input {
  width: 100%;
  max-width: 4.6875rem;
  height: 3.625rem;
  text-align: center;
  display: inline-block;
  border: 0.0625rem solid var(--theme);
  border: 0.0625rem solid var(--theme);
  border-radius: 0.5rem;
  outline: none;
  font-size: 0.875rem;
  color: #737373;
}
.otp-input:focus {
  border: 0.0625rem solid var(--theme);
}
.successMsgContainer {
  width: fit-content;
  margin: auto;
}
/* start header css */
html .content.app-content {
  background-color: #fff;
  margin-left: 0;
  padding-left: var(--left_sapce);
  padding-right: 0;
  min-height: 100%;
}
.headerNavbar {
  margin: unset !important;
  width: unset !important;
  left: var(--left_sapce) !important;
  box-shadow: 2rem 0.25rem 1.25rem 0rem var(--light_theme);
  padding: 1.125rem 1.75rem !important;
  border-radius: unset !important;
  font-family: "Poppins", sans-serif !important;
}
.notifLang {
  margin-right: 1.0625rem;
}
.dropdown-user {
  border-left: 0.0625rem solid #737373;
  padding-left: 1.4375rem !important;
}
.userProImg {
  border-radius: 0.5rem !important;
}
.headerRytUl {
  flex-direction: row !important;
}
.headerRytUl .avatar {
  margin-right: 1rem;
}
.notificationIcon {
  padding: 0.5rem;
  background: #d8ffea;
  border-radius: 0.375rem;
  position: relative;
}
.notificationIcon .redDot {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
}
/* start sidebar css */
.sidebar-section {
  box-shadow: 2.67px 2.67px 32.01px 0px #78a2cc33,
    2.67px 2.67px 32.01px 0px #78a2cc33;
  width: var(--left_sapce) !important;
  border-top-right-radius: 26px;
}
.sidebarLink {
  padding: 0.875rem 1.6875rem !important;
  gap: 0.75rem;
  border-radius: 10rem 0 0 10rem !important;
  margin: 0 0 0 1.875rem !important;
}
.sidebarLink:hover {
  background: #a9a9a9;
  background: var(--theme);
  box-shadow: 0rem 1.25rem 3.125rem 0rem #3745571a;
  color: #ffffff !important;
  font-family: lato600 !important;
}
.sidebar-section .main-menu-content .nav-item .sidebarLink {
  font-family: lato600 !important;
  font-weight: 600 !important;
  border-radius: 0.5rem;
}
.sidebar-section .main-menu-content .nav-item.active .sidebarLink {
  background: var(--theme) !important;
  box-shadow: 0rem 1.25rem 3.125rem 0rem #3745571a;
  color: #ffffff !important;
}
.sidebar-section
  .main-menu-content
  .nav-item.active
  .sidebarLink
  .sidebarLinkImg {
  filter: brightness(1.5);
}
.sidebar-section .main-menu-content {
  margin-top: 3.0625rem;
}
.sidebar-section .main-menu-content .nav-item {
  margin-bottom: 0.9rem;
}
.sidebarLink:hover .sidebarLinkImg {
  filter: invert(85%) sepia(93%) saturate(27%) hue-rotate(54deg)
    brightness(174%) contrast(99%);
}
.main-menu.menu-light .navigation li.nav-item a:hover > * {
  transform: unset !important;
}
.sidebar_out_link span {
  color: #eb4f4f;
}
.sidebar_out_link:hover {
  background-color: #eb4f4f;
}
.sidebar_out_link:hover span {
  color: #fff;
}
/* End sidebar Css */
/* start dashboard css */
.mainContent {
  margin-left: 17.5rem;
  width: calc(100% - 17.5rem);
  padding: 0 !important;
}
.dataViewcontainers {
  background: linear-gradient(180deg, #00d364 0%, #0a8f49 100%);
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  min-height: 6.6875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.TotUserViewDet {
  width: 60%;
}
.mainHeadConatiner {
  /* margin-bottom: 2rem; */
  align-items: center;
  flex-wrap: wrap;
}
.mainHeadConatiner .btnGroup {
  display: flex;
  flex-wrap: wrap;
}
.dataContainers {
  margin-bottom: 2.1875rem;
}
.usersGraphsContainer {
  margin-bottom: 1.625rem;
}
.usersGraphs {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.2556rem 1.2794rem 0rem #eeeeee80;
  height: 100%;
}
.userRefCountTxt {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.0625rem;
}
.destiVisitGraph {
  margin-top: 1.5rem;
}
.addBtn {
  border: 0.165rem solid var(--theme);
  padding: 0.6875rem 1.25rem;
  background-color: var(--theme);
  color: #ffffff;
  border-radius: 1rem;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.destIncreDecContainer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.destIncreDecreTxt {
  border: 0.0381rem solid #05c16833;
  background: #ffffff;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
  color: #14ca74;
}
.clrBtn {
  /* border: .1025rem solid var(--theme); */
  /* padding: .3438rem .625rem; */
  background-color: #fff;
  /* border-radius: .625rem; */
  gap: 0.25rem;
  /* display: flex; */
  align-items: center;
  /* margin-left: 1.25rem; */
  border: none;
}
.graphSection {
  background: linear-gradient(180deg, #00d364 0%, #0a8f49 100%);
  padding: 2rem 2.625rem;
  border-radius: 0.625rem;
}
.progressBarContainer {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-bottom: 1.125rem;
}
.percentLabel {
  margin-left: auto;
  font-size: 0.875rem;
}
.progressBarContainer .progress {
  height: 0.25rem;
  background-color: #fff;
  border-radius: 0.0625rem !important;
}
.progressBarContainer .progress-bar {
  background: #d9d9d9;
  border-radius: 0.0625rem !important;
}
/* End Dashboard CSS */
/* Start delete modal Css */
.logoutModal .modal-dialog {
  max-width: 37.4375rem;
}
.deleteModal .modal-dialog {
  max-width: 37.4375rem;
}
.yesNoBtn {
  box-shadow: 0rem 0.25rem 1.25rem 0rem #42b03a99;
  background: linear-gradient(96.18deg, #00d364 -30.18%, #0a8f49 122.92%);
  border: none;
  border-radius: 0.75rem;
  padding: 0.75rem 2.5rem;
}
.modal {
  background: #000000b2;
}
.deleteModal .modal-header {
  background-color: #fff;
  padding: 3rem 0 2.3125rem 0;
  border-radius: 0.75rem 0.75rem 0 0rem;
}
.logoutModal .modal-header {
  background-color: #fff;
  padding: 3rem 0 2.3125rem 0;
  border-radius: 0.75rem 0.75rem 0 0rem;
}
.deleteModal .modal-content {
  border-radius: 0.75rem;
  border: none;
}
.logoutModal .modal-content {
  border-radius: 0.75rem;
  border: none;
}
.deleteModal .modal-footer {
  padding: 1.875rem 0;
  border-top: 0.0625rem solid var(--theme) 33;
  gap: 0.5625rem;
}
.logoutModal .modal-footer {
  padding: 1.875rem 0;
  border-top: 0.0625rem solid var(--theme) 33;
  gap: 0.5625rem;
}
.filter_text {
  font-size: 0.875rem;
  font-family: lato500;
}
/* End delete modal Css */
/* start table css */
.viewTables {
  padding: 0 1.25rem 1.25rem 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
}
.table-heading {
  background-color: #fff !important;
  border-bottom: 0.035rem solid #b7b7b7 !important;
  font-family: lato600;
}
.table-heading:first-child {
  border-radius: 0.5rem 0 0 0;
}
.table-heading:last-child {
  border-radius: 0rem 0.5rem 0 0;
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--theme) 1c;
  color: var(--bs-table-hover-color);
}
/* #usersTable td {
  border-bottom: 0.0231rem solid #73737359;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  color: #777777 !important;
  padding: 1.125rem;
} */
.data-view-table tr:last-child td:first-child {
  border-radius: 0rem 0 0rem 0.5rem;
}
.data-view-table tr:last-child td:last-child {
  border-radius: 0rem 0 0.5rem 0rem;
}
.data-view-table {
  border: 0.035rem solid #b7b7b7 !important;
  border-bottom: none !important;
  border-radius: 0.5rem;
}
.dataTables_paginate .pagination {
  align-items: center;
  gap: 5px;
}
.paginate_button:is(.previous, .next) .page-link {
  font-size: 0.8125rem;
  background-color: transparent;
  color: #828282;
  opacity: 1;
  align-items: center;
  gap: 0.1875rem;
}
.paginate_button.previous .page-link::before {
  background: none !important;
  width: 8px;
  height: 8px;
  border: 1.8px solid #5d6163;
  border-color: transparent transparent #5d6163 #5d6163;
  transform: rotate(45deg);
}
.paginate_button.next .page-link::after {
  background: none !important;
  width: 8px;
  height: 8px;
  border: 1.8px solid #5d6163;
  border-color: transparent transparent #5d6163 #5d6163;
  transform: rotate(-135deg);
}
.page-item.active {
  background-color: #fff !important;
  border-radius: 0;
}

.page-item:not(.previous, .next) .page-link {
  background-color: #fff !important;
  border: none !important;
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 0.8125rem;
  padding: 0;
  min-width: auto !important;
}
.page-item.active:not(.previous, .next) .page-link {
  z-index: 3;
  border-radius: 0.375rem !important;
  background-color: #fff !important;
  color: #737373 !important;
  font-family: lato600;
  border: 0.0413rem solid #78a2cc40 !important;
}
.dataTables_filter input {
  border: 0.035rem solid #d5d5d5;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.5rem !important;
  position: relative;
  z-index: 2;
}
.dataTables_filter input:focus {
  border: 0.0413rem solid var(--theme) !important;
}
#usersTable_length .custom-select:focus {
  border: 0.0625rem solid var(--theme) CC !important;
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
.vertical-layout
  .header-navbar
  .navbar-container
  ul.navbar-nav
  li.dropdown
  .dropdown-menu {
  top: 2.5625rem !important;
  right: 0;
  width: fit-content !important;
}
/* start filter css */
.select-menu {
  max-width: 7.75rem;
  width: 100%;
  min-width: 8.3125rem;
}
.select-menu .select-btn {
  display: flex;
  /* height: 3.4375rem; */
  background: #fff;
  padding: 0.5625rem 1.25rem;
  font-size: 0.875rem;
  font-family: lato500;
  border-radius: 0.5rem;
  align-items: center;
  cursor: pointer;
  border: 0.0625rem solid #e5f5e3;
  justify-content: space-between;
  box-shadow: 0rem 0.125rem 1.5rem 0rem #42b03a14;
}
.select-menu .options {
  position: absolute;
  width: 8.375rem;
  overflow-y: auto;
  max-height: 18.4375rem;
  padding: 0.625rem;
  margin-top: 0.625rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  display: none;
}
.select-menu .options .option {
  display: flex;
  cursor: pointer;
  padding: 0 0.25rem;
  align-items: center;
  background: #fff;
  margin-bottom: 0.3125rem;
}
.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option .option-text {
  font-size: 1rem;
  color: #737791;
  font-family: lato400;
}
.select-menu.active .options {
  z-index: 999999 !important;
  display: block;
  opacity: 0;
  z-index: 3;
  box-shadow: 0rem 0.25rem 0.8438rem 0rem var(--theme) 4D;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 1.875rem, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 1.25rem, 0);
    opacity: 0;
  }
}
/* End filter css */
/* start Add new member css */
.selectMembType {
  display: flex;
  gap: 0.625rem;
}
.selectMembType [type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
.selectMembType [type="radio"]:checked + label,
.selectMembType [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 1.25rem;
  cursor: pointer;
  display: inline-block;
  color: #313131;
  font-size: 0.875rem;
  font-family: lato400;
}
.selectMembType [type="radio"]:checked + label:before,
.selectMembType [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 0.0625rem solid #88cd83;
  border-radius: 100%;
  background: #fff;
}
.selectMembType [type="radio"]:checked + label:after,
.selectMembType [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: var(--theme);
  position: absolute;
  top: 0.375rem;
  left: 0.1875rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectMembType [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.selectMembType [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.basicInfoFormConatiner {
  box-shadow: 0rem 0.125rem 1.5rem 0rem #42b03a14;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.25rem;
}
.input-box {
  /* background: var(--theme)33; */
  width: 100%;
  outline: none;
  border-radius: 1rem;
  padding: 0.8125rem;
  font-size: 0.75rem;
  font-family: lato400;
  color: #737373;
}
.input-box:focus {
  background: var(--theme) 33 !important;
  box-shadow: unset !important;
}
.iti__flag-container {
  width: 14%;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container:hover {
  background: unset !important;
  border-radius: 0.5rem;
}
.iti--separate-dial-code .iti__selected-flag {
  padding: 1.25rem !important;
  border-radius: 0.5rem;
  width: 100%;
  justify-content: center;
  background: #26a96342 !important;
  border: none;
  outline: none;
}
#phone_number {
  width: 84.7%;
  left: 15%;
  padding: 1.25rem !important;
  border-radius: 0.5rem;
  /* margin-bottom: .75rem !important; */
  background: var(--theme) 33;
  border: none;
  outline: none;
}
#phone_number:focus {
  background: var(--theme) 33 !important;
  box-shadow: unset !important;
}
.addNowCancelBtn {
  width: 100%;
  max-width: 11.25rem;
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  border-radius: 0.625rem;
  border: none;
  padding: 0.8125rem 0;
}
.content-section .eyeIcon {
  color: var(--theme);
  position: absolute;
  top: 2.8125rem;
  cursor: pointer;
}
/* start employee edit profile css */
.editBtn {
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  border-radius: 0.625rem;
  padding: 0.8125rem 2.5rem;
  border: none;
}
.emploAgentDetails {
  margin-bottom: 2.5rem;
}
/* Start view profile CSS */
.profileImage {
  width: 100%;
  max-width: 8.375rem;
  max-height: 8.375rem;
  border-radius: 0.5rem;
  /* min-width: 7.5rem; */
}
.profileViewContainer {
  box-shadow: 0rem 0.125rem 1.5rem 0rem #42b03a14;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1.5625rem;
  height: calc(100vh - 16.25rem);
  overflow: auto;
}
.editBtn {
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  border-radius: 0.625rem;
  padding: 0.8125rem 2.1875rem;
}
.saveChangesBtn {
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  border-radius: 0.625rem;
  border: none;
  padding: 0.8125rem;
}
.uploadProfilearea {
  width: 100%;
  max-width: 170px;
  position: relative;
}
.uploadProfileImage {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.uploadProfileImage > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  padding: 0;
  border: 1px solid #ddd;
}
.uploadImageBtn {
  border: none;
  background-color: var(--theme);
  position: absolute;
  right: 0rem;
  bottom: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  z-index: 2;
}
.main-menu .navbar-header .navbar-brand .brand-text {
  color: var(--theme);
  padding-left: 1rem;
  margin-bottom: 0;
  font-family: lato600;
  letter-spacing: 0.01rem;
  font-size: 1.45rem;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}
/* start commissions page css */
.searchInput {
  width: 100%;
  border: 0.035rem solid #d5d5d5;
  outline: none;
  border-radius: 0.5rem;
  padding: 0.625rem 0.625rem 0.625rem 2.8125rem;
  font-size: 0.75rem;
  font-family: lato400;
  color: #b7b7b7;
}
.searchMagniImg {
  position: absolute;
  left: 0.9375rem;
  top: 0.375rem;
}
.agent-commission-container {
  box-shadow: 0rem 0.125rem 1.5rem 0rem #42b03a14;
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.6875rem 3.375rem 8.125rem 2.4375rem;
  margin-top: 2.125rem;
}
.PercInputConatiner {
  /* display: flex;
  align-items: center;
  gap: .75rem; */
  margin-top: 1.5rem;
  margin-bottom: 3.125rem;
}
.percentIconContainer {
  background: var(--theme) 33;
  padding: 1.375rem;
  border-radius: 0.5rem;
  text-align: center;
}
.saveBtn {
  padding: 0.75rem 4.375rem;
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  border: none;
  border-radius: 0.625rem;
}
.CommiProViewImg {
  width: 5.625rem;
  height: 5.625rem;
}
.registrationNotxt {
  padding: 0.75rem 1.6875rem;
  background: #ffffff;
  border: 0.0313rem solid #73737380;
  width: fit-content;
  border-radius: 0.625rem;
}
.commiSearchResults {
  /* position: static !important; */
  width: 100% !important;
  box-shadow: 0rem 0.25rem 0.6rem 0rem #00000040;
  border-radius: 0.625rem;
  margin-top: 0.1875rem;
  border: none !important;
}
.commiSearchResults table {
  margin-bottom: 0;
  border: none;
}
.commiSearchResults .tableData {
  padding: 0.9375rem 1.25rem !important;
  border: none;
}
.commiSearchResults table tr:hover {
  background: #d8d8d84d !important;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: none !important;
}
.searchClass {
  position: absolute;
  left: 1.25rem;
  z-index: 999;
  top: 1.1875rem;
  width: 1rem;
}
.form-control.form-control-sm {
  padding: 0.625rem 0.25rem 0.625rem 2.125rem;
}
.dataTables_wrapper div.dataTables_filter label {
  display: flex;
  align-items: center;
  justify-content: end;
}
.input-group {
  width: auto !important;
}
#usersTable_filter .input-group:focus-within {
  box-shadow: none !important;
}
.employeeTable #usersTable_filter label:before {
  content: "";
  background: #ffffff;
  width: 5rem;
  height: 1.25rem;
  position: relative;
  left: 3.3125rem;
}
div.dataTables_wrapper
  div.dataTables_length
  label
  .custom-select.custom-select-sm {
  padding: 1px 18px 1px 10px;
  background: url(../images/down_arrow.svg) no-repeat 37px 14px/ 11px 6px;
}
#login-password:focus ~ span i {
  color: var(--theme);
}
/* Settings CSS */
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
/* setting section css start*/
/* .setting_detail_content{
  margin-top: 4.375rem;
  margin-left: 1.875rem;
} */
.setting_pages_link {
  box-shadow: 0rem 0.125rem 1.5rem 0rem #42b03a14;
  padding: 3.125rem;
  border: 0.0625rem solid var(--theme);
  border-radius: 0.5rem;
}
.setting_links {
  border-bottom: 0.125rem solid #d8ead6;
  width: 100%;
  display: flex;
  padding: 1.5rem 0rem;
  font-size: 1rem;
  color: #313131 !important;
  font-family: lato400;
}
.toggleActive[type="checkbox"]:checked {
  background: linear-gradient(180deg, #00d364 0%, #0a8f49 100%);
}
.toggleActive[type="checkbox"] {
  position: relative;
  width: 2.6875rem;
  height: 1.5rem;
  -webkit-appearance: none;
  appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: 0rem 0.0625rem 0.3125rem 0rem #0000001a inset;
  margin-left: auto;
}
.toggleActive[type="checkbox"]::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #00d364 0%, #0a8f49 100%);
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  transition: 0.5s;
  box-shadow: 0rem 0.25rem 0.25rem 0rem #00000033;
}
.toggleActive[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: linear-gradient(180deg, #ececec 20.59%, #c9c9c9 85.35%);
}
.setting_list li:last-child .setting_links {
  border: none;
}
/* setting section css end */
/* change password css start */
.setting_big_heading {
  font-size: 2rem;
  font-family: lato500;
  color: #313131;
  margin-bottom: 0.625rem;
}
.setting_small_heading {
  font-size: 0.875rem;
  font-family: lato400;
  color: #7e7e7e;
}
.password_label {
  font-size: 0.875rem;
  color: #302e2e;
  font-family: lato500;
  margin: 1.25rem 0 0.3125rem;
  display: block;
}
.input_box_feild {
  border: 0.0625rem solid var(--theme) 80;
  border-radius: 0.5rem;
  display: inline-block;
  width: 100%;
  outline: none;
  padding: 1.0625rem 3.125rem 1.0625rem 1.1875rem;
  font-family: lato400;
  font-size: 1rem;
  color: #737373;
  z-index: 1;
  position: relative;
  margin-bottom: 1.25rem;
}
.input_box_feild::placeholder {
  color: #c2bebe;
}
.eye_icon_setting {
  position: absolute;
  right: 1.25rem;
  z-index: 999;
  top: 2.9rem;
  color: #302e2e !important;
  cursor: pointer;
  opacity: 0.5;
}
.update_button {
  border: none;
  font-family: lato500;
  font-size: 1.125rem;
  color: #fff;
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  padding: 0.875rem 2.5rem;
  border-radius: 0.625rem;
}
/* change password css end */
/* about us page */
.edit_button {
  border: none;
  font-family: lato500;
  font-size: 1.125rem;
  color: #fff !important;
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  padding: 0.875rem 2.5rem;
  border-radius: 0.625rem;
}
.about_text {
  font-size: 1.125rem;
  color: #313131;
  font-family: lato400;
  line-height: 1.75rem;
}
.about-bottom {
  color: #7e7e7e;
  font-family: lato400;
  font-size: 1rem;
}
/* about us page */
/* delete modal */
.delete_btn {
  border: none;
  font-family: lato500;
  font-size: 1.125rem;
  color: #fff !important;
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  padding: 0.875rem 2.5rem;
  border-radius: 0.625rem;
}
.delete_heading {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  color: #313131;
  font-family: lato500;
  margin-bottom: 3.75rem;
}
.delete_heading:after {
  position: absolute;
  content: "";
  background: var(--theme) 33;
  width: 100%;
  height: 0.125rem;
  left: 0;
  right: 0;
  bottom: -0.75rem;
}
/* delete modal */
/* start chat pages css */
.chatScreenSection {
  padding: 4.6875rem 0.875rem 3.125rem 0.75rem !important;
  height: 100vh;
}
.chat-screens {
  background: #f8f8f8;
  height: calc(100vh - 4.875rem);
  display: flex;
  flex-direction: column;
}
.chat-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
}
.chat-header .timeTxt {
  position: absolute;
  right: 2.25rem;
  top: 0.9375rem;
}
.chatHeadUsrImg {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.todayTxt {
  background: var(--theme) 80;
  font-size: 0.75rem;
  font-family: lato400;
  color: #fff;
  width: fit-content;
  margin: 0.625rem auto 3rem auto;
  padding: 0.0625rem 0.5625rem;
  border-radius: 0.625rem;
}
/* .chat-body {
  max-height: calc(100vh - 13.4375rem);
  overflow: auto;
  margin-top: auto;
  background: url("/public/images/background.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: calc(100vh);
} */
/* width */
.totalChatsLists::-webkit-scrollbar {
  width: 0.625rem;
  display: none;
}
/* Track */
.totalChatsLists::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.totalChatsLists::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
.totalChatsLists::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.user-chat {
  background: #e7e7e7;
  max-width: 70%;
  width: fit-content;
  padding: 0.125rem 0.4375rem;
  border-radius: 0.4375rem;
  position: relative;
  margin-bottom: 0.5625rem;
  /* font-size: .8125rem; */
}
.user-chat p {
  word-break: break-word;
}
.admin-chat {
  background: #dcf8c6;
  max-width: 70%;
  padding: 0.125rem 0.4375rem;
  border-radius: 0.4375rem;
  margin-bottom: 0.5625rem;
  /* float: right; */
}
.admin-chat p {
  word-break: break-word;
}
.chat-footer {
  padding: 0.5rem;
  box-shadow: 0rem 0.1212rem 0.1212rem 0rem #00000040;
  background-color: #ffffff;
  border-radius: 0.375rem;
  gap: 0.5rem;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0.625rem;
}
.chatMsgInput {
  width: 100%;
  border: none;
  outline: none;
  font-size: 0.75rem;
  font-family: lato400;
  color: #707991;
  line-height: 0.625rem;
}
.sendMsgBtn {
  border: none;
  background-color: transparent;
  padding: 0;
}
.sendMsgBtn img {
  width: 1.125rem;
  height: 1.125rem;
}
.suppChatLeft {
  height: calc(100vh - 5rem);
  background: #fff;
  padding: 0.625rem 1.25rem;
  border-right: 0.0625rem solid #d9dce0;
  overflow: auto;
}
.searchChatsInput {
  background: #f5f5f5;
  padding: 0.625rem 1.125rem 0.625rem 2.8125rem;
  border-radius: 1.375rem;
  border: none;
  outline: none;
  width: 100%;
  font-size: 0.875rem;
  font-family: lato400;
  color: #737373;
}
.chat-body .totalChatsLists {
  max-height: calc(100vh - 8.125rem);
  overflow: auto;
  margin-top: 0.625rem;
}
/* width */
.chat-body::-webkit-scrollbar {
  width: 0.25rem;
}
/* Track */
.chat-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.chat-body::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
.chat-body::-webkit-scrollbar-thumb:hover {
  background: #8a8a8a;
}
.chatList {
  display: flex;
  gap: 0.8125rem;
  padding: 0.5625rem 0.75rem;
}
.totalChatUsrImg {
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 50%;
}
.totalChatUserInfo {
  width: 100%;
  border-bottom: 0.0625rem solid #b4b7bd4f;
  padding-bottom: 0.625rem;
}
.msgCountTxt {
  background: #78e378;
  border-radius: 50%;
  /* padding: 0rem .1875rem; */
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1.0938rem;
}
.verifyBotImg {
  margin-left: 0.3125rem;
}
/* .totalChatUsrImages{
  width: 20%;
} */
/* .totalChatUserInfo{
  width: 80%;
}
.suppChatLeft .userName{
  width: 90%;
} */
.endChatConatiner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #26262680;
  z-index: 999;
}
.markReadBtn {
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  border-radius: 0.625rem;
  padding: 0.8125rem 2.125rem;
  margin-top: 3.125rem;
  border: none;
  color: #fff;
  font-size: 1.125rem;
  font-family: lato500;
}
.single-tick {
  opacity: 1;
  color: gray;
  transition: opacity 0.5s ease; /* Fade out effect */
}
.double-tick {
  /* position: absolute; */
  top: 0;
  left: 0;
  opacity: 0; /* Initially hidden */
  color: #00b9ec;
  transform: rotate(-20deg); /* Initial rotated state */
  animation: rotate-tick 1s forwards 0.5s ease; /* Starts animation after 2 seconds */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth appearance */
}
@keyframes rotate-tick {
  0% {
    opacity: 0;
    transform: rotate(-20deg); /* Start slightly rotated */
  }
  50% {
    opacity: 1;
    transform: rotate(0deg); /* Fully visible and rotated to normal */
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
/* start loader css */
.mainCss {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}
.dotsCss {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.dot {
  width: 1.25rem;
  height: 1.25rem;
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  border-radius: 1.25rem;
  transform: translate(0rem, -2.5rem);
  animation: bounce 1s infinite;
}
.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  0% {
    transform: translate(0rem, -0.625rem);
  }
  40% {
    width: 0rem;
    height: 0.125rem;
    transform: translate(0rem, 2.5rem) scale(1.7);
  }
  100% {
    height: 1.25rem;
    transform: translate(0rem, -1.25rem);
  }
}
/* End loader css */
/* start notification modal css */
.notificationModal .modal-dialog {
  margin: 0.625rem 0.625rem 0 auto !important;
}
.notificationModal .modal-content {
  height: 100%;
}
.notificationModal .modal-header {
  border-bottom: 0.0625rem solid #eee;
  align-items: center;
  padding: 1.25rem;
}
.notificationModal .btn-close {
  transform: unset !important;
}
.noti-list-item {
  display: flex;
  /* align-items: center; */
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 0.0625rem solid #eee;
}
.noti-list-item .bellIcon {
  width: 1.25rem;
  height: 1.25rem;
  /* outline: .0625rem solid var(--theme);
  outline-offset: .3125rem;
  border-radius: 50%; */
}
.noti-list-item .para {
  word-break: break-word;
}
/* End notification modal css */
/* .message-tick {
  position: relative;
  display: inline-block;
} */
/* start editor css */
.note-editor.note-airframe,
.note-editor.note-frame {
  border: 0.1494rem solid #d8d8d8;
  background: #ffffff;
  border-radius: 1.4375rem;
}
.note-statusbar {
  display: none;
}
.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
  padding: 0.625rem 2.5rem;
}
.note-placeholder {
  position: absolute;
  display: none;
  color: #d8d8d8;
  font-size: 1.25rem;
  font-family: lato500;
}
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 0.625rem;
  overflow: auto;
  word-wrap: break-word;
  font-size: 1.25rem;
  font-family: lato500;
}
.note-editor .note-toolbar,
.note-popover .popover-content {
  margin: 0;
  padding: 0rem 0 0.3125rem 0.625rem;
  border-radius: 1.4375rem 1.4375rem 0 0;
}
/* start buy bundles css */
.regionsSimTabs {
  background: #fff;
  margin-top: 2rem;
  padding: 2rem 1.375rem;
  min-height: calc(100vh - 18.75rem);
  /* overflow: auto; */
}
.regionsSimTabs .nav-tabs {
  border: 0.0625rem solid #11b15d;
  margin: auto;
  width: fit-content;
  border-radius: 0.625rem;
  padding: 0.25rem;
  margin-bottom: 2.25rem;
}
.regionsSimTabs .nav-link {
  font-size: 1rem;
  font-family: lato500;
  color: #313131;
}
.regionsSimTabs .nav-link.active {
  background: #0eb45d;
  color: #fff;
  border: none !important;
  border-radius: 0.625rem;
}
.regionsSimTabs .nav-tabs .nav-link:after {
  display: none;
}
.simCountryContainer {
  border: 0.0625rem solid #ebebeb;
  padding: 0.6875rem 0.75rem;
  border-radius: 0.5rem;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
/* .flagImg svg{
  width: 4.75rem !important;
  height: 2.375rem !important;
  border-radius: .375rem;
} */
.flagImg {
  width: 2.375rem;
  height: 1.875rem;
  border-radius: 0.375rem;
}
.flagImg svg {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0.375rem;
}
.showAllBtn {
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  padding: 0.8125rem 0.375rem;
  border-radius: 0.625rem;
  border: none;
  /* margin-top: 1.25rem */
}
.flagSimCompany {
  border: 0.0625rem solid var(--theme);
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  padding: 0.5625rem;
  width: 60%;
  gap: 1rem;
  margin-bottom: 2.4375rem;
}
.simCompImages {
  display: flex;
  gap: 0.5rem;
}
.simCompanyImg {
  width: 2.375rem;
  height: 2.375rem;
}
.daysValuePlans {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.daysPlanContainer {
  border: 0.0625rem solid var(--theme) 79;
  padding: 0.5rem;
  border-radius: 0.375rem;
  width: 100%;
  max-width: 10rem;
  min-width: 10rem;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.recommParaTxt {
  position: absolute;
  color: #fff;
  font-size: 1rem;
  background: var(--theme);
  width: 100%;
  left: 0;
  top: -1.375rem;
  border-radius: 0.375rem;
  font-family: lato400;
  padding: 0.125rem;
}
.card-input-element:checked + .daysPlanContainer {
  background: #b9ead0;
}
.bundleInfoContainer {
  background: #c7eed9;
  padding: 0.75rem 1.25rem 0 1.25rem;
}
.billCountryName {
  background: var(--theme);
  color: #fff;
  padding: 0.3125rem 1.25rem 0.625rem 1.25rem;
  border-radius: 0.5rem;
  margin-bottom: -0.25rem !important;
}
.totalLastBill {
  padding: 1.125rem 0.375rem 0 1.25rem;
}
#myTabContent .row .col-md-3:nth-child(n + 13) {
  display: none;
}
.card-input-element:checked + .daysPlanContainer {
  background: #b9ead0;
}
/* end buy bundles css */
/* start agent commissions css */
.balanceCommissionBoxs {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.balanceCommissionBox {
  display: flex;
  align-items: center;
  box-shadow: 0.375rem 0.375rem 3.375rem 0rem #0000000d;
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 0.4375rem 0.9375rem;
}
/* end agent commissions css */
/* start add balance css */
.enterAmountModal .modal-dialog {
  max-width: 43.25rem;
}
.enterAmountModal .modal-content {
  padding: 5rem 1.4375rem;
  border-radius: 1.375rem;
}
.enterAmountModal .priceInputBox {
  border-bottom: 0.0625rem solid #b7b7b7 !important;
  outline: none;
  border: none;
  padding-bottom: 0.3125rem;
  font-size: 3.25rem;
  font-family: lato500;
  color: #0b2110;
  width: 100%;
  max-width: 15rem;
}
.enterAmountModal .btnGroup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 2.8125rem;
}
.enterAmountModal .cancleSubmitBtn {
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  color: #fff;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  font-family: lato500;
  border: none;
  padding: 0.8125rem 3.75rem;
  box-shadow: 0rem 0.625rem 1.875rem 0rem #0e944d80;
}
.paymentMethodSection {
  padding: 0 4.375rem;
}
.payMethodsContainer {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
}
/* .payMethodLeft .continueWithTxt::after {
  width: 48%;
}
.payMethodLeft .continueWithTxt::before {
  width: 48%;
} */
.paymentMethodSection .inputBox {
  box-shadow: 0rem 0rem 0rem 0.0625rem #424242;
  border: 0.125rem solid #737373 !important;
  padding: 1rem;
  border-radius: 0.3125rem;
  outline: none;
}
.paymentMethodSection .inputBox:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.payMethodstype [type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
.payMethodstype {
  border: 0.0625rem solid #dedede;
  border-top: none;
  border-radius: 0.3125rem;
}
.payMethodstype [type="radio"]:checked + label {
  position: relative;
  padding: 1.125rem 1.125rem 1.125rem 2.875rem;
  cursor: pointer;
  font-size: 0.75rem;
  font-family: lato400;
  line-height: 1.375rem;
  display: flex;
  color: #313131;
  width: 100%;
  margin-bottom: 0;
  border-top: 0.0625rem solid #dedede;
  background: #0000000b;
  align-items: center;
}
.payMethodstype [type="radio"]:not(:checked) + label {
  position: relative;
  padding: 1.125rem 1.125rem 1.125rem 2.875rem;
  /* padding-left: 1.75rem; */
  cursor: pointer;
  font-size: 0.75rem;
  font-family: lato400;
  line-height: 1.375rem;
  display: flex;
  align-items: center;
  color: #313131;
  width: 100%;
  margin-bottom: 0;
  border-top: 0.0625rem solid #dedede;
}
.payMethodstype [type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 1.125rem;
  top: 1.3125rem;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #dedede;
  border-radius: 100%;
  background: #000;
}
.payMethodstype [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1.125rem;
  top: 1.3125rem;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #dedede;
  border-radius: 100%;
  background: #fff;
}
.payMethodstype [type="radio"]:checked + label:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #fff;
  position: absolute;
  top: 1.625rem;
  left: 1.4375rem;
  border-radius: 100%;
  /* -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; */
}
.payMethodstype [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 0.375rem;
  background: #f87da9;
  position: absolute;
  top: 1.625rem;
  left: 1.4375rem;
  border-radius: 100%;
  /* -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; */
}
.payMethodstype [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.payMethodstype [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.payMethodstype [type="radio"]:checked ~ .cardDetails {
  display: block;
  /* Show when the corresponding radio button is checked */
}
.payMethodstype .cardDetails {
  background: #0000000b;
  padding: 1.125rem;
  border-top: 0.0625rem solid #dedede;
  display: none;
}
.payMethodstype .inputBox {
  border: 0.0625rem solid #dedede !important;
  background-color: #fff;
  outline: none;
  box-shadow: none;
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
  font-size: 0.875rem;
  font-family: lato400;
}
.payMethodstype .payLocksecurImgs {
  position: absolute;
  right: 0.75rem;
  top: 0.8125rem;
}
.payMethodRight {
  background: linear-gradient(180deg, #00d364 0%, #0a8f49 100%);
  border-radius: 0.5rem;
  padding: 2.5rem;
  margin: 0 2.5rem;
}
.planSummaryContainer {
  padding: 1.3125rem 0 1.25rem 0;
  border: 0.0869rem solid #ffffff8a;
  border-left: none;
  border-right: none;
  margin-bottom: 1rem;
}
.payMethodRight .crossIcon {
  color: #fff;
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  cursor: pointer;
}
/* start congratulations page and modal css */
/* .congratulationPage{
  height: 100vh;
  background-image: url('../images/authBg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */
.congratulationModal .modal-dialog {
  max-width: 43.125rem;
}
.congratulationModal .modal-content {
  border-radius: 1.375rem;
}
.congratulationModal .modal-header {
  text-align: center;
  display: block;
  padding: 6.125rem 0 4.125rem 0;
  border-radius: 1.375rem 1.375rem 0 0;
  background-image: url("../images/congratulationsModalBgImg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.congratulationModal .goToHomeBtn {
  background: linear-gradient(135.35deg, #00d364 -4.45%, #0a8f49 102.09%);
  border: none;
  padding: 0.8125rem 2.5rem;
  border-radius: 0.625rem;
  margin: 3.125rem 0;
  box-shadow: 0rem 0.625rem 1.875rem 0rem #0e944d80;
}
/* end congratulations page and modal css */
/* start agent dashboard css */
.agentDasboard .dataViewcontainers {
  border-radius: 1rem;
  padding: 1.5rem;
}
.rescentTransContainer {
  padding: 1.875rem 1.5625rem;
  background-color: #fff;
  border-radius: 1.5625rem;
  height: 100%;
  overflow: auto;
  height: 25rem;
}
.rescentTransContainer::-webkit-scrollbar {
  display: none;
}
.recentTransList {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.recTransListInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.balanceHistoryGraph {
  background: #ffffff;
  border-radius: 1.5625rem;
  padding: 1.5625rem 1.5625rem 0;
  height: 25rem;
}
.apexcharts-canvas {
  margin-top: 0.625rem;
}
#imageModal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1050; /* Higher than other modals */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
/* Modal Content */
.modal-content-image {
  display: block;
  margin: 3.75rem auto;
  width: 80%;
  max-width: 43.75rem;
  border-radius: 0.625rem;
}
/* Close Button */
#closeImageModal {
  position: absolute;
  top: 1.25rem;
  right: 1.875rem;
  font-size: 1.875rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
/* Style for chat image */
.chat-image {
  height: 12.5rem;
  width: 100%;
  border-radius: 0.625rem;
  cursor: pointer;
}
/* page css */
.submitBtn {
  background: var(--theme);
  border: none !important;
}
.plansInformations {
  padding: 2.5rem 0.9375rem 2.5rem 1.875rem;
}
.planDetails {
  box-shadow: 0rem 0.5rem 1.25rem 0rem #00000026;
  border: 0.0625rem solid #13ae5c1a;
  border-radius: 0.5rem;
  margin: 3rem 0rem 2.375rem 0;
}
/* table tabs nav */
.table_tabs_nav {
  display: flex;
  justify-content: start;
  align-items: center;
  width: fit-content;
}
.table_tabs_nav .nav-item .nav-link {
  color: var(--theme);
  border: 1px solid var(--theme);
  padding: 5px 10px;
  font-size: 1.25rem;
  font-family: lato600;
  min-width: 9.8125rem;
  height: 64px;
  font-weight: 600;
}
.table_tabs_nav .nav-item .nav-link::after {
  display: none;
}
.table_tabs_nav .nav-item:first-child .nav-link {
  border-radius: 1rem 0 0 1rem;
}
.table_tabs_nav .nav-item:last-child .nav-link {
  border-radius: 0 1rem 1rem 0;
}
.table_tabs_nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: #fff;
}
/* \ table tabs nav */
/* theme table area design */
.theme_table_area {
  box-shadow: 0px 4px 20px 0px #78a2cc1f;
  border-radius: 1rem;
  padding: 1.25rem 1.125rem;
  overflow: hidden;
}
.five_td_th :is(th, td) {
  min-width: calc(100% / 5);
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0 0rem !important;
}
div.table-responsive > div.dataTables_wrapper > div.row > div {
  padding: 0 1rem !important;
}
div.table-responsive > div.dataTables_wrapper > div.row:first-child {
  align-items: center;
}
.theme_table {
  width: 100%;
}
.theme_table thead tr {
  background: var(--light_theme);
  border: none !important;
}
.theme_table thead tr th {
  background-color: transparent !important;
  text-align: center;
  color: var(--theme_solid) !important;
  font-size: 16px;
  font-family: lato600;
  text-transform: capitalize;
  padding: 1.5rem 1rem;
  border: none !important;
  font-weight: 600;
  white-space: nowrap;
}
.theme_table thead tr th:first-child {
  border-radius: 1rem 0 0 0;
}
.theme_table thead tr th:last-child {
  border-radius: 0 1rem 0 0;
}
.theme_table tbody td {
  color: #302e2e;
  font-size: 0.875rem;
  font-family: lato500;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding: 1.5rem 1rem;
  font-weight: 500;
}
table.dataTable > tbody > tr > td,
table.dataTable > thead > tr > th {
  padding-right: 30px;
}
table.dataTable > thead > tr > th:last-child {
  padding-right: 1rem;
}
table.dataTable > tbody > tr > td:first-child {
  white-space: nowrap;
}
.theme_table tbody td .badge {
  min-width: 98px;
  text-align: center;
  padding: 0.375rem;
  font-size: 0.875rem;
  font-family: lato500;
  font-weight: 500;
  border-radius: 0.7525rem;
  border: 1px solid;
}
.theme_table tbody td .badge.badge-success {
  background-color: #11b25a2b;
  color: #11b25a;
  border-color: #11b25a;
}
.theme_table tbody td:last-child {
  white-space: nowrap;
  padding: 1.5rem 1rem;
}
.act_btn {
  padding: 0 4px;
}
.theme_table_area table.dataTable thead .sorting:before,
.theme_table_area table.dataTable thead .sorting_asc:before,
.theme_table_area table.dataTable thead .sorting_desc:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  color: #6e6b7b;
  width: 18px;
  height: 18px;
  content: "";
  right: 0.3rem;
  top: 0.9rem;
  display: none;
}
.theme_table_area table.dataTable thead .sorting:after,
.theme_table_area table.dataTable thead .sorting_asc:after,
.theme_table_area table.dataTable thead .sorting_desc:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  color: #6e6b7b;
  width: 18px;
  height: 18px;
  content: "";
  right: 0.3rem;
  top: 2.3rem;
  display: none;
}
/* \ theme table area design */
/* form desing */
.form-control {
  border: 1px solid #d9d9d9;
  padding: 0.8rem 1.375rem;
  font-size: 1rem;
  color: black;
}
.form-control::placeholder {
  color: #c7c3c3;
  opacity: 1;
}
.form-control:focus {
  color: #6e6b7b;
  background-color: #fff;
  border-color: var(--theme);
}
.theme_btn {
  background-color: var(--theme);
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  font-family: lato700;
  color: #fff;
  border: 1px solid var(--theme);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear;
}
.theme_btn:hover {
  background-color: var(--light_theme);
  color: var(--theme_solid);
}
.theme_btn_outline {
  background-color: #fff;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  font-family: lato700;
  color: var(--theme);
  border: 1px solid var(--theme);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear;
}
.theme_btn_outline:hover {
  background-color: var(--light_theme);
}
.theme_btn_outline {
  background-color: #fff;
  padding: 1rem 3rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  font-family: lato700;
  color: var(--theme);
  border: 1px solid var(--theme);
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear;
}
.theme_btn_outline:hover {
  background-color: var(--light_theme);
}
/* \ form desing */
/* add_btn */
.add_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  box-shadow: 0px 4px 12px 0px #5586ef1a;
  background: var(--theme);
  color: #fff;
  padding: 0 1.3125rem;
  font-size: 1rem;
  font-family: lato700;
  border-radius: 1.125rem;
  text-decoration: none;
  height: 3.5rem;
  border: none;
}
.add_btn img {
  width: 1.0625rem;
  min-width: 1.0625rem;
  height: 1.0625rem;
}
.add_btn span {
  white-space: nowrap;
}
.add_btn:hover {
  color: #fff;
}
/* \ add_btn */
/* select2 style */
span.select2-selection__rendered,
.select2-selection--multiple {
  padding: 1rem 1.375rem !important;
  font-size: 1rem;
  line-height: normal !important;
}
.select2-selection--multiple {
  border-radius: 1rem !important;
}
.select2-selection--multiple input {
  margin-top: 0 !important;
}
.select2-selection--multiple .select2-selection__choice {
  margin: 0 !important;
}
.select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  justify-content: start;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.select2-selection__arrow {
  display: none;
}
.select2-selection {
  position: relative;
}
.select2-selection::before {
  content: "";
  width: 1rem;
  height: 0.5625rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  background: url(../images/down.svg) no-repeat center / 1rem 0.5625rem;
  pointer-events: none;
}
.select2-search--dropdown {
  display: none;
}
/* \ select2 style */
/* navbar_dropdown */
.nav_user_drop_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0px 6px 20px 0px #78a2cc1a;
  border-radius: 0.625rem;
  padding: 0.375rem 1rem;
}
.nav_user_drop_btn > img {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  object-fit: cover;
  border-radius: 50%;
}
.nav_drop_text span {
  display: block;
  font-size: 0.875rem;
  font-family: lato700;
  color: #000;
}
.nav_drop_text small {
  color: #828282;
  display: block;
  font-size: 0.75rem;
  font-family: lato600;
}
.nav_user_drop_btn i {
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  border: 0.2px solid #999999;
  color: #000;
}
.nav_user_drop .dropdown-menu {
  background: #f6f6f6;
  border-radius: 0.625rem;
  width: 14.3125rem;
  border: none;
  overflow: hidden;
  margin-top: 20px;
  z-index: 900;
}
.nav_user_drop .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0.7rem 1.2rem;
  font-size: 1rem;
  font-family: lato500;
  text-decoration: none;
  color: #302e2e;
}
.nav_user_drop .dropdown-menu .dropdown-item:focus,
.nav_user_drop .dropdown-menu .dropdown-item:active {
  background-color: #ddd;
}
.nav_user_drop .dropdown-menu .dropdown-item img {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.9375rem;
  display: block;
}
/* \ navbar_dropdown */
/* check box with select 2 */
.checkbox_select2 .select2-container--default .select2-results__option {
  background-color: #fff;
  position: relative;
}

.checkbox_select2 .select2-container--default .select2-results__option::before {
  content: "\2713";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  color: #82828200;
  border: 1px solid #828282;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkbox_select2
  .select2-container--default
  .select2-results__option[aria-selected="true"]::before {
  color: #828282;
}
/* \ check box with select 2 */

div.dataTables_wrapper div.dataTables_filter input {
  height: 3.5rem;
  border-radius: 1rem !important;
}

/* multy select checkbox dropdown */
.multi_select_custom {
  width: 100%;
}
.mti_dorp_btn {
  border: 1px solid #d9d9d9;
  border-radius: 1.125rem;
  padding: 1rem 1.375rem;
  font-size: 1rem;
  color: #c7c3c3;
  background-color: #fff;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.mti_dorp_btn i {
  font-size: 1.5rem;
  color: #7e7e7e;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 2;
  transform: translateY(-50%);
}

.multi_select_custom:has(.show) .mti_dorp_btn {
  border-radius: 1.125rem 1.125rem 0 0;
}
.multi_select_custom:has(.show) .mti_dorp_btn i {
  transform: translateY(-50%) rotate(180deg);
}

.multi_select_custom .dropdown-menu {
  width: 100%;
  top: -20% !important;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 0.625rem 0.625rem;
  position: static !important;
  transform: none !important;
  margin-top: 0 !important;
  box-shadow: none;
  max-height: 18.75rem;
  overflow-y: auto;
}

.m_check_item {
  padding: 0.625rem 1.375rem;
  font-size: 1rem;
  color: #302e2e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_check_item:hover {
  background-color: #ddd;
}

.m_check_item i {
  width: 1rem;
  height: 1rem;
  border-radius: 1px;
  border: 1px solid #828282;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #302e2e00;
  font-size: 0.8rem;
  cursor: pointer;
}

.m_check_item:has(input:checked) i {
  color: #302e2e;
}
/* \ multy select checkbox dropdown */

.add_img_box {
  max-width: 10.375rem;
  width: 100%;
  padding: 21px;
  background-color: #78a2cc30;
  border-radius: 1.125rem;
  position: relative;
  margin-bottom: 2.125rem;
}

.add_img_box .add_img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.add_img_box .add_img img {
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.add_img_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #78a2cc;
  border-radius: 50%;
  width: 2.625rem;
  height: 2.625rem;
  border: none;
  position: absolute;
  bottom: 0.8125rem;
  right: 0.6875rem;
  z-index: 3;
}
.add_img_btn img {
  width: 1.375rem;
}
.form_label {
  font-size: 14px;
  font-family: lato600;
  color: #302e2e;
  margin-bottom: 8px;
  font-family: "lato500";
}
.white_space_nowrap {
  white-space: nowrap;
}
.select2-results__option {
  position: relative;
  background-color: white !important;
  color: #302e2e !important;
}
.select2-results__option::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  outline: 2px solid #898989;
  background-color: #fff;
  border: 2px solid #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}
.select2-results__option[aria-selected="true"]::before {
  background-color: var(--theme);
  outline-color: var(--theme);
}
.checkbox_select2.is-invalid
  .select2-container--classic
  .select2-selection--multiple,
.checkbox_select2.is-invalid
  .select2-container--default
  .select2-selection--multiple {
  border-color: #ea5455;
}

.table_wrap {
  position: relative;
  min-height: calc(100vh - 121px);
  padding-bottom: 6rem;
}
.table_wrap .theme_table_area {
  min-height: calc(100% - 30px);
}

.theme_card_header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2.8125rem;
  margin-bottom: 2.875rem;
  padding: 0 16px;
}

.page_heading {
  font-size: 1.5rem;
  font-family: lato700;
  color: #302e2e;
  flex-grow: 1;
}

.head_filter {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
  flex-grow: 2;
}

.page_serach {
  flex-grow: 1;
  position: relative;
}

.page_serach input {
  width: 100%;
  height: 56px;
  padding: 0.9375rem 1.0625rem 0.9375rem 3.1875rem;
  border: 1px solid #78a2cc4d;
  box-shadow: 0px 5px 20px 0px #78a2cc1f;
  background: #ffffff;
  border-radius: 0.625rem;
  outline: none;
  font-size: 14px;
  font-family: "lato500";
}
.page_serach input::placeholder {
  color: #999999;
  opacity: 1;
}
.page_serach img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  position: absolute;
  top: 0.9375rem;
  left: 1.0625rem;
  z-index: 2;
}

.theme_table_area
  .dataTables_wrapper
  .row:has(:is(.dataTables_info, .dataTables_filter)) {
  display: none;
}
.theme_table_area
  .dataTables_wrapper
  .row:has(:is(.dataTables_length, .dataTables_paginate)) {
  display: none;
}

.page_navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  background: #fff;
  box-shadow: 0px 4px 20px 0px #0183931f;
  padding: 12px 32px;
}

.itmes_per_page {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.3125rem;
}

.itmes_per_page label {
  color: #828282;
  font-size: 13px;
}

.itmes_per_page select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #78a2cc40;
  border-radius: 0.5rem;
  color: #828282;
  font-size: 13px;
  padding: 4px 21px 4px 9px;
  outline: none;
  background: url(../images/down_arrow.svg) no-repeat 32px 12px/ 8px 6px;
}

.mypagination {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.5rem;
}
.mypagination button {
  background-color: transparent;
  border: none;
  color: #828282;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  outline: none;
}
.mypagination button.pagi_prev {
  padding-right: 20px;
}
.mypagination button.pagi_next {
  padding-left: 20px;
}

.mypagination button img {
  width: 8px;
  height: 8px;
}
.mypagination span {
  border: 1px solid #78a2cc40;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  color: #828282;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mypagination label {
  color: #828282;
  font-size: 13px;
}

.ed_select_items,.available_pharmacies {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.ed_sel_item {
  min-width: 201px;
  height: 56px;
  padding: 0 54px;
  border-radius: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #eaeaea;
}

.ed_sel_item span {
  font-size: 16px;
  color: #302e2e;
}
.ed_sel_item button {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 21px;
  z-index: 2;
  transform: translateY(-50%);
  outline: none;
}
.ed_sel_item button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.add_more_pill {
  min-width: 201px;
  height: 56px;
  border-radius: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px dashed #d9d9d9;
  background-color: #fff;
  font-size: 16px;
  color: #c7c3c3;
  outline: none;
}
.edit_img_product{
  position: relative;
  width: 110px;
  min-width: 110px;
  height: 110px;
}
.edit_img_product>img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ddd;
}
.editimg_btn {
  border: none;
  background-color: var(--theme);
  position: absolute;
  right: 0.5rem;
  bottom: 0rem;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
.editimg_btn img{
  width: 70%;
}
.td_first_img{
  width: 34px;
  min-width: 34px;
  height: 43px;
object-fit: cover;
border-radius: 5px;
}
@media (max-width: 1198.99px) {
  html .content.app-content {
    padding-left: 0;
  }
  .headerNavbar {
    left: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .header-navbar.floating-nav {
    width: 100% !important;
  }
  .table_wrap {
    height: calc(100vh - 95px);
  }
  .table_wrap .theme_table_area {
    min-height: calc(100% - 50px);
  }
  .itmes_per_page {
    justify-content: center;
  }
  .mypagination {
    justify-content: center;
    padding-top: 8px;
  }
}
