@charset "UTF-8";
.main-404-content {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.main-404-content-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #e3e0e0;
  border-radius: 10px;
  background: white;
  padding: 1.5rem;
}

.main-404-content-wrapper h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #b3bcd5;
}

.main-404-content-fof {
  display: table-cell;
  vertical-align: middle;
  color: #4f4d4d;
  font-size: 0.95rem;
}

.index_loaderMain {
  height: 100%;
  display: table;
  width: 100%;
  background-color: #0185e1;
  position: absolute;
}

.index_loaderSub {
  display: table-cell;
  vertical-align: middle;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.ec-approval-wrkflow-container {
  height: calc(100vh - 120px) !important;
}

.ec-approval-wrkflw-mConatainer {
  height: inherit;
}

.ec-approval-wrkflow-left-container {
  margin-right: 20px;
}

.ec-approval-event-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEC;
  opacity: 1;
  padding-block: 20px;
  padding-inline: 10px;
  min-height: calc(100vh - 225px) !important;
  overflow: overlay;
}

.ec-approval-event-container::-webkit-scrollbar {
  width: 0%;
}

.tab-class p small {
  font-size: 12px !important;
  color: #1D1D1D !important;
  font-weight: 600;
  line-height: 24px;
}

.add-input-apprl.d-flex {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.add-input-apprl .days-input-approval {
  width: 55px;
  text-align: center;
  height: 32px;
  padding: 0 0 0 0;
  font-size: 12px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

.add-input-apprl .Dropdown-option {
  height: 30px;
  line-height: 15px;
  text-align: center;
  padding-top: 10px;
}

.add-input-apprl .Dropdown-root {
  margin-inline: 6px;
}

.add-input-apprl .Dropdown-control {
  border-radius: 4px;
  cursor: pointer;
  height: 32px;
  line-height: 18px;
  width: 55px;
  border: 1px solid #cccccc;
  text-align: center;
  padding-top: 5px;
}

.add-input-apprl .Dropdown-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #D5D6D9;
}

.add-input-apprl .Dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #D5D6D9;
}

.add-input-apprl .Dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 8px #5d5d5d;
  background-color: #D5D6D9;
}

.approval-msg {
  font-size: 12px;
  color: #A9A9A9;
}

.ec-slctd-esc-user {
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
}

.crm-approver-user-name {
  letter-spacing: 0px;
  color: #5d5d5d;
  opacity: 1;
  font-size: 12px;
  padding-top: 20px;
}

.c-pointer {
  cursor: pointer;
}

.approval-msg-highlight {
  color: #DA1E28;
  font-weight: 700;
}

.crm-escaltion-user-div {
  padding-inline: 20px;
  display: flex;
}

.txt-end {
  text-align: end;
  padding-left: 30px;
}

.ec-slct-esc-user {
  letter-spacing: 0px;
  color: #42A6CE;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  padding-top: 10px;
}

.ec-approval-wrkflow-right-container {
  height: inherit !important;
}

.ec-approval-wrkflow-right-container::-webkit-scrollbar {
  width: 0%;
}

.crm-initiator-conatiner {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  opacity: 1;
  margin-top: 25px;
}

.crm-select-initiator-container {
  background: #EAEAEC 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-inline: 10px;
  display: flex;
  padding-top: 20px;
}

.close-initiator-icon {
  padding-right: 15px;
  color: #7d7d7d;
}

.mr-15 {
  margin-right: 15px;
}

.crm-initiator-config-container {
  margin: 25px 25px 20px 25px;
}

.ec-approval-header1 {
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.crm-approval-config-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  opacity: 1;
  padding-inline: 25px;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.crm-level-details-conatiner {
  margin-top: 20px;
  display: flex;
  width: inherit;
  margin-left: 10px;
}

.crm-level-details-conatiner .form-control-label {
  display: none !important;
}

.mt25 {
  margin-top: 25px;
}

.crm-level-count {
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  padding-right: 5px;
  min-width: 50px;
  padding-top: 5px;
}

.crm-add-approver {
  min-width: 120px;
  padding-bottom: 10px;
}

.crm-user-count-div {
  width: 100%;
  text-align: end;
  font-size: 12px;
}

.mr-10 {
  margin-right: 10px;
}

.crm-bin-icon {
  color: #8D8D8D;
  cursor: pointer;
}

.crm-delete-icon:hover {
  color: #DA1E28;
}

.mb5 {
  margin-bottom: 5px;
}

.crm-level-info-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  opacity: 1;
  min-height: 70px;
  display: flex;
  margin-top: 10px;
  padding-inline: 15px;
}

.crm-approver-info {
  height: inherit;
  width: calc(100% - 20px) !important;
  display: flex;
}

.pt-25 {
  padding-top: 25px;
}

.crm-reporting-level {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
}

.close-approver-icon {
  color: #5d5d5d;
}

.crm-approver-user-details {
  letter-spacing: 0px;
  color: #5d5d5d;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
}

.crm-add-level1-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  opacity: 1;
  height: 220px;
  text-align: center;
  padding-top: 5%;
}

.crm-add-level {
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0px;
  color: #F9DD4A;
  opacity: 1;
  padding-top: 10px;
  padding-left: 15px;
}

.no-data-found {
  letter-spacing: 0px;
  color: #DA1E28;
  opacity: 1;
  padding-block: 5px;
  text-transform: capitalize;
}

.crm-add-approver-level-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  opacity: 1;
  height: 40px;
  margin-block: 15px;
  cursor: pointer;
}

.crm-approver-btn-container {
  height: 60px !important;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -10px;
}

.crm-op-com-select {
  background: #f4f4f4 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-inline: 15px;
  padding-block: 10px 1px;
  margin-inline: -20px;
  margin-top: -20px;
}

.crm-channel-select-row {
  padding-top: 20px;
}

.crm-search-container {
  margin: 0;
  padding-block: 10px 5px;
  display: flex;
}

.user-list-wrapper-div {
  height: calc(100vh - 184px);
  overflow-y: scroll;
}

.user-list-wrapper-div::-webkit-scrollbar {
  width: 0%;
}

.ec-user-list {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEDF0;
  border-radius: 4px;
  opacity: 1;
  width: 31.2%;
  margin-block: 5px;
  display: flex;
  cursor: pointer;
  margin-right: 10px;
}

.ec-selected-user {
  background: #FEF7D1 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 6px #FEF7D1;
  border: 1px solid #F9DD4A;
  border-radius: 4px;
  opacity: 1;
}

.ec-user-init-div {
  width: 20%;
  height: 100%;
  margin: 0;
  padding-block: 25px;
  padding-left: 5px;
}

.ec-user-initial-icon {
  background: #FEF7D1;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  justify-content: center !important;
  padding-block: 4px;
  font-size: 20px;
  color: #F8D100;
  font-weight: 500 !important;
  display: flex;
}

.ec-user-details-div {
  width: calc(100% - 50px) !important;
  padding-left: 15px;
  padding-block: 10px;
}

.appr_bottom-div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  padding: 8px;
  box-sizing: border-box;
}

.Dropdown-root {
  position: relative;
}

.Dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  border-radius: 3px;
}

.crm-approval-event-info-container {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  opacity: 1;
  margin: 0;
  padding-inline: 20px;
  margin-bottom: 25px;
}

.w-20 {
  width: 20%;
}

.crm-select-initiator-info-container {
  background: #EAEAEC 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 0;
  display: flex;
  padding-inline: 20px;
}

.crm-initiator-info-conatiner {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  opacity: 1;
  padding: 0;
  margin-bottom: 25px;
  width: 100%;
}

.crm-user-count {
  letter-spacing: 0px;
  color: #1D1D1D;
  font-size: 12px;
  opacity: 1;
  text-align: right;
  margin-right: 5px;
}

.w-33 {
  width: 33.33%;
}

.crm-initiator-select {
  width: 100%;
}

.crm-no-level-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.approval-workflow-search-input {
  height: 30px;
  padding: 5px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #EEEEEE;
  color: #C8C8C8;
  font-size: 12px;
  line-height: 30px;
  opacity: 1;
  width: 200px;
}

.undo-action-text {
  font-weight: bold;
  color: #1F1F1F;
}

.crm-approver-wkflw-btn-container {
  height: 60px !important;
  padding-top: 9px;
  margin-left: -15px;
  margin-right: -15px;
  background: #f4f4f4 0% 0% no-repeat padding-box;
  padding-right: 28px;
  padding-left: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
}

.crm-approval-wrkflw-config-container {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #eaeaec;
  border-radius: 3px;
  opacity: 1;
  padding-inline: 25px;
  margin-left: -15px;
  margin-right: -15px;
}

.sixdee-BalanceCard {
  max-height: 90px;
  height: 90px;
  max-width: 270px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  border: 1px solid #f4f4f4;
  background: #ffffff;
}

.sixdee-wallet-BalanceCard-open {
  max-height: 90px;
  height: 90px;
  max-width: 137px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  border: 1px solid #f4f4f4;
  background: #ffffff;
}

.sixdee-wallet-BalanceCard-close {
  max-height: 90px;
  height: 90px;
  max-width: 70px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 20px;
  border: 1px solid #f4f4f4;
  background: #ffffff;
}

.sixdee-Balanceheader {
  text-align: left;
  font-size: 12px !important;
  letter-spacing: 0px;
  color: #3A3A3A;
  padding: 0px 5px 0px 0px;
  font-weight: 600;
}

.sixdee-Balancevalue-header {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 60px;
}

.balance-side-close {
  background-color: #F9DD4A;
  color: white;
  position: fixed;
  z-index: 1000;
  font-weight: 500;
  font-size: 10px;
  top: 221px;
  left: 340px;
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding: 31px 0px 3px 5px;
  border-radius: 4px 0 0 4px;
  height: 90px;
  width: 37px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.balance-side-open {
  background-color: #F9DD4A;
  color: white;
  position: fixed;
  z-index: 1000;
  font-weight: 500;
  font-size: 10px;
  top: 221px;
  left: 269px;
  cursor: pointer;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  padding: 31px 0px 3px 5px;
  border-radius: 4px 0 0 4px;
  height: 90px;
  width: 40px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.balance-side-arrow-left-open {
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(-45deg);
  margin-top: 7px;
  margin-left: -35px;
}

.balance-side-arrow-left-close {
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 4.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(134deg);
  margin-top: 7px;
  margin-left: -20px;
}

.side-arrow-left {
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 2.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(-45deg);
  margin-top: -35px;
  margin-left: -9px;
}

.sixdee-Balancevalue {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
}

.wallets-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.4s ease-in-out;
}

.wallet-col {
  transition: all 0.4s ease-in-out;
  opacity: 0;
  transform: translateX(-20px);
}

.wallet-col.show {
  opacity: 1;
  transform: translateX(0);
}

.sixdee-partner-active {
  color: #13B544 !important;
  font-weight: 600;
}

.sixdee-partner-Inactive {
  color: #DA1E28 !important;
  font-weight: 600;
}

.sixdee-partner-blocked {
  color: #DA1E28 !important;
  font-weight: 600;
}

.sixdee-partner-Suspended {
  color: #DA1E28 !important;
  font-weight: 600;
}

.sixdee-partner-delete {
  color: #DA1E28 !important;
  font-weight: 600;
}

.sixdee-custom-dropdown-toggle {
  min-width: 100px !important;
  max-width: 100px !important;
  height: 32px !important;
  margin-top: 5px !important;
  line-height: 8px !important;
  border-radius: 2px !important;
  font-size: 12px !important;
  background-color: #1F1F1F;
}

.sixdee-custom-dropdown-toggle::after {
  margin-left: 24px !important;
}

.sixdee-custom-dropdown-menu {
  min-width: 100px !important;
  font-size: 12px !important;
  padding: 4px 0 !important;
  top: 2px !important;
}

.sixdee-custom-dropdown-item {
  width: 100px !important;
  font-size: 12px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-inline: 10px !important;
  white-space: normal !important;
}

.sixdee-custom-dropdown-label {
  line-height: 15px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.sixdee-custom-dropdown-toggle .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  /* Create left triangle */
  border-right: 5px solid transparent;
  /* Create right triangle */
  border-top: 5px solid #fff;
  position: relative;
  top: 2px;
  margin-left: 66px;
}

.sixdee-alert-viewCardItem {
  margin-top: 4px;
  margin-inline: 3px;
  margin-bottom: 35px;
}

.sixdee-alert-viewCard {
  background-color: #f4f4f4;
  margin: -20px;
  padding-bottom: 10px;
}

.sixdee-limits {
  padding: 20px;
}

.sixdee-limitsFisrtRow {
  border: 1px solid #dad7d7;
  padding: 20px;
}

.sixdee-limits-add {
  padding-top: 19px;
  text-align: center;
}

.sixdee-limits-edit {
  padding-top: 30px;
  text-align: center;
  padding-left: 60px;
}

.sixdee-limits-remove {
  padding-top: 30px;
}

.sixdee-transfer_message-container {
  padding: 15px 10px 15px 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  width: 95%;
  margin-left: 10px;
}

.sixdee-transfer-bg-receipt {
  background-color: #F6F6F6 !important;
}

.sixdee-transfer_success-bg {
  background-color: #F0FAE6;
  border: 1px solid #6ECF0D;
}

.sixdee-transfer_failure-bg {
  background-color: #F7E5E8;
  border: 1px solid #DA1E28;
}

.sixdee-viewScreenClick-info {
  color: #42A6CE;
}

.sixdee-transfer-success-icon > svg {
  background: #6ECF0D;
  border-radius: 50%;
  padding: 4px;
  width: 18px;
  height: 18px;
}

.sixdee-txn-success {
  color: #13B544;
  font-weight: 600;
}

.sixdee-txn-failed {
  color: #DA1E28;
  font-weight: 600;
}

.sixdee-approved {
  color: #13B544;
  font-weight: 600;
}

.sixdee-rejected {
  color: #DA1E28;
  font-weight: 600;
}

.sixdee-txn-pending {
  color: #42A6CE !important;
  font-weight: 600 !important;
}

.sixdee-txn-approvedWcondition {
  color: #FFDE88;
  font-weight: 600;
}

.sixdee-txn-revisal-pending {
  color: #E7F8EC;
  font-weight: 600;
}

.sixdee-credit-txn {
  color: #13B544 !important;
  font-weight: 600 !important;
}

.sixdee-debit-txn {
  color: #DA1E28 !important;
  font-weight: 600 !important;
}

.receipt-card {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
}

.receipt-card-logo img {
  max-width: 80px;
  height: auto;
}

.receipt-card-row {
  margin: 4px 0;
  font-size: 14px;
}

.receipt-card-amount-box {
  background: #f0f0f0;
  border-top: 3px dashed #dee2e6;
  border-bottom: 3px dashed #dee2e6;
}

.receipt-card-amount-row {
  margin: 5px 0;
  font-weight: bold;
}

.payment-receipt-label {
  font-size: 12px;
  color: #1D1D1D;
  opacity: 1;
  margin: 0px;
  white-space: nowrap;
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  font-weight: 500;
}

.payment-receipt-view {
  color: #1D1D1D;
  opacity: 1;
  font-size: 12px;
  font-weight: 500 !important;
  width: inherit;
}

.receipt-label-font-bold {
  font-weight: 600 !important;
}

.receipt-card-footer {
  font-size: 12px;
  margin-top: 5vh;
  color: #555;
}

.receipt-card-row > .text-center {
  text-align: center !important;
}

.receipt-card-row > .text-end {
  text-align: right !important;
  padding-right: 8px;
}

merCh-Label {
  font-size: 12px;
  font-weight: 700;
}

.merCh-nam {
  font-size: 12px;
  width: 100px !important;
}

.merCh-nam1 {
  font-size: 12px;
}

.merch-gap {
  gap: 12px;
}

.sixdee-proceed-payment {
  background-color: #c9e0e9;
  border: 1px solid #42A6CE;
}

.timer-container {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  background-color: #c9e0e9;
}

.timer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer-icon {
  width: 70px;
  height: auto;
  margin-bottom: 10px;
}

.timer {
  font-size: 20px;
  font-weight: bold;
  color: #ff6347;
}

.profile-card {
  max-width: 100%;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
}

.profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.profile-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.profile-details {
  font-size: 14px;
  color: #6b7280;
  margin: 2px 0 0;
}

.toggle-btn {
  background: #f9fafb;
  border: 1px solid #d1d5db;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.toggle-btn:hover {
  background: #f3f4f6;
}

.wallets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 16px;
  width: 250px;
}

.wallet {
  background: #f9fafb;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #e6dbcf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.wallet-title {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.wallet-amount {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}

.eye-icon {
  margin-top: 4px;
  margin-right: 5px;
}

.wallets-section {
  display: flex;
  column-gap: 20px;
}

.quick-header {
  margin-top: 60px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #bcb5c3;
  padding-bottom: 5px;
}

.eye-icon-wallet {
  padding-top: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.wallet-toggle {
  display: flex;
  align-items: center;
  gap: 6px; /* space between icon and text */
  cursor: pointer;
}

.ops-container-main {
  height: fit-content;
  width: 100%;
  padding-left: 5px;
  border-radius: 10px;
  display: flex;
  margin-top: 30px;
}

.banner-card-gen_1 {
  height: 150px;
  display: flex;
  border-top: 1px solid #ddd;
  margin: 10px 20px;
}

.banner-card-gen_container {
  height: fit-content;
  display: flex;
  border-top: 1px solid #ddd;
  margin: 10px 10px;
  padding-top: 15px;
}

.banner-image-container {
  height: 10vh;
  padding: 20px 0 15px 20px;
  display: flex;
}

.banner-thumbsnail-holder > img {
  width: 92px;
  height: 77px;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  object-fit: cover;
  display: block;
}

.sixdee-banner-value {
  font-size: 12px;
  color: #1F1F1F;
}

.sixdee-banner-label {
  font-size: 12px;
  font-weight: 600;
  color: #1D1D1D;
}

.banner-sixdee-view-button {
  color: rgb(242, 140, 40);
  margin-top: -10px !important;
}

.sixdee-banner-mfe-info-container {
  height: fit-content;
  width: 100%;
  padding: 0 0 20px 20px;
}
.sixdee-banner-mfe-info-container .banner-info-icons-holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.banner-icon-border-main {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 2px 6px 7px 6px;
}
.banner-icon-border-main:hover {
  border: 1px solid rgb(242, 140, 40);
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 3px 4px 3px 5px;
}

.banner-icon-flex-display {
  display: flex;
  justify-content: space-evenly;
  gap: 5px;
}

.sixdee-value_margin {
  margin: -10px 0 0 -12px !important;
}

.breadcrumb {
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0rem;
  background: none;
  padding: 0px 0px 0px 10px;
  border-radius: 0px;
  position: sticky;
  top: 0px;
  z-index: 1;
  background-color: #EDEDED;
  height: 50px;
  align-items: center;
  padding-left: 24px;
  margin-top: -29px;
  margin-left: -24px;
  margin-right: -30px;
  margin-bottom: 30px;
}

.breadcrumb .ec-breadcrumb {
  position: relative !important;
  z-index: 0 !important;
  margin-bottom: 5px;
  height: 50px !important;
  top: -16px !important;
  left: -15px !important;
  padding: 15px 30px !important;
}

.breadcrumb .ec-breadcrumb-item {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.breadcrumb .ec-breadcrumb-item:hover {
  text-decoration: underline;
  /* Add underline on hover */
}

.breadcrumb .ec-breadcrumb-item.active {
  color: #555555 !important;
  pointer-events: none;
  font-weight: normal;
}

.breadcrumb .ec-breadcrumb-item.active {
  text-decoration: none;
}

.breadcrumb .ec-breadcrumbs-arrow {
  font-size: 12px;
  font-weight: 600;
  margin-inline: 10px;
}

.sixdee-btn {
  margin: 2px;
}

.sixdee-btn.custom-btn {
  cursor: pointer;
  margin-block: 5px;
  margin-inline-start: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  min-width: 100px;
  height: 32px;
  border-radius: 3px;
  font-size: 12px;
}

.sixdee-btn.custom-btn.btn-block-c {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 3px;
}

.sixdee-btn.custom-btn.btn-round {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.sixdee-btn.custom-btn.btn-lg {
  min-width: 150px;
  padding: 11px 9px;
  font-size: 14px;
}

.sixdee-btn.custom-btn.btn-md {
  min-width: 100px;
  padding: 6px 9px;
  line-height: 18px;
  font-size: 12px;
  height: 32px !important;
}

.Toastify__toast {
  min-height: 60px !important;
  max-width: 400px !important;
}

.Toastify__toast-container {
  width: 400px !important;
}

.sixdee-btn.custom-btn.btn-sm {
  padding: 4px 5px;
  font-size: 11px;
  min-width: 60px;
}

.sixdee-btn.custom-btn.btn-md-lg {
  min-width: 100px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  height: 32px;
}

.sixdee-btn.custom-btn.custom-btn-primary {
  color: #3B3B3B;
  background-color: #F9DD4A;
  border: 1px solid #F9DD4A;
  font-weight: bold;
}

.sixdee-btn.custom-btn.custom-btn-secondary {
  color: #3B3B3B;
  background-color: #FFFFFf;
  border: 1px solid #F9DD4A;
  font-weight: bold;
}

.sixdee-btn.custom-btn.btn-alert-primary {
  color: #3B3B3B;
  background-color: #DA1E28;
  border: 1px solid #DA1E28;
}

.sixdee-btn.custom-btn.btn-alert-secondary {
  color: #F9DD4A;
  background-color: #FFFFFf;
  border: 1px solid #46a8e2;
}

.sixdee-btn.btn-alert-error {
  color: #DA1E28 !important;
  background-color: #FFFFFf !important;
  border: 1px solid #DA1E28 !important;
}

.sixdee-btn.btn-alert-success {
  color: #FFFFFf;
  background-color: #13B544 !important;
  border: 1px solid #13B544 !important;
}

.sixdee-btn.btn-alert-warning {
  color: #FFFFFf;
  background-color: #FFDE88 !important;
  border: 1px solid #FFDE88 !important;
}

.sixdee-btn.btn-alert-info {
  color: #FFFFFf;
  background-color: #42A6CE !important;
  border: 1px solid #42A6CE !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.sixdee-btn.custom-btn:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1019607843);
}

.sixdee-btn.custom-btn.custom-btn-primary:hover {
  background-color: #F8D100;
  border: 1px solid #F8D100;
}

.sixdee-btn.custom-btn.addMargin {
  margin: 0px 8px;
}

.sixdee-btn.btn-width-inherit {
  min-width: unset;
  width: 100%;
}

.color-primary {
  color: #F9DD4A !important;
}

.color-secondary {
  color: #F9DD4A !important;
}

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

.error-alert-footer .sixdee-btn.btn-alert-secondary {
  color: #1D1D1D !important;
  background-color: #FFFFFf;
  border: 1px solid #555555;
}

.success-alert-footer .sixdee-btn.btn-alert-secondary {
  color: #13B544 !important;
  background-color: #FFFFFf;
  border: 1px solid #13B544;
}

.info-alert-footer .sixdee-btn.btn-alert-secondary {
  color: #42A6CE !important;
  background-color: #FFFFFf;
  border: 1px solid #42A6CE;
}

.wraning-alert-footer .sixdee-btn.btn-alert-secondary {
  color: #FFDE88 !important;
  background-color: #FFFFFf;
  border: 1px solid #FFDE88;
}

.sixdee-btn.custom-btn.btn-alert-secondary.color-secondary {
  color: #6B6B6B !important;
  border: 1px solid #6B6B6B;
}

.sixdee-btn.custom-btn.actnBtn-dropdown {
  position: relative;
  color: #FFFFFf;
  background-color: #1D1D1D;
  min-width: 100px;
  height: 32px;
}

.sixdee-btn.custom-btn.actnBtn-dropdown:hover {
  background: #555555;
}

.sixdee-btn .btn-dropdown-content {
  position: absolute;
  top: calc(100% + 5px);
  background-color: #FFFFFf;
  min-width: -webkit-fill-available;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  font-size: 12px;
  color: #1D1D1D;
  z-index: 1;
}

.sixdee-btn .btn-dropdown-item {
  padding-inline: 10px 5px;
  padding-block: 5px;
  color: #1D1D1D;
}

.sixdee-btn .btn-dropdown-item.danger-item {
  color: #DA1E28;
}

.sixdee-btn .btn-dropdown-item:hover {
  background-color: #FEF7D1;
}

.sixdee-btn.custom-btn.btn-high-priority {
  color: #DA1E28;
  background-color: #FFFFFf;
  border: 1px solid #DA1E28;
}

.sixdee-btn.custom-btn.btn-tertiary {
  color: #555555;
  background-color: #FFFFFf;
  border: 1px solid #555555;
}

.sixdee-btn.btn-disabled {
  cursor: not-allowed !important;
  background-color: #D5D6D9 !important;
  border: 1px solid #D5D6D9 !important;
  color: #929292 !important;
}

.sixdee-btn .btn-uparrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #FFFFFf transparent;
}

.sixdee-btn .btn-downarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #FFFFFf transparent transparent transparent;
}

.sixdee-btn.custom-btn.actnBtn-dropdown .m-rt {
  padding-right: 20px !important;
}

.dataTable {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.data-table td,
.data-table th {
  white-space: nowrap;
  vertical-align: middle !important;
  padding: 0;
  padding-left: 0.5rem;
  padding-right: 0.3rem;
  font-size: 12px !important;
}

.data-table th {
  background-color: #EDEDED;
  color: #1F1F1F;
  height: 30px !important;
  border-bottom: 0 !important;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
}

.data-table tr {
  background-color: #FFFFFf !important;
}

.data_table_action_container {
  /* position: fixed; */
  /* padding: 0 0.7rem; */
  right: 35px;
  /* background: white; */
  display: none;
}

.data-table td {
  padding-left: 0.9rem;
}

div.data_table_action_container span {
  margin-left: 0.9rem;
  color: #1D1D1D;
}

div.data_table_action_container span:first-child {
  margin-left: 0;
}

.data_table_action_container_dots {
  display: block;
}

.data-table.table-hover tbody tr:hover {
  background-color: #F4F4F5 !important;
}

.data-table.table-hover tbody tr:hover .data_table_action_container {
  /* display: block; */
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.data-table.table-hover tbody tr:hover .data_table_action_container_dots {
  display: none;
}

/* .data-table.table-hover tbody tr:hover > td.fit-content {
    width: 8%;
} */
.dataTable_selectedRow {
  background-color: #B6E0FF !important;
}

.data-table .btn {
  height: 30px;
  min-width: 30px;
  padding: 0 0.5rem;
}

.data-table-search {
  max-width: 250px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}

.dataTable_tc_head {
  font-weight: 700;
  font-size: 14px;
}

.data-table-search > input {
  border: none;
  box-shadow: none !important;
}

.data-table-search > .input-group-addon {
  background: 0 0;
  border: none;
}

.dataTable_head_sortable {
  cursor: pointer;
}

.dataTable_label_tab td {
  border: 0;
  /* background-color:#a3b4bc; */
  padding: 0.3rem;
}

.dataTable_sortIco.inActive {
  color: #d3dee4;
}

.dataTable_sortIco {
  float: left;
  padding: 0 5px 0 0;
}

.dataTable-scrollable {
  width: 100%;
  border-radius: 3px 3px 0 0;
  overflow: auto;
  box-shadow: 3px 3px 2px #EDEDED;
}

.dataTable-mainTable {
  margin: 0;
  -moz-box-shadow: 1px 1px 5px #1F1F1F;
  -webkit-box-shadow: 1px 1px 5px #1F1F1F;
  box-shadow: 1px 1px 5px #1F1F1F;
}

.dataTable_pageDetails {
  float: left;
  padding: 0 0 5px 0;
}

.datatable_filter_components .filterClose {
  float: right;
  padding: 0 0 0 9px;
  color: #2e373c;
  cursor: pointer;
}

.dataTable_wrapper {
  margin-bottom: 5px;
}

.datatable_filter_components {
  float: left;
  padding: 1px 10px;
  margin-right: 10px;
  background-color: #c6c6c6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 4px;
}

.dataTable_notFound {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #FFFFFf;
  height: 250px;
  position: relative;
  font-size: 14px;
  color: #DA1E28;
}

.dataTable_common_search {
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  height: 30px;
}

.dataTable_rowCountText {
  font-size: 12px;
  height: 20px;
}

.dataTable_rowCountText .total-count {
  color: #42A6CE;
  font-weight: 600;
}

.fit-content {
  /* width:1%; */
  white-space: nowrap;
  text-align: center;
  padding-right: 25px !important;
  font-size: 16px;
  color: #a3b4bc !important;
}

.clickable_ico_dt .fa {
  cursor: pointer;
}

.btn-group.show .dropdown-menu {
  display: block;
}

.dataTable .btn {
  cursor: pointer;
  margin-top: 0;
}

.dataTable .btn.active.focus,
.dataTable .btn.active:focus,
.dataTable .btn.focus,
.dataTable .btn.focus:active,
.dataTable .btn:active:focus,
.dataTable .btn:focus,
button:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-dataTable-sm-btn,
.btn-outline-dataTable-export-btn {
  background-color: #FFFFFf;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.btn-outline-dataTable-export-btn {
  font-size: 12px;
  min-width: 80px;
  text-align: left;
}

.btn-outline-dataTable-export-btn::after {
  float: right;
  margin-top: 8px;
}

.btn-dataTable-sm-btn {
  font-size: 14px;
}

.dataTable_export_dd.dropdown-menu {
  min-width: unset;
  border-radius: 2px;
  width: 100%;
  color: #6d6d6d;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
}

.dataTable_export_dd.dropdown-menu .dropdown-item {
  color: #6d6d6d;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 20px;
}

.btn-outline-dataTable-rowCount {
  background-color: #FFFFFf;
  border-color: #D6D6D6;
  color: #6d6d6d;
  width: 60px;
  height: 30px;
}

.btn-outline-dataTable-rowCount:hover {
  border-color: #D6D6D6;
  background-color: #FFFFFf;
  color: #6d6d6d;
}

.data-table-rowCount-dd.dropdown-menu {
  min-width: unset;
  width: 100%;
  color: #6d6d6d;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
}

.data-table-rowCount-dd.dropdown-menu .dropdown-item {
  padding: 5px 10px 5px 9px;
  color: #6d6d6d;
  background: white;
  height: 29px;
  font-size: 12px;
  line-height: 20px;
}

.data-table-rowCount-dd.dropdown-menu .dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:hover {
  background: #FFFFFf !important;
  color: #F9DD4A !important;
}

.dataTable_common_search:focus {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #1286dd;
}

.data-table .header-border-top {
  border-top: none;
  padding: inherit !important;
}

.data-table .dropdown-item {
  padding: 0.25rem 0.5rem;
}

.list-Brick-component {
  border-bottom: 1px solid #e3e9ec;
  cursor: pointer;
}

.pager-css {
  margin-top: 6px;
  text-align: center;
}

.pager-css .btn-next-more {
  display: none;
}

.pager-css .btn-prev-more {
  display: none;
}

.customDataTable .dataTable_wrapper {
  font-size: 12px;
}

.customDataTable .data-table td,
.customDataTable .data-table th {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

ul.pagination li.page-item {
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
}

ul.pagination li.page-item.active > a.page-link {
  background-color: #93cfea;
  color: #50636d;
  cursor: default;
}

ul.pagination li.page-item.disabled {
  cursor: not-allowed;
}

.header-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}

.advanced-search-form {
  background-color: #ffffff;
  padding: 0 1rem;
  width: 100%;
}

.search-icon-container {
  position: relative;
}

.search-input-container {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.search-input-container input {
  padding-right: 30px;
}

.search-close-icon {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
}

.pagination-wrapper {
  height: 30px;
}

.pagination-wrapper .pagination-item {
  width: 30px;
  height: 29px;
  background-color: #F4F4F4;
  text-align: center;
}

.pagination-wrapper .searchBox {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #FFFFFf;
  font-weight: 600;
}

th.action-table-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-table .table td,
.table th {
  border-top: none !important;
}

.icon-wrapper {
  background: #F4F4F5 !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

@media screen and (max-width: 600px) {
  .header-buttons {
    justify-content: start;
  }
}
.sixdee-dataTable-fixed-td {
  position: sticky;
  right: 0;
  background: #F4F4F5;
}

.ec-tableButton-img {
  height: 20px;
  width: 20px;
}

.ec-actions-td {
  min-width: 8vw;
}

.sixdee-advSearch-buttons {
  display: flex;
  height: 50px !important;
  background: #fafafa !important;
  padding: 5px 0 !important;
  justify-content: flex-end;
  margin-bottom: -12px;
}

.sixdee-advancesearch-container {
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #ededed;
  border-radius: 3px;
  padding: 20px 20px 10px 20px;
}

.sixdee-dataTable,
th.dataTable_head_sortable {
  padding-block: 0 !important;
}

.advancesearch-field-container {
  margin-bottom: 0px !important;
  border-radius: 3px 3px 0px 0px !important;
  border-bottom: 0px !important;
  margin-inline: 0px !important;
}

.advancesearch-field-container > .fields-row {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  padding: 25px 10px 5px 10px;
  margin-bottom: 1rem;
  background: #FFFFFf;
}

.advanceSearch-footer {
  height: 42px !important;
  background: #F4F4F4 !important;
  padding-right: 30px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 3px 4px 4px 4px !important;
}

a {
  color: #F9DD4A !important;
  font-size: 12px !important;
  font-weight: 600;
}

.dropdown-toggle::after {
  margin-left: 1.255em !important;
}

li.disabled.page-item.pagination-item {
  border: 1px solid #ededed;
}

.table td,
.table th {
  border-top: 1px solid #EDEDED !important;
}

.dropdown-menu {
  padding: 0rem !important;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  max-width: 200px;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  max-width: 200px;
}

.table td,
.table th {
  border-top: 1px solid #ededed !important;
}

#hamburgerPopover:hover,
#hamburgerPopover:focus {
  border: 1px solid #F9DD4A;
}

#hamburgerPopover:hover > #Icon_Hamburger,
#hamburgerPopover:focus > #Icon_Hamburger {
  filter: invert(66%) sepia(54%) saturate(1637%) hue-rotate(338deg) brightness(95%) contrast(99%) !important;
}

input[type=checkbox]:hover,
input[type=radio]:hover {
  accent-color: rgb(202, 98, 23);
}

.menu-notfound {
  display: grid !important;
  margin-top: 100px;
  font-size: 14px;
  line-height: 20px;
  color: #1F1F1F;
}

.no-menu-div {
  margin: 0px 25px;
}

.dataTable_sortIco.inActive > svg {
  filter: invert(175%) sepia(100%) saturate(10000%) hue-rotate(74deg) brightness(76%) contrast(2%);
}

.dataTable_wrapper > .btn {
  border: none !important;
}

.dataTable_wrapper {
  border: none !important;
}

#quicksearchIcon > svg#Search {
  width: 14px;
  height: 14px;
}

.col-sm-12.col-md-12.col-lg-9 > .dataTable_rowCountText {
  display: none;
}

.sixdee-builder-advance-main {
  margin-bottom: 30px;
}

.dataTable_wrapper.float-right.border.mr-1.dataTable-filter-active {
  border: 1px solid #F9DD4A !important;
  border-radius: 0.2rem !important;
}

.fillColor {
  fill: #F9DD4A;
}

.dataTable_noData {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dataTable_noData_headers {
  height: 30px;
  background: #DCDCDC;
  display: flex;
  align-items: center;
}

.noData_head {
  height: 15px;
  background: #EDEDED;
  width: 16.5%;
  margin-inline: 10px 20px;
}

.tooltip-inner {
  background: #777777 !important;
  border-radius: 3px !important;
  font: normal normal normal 11px/16px "Montserrat" !important;
  line-height: 16px;
  min-height: 24px;
  color: #FFFFFF;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #777777 !important;
}

.tooltip {
  min-width: 93px;
  pointer-events: none;
}

.search-input-container .btn-sm {
  padding-top: 2px !important;
}

.dataTable_wrapper button.btn-block-c.page-viewer.dropdown-toggle.btn.btn-outline-dataTable-rowCount.btn-sm {
  width: 58px;
}

.btn-group.show .data-table-rowCount-dd {
  width: 58px;
}

.btn-group.show .dataTable_export_dd {
  width: 80px;
}

.dataTable_wrapper .dropdown-toggle::after {
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.pagination-wrapper .pagination-item:hover {
  background: #FEF7D1;
}

.dataTable_wrapper-ec .c-pointer:hover {
  background: #ededed !important;
}

.dataTable-scrollable::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}

path#Icon_ionic-md-close-circle:hover {
  fill: #DA1E28;
}

button#quicksearchIcon:hover path#Search-2 {
  fill: #F9DD4A;
}

button#quicksearchIcon {
  border: 1px solid transparent !important;
  background-color: #ffffff;
  /* or whatever your default bg is */
}

button#quicksearchIcon:hover {
  border: 1px solid #F9DD4A !important;
  background-color: #FEF7D1;
}

button#filterIcon {
  border: 1px solid transparent !important;
  background-color: #ffffff;
}

button#filterIcon:hover {
  border: 1px solid #F9DD4A !important;
  background-color: #FEF7D1;
}

.data-table.table-hover tbody tr:hover td.fit-content.clickable_ico_dt.ec-actions-td {
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.1019607843);
  /* position: absolute; */
  border-radius: 0px 4px 4px 0px;
  position: sticky;
  right: -2px;
  height: 32px;
  background-color: #F4F4F4;
  width: 5px;
}

.data-table.table-hover tbody tr:hover .data_table_action_container {
  /* display: block; */
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.1019607843);
  height: 38px;
  padding-left: 10px;
  width: 18px;
}

path#Path_746:hover {
  fill: #F9DD4A !important;
}

:focus {
  outline: none;
}

svg.bi.bi-pencil.edit-dashborad-icon.ml-1.ec-cursor-pointer {
  fill: #8d8d8d;
}

svg#N-close_micro:hover {
  transform: rotate(145deg);
  transition: 0.4s;
}

.data-table.table-hover tbody tr td.fit-content.clickable_ico_dt.ec-actions-td {
  width: 5px !important;
}

.ec-tableButton-img {
  height: 16px;
  width: 16px;
}

.create-top-style {
  margin-top: -20px;
  margin-inline: -20px;
  position: relative;
  height: 115px;
  background: #F4F4F4 0% 0% no-repeat padding-box;
  opacity: 1;
  padding-inline: 25px;
  padding-top: 25px;
}

.p-10 {
  padding: 10px;
}

.px-10 {
  padding-inline: 10;
}

.py-10 {
  padding-block: 10;
}

.p-15 {
  padding: 15px;
}

.px-15 {
  padding-inline: 15;
}

.py-15 {
  padding-block: 15;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding-inline: 20;
}

.py-20 {
  padding-block: 20;
}

.p-25 {
  padding: 25px;
}

.px-25 {
  padding-inline: 25;
}

.py-25 {
  padding-block: 25;
}

.p-30 {
  padding: 30px;
}

.px-30 {
  padding-inline: 30;
}

.py-30 {
  padding-block: 30;
}

.m-10 {
  margin: 10px;
}

.mx-10 {
  margin-inline: 10;
}

.my-10 {
  margin-block: 10;
}

.m-15 {
  margin: 15px;
}

.mx-15 {
  margin-inline: 15;
}

.my-15 {
  margin-block: 15;
}

.m-20 {
  margin: 20px;
}

.mx-20 {
  margin-inline: 20;
}

.my-20 {
  margin-block: 20;
}

.m-25 {
  margin: 25px;
}

.mx-25 {
  margin-inline: 25;
}

.my-25 {
  margin-block: 25;
}

.m-30 {
  margin: 30px;
}

.mx-30 {
  margin-inline: 30;
}

.my-30 {
  margin-block: 30;
}

.font-14 {
  font-size: 14px;
}

.sixdee-search-input-container {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  padding: 10px;
  background: #F4F4F4;
}

.sixdee-search-input-container > input {
  width: 225px;
  font-size: 12px;
  border-radius: 4px 0 0 4px;
  border: none;
  padding: 3px 10px;
  border-right: transparent;
}

.sixdee-search-input-container > input:focus {
  outline: none;
}

.sixdee-search-input-container .search-icon-mt {
  border-radius: 0 4px 4px 0;
  border: none;
  padding: 3px 10px;
  border-left: transparent;
  background: #FFFFFf;
}

.sixdee-fieldItem .custom-field.form-group {
  margin-bottom: 1.6rem !important;
}

.sixdee-fieldItem .custom-field.required .form-control {
  border-left: 2px solid #DA1E28 !important;
}

.sixdee-fieldItem .form-control {
  height: 32px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
}

.sixdee-fieldItem .form-control:focus,
.sixdee-fieldItem .form-control:focus-visible {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #8d8d8d;
}

.sixdee-fieldItem .custom-field label {
  margin-bottom: 0.3rem;
  display: block;
  font-size: 12px;
  width: 80%;
}

.sixdee-fieldItem .text-help {
  color: #DA1E28;
  float: left;
  font-size: 12px;
}

.sixdee-fieldItem .has-danger .form-control:focus,
.sixdee-fieldItem .has-danger .form-control {
  border: 1px solid #DA1E28 !important;
}

.sixdee-fieldItem .input-group-text {
  padding: 0;
  border: 1px solid #EDEDED;
  height: inherit;
}

.sixdee-fieldItem input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.custom-popover-date-range .popover {
  max-width: 22rem !important;
}

.custom-popover-body-date-range .popover-body {
  padding: 0.1rem 0.1rem !important;
}

.sixdee-fieldItem .rdrMonthAndYearWrapper {
  height: 2.5rem !important;
}

.sixdee-fieldItem .rdrMonthsVertical {
  height: 12rem !important;
}

.sixdee-fieldItem .rdrDay {
  height: 2.3em !important;
}

.sixdee-fieldItem .rdrMonth {
  padding: 0em !important;
}

.sixdee-fieldItem .react-datepicker {
  width: 241px;
  background: #FFFFFf 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.0509803922);
  border: none;
  border-radius: 4px;
  opacity: 1;
  font-family: "Open Sans";
  font-size: 12px;
  color: #1F1F1F;
}

.sixdee-fieldItem .react-datepicker__today-button {
  display: none;
}

.sixdee-fieldItem .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  display: none;
}

.sixdee-fieldItem .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  display: none;
}

.sixdee-fieldItem .react-datepicker-wrapper {
  width: 100%;
}

.sixdee-fieldItem .react-datepicker__input-container {
  height: 32px;
}

.sixdee-fieldItem .react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  display: none;
}

.sixdee-fieldItem .react-datepicker__month-dropdown-container,
.react-datepicker__month-dropdown-container--select {
  margin: 0 3px;
}

.sixdee-fieldItem .react-datepicker__year-dropdown-container,
.react-datepicker__year-dropdown-container--select {
  margin: 0 10px;
}

.sixdee-fieldItem .react-datepicker__header {
  background: #FFFFFf;
  border-bottom: none;
}

.sixdee-fieldItem .react-datepicker__month-select {
  width: 100px;
  height: 24px;
  background: #FFFFFf 0% 0% no-repeat padding-box;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  opacity: 1;
}

.sixdee-fieldItem .react-datepicker__year-select {
  background: #FFFFFf 0% 0% no-repeat padding-box;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  opacity: 1;
  width: 70px;
  height: 24px;
  opacity: 1;
}

.react-datepicker__close-icon::after {
  font-size: 28px;
  background-color: transparent;
  color: #b4b4b4;
}

.sixdee-fieldItem .react-datepicker__navigation-icon--previous::before {
  right: 0px;
  top: 13px;
  border-color: #1F1F1F;
}

.sixdee-fieldItem .react-datepicker__navigation-icon--next::before {
  right: 0px;
  top: 13px;
  left: 0px;
  border-color: #1F1F1F;
}

.sixdee-fieldItem .react-datepicker__day-names {
  font-size: 12px;
  color: #1F1F1F;
  font-weight: 600;
}

.sixdee-fieldItem .react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: #FEF7D1;
  color: #F9DD4A;
}

.sixdee-fieldItem .react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  background-color: #FEF7D1;
  color: #F9DD4A;
}

.sixdee-fieldItem .react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  background-color: #FEF7D1;
  color: #F9DD4A;
}

.sixdee-fieldItem .react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  color: #c6c6c6;
}

.sixdee-fieldItem .toggle-button {
  font-size: 12px;
  color: #1D1D1D;
}

.sixdee-fieldItem .react-datepicker__header__dropdown,
.react-datepicker__header__dropdown--select {
  height: 38px;
  border: 1px solid #FEF7D1;
  border-radius: 3px 3px 0px 0px;
  opacity: 1;
  top: 0px;
  margin-top: -8px;
  padding-top: 6px;
  background-color: #F6F6F6;
}

.sixdee-fieldItem .react-datepicker__time-container,
.react-datepicker__time-container--with-today-button {
  right: -100px !important;
  border: 1px solid #ededed !important;
  border-radius: 4px;
  opacity: 1;
  font-family: "Open Sans";
  font-size: 12px;
  color: #1f1f1f;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.0509803922);
}

.sixdee-fieldItem .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #FEF7D1;
  color: #F9DD4A;
}

.sixdee-fieldItem .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #FEF7D1;
}

.sixdee-fieldItem .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  background-color: #FEF7D1;
  color: #F9DD4A;
}

.sixdee-fieldItem .react-switch-bg div img {
  width: 21px;
  height: 21px;
  padding-left: 3px;
}

.sixdee-fieldItem .react-switch-bg div {
  padding: 1px;
}

.sixdee-fieldItem .disabled-radio {
  background-color: #f4f4f4 !important;
}

.sixdee-fieldItem .checkBoxRadio {
  display: flex !important;
  cursor: default !important;
  overflow: auto;
  margin-bottom: 0px;
}

.sixdee-fieldItem .checkBoxRadio_label {
  display: block !important;
  max-width: 100% !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 12px;
  text-align: center;
}

.sixdee-fieldItem .checkBoxRadio_main {
  overflow: auto;
  width: 100%;
  clear: both;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
  padding-left: 10px;
  padding-left: 10px;
  height: 32px;
}

.sixdee-fieldItem .checkBoxRadio_container {
  overflow: auto;
  width: 100%;
}

.checkBoxRadio_container.cb-left {
  float: left;
}

.sixdee-fieldItem .checkBoxRadio_main.rc-mandatory .checkBoxRadio {
  margin-bottom: 0px;
  width: 100%;
}

.sixdee-fieldItem .checkBoxRadio_main .btn_container {
  width: 20px;
  padding-top: 7px;
  position: relative;
}

.sixdee-fieldItem .checkBoxRadio_main.rc-mandatory .btn_container {
  width: 20px;
  padding-top: 5px;
}

/* Hide the browser's default radio button */
.sixdee-fieldItem .checkBoxRadio input {
  position: absolute;
  opacity: 0;
  cursor: default;
}

/* Dropdown CSS */
.sixdee-fieldItem .sixdee-select-control {
  min-height: 1px !important;
  height: 32px !important;
}

.sixdee-fieldItem .sixdee-select-valueContainer {
  height: 28px;
  padding: 0px 8px;
  margin-bottom: 0px;
  font-size: 12px;
  color: #1f1f1f;
}

.sixdee-fieldItem .sixdee-select-indicatorsContainer {
  height: 30px;
}

.sixdee-fieldItem .sixdee-select-menuList {
  font-size: 12px;
  box-shadow: 2px 2px 2px rgba(29, 29, 29, 0.0509803922);
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  opacity: 1;
  background-color: white;
}

.sixdee-fieldItem .custom-field.required .Select__control {
  border-left: 2px solid #DA1E28 !important;
}

.sixdee-fieldItem .has-danger .Select__control {
  border: 1px solid #DA1E28 !important;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1019607843) !important;
}

.sixdee-fieldItem .custom-field .has-danger .Select__control--is-focused,
.sixdee-fieldItem .has-danger .Select__control {
  border: 1px solid #DA1E28 !important;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1019607843) !important;
}

.sixdee-fieldItem .custom-field .Select__control--is-hover {
  border-color: #FEF7D1;
}

.sixdee-fieldItem .custom-field .Select__menu-list::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
}

.sixdee-fieldItem .custom-field .Select__menu-list::-webkit-scrollbar-track {
  background: #dcdcdc;
}

.sixdee-fieldItem .custom-field .Select__menu-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1f1f1f;
}

.sixdee-fieldItem .custom-field .Select__menu-list::-webkit-scrollbar-thumb:hover {
  background-color: #1f1f1f;
}

.sixdee-fieldItem .custom-field .Select__option {
  height: 31px;
  text-wrap: nowrap;
}

.sixdee-fieldItem .custom-field .Select__option--is-selected {
  color: #F9DD4A !important;
  background-color: #e9f4fa !important;
}

.sixdee-fieldItem .custom-field .Select__option .custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #c5c5c5;
  background-color: #FFFFFf;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  margin-top: 0px;
}

.sixdee-fieldItem .custom-field .Select__option .custom-checkbox:checked:before {
  content: "✓";
  display: block;
  top: -1px;
  left: 1px;
  min-width: 14px;
  height: 15px;
  text-align: center;
  line-height: 14px;
  color: #FFFFFf;
  background-color: #F9DD4A;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 900;
  border: none;
}

.sixdee-fieldItem .custom-field .Select__option .custom-label {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
}

.sixdee-fieldItem .custom-field .Select__menu .selected-values {
  height: 140px;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  background-color: #FFFFFf;
  margin-top: 40px;
  margin-bottom: 20px;
  overflow: auto;
}

.sixdee-fieldItem .custom-field .Select__menu .selected-values::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}

.sixdee-fieldItem .custom-field .Select__menu .selected-values::-webkit-scrollbar-track {
  background: #ffffff;
}

.sixdee-fieldItem .custom-field .Select__menu .selected-values::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;
}

.sixdee-fieldItem .custom-field .Select__menu .selected-values::-webkit-scrollbar-thumb:hover {
  background-color: #6a6a6a;
}

.sixdee-fieldItem .custom-field .Select__menu .close-button {
  position: absolute;
  top: 0px;
  right: 4px;
  font-size: 25px;
  cursor: pointer;
  background: none;
  border: none;
  color: #dcdcdc;
  opacity: 1;
}

.sixdee-fieldItem .custom-field .Select__menu .close-button:hover {
  color: #b00020;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.sixdee-fieldItem .custom-field .Select__menu .selected-value {
  display: inline-flex;
  margin: 15px;
  align-items: center;
  padding: 2px 5px;
  margin: 6px;
  border-radius: 3px;
  background-color: #ededed;
  color: #1f1f1f;
  font-size: 12px;
  height: 24px;
}

.sixdee-fieldItem .custom-field .Select__menu .selected-value:hover {
  background-color: #dcdcdc;
}

.sixdee-fieldItem .custom-field .Select__menu .no-data-found {
  display: flex;
  justify-content: center;
  padding: 5px;
  color: #999999;
  background-color: #FFFFFf;
  max-height: 300px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.view-all-label {
  margin-left: auto;
  font-size: 12px;
  color: #42A6CE;
  cursor: pointer;
  display: flex !important;
  justify-content: right;
}

.view-all-label:hover {
  text-decoration: underline;
  padding-right: 12px;
}

.dropdown-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sixdee-fieldItem .Select__placeholder {
  font-size: 12px;
  font-family: "Open Sans";
  letter-spacing: 0px;
  font-weight: normal;
  color: #1f1f1f;
  opacity: 1;
}

.sixdee-fieldItem svg.css-8mmkcg {
  color: #dcdcdc !important;
  opacity: 1;
}

.sixdee-fieldItem .Select__clear-indicator svg.css-8mmkcg:hover {
  fill: #b00020;
  opacity: 1;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.sixdee-fieldItem .custom-field .Select__option:hover {
  background-color: #e9f4fa !important;
  color: #F9DD4A !important;
}

.sixdee-fieldItem .sixdee-select-menuList {
  font-size: 12px;
  box-shadow: 2px 2px 2px rgba(29, 29, 29, 0.0509803922);
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  opacity: 1;
  background-color: white;
  padding: 0px;
}

.sixdee-fieldItem .custom-field .Select__option:active {
  background-color: transparent !important;
}

.sixdee-fieldItem .custom-field .Select__option--is-focused {
  background-color: transparent !important;
}

.sixdee-fieldItem .custom-field .Select__control--is-focused {
  border: 1px solid #8d8d8d;
  border-radius: 3px !important;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1019607843) !important;
}

.sixdee-fieldItem .Select__multi-value__label {
  border-radius: 3px;
  opacity: 1;
  font-size: 12px;
  color: #1f1f1f;
}

.sixdee-fieldItem .Select__multi-value__label:hover {
  line-height: 10px;
}

.sixdee-fieldItem .Select__multi-value__remove svg {
  background-color: black;
  border-radius: 12px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.sixdee-fieldItem .Select__multi-value__remove svg path {
  fill: #ededed;
}

.sixdee-fieldItem .Select__multi-value__remove:hover {
  background-color: transparent !important;
}

.Select__multi-value__remove:hover {
  background-color: transparent !important;
}

.sixdee-fieldItem .Select__multi-value__remove :hover svg {
  background-color: #b00020 !important;
}

.sixdee-fieldItem .Select__multi-value {
  background-color: #ededed;
  width: 66px;
  height: 24px;
  border-radius: 3px;
}

.sixdee-fieldItem .Select__multi-value:hover {
  background-color: #d5d6d9;
  width: 66px;
  height: 24px;
  border-radius: 3px;
}

.Select__multi-value:hover .Select__multi-value__remove svg {
  background-color: #b00020 !important;
}

.css-v7duua:hover {
  background-color: transparent !important;
}

.view-menu {
  height: 183px;
  background: #f6f6f6;
  box-shadow: 2px 2px 2px rgba(29, 29, 29, 0.0509803922);
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  opacity: 1;
}

.view-menu-name {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 12px;
  left: 10px;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 12px;
}

.sixdee-fieldItem .Select__multi-value:hover .Select__multi-value__remove svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.sixdee-fieldItem .input-addOn-text {
  height: 32px;
  background-color: #EDEDED;
  padding: 0.475rem 0.55rem;
  border-radius: 3px 0px 0px 3px;
  font-size: 12px;
  white-space: nowrap;
}

.sixdee-fieldItem .input-icon-container {
  position: relative;
}

.sixdee-fieldItem .input-container {
  display: inline-flex;
  width: 100%;
}

.sixdee-fieldItem .input-container-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.sixdee-fieldItem .input-container-wrapper input {
  padding-right: 25px;
}

.sixdee-fieldItem .checkBoxRadio_container {
  overflow: auto;
}

.sixdee-fieldItem .checkBoxRadio_container.cb-left {
  float: left;
}

.sixdee-fieldItem .checkBoxRadio_main .checkBoxRadio {
  padding: 1px 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

/* Hide the browser's default radio button */
.sixdee-fieldItem .checkBoxRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.sixdee-fieldItem .checkBoxRadio.radio .checkmark {
  position: absolute;
  height: 16px;
  width: 16px;
  border: 1px solid #C4C4C4;
  border-radius: 50%;
  overflow: auto;
}

.sixdee-fieldItem .checkBoxRadio.check .checkmark {
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.sixdee-fieldItem .has-danger .checkBoxRadio .checkmark {
  border: 1px solid #DA1E28;
}

/* When the radio button is checked, add a blue background */
.sixdee-fieldItem .checkBoxRadio.radio input:checked ~ .checkmark {
  background: #F9DD4A;
  border: 1px solid white;
}

.sixdee-fieldItem .checkBoxRadio.check input:checked ~ .checkmark {
  background-color: #F9DD4A;
  border: 1px solid #F9DD4A;
}

.sixdee-fieldItem .checkBoxRadio.radio input:checked ~ .checkmark:after {
  background: #3B3B3B !important;
}

.sixdee-fieldItem .checkBoxRadio .checked_box {
  color: #000000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
/* Show the indicator (dot/circle) when checked */
.sixdee-fieldItem .checkBoxRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.sixdee-fieldItem .checkBoxRadio.radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff !important;
  content: "";
  position: relative;
}

.sixdee-fieldItem .checkBoxRadio.check .checkmark:after {
  display: none;
  left: 3px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: relative;
}

.sixdee-fieldItem .checkBoxRadio_main.rc-listed {
  border: 1px solid #EDEDED;
  padding-left: 0px;
  margin-left: 1rem;
}

.sixdee-fieldItem .checkBoxRadio_container.cb-listed {
  padding: 0.15rem 0.25rem;
  background-color: #ffffff;
}

.sixdee-fieldItem .checkBoxRadio_container.cb-listed:hover {
  background-color: #f8f9fa;
}

.sixdee-fieldItem .custom-field.required .checkBoxRadio_main.rc-mandatory {
  border-left: 2px solid #DA1E28;
}

.sixdee-fieldItem .checkBoxRadio_main.rc-listed.rc-mandatory {
  border-left: 2px solid #DA1E28;
}

.sixdee-fieldItem .css-1p3m7a8-multiValue {
  max-width: 40%;
}

.sixdee-fieldItem .css-13cymwt-control {
  border-radius: 3px;
}

.Select__value-container {
  font-size: 14px;
  color: #495057;
}

.sixdee-fieldItem .sixde-fileupload-container {
  border-radius: 8px;
  height: 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #DA1E28;
}

.sixdee-fieldItem .sixdee-file-upload-box {
  font-weight: 400;
  font-size: 12px;
  background-color: #F9DD4A;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFf;
  flex: 1;
}

.sixdee-fieldItem .sixdee-file-upload-box-fname.file-disable {
  background-color: #e9ecef;
}

.sixdee-fieldItem .sixde-fileupload-container.file-disable {
  background-color: #e9ecef;
}

.sixdee-fieldItem .sixduploader.disable {
  opacity: 0.5;
}

.sixdee-fieldItem span.file-label.disable {
  opacity: 0.5;
}

.sixdee-fieldItem span.file-link.disable {
  opacity: 0.5;
}

.sixdee-fieldItem .sixdee-file-upload-box.file-disable {
  opacity: 0.5;
}

.sixdee-fieldItem .file-delete-icon.disable {
  opacity: 0.5;
  cursor: default !important;
}

.sixdee-fieldItem .sixduploader {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  background: #f4f4f4 0% 0% no-repeat padding-box;
  height: inherit;
  align-items: center;
  flex: 2;
  color: #1D1D1D;
  padding: 0 0 0 3px;
  border: 1px solid #EDEDED;
}

.sixdee-fieldItem .sixdee-fileupload-filename {
  margin-top: 30px;
}

.sixdee-fieldItem .sixdee-file-upload-box-fname {
  border-radius: 8px;
  height: 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: #DA1E28;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid #EDEDED;
  background: #F4F4F4 0% 0% no-repeat padding-box;
  padding: 0px 5px;
}

.sixdee-fieldItem .file-label {
  color: #1D1D1D;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sixdee-fieldItem .sixdee-file-upload-box-fname.mandatory-file {
  border-left: 2px solid #DA1E28;
}

.sixdee-fieldItem .sixde-fileupload-container.mandatory-file {
  border-left: 2px solid #DA1E28;
}

.sixdee-fieldItem .sixdee-file-upload-box .sixdee-file-upload-input {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.sixdee-fieldItem .file-link {
  color: #3B3B3B;
  margin-left: 3px;
  font-size: 12px;
  cursor: pointer !important;
}

.sixdee-fieldItem.download-link {
  color: #42A6CE;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}

.sixdee-fieldItem .file-upload-box .file-link:hover {
  text-decoration: none;
}

.sixdee-fieldItem .file-delete-icon {
  margin-left: 10px !important;
  color: #000000 !important;
  width: 15px !important;
  height: 15px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sixdee-fieldItem .file-delete-icon:hover {
  color: #DA1E28 !important;
}

.sixdee-fieldItem .input-close-icon {
  position: absolute;
  right: 0;
  color: #DCDCDC;
  display: inline-block;
  width: 10px;
  margin-right: 10px;
}

.sixdee-fieldItem .input-close-icon:hover {
  color: #DA1E28;
  transition: 0.3s;
  transform: rotateZ(45deg);
  top: 5px;
}

.file-info {
  font-size: 10px;
}

.sixdee-fieldItem .sixdee-file-upload-box.selected-file-height {
  height: 20px;
  border-bottom: none;
  border-radius: 3px 3px 0px 0px;
}

.sixdee-fieldItem .file-custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 18px;
}

.sixdee-fieldItem .file-dropdown-header {
  padding: 5px;
  background-color: #f2f2f2;
  border: 1px solid #EDEDED;
  border-radius: 0 0 3px 3px;
  border-top: none;
  cursor: pointer;
}

.sixdee-fieldItem .file-dropdown-header.mandatory-file {
  border-left: 2px solid #DA1E28;
}

.sixdee-fieldItem .file-dropdown-header.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.sixdee-fieldItem .file-dropdown-options {
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #FFFFFf;
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sixdee-fieldItem .file-dropdown-option {
  display: flex;
  padding: 5px;
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
}

.sixdee-fieldItem .file-dropdown-option:hover {
  background-color: #ccc;
}

.sixdee-fieldItem .file-dropdown-arrow {
  position: absolute;
  top: 35%;
  right: 5px;
  transform: translateY(-50%);
}

.sixdee-fieldItem .file-dropdown-arrow.open {
  transform: translateY(-50%) rotate(180deg);
}

.sixdee-fieldItem .selected-filename {
  display: inline-block;
  line-height: 3em;
}

.react-datepicker__close-icon::after {
  background-color: transparent !important;
  color: #EDEDED !important;
  font-size: 23px !important;
}

.react-datepicker__close-icon {
  border-bottom-right-radius: 8px !important;
  border-top-right-radius: 8px !important;
  width: 32px !important;
  padding-left: 10px !important;
  background-color: white !important;
  height: auto !important;
  top: 3px !important;
  right: 5px !important;
}

.sixdee-fieldItem .react-datepicker__input-container .form-control {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  /* z-index: 100002; */
}

.react-datepicker__month-select:focus-visible,
.react-datepicker__year-select {
  outline: none;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
  border-width: 2px 2px 0 0 !important;
}

.sixdee-fieldItem .custom-field.required .form-control:disabled {
  border-left: 0px !important;
}

@media only screen and (min-width: 760px) and (max-width: 1200px) {
  .sixdee-fieldItem .selected-filename {
    line-height: normal;
  }
}
.input-group-prepend-input {
  border-radius: 0px 3px 3px 0px !important;
}

.sixdee-email-view-edit_icon {
  overflow: hidden;
  text-overflow: ellipsis;
}

.eye-group-icon {
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
  border-radius: 0px 6px 6px 0px;
  height: 32px;
  background-color: #ededed;
}

.financial-details-container {
  margin: auto;
}

.financial-details-transaction-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.financial-details-header {
  background: linear-gradient(to right, #6366f1, #9333ea);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.financial-details-header h2 {
  font-size: 18px;
  font-weight: 600;
  color: white;
}

.financial-details-copy-button {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease-in-out;
}

.financial-details-copy-button:hover {
  color: white;
}

.financial-details-content {
  padding: 16px;
}

.financial-details-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.financial-details-label {
  color: #6b7280;
}

.financial-details-value {
  font-weight: 500;
}

.financial-details-expand-button {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4f46e5;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  padding: 10px 0;
}

.financial-details-expand-button:hover {
  color: #4338ca;
}

.financial-details-chevron-icon {
  margin-left: 4px;
  transition: transform 0.3s ease-in-out;
}

.financial-details-chevron-icon.rotated {
  transform: rotate(180deg);
}

/* Expandable section animation */
.financial-details-expanded-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.financial-details-divider {
  border-top: 1px solid #e5e7eb;
  margin: 8px 0;
}

.financial-details-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.financial-details-total-label {
  font-weight: 600;
  color: #374151;
}

.financial-details-total-value {
  font-size: 20px;
  font-weight: bold;
  color: #6366f1;
}

.sixdee-form-builder {
  margin-inline: 1.25rem;
  width: 100%;
}

.sixdee-form-builder .section-heading {
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 2px solid #D5D6D9;
  font-size: 12px;
  padding-bottom: 5px;
  margin-inline: -15px;
  margin-bottom: 20px;
}

.section-div > .fields-row {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  padding: 30px 10px 5px 10px;
  margin-bottom: 1rem;
  background: #FFFFFf;
  display: flex;
  align-items: center;
}

.step-content > .fields-row {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  padding: 10px 10px 5px 10px;
  margin-bottom: 1rem;
  background: #FFFFFf;
}

.sixdee-form-builder-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
}

.sixdee-form-builder-footer {
  margin-top: auto;
  padding-block: 30px 10px;
}

.header-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 100%;
  z-index: 999;
  flex: 1;
  margin: 0;
  padding: 0;
}

.header-dropdown {
  background-color: #FFFFFf;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
}

.ec-app-header {
  border-bottom: 2px solid #F9DD4A;
  height: 70px;
  width: 100%;
  max-width: 100%;
  align-items: center;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.0509803922);
}

.ec-page-heading {
  font-size: 24px;
  margin-left: 30px;
  height: 30px;
  width: 300px;
  color: #1D1D1D;
  font-weight: normal;
  line-height: 30px;
}

.ec-head-username {
  font-size: 12px;
  color: #1D1D1D;
  font-weight: 600;
  margin-top: 18px;
  margin-left: 16px;
}

.ec-head-designame {
  font-size: 12px;
  color: #555555;
  margin-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}

.dropdown-container {
  cursor: pointer;
  flex-direction: row;
  justify-content: end;
}

.header-language-dropdown {
  justify-content: center;
  padding: 20px;
}

.header-language-dropdown:hover {
  background-color: #F4F4F4;
}

.header-dropdown:hover {
  background-color: #F4F4F4;
}

.ec-lang-icon {
  height: 16px;
  width: 16px;
}

.navbar-nav .dropdown-menu {
  min-width: unset;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
}

.popup-li-lang.dropdown-item {
  padding-left: 15px !important;
  color: #1D1D1D;
  text-align: left;
  font: normal normal normal 12px/20px Open Sans;
  letter-spacing: 0px;
  width: 98px;
  height: 39px;
}

.popup-li-lang.dropdown-item:hover {
  border-radius: 6px 6px 6px 6px;
  background: #F4F4F4 !important;
  color: #1D1D1D !important;
}

.popup-li-lang-active.dropdown-item {
  padding-left: 15px !important;
  color: #DA1E28;
  text-align: left;
  font: normal normal normal 12px/20px Open Sans;
  letter-spacing: 0px;
  width: 98px;
  height: 39px;
}

.popup-li-lang-active.dropdown-item:hover {
  border-radius: 6px 6px 6px 6px;
  background: #F4F4F4 !important;
  color: #1D1D1D !important;
}

.popup-li-danger.dropdown-item {
  padding-left: 15px !important;
  color: #DA1E28;
  text-align: left;
  font: normal normal normal 12px/20px Open Sans;
  letter-spacing: 0px;
  width: 148px;
  height: 39px;
}

.popup-li-danger.dropdown-item:hover {
  border-radius: 6px 6px 6px 6px;
  background: #F4F4F4 !important;
  color: #1D1D1D !important;
}

.popup-li.dropdown-item {
  padding-left: 15px !important;
  color: #1D1D1D;
  text-align: left;
  font: normal normal normal 12px/20px Open Sans;
  letter-spacing: 0px;
  width: 148px;
  height: 39px;
}

.popup-li.dropdown-item:hover {
  border-radius: 6px 6px 6px 6px;
  background: #F4F4F4 !important;
  color: #1D1D1D !important;
}

.popover-ul.dropdown-menu.dropdown-menu-end.show {
  margin-left: 12px;
  margin-left: 65px;
}

.popover-ul.dropdown-menu.dropdown-menu-right.show {
  margin-right: 4px;
  background-color: #FFFFFF;
  width: 150px;
  border-radius: 6px 6px 6px 6px;
  max-height: 250px;
  margin-top: 5px;
}

.popover-ul-lang.dropdown-menu.dropdown-menu-end.show {
  margin-left: 12px;
  margin-left: 65px;
}

.popover-ul-lang.dropdown-menu.dropdown-menu-right.show {
  margin-right: -45px;
  background-color: #FFFFFF;
  width: 100px;
  border-radius: 6px 6px 6px 6px;
  max-height: 80px;
  margin-top: 5px;
}

.ec-user-login-img {
  margin-left: -15px;
}

.ec-user-details-row.row {
  margin-right: 150px;
  width: 150px;
}

.home-main-div {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
}

.side-nav-menu {
  flex: 0 0 250px;
  background-color: #FFFFFf;
  transition: 0.2s margin;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.main-content-div {
  flex: 1;
  min-width: 0px;
  /* background-color: #EAEDF0; */
  background-color: #F4F4F4;
  width: 100px;
  overflow-x: hidden;
}

.dashboard-welcome {
  border-radius: 4px;
  padding: 2em;
  color: #F9DD4A;
  background-color: #FFFFFf;
}

.mfe-content-div {
  padding-inline: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #F4F4F4;
  flex-grow: 1;
  height: calc(100% - 120px);
}

.welcome {
  width: 54px;
  height: 17px;
  text-align: left;
  font: normal normal normal 12px/20px "Montserrat";
  letter-spacing: 0px;
  color: #555555;
  opacity: 1;
}

.welcome_Name {
  height: 27px;
  text-align: left;
  font: normal normal bold 20px/30px "Montserrat";
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
}

.shortcut_Box {
  max-width: 25%;
  min-width: 22%;
  height: 160px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EDEDED;
  opacity: 1;
  cursor: pointer;
  border-radius: 5px;
  width: 270px;
}

.shortcut_Box:hover {
  background: #FFFCEC;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #F9DD4A;
  opacity: 1;
}

.shortcut_Circle {
  width: 48px;
  height: 48px;
  background-color: #F4F4F4;
  border-radius: 50%;
  margin-top: 41px;
  margin-left: 41%;
}

.shortcut_Box:hover .shortcut_Circle {
  background-color: #FFFFFF !important;
}

.shortcut_Box:hover .shortcut_Name {
  font-weight: 600;
}

.shortcut_Name {
  display: flex;
  justify-content: center;
  height: 20px;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  margin-top: 10px;
  font: normal normal normal 16px/24px;
}

.shortcut {
  margin: 30px 0px 30px 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}

.quickLink_Icon {
  margin-left: 12px;
  margin-top: 12px;
}

.drop-extra-button {
  color: #F28C28;
  display: flex;
  justify-content: center;
  font-size: 14px;
}

.sixdee-view-reset {
  color: #ff7c2c;
}

.sixdee-view-reset:hover {
  text-decoration: underline;
}

.m1loader {
  width: 36px;
  height: 36px;
  border: 4px solid #EDEDED;
  border-bottom-color: #3B3B3B;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-left: calc(100% - 170px);
  /* margin-right: calc(100% - 176px); */
  margin-top: calc(100% - 278px);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.m1loaderContainer {
  z-index: 9999 !important;
  position: fixed !important;
  width: 300px;
  height: 106px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EDEDED;
  border-radius: 6px;
  opacity: 1;
  height: 106px;
}

.mr15 {
  margin-right: 5px;
}

.m1loaderMessage {
  text-align: center;
  font: normal normal normal 12px/20px "Montserrat";
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  margin-left: calc(100% - 210px);
  position: relative;
  top: -5px;
}

.dhbrdloader {
  width: 36px;
  height: 36px;
  border: 5px solid #FFF;
  border-bottom-color: #F28C28;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-top: 30px;
}

.monthly_income {
  color: rgb(51, 73, 95);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.custom-tabs .nav-link {
  border: none;
  font-weight: 600;
  font-size: 12px !important;
}

.custom-tabs .active.nav-link {
  background: transparent;
  /* border-bottom: 4px solid #00aeef; */
  /* color: #00aeef; */
  border-bottom: 4px solid #4fbcbd;
  color: #4fbcbd;
  margin-bottom: -3px;
}

.document-thumbnail {
  width: 115.72px;
  height: 115.72px;
  background: url("/img/icons/file.svg") no-repeat center;
  background-size: contain;
}

.search-input-container input::placeholder {
  font-size: 10px;
}

.sixdee-loaded {
  color: #007bff;
  font-weight: 600;
}

.sixdee-processing {
  color: #ffc107;
  font-weight: 600;
}

.sixdee-finished {
  color: #28a745;
  font-weight: 600;
}

.sixdee-download {
  font-size: 13px;
  font-weight: 600;
  padding-top: 26px;
  color: #42A6CE;
}

.sixdee-download:hover {
  text-decoration: underline;
}

.sixdee-reupload {
  font-size: 13px;
  font-weight: 600;
  padding-top: 18px;
  color: #42A6CE;
}

.sixdee-reupload:hover {
  text-decoration: underline;
}

.file-info {
  font-size: 10px !important;
  margin-left: 17px !important;
}

.sixdee-fieldItem .sixduploader1 {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  background: #F4F4F4 0% 0% no-repeat padding-box;
  height: inherit;
  align-items: center;
  flex: 2;
  color: #272727;
  padding: 0 0 0 3px;
  border: 1px solid #EDEDED;
  width: 20pc;
}

.search-input-container input::placeholder {
  font-size: 10px;
}

.sixdee-link-popHeader {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px;
}

.ec-login-mfe-container .login-container-loginmfe {
  background-size: cover;
}
.ec-login-mfe-container .logo-loginmfe {
  background-size: cover;
}
.ec-login-mfe-container .primary-background-loginmfe {
  background-color: white;
  font-size: 14px;
  color: #3B3B3B;
}
.ec-login-mfe-container .right-panel-loginmfe {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}
.ec-login-mfe-container .logo-container-loginmfe > img,
.ec-login-mfe-container .logo-container-loginmfe > span {
  padding-bottom: 10px !important;
}
.ec-login-mfe-container .logo-container-loginmfe > img,
.ec-login-mfe-container .logo-container-loginmfe > span {
  position: absolute;
  padding-bottom: 20px;
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
}
.ec-login-mfe-container .login-form-container-loginmfe {
  max-width: 465px;
  right: 50%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-left: -232.5px;
}
.ec-login-mfe-container .login-form-header-loginmfe {
  height: 70px;
  font-size: 18px;
  line-height: 65px;
  padding-left: 40px;
  border-bottom: 1px solid #D6D6D6;
}
.ec-login-mfe-container .login-form-header-loginmfe > span {
  color: #212529;
}
.ec-login-mfe-container .login-form {
  padding: 30px 40px 0px;
}
.ec-login-mfe-container .login-form .input-group {
  border-bottom: 1px solid #D6D6D6;
}
.ec-login-mfe-container .login-form label {
  color: #7E91A4;
  font-size: 13px;
  font-weight: 600;
}
.ec-login-mfe-container .login-form input {
  border: none;
  padding-left: 0;
}
.ec-login-mfe-container .login-form input:focus {
  border: none !important;
  box-shadow: none;
}
.ec-login-mfe-container .login-form .mdi {
  font-size: 25px;
  color: #A3B4BC;
}
.ec-login-mfe-container .login-form .login-btn > .btn-signin:hover,
.ec-login-mfe-container .login-form .login-btn > .btn-signin:active,
.ec-login-mfe-container .login-form .login-btn > .btn-signin:focus {
  background: #0062cc;
  color: #ffffff;
}
.ec-login-mfe-container .login-form .forgot-password {
  text-align: right;
}
.ec-login-mfe-container .login-form .card-header {
  color: #0185E1;
  padding: 0.7rem 0;
  /* padding-left: 2.3rem; */
  background-color: #ffffff;
  font-size: 24px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  border-bottom: 1px solid #E5E5E5;
  font-weight: lighter;
}
.ec-login-mfe-container .login-form .card-body {
  width: 450px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.ec-login-mfe-container .login-form .input-group {
  padding: 2rem 0 0 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.ec-login-mfe-container .login-form .input-group .input-group-addon {
  border: none;
  background: #ffffff;
  color: #a0a0a0;
  padding-right: 0.2rem;
}
.ec-login-mfe-container .login-form .input-group input[type=text],
.ec-login-mfe-container .login-form .card-body input[type=password] {
  border: none;
  border-radius: 0;
  padding: 0.5rem 0rem;
  font-size: 12px;
  box-shadow: none;
}
.ec-login-mfe-container .login-form .input-group input:focus {
  outline: none;
  box-shadow: none;
}
.ec-login-mfe-container .login-form .login-btn {
  margin-top: 4rem;
  margin-bottom: 1.25rem;
  text-align: right;
}
.ec-login-mfe-container .login-form .login-btn > button {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px solid #0185E1;
  border-radius: 25px;
  color: #0185E1;
}
.ec-login-mfe-container .login-form .floating-label {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 45px;
  transition: 0.2s ease all;
  z-index: 9;
  color: #9c9c9c;
}
.ec-login-mfe-container .login-form input:focus ~ .floating-label,
.ec-login-mfe-container .login-form input:not([value=""]):not(:focus):valid ~ .floating-label {
  top: 13px;
  color: #6D6D6D;
}
.ec-login-mfe-container .otpInput {
  width: 20%;
}
.ec-login-mfe-container .pwdtimer {
  color: black;
  font-size: 14px;
}
.ec-login-mfe-container .pwdtime {
  color: #F9DD4A;
  font-size: 16px;
  font-weight: 700;
}
.ec-login-mfe-container .login-form .card {
  background: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  border-left: 4px solid #0185E1;
}
.ec-login-mfe-container .login-form-input:focus {
  background-color: #EBEBEB !important;
}
.ec-login-mfe-container .login-button {
  border-color: #F9DD4A;
  font-size: 14px;
  height: 40px;
  box-shadow: none !important;
  margin-bottom: 40px;
  background-color: #F9DD4A;
}
.ec-login-mfe-container .frgtClr {
  color: #F9DD4A;
  font-size: 14px;
  float: right;
  font-weight: 600;
}
.ec-login-mfe-container .frgtClr:hover {
  border-color: #F9DD4A;
  text-decoration: underline;
  pointer-events: visible;
}
.ec-login-mfe-container .login-button:hover,
.ec-login-mfe-container .login-button:active {
  border-color: #F9DD4A !important;
  background-color: #F9DD4A !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05) !important;
}
.ec-login-mfe-container .errorMsg_login {
  border: 1px solid #dc3545;
  padding: 6px;
  background-color: #fdf5e5;
  border-radius: 2px;
  color: #dc3545;
  margin-bottom: 19px;
}
.ec-login-mfe-container .success_login {
  border: 1px solid #008000;
  padding: 6px;
  background-color: rgba(102, 219, 102, 0.8);
  border-radius: 2px;
}
@media screen and (max-width: 500px) {
  .ec-login-mfe-container .login-form-container-loginmfe {
    max-width: 100%;
    right: 50%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin-left: 0px;
    margin-top: -5px;
  }
  .ec-login-mfe-container .login-container-loginmfe {
    display: none;
  }
  .ec-login-mfe-container .right-panel-loginmfe {
    width: 100%;
  }
}
@keyframes zoomInOut {
  0% {
    background-size: 120%;
  }
  50% {
    background-size: 100%;
  }
  100% {
    background-size: 120%;
  }
}

.emailSpan {
  color: #F9DD4A;
  font-size: 14px;
  padding-bottom: 30px;
}

.org-hierarchy.channel {
  padding: 9px !important;
  border: 1px solid #F9DD4A !important;
  border-radius: 3px !important;
}

.org-hierarchy.channel-default {
  padding: 9px;
  border: 1px solid #eaeaec;
  border-radius: 3px;
}

.org-hierarchy.channel-body {
  background-color: #FEF7D1;
}

.org-hierarchy.channel-body-default {
  background-color: #FFFFFf;
}

.org-hierarchy.channel-active {
  color: #3B3B3B !important;
  font-size: 12px;
  font-weight: 600;
  width: calc(100% - 16px);
}

.org-hierarchy.channel-inActive {
  color: #1F1F1F;
  font: 12px;
  width: calc(100% - 16px);
}

.org-hierarchy.channel-minified {
  background-color: #eaeaec;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  opacity: 1;
}

.org-hierarchy.channel-mini {
  font-size: 12px;
  letter-spacing: 0px;
  color: #1F1F1F;
  opacity: 1;
  font-weight: 600;
}

.org-hierarchy.designation-active {
  color: #13B544;
}

.org-hierarchy.designation-Inactive {
  color: #DA1E28;
}

.org-hierarchy.div-merchants {
  width: 100%;
  padding-left: 20px;
  height: 100%;
  overflow: auto;
}

.org-hierarchy.div-sub-merchant-main {
  padding: 9px;
  border-radius: 3px;
}

.org-hierarchy.div-sub-merchant-name {
  color: #1D1D1D;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* text-transform: capitalize; */
}

/** Tree Structure **/
ul.tree,
ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 13px;
}

/* ul.tree ul {
    margin-left: 50px;
} */
ul.tree li {
  position: relative;
  padding-top: 20px;
  line-height: 20px;
  font-weight: bold;
  border-left: 1px solid #979797;
  padding-left: 25px;
}

ul.tree li:last-child,
ul.tree li ul li:last-child {
  border-left: 2px solid transparent;
  /* height: 50px; */
  /* margin-bottom: 10px; */
  left: 0px;
}

ul.tree li:before {
  position: absolute;
  top: 45px;
  height: 1px;
  width: 27px;
  color: #FFFFFf;
  border-bottom: 1px solid #979797;
  content: "";
  display: block;
  left: -1px;
}

ul.tree li:last-child:before {
  border-left: 1px solid #979797;
  height: 40px;
  top: 0px;
  left: -2px;
}

/** Tree Structure **/
.org-hierarchy.channel-name {
  padding-left: 20px;
  display: inline-block;
  margin-top: 29px;
  font-size: 14px;
}

.org-hierarchy-main-container {
  display: flex;
  justify-content: space-between;
  /* padding-top: 30px; */
  margin-top: 30px;
}

.org-hierarchy-sub-container {
  padding: 0px;
  background-color: #FFFFFf;
  border-radius: 6px;
  border: 1px solid #E3E7EE;
  /* min-height: 485px; */
  height: calc(100vh - 140px);
  overflow: hidden;
  max-width: 49% !important;
  flex: 0 0 49% !important;
  /* padding: 20px; */
  padding-bottom: 7%;
}

.org-hierarchy-tab-content {
  padding-inline: 15px;
}

.org-hierarchy-title {
  top: 155px;
  left: 240px;
  width: 100% !important;
  height: 54px;
  /* UI Properties */
  background: #EAEAEC 0% 0% no-repeat padding-box;
  border-radius: 3px 3px 0px 0px;
  opacity: 1;
  color: #1F1F1F;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  /* margin-bottom: 24px; */
  padding-left: 15px;
  padding-top: 10px;
}

/* -----------popover styles------------ */
.pop-over-container-cpm {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.0509803922) !important;
  min-width: 100px !important;
  padding: 0px !important;
  margin-top: 0px !important;
  top: -10px !important;
  left: 30px !important;
  transform: unset !important;
  background-color: white;
  /* padding-left: 10px !important; */
}

.pop-over-container-cpm .dropdown-item {
  width: 100% !important;
  margin: 0px !important;
  padding: 10px !important;
  color: #1F1F1F !important;
}

.pop-over-container-cpm .dropdown-item:hover {
  width: 100% !important;
  cursor: pointer;
}

.org-hierarchy.div-merchants::-webkit-scrollbar {
  width: 0%;
}

button.hierarchy-nav-drop-down.dropdown-item {
  width: 100% !important;
  margin: 0px !important;
  padding: 10px !important;
  color: #1F1F1F !important;
  font-size: 12px !important;
}

button.hierarchy-nav-drop-down.dms-delete.dropdown-item {
  color: #DA1E28 !important;
}

.button.hierarchy-nav-drop-down.dms-delete.dropdown-item:hover {
  color: #DA1E28 !important;
}

.org-hierarchy.div-sub-merchant-name.org-hierarchy.channel-active {
  font: normal normal bold 12px/16px "Montserrat";
}

.loadingPageContainer {
  z-index: 9999 !important;
  position: fixed !important;
  height: -webkit-fill-available !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loadingPageContainer .loader_container {
  width: 300px;
}

.loader {
  width: 50px;
  height: 50px;
  margin: 50px auto;
  border-radius: 50%;
  transform: scale(0.5);
  /* background-color: #ed1c24; */
  animation: circle-to-square 1s 0.2s infinite cubic-bezier(1, 0.015, 0.295, 1.225) alternate;
}

@keyframes circle-to-square {
  0% {
    border-radius: 50%;
    transform: rotate(0deg) scale(0.5);
  }
  50% {
    border-radius: 0%;
    transform: rotate(90deg) scale(1);
  }
  100% {
    border-radius: 50%;
    transform: rotate(0deg) scale(0.5);
  }
}
/* newStyle */
.done-checkmark-cpm-vfp {
  border-radius: 50%;
  background-color: transparent;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-container .wizardTab .nav-tabs .nav-item .nav-link:hover {
  border-color: unset !important;
  color: unset !important;
  cursor: unset;
}

.file-upload-remarks {
  font-weight: 100;
  font-style: italic;
  font-size: 11px;
}

.doc-download-cpm-vfp {
  text-align: right;
  color: #42a6ce;
  cursor: pointer;
}

.mesage-template-view-conatainer::-webkit-scrollbar {
  width: 0px;
}

.mesage-template-view-conatainer::-webkit-scrollbar-track {
  background: #cccccc;
}

.mesage-template-view-conatainer::-webkit-scrollbar-thumb {
  background: #7a7a7a;
  border-radius: 10px;
}

/* form Elements */
.custom-container {
  padding: 15px;
}

.form-Brick {
  margin-bottom: 20px;
  padding: 0px 15px;
}

.form-Brick-body {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.0509803922);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 20px 15px;
}

.form-Brick-Head {
  color: #5D5D5D;
  font-size: 14px;
  padding: 5px 0px;
  font-weight: bold;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
}

.fw-600 {
  font-weight: 600;
}

.fs-20 {
  font-size: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

.c-pointer {
  cursor: pointer;
}

button.close.custom-close {
  height: 30px;
  width: 30px;
  border-radius: 2px;
  background-color: #C8C7C8;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.0784313725);
  color: white;
}

.custom-close.close {
  font-weight: 100;
  text-shadow: none;
}

.noMargin {
  margin: 0px;
}

.form-card {
  border: 1px solid #E6E6E6;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.0509803922);
  padding: 15px;
  color: #6D6D6D;
  font-size: 13px;
}

.form-card-header {
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.form-card-body {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #6D6D6D;
}

.form-card > .container-fluid > .row > .col {
  padding: 0;
}

.form-card > .container-fluid > .row > .col:nth-of-type(odd) {
  padding-right: 7.5px;
}

.form-card > .container-fluid > .row > .col:nth-of-type(even) {
  padding-left: 7.5px;
}

/***********************************************/
/* userNode (Routes.js)*/
ul.userNode {
  padding-left: 15px;
  margin-top: 0px;
  width: 100%;
}

ul.userNode li {
  padding-left: 33px;
  margin-bottom: 2.5em;
  list-style: none;
}

ul.userNode li {
  position: relative;
  /* so that pseudoelements are positioned relatively to their "li"s*/
  /* use padding-bottom instead of margin-bottom.*/
  margin-bottom: 0;
  /* This overrides previously specified margin-bottom */
  padding-bottom: 1rem;
}

ul.userNode li.entityNode {
  margin-bottom: 0;
  /* This overrides previously specified margin-bottom */
  padding-bottom: 3.5em;
}

ul.userNode li.entityNode:after {
  content: "";
  height: 15px;
  width: 15px;
  /* background-color: #000000;	 */
  background-color: #0185E1;
  box-shadow: 0 0 2px 1px rgba(32, 37, 45, 0.1411764706);
  position: absolute;
  left: 11px;
  /*adjust manually*/
  top: 8px;
  border-radius: 7px;
}

ul.userNode li:before {
  /* lines */
  content: "";
  position: absolute;
  left: 18px;
  /* adjust manually */
  border-left: 1px solid black;
  height: 100%;
  width: 1px;
}

ul.userNode li:first-child:before {
  /* first li's line */
  top: 20px;
  /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul.userNode li:last-child:before {
  /* last li's line */
  height: 15px;
  /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

ul.userNode li.entityNode:last-child:after {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #0185E1;
  box-shadow: 0 0 2px 1px rgba(32, 37, 45, 0.1411764706);
  position: absolute;
  left: 11px;
  /*adjust manually*/
  top: 8px;
  border-radius: 7px;
}

.add-pos-btn {
  padding: 2px 8px;
  height: 23px;
  width: 120px;
  border: 1px solid #D6D6D6;
  border-radius: 38px;
  background-color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.route-action-btn {
  background: #fff;
  height: 25px;
  border-radius: 13px;
  line-height: 10px;
}

.route-frequency {
  cursor: pointer;
}

.route-frequency-selected {
  color: #0185E1;
}

.route-user-select .Select .Select-control {
  border: none;
}

/***********************************************/
.checkbox-dms-ui .checkBoxRadio_label {
  font-size: 12px;
  color: #1D1D1D !important;
}

.checkbox-dms-ui .checkBoxRadio.check input:checked ~ .checkmark {
  background-color: #F9DD4A !important;
  border: 1px solid #F9DD4A !important;
  margin-top: 3px;
}

.checkbox-dms-ui .checkBoxRadio.check .checkmark {
  margin-top: 3px;
}

.mesage-template-view-conatainer .message-view-content {
  width: 97%;
  /* padding: 0px; */
}

.mesage-template-view-conatainer .delete-icon {
  cursor: pointer;
}

.ruleview-col {
  border-left: 2px solid #fff;
  min-height: 66px;
  padding: 10px 20px;
  border-bottom: 1px solid #EBEEF1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.ruleview-col:hover {
  border-left: 2px solid #F9DD4A;
  font-weight: 700;
}

.ruleview-col.isSeleted {
  background-color: #FEF7D1;
  border-top: 1px solid #EBEEF1;
  font-weight: 700;
  border-left: 2px solid #F9DD4A;
}

.rule-view-title {
  color: #1D1D1D;
  width: 100%;
  font-size: 12px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rule-view-sub-title {
  color: #5D5D5D;
  opacity: 1;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rule-view-sub-title.isSeleted {
  font-weight: 600;
}

.trash-icon {
  position: absolute;
  display: flex;
  flex-direction: row;
  padding-right: 35px;
  justify-content: end;
  padding-top: 5px;
}

.search-icon {
  height: 12px;
  width: 12px;
}

.view-label {
  font-size: 12px;
  letter-spacing: 0px;
  color: #5D5D5D;
  font-weight: 100;
}

.view-value-message {
  font-size: 12px !important;
  letter-spacing: 0px;
  color: #1D1D1D;
  font-weight: 600;
}

.view-part {
  margin: auto;
  width: auto;
  /* border: 3px solid green; */
  /* padding: 10px; */
}

.view-heading-label {
  font-size: 12px;
  color: #5D5D5D;
  opacity: 1;
}

.view-heading-value {
  font-Size: 14px;
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  font-weight: 600;
  max-width: 600px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-heading-spacing {
  margin: 20px 50px 20px 10px;
}

.left-container {
  height: calc(88vh - 104px);
  overflow: auto;
}

.left-container::-webkit-scrollbar {
  width: 0%;
}

.not-found {
  font-weight: 700;
  color: #DA1E28;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.cpm-email-generator .ql-toolbar.ql-snow {
  border-radius: 3px 3px 0px 0px;
}

.cpm-email-generator .ql-container.ql-snow {
  border-radius: 0px 0px 3px 3px;
  min-height: 200px;
}

.react-contextmenu {
  height: 250px;
  overflow-y: scroll;
}

.ql-weight .ql-picker-label:before,
.ql-picker-item:before {
  content: attr(data-label);
}

.ql-picker.ql-customPlaceholder .ql-picker-label:before {
  content: "Placeholder";
}

.ql-picker.ql-customPlaceholder .ql-picker-label {
  min-width: auto;
  margin-right: 20px;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 4px !important;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.cpm-email-template-preview {
  border: 1px solid #FEF7D1;
  min-height: 400px;
  /* padding: 20px; */
  width: 638px;
  border-block: 0;
  margin: 0 auto;
  background: #fff;
}

.cpm-email-header {
  border: 1px solid #FEF7D1;
  height: 79px;
  width: 638px;
  margin: 0 auto;
  border-radius: 6px 6px 0px 0px;
  opacity: 1;
  position: relative;
  background: #fff;
}

.cpm-email-footer {
  border: 1px solid #FEF7D1;
  height: 45px;
  width: 638px;
  margin: 0 auto;
  border-top: 0;
  border-radius: 0px 0px 6px 6px;
  opacity: 1;
  background: #EAEAEC;
}

.cpm-email-header-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
}

.cpm-template-container .col-12 {
  padding: 0 !important;
}

.cpm-chip-input-wrapper {
  margin-bottom: 25px;
}

.cpm-email-banner {
  max-height: 400px;
  width: inherit;
}

.cpm-message-list {
  padding-bottom: 30px;
  display: flex;
}

.cpm-message-left-container {
  width: 25%;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.cpm-message-right-container {
  width: 75%;
}

.cpm-msg-template-header-container {
  display: flex;
  background-color: #EAEAEC;
  height: 80px;
  border-radius: 1px;
  padding-left: 15px;
}

.cpm-main-wizard-wrapper {
  margin-bottom: 30px;
  list-style: none;
  display: flex;
}

.employee-nav-tab.nav-link {
  color: #1F1F1F !important;
  font: normal normal normal 12px Open Sans;
}

a.active_emp_tab.c-pointer.employee-nav-tab.nav-link {
  opacity: 1;
  color: #1F1F1F !important;
  border-bottom: 3px solid #F9DD4A !important;
  border-inline: 0px;
  border-top: 0px;
  font: normal normal bold 12px/16px Open Sans;
  color: #3B3B3B !important;
}

a.active_emp_tab.c-pointer.employee-nav-tab.nav-link:not(:hover) {
  background: none;
}

a.c-pointer .employee-nav-tab .nav-link {
  text-align: center;
  font-size: 12px !important;
  letter-spacing: 0px;
  color: #1D1D1D !important;
  opacity: 1;
  min-width: 100px;
  height: 40px;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

a.c-pointer.employee-nav-tab.nav-link:hover {
  background: #EDEDED 0% 0% no-repeat padding-box !important;
  border-radius: 3px 3px 0px 0px !important;
  opacity: 1 !important;
  border-bottom: 3px solid #DCDCDC;
  font: normal normal bold 12px/16px Open Sans;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.cpm-message-details-container {
  padding-left: 30px;
  padding-top: 10px;
  background-color: #f8f9fa;
}

.cpm-email-generator .ql-snow .ql-editor img {
  /* max-width: 90%; */
  /* min-width: 500px;
  max-width: 1000px;
  min-height: 250px;
  max-height: 500px; */
  width: 580px;
  /* min-height: 200px; */
  height: 100px;
}

.cpm-email-template-preview img {
  /* max-width: 90%; */
  /* min-width: 500px; */
  width: 580px;
  /* min-height: 200px; */
  height: 100px;
  /* max-height: 500px; */
}

span.ql-customPlaceholder.ql-picker.ql-expanded {
  width: 185px;
}

span#ql-picker-options-11 {
  max-height: 150px;
  overflow-y: scroll;
}

span#ql-picker-options-11::-webkit-scrollbar {
  width: 0%;
}

.cpm-chips {
  border-radius: 8px;
  border: 1px solid #ededed;
  line-height: 1;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  min-height: 32px;
  background: #FFFFFF;
}

.cpm-chip {
  display: inline-block;
  margin-top: 3px;
  margin-left: 3px;
  position: relative;
  background: #EAEAEC;
  padding-right: 10px;
  border-radius: 3px;
}

.cpm-chip .cpm-chip-value {
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #1D1D1D;
  opacity: 1;
}

.cpm-chip .cpm-chip-delete-button {
  outline: none;
  background: #f3f3f3;
  color: #8dabc4;
  border: 0;
  border-radius: 0 15px 15px 0;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  line-height: 0.5;
  font-weight: bold;
}

.cpm-chips-input {
  display: inline-block;
  width: 100%;
  border: 0;
  outline: none;
  font-size: 12px;
  margin: 0;
  min-height: 28px;
  padding-left: 10px;
  border-radius: 8px;
}

.cpm-recipient-chip-label {
  letter-spacing: 0px;
  color: #272727;
  opacity: 1;
  padding: 5px;
  font-size: 12px;
}

.cpm-text-editor-label {
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  padding-top: 25px;
}

.cpm-msg-preview-wrapper {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpm-msg-preview {
  padding: 10px;
  margin: 0 auto;
  width: 240px;
  border-radius: 10px;
  opacity: 1;
  background: #E4E4E8;
  position: absolute;
  top: 130px;
  left: 23px;
  max-height: 368px;
  overflow-y: auto;
  word-break: break-all;
}

.cpm-msg-preview::-webkit-scrollbar {
  width: 2px !important;
}

.cpm-msg-main-btn-container {
  margin-bottom: 20px;
  height: 30px;
}

.no-data-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-data-img svg {
  margin: 0 auto;
  width: 90%;
}

.cpm-create-template {
  width: 100% !important;
  min-height: calc(100vh - 272px);
  position: relative;
}

.no-data-img-wrapper {
  position: relative;
  margin-bottom: 30px;
}

/* .no-data-img .not-found {
    text-align: center;
    margin: 0 auto;
} */
.btn-center {
  margin: 0 auto;
  width: 50%;
}

/* .cpm-msg-preview:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 10px solid transparent;
} */
.cpm-sms {
  float: right;
}

.cpm-email {
  float: right;
  margin-left: 3px;
}

.cpm-tmplt-tab-wrapper {
  padding-inline: 30px;
  background: #F4F4F4;
  opacity: 1;
}

.cpm-template-sub-container {
  background: #F4F4F4;
  opacity: 1;
  display: flex;
  width: 100%;
  /* margin-left: -30px; */
  padding-inline: 30px;
  padding-top: 10px;
}

.cpm-recipient-chips {
  padding-left: 25px;
  width: inherit;
  margin-top: -4px;
}

.cpm-email-generator {
  padding-inline: 30px;
}

p.cpm-recipient-error {
  font-size: 10px;
  letter-spacing: 0px;
  color: #DA1E28;
  opacity: 1;
}

.cpm-template-container .has-danger .text-help {
  font-size: 10px;
  letter-spacing: 0px;
  color: #DA1E28;
  opacity: 1;
  padding: 0;
}

.cpm-ud-conatiner {
  text-align: center;
  padding-bottom: 5px;
}

.cpm-edit-tmplt-btn {
  letter-spacing: 0px;
  color: #F9DD4A;
  opacity: 1;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  padding-right: 3px;
}

.cpm-delete-tmplt-btn {
  letter-spacing: 0px;
  color: #DA1E28;
  opacity: 1;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  padding-left: 3px;
}

.cpm-seperator {
  font-size: 12px;
  font-weight: bold;
  color: #dee2e6;
}

.cpm-prompt-msg {
  letter-spacing: 0px;
  color: #1D1D1D;
  opacity: 1;
  font-size: 14px;
}

.cpm-bold {
  font-weight: bold;
}

.cpm-email-template-preview div {
  padding: 20px;
  min-height: 400px;
}

.cpm-mob-image {
  height: 606px;
  width: 295px;
  background-size: cover;
  position: relative;
}

.ql-picker-options {
  max-height: 200px;
  overflow: auto;
}

.cpm-image-warning {
  letter-spacing: 0px;
  color: #DA1E28;
  opacity: 1;
  font-size: 12px;
  padding-top: 25px;
  text-align: end;
}

.cpm-mail-subject-container {
  background-color: #EAEAEC;
  border-radius: 1px;
  padding: 15px;
  margin-bottom: 10px;
}

.ql-picker-options::-webkit-scrollbar {
  width: 5px;
  background-color: #D5D6D9;
}

.ql-picker-options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #D5D6D9;
}

.ql-picker-options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 8px #5D5D5D;
  background-color: #D5D6D9;
}

.cpm-top-padded-container {
  margin-top: 14px;
}

.cpm-padded-tab-container {
  padding-top: 22px;
  padding-bottom: 20px;
}

.nav-tab-space {
  padding-right: 20px;
}

.ec-messgae-template-mfe-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: blue;
  color: white;
}
.ec-messgae-template-mfe-container b {
  margin-left: 10px;
  font-size: x-large;
  font-weight: bolder;
}

.sixdee-search-input-mt-container {
  z-index: 999;
  display: flex;
  padding: 10px;
  background: #f4f4f4;
}
.sixdee-search-input-mt-container .cpm-search-mt-input {
  width: 225px;
  min-width: 90px;
  font-size: 12px;
  border-radius: 4px 0 0 4px;
  border: none;
  padding: 3px 10px;
  border-right: transparent;
}
.sixdee-search-input-mt-container .cpm-search-mt-input:focus {
  outline: none;
}
.sixdee-search-input-mt-container .search-icon-mt {
  border-radius: 0 4px 4px 0;
  border: none;
  padding: 3px 10px;
  border-left: transparent;
  background: #FFFFFF;
}

.cpm-status-code-display {
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  border-radius: 2px 2px 0px 0px;
  background-color: rgb(234, 234, 236);
  padding: 10px 20px;
}
.cpm-status-code-display .status-label-mt {
  height: 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  float: left;
  color: #272727;
}
.cpm-status-code-display .status-value-mt {
  height: 20px;
  width: 28px;
  border-radius: 20px;
  background-color: rgb(125, 125, 125);
  float: right;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
}

.right-con-create-button {
  display: flex;
  justify-content: center;
}

.ec-main-wizard-wrapper {
  margin-bottom: 30px;
}

.ec-approval-history-container {
  min-height: 130px;
  padding-left: 20px;
}

.dropdown-menu .ec-page-count.dropdown-item:hover,
.dropdown-menu .ec-page-count.dropdown-item:focus {
  color: #F9DD4A;
  background: #FFFFFf;
  font-size: 12px;
}

.ec-page-count.dropdown-item {
  margin-inline: 0px !important;
}

.ec-approval-list-header {
  background-color: #1D1D1D;
}

.ec-approval-titles {
  font-size: 12px;
  font-weight: 500 !important;
  letter-spacing: 0px;
  color: #FFFFFf;
  opacity: 1;
}

.ec-taskinfo-empty-td {
  background: #F4F4F4 !important;
}

.ec-task-approval-history-info {
  padding: 0 !important;
  background: #FFFFFf 0% 0% no-repeat padding-box !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.0509803922) !important;
  border: 1px solid #EAEAEC !important;
  opacity: 1 !important;
}

.approvalTableBody.taskElement {
  border-left: 0px !important;
}

.approvalTableBody .approval-header-column {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
  font-size: 12px;
  font-weight: 600;
}

.approvalTableBody:hover {
  background: #F4F4F5 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEC;
  opacity: 1;
}

.approvalTableBody.expnded {
  background: #F4F4F5 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEC;
  opacity: 1;
}

tr.approvalTableBody:nth-child(even) {
  background: #F4F4F5 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEC;
  opacity: 1;
}

.sort-desc-icon {
  color: #1D1D1D;
}

.hide-asc-icon {
  display: none;
}

.hide-desc-icon {
  display: none;
}

.approvalsCard-Table {
  /* // box-shadow: 3px 3px 6px #00000008; */
  /* // border: 1px solid #EAEAEC; */
  border-radius: 3px;
  /* //padding: 8px; */
  min-height: 42px !important;
  min-width: 320px;
}

.approvalsCard-Table-BG {
  background: #EAEAEC;
  border-radius: 2px;
}

.expand_icon_designs {
  margin-top: 10px;
  margin-right: 20px;
  color: #7D7D7D;
  cursor: pointer;
}

.cpm-approval-list-header-Below-Table {
  background-color: #7D7D7D;
}

.table-outer-design {
  margin-top: 10px;
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  margin: 20px;
}

.table {
  margin: 0px;
}

.taskElement .taskDetails-moreInfo {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
  height: 100%;
  background-color: #F8F7F7;
}

.approvalsCard {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.031372549);
  border: 1px solid #EAEDF0;
  border-radius: 4px;
  height: 82px !important;
}

.sort-default-icon svg path {
  fill: #6B6B6B;
}

.approvalsCardInfo {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.031372549);
  border: 1px solid #EAEDF0;
  border-radius: 4px;
  height: 82px !important;
  width: 500px;
}

.details-main-header-appr-ec {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 19px;
}

.detailshead {
  font-weight: 500;
}

.avatar {
  border-radius: 50%;
  background: #F9DD4A !important;
}

.task-semi-bold-heading-ec {
  font-weight: bold;
  font-size: 12px;
}

.approvalTableBody {
  border: 1px solid #EAEDF0;
  border-radius: 4px;
  color: #1a1a1a;
  background-color: #FFFFFf;
}

.danger {
  color: #DA1E28;
}

.sucess {
  color: #13B544;
}

.sucess1 {
  color: #13B544;
}

.warning {
  color: #FFDE88;
}

.skipped {
  color: #13B544;
}

.approval-msg {
  font-weight: bold;
  margin-inline: 1rem !important;
}

.ec-approval-table-wrapper {
  background-color: transparent;
  padding-bottom: 30px;
}

.ec-ul-list-style {
  list-style-type: none;
}

.approvedby-ec {
  font-size: 12px;
  font-weight: 600;
}

.smalltaskHeader-ec {
  font-size: 12px;
  font-weight: 600;
  color: #656565;
}

.task-value-ec {
  font-size: 12px;
}

.ec-approval-header {
  background-color: #F4F4F4;
  margin-bottom: 15px !important;
}

.ec-data-table-bottom {
  width: 100%;
}

.ec-data-table-bottom .paginated-dropdown-button-ec .btn-group .dropdown-toggle {
  height: 30px !important;
  line-height: 30px;
  width: 60px;
  padding: 0px 0px 0px 10px !important;
  border: 1px solid #d5d6d9;
  border-radius: 3px;
  min-width: 60px !important;
  border-right: 1px solid #d5d6d9 !important;
  background-color: #FFFFFf;
  font-size: 12px;
}

.ec-data-table-bottom .paginated-dropdown-button-ec .dropdown-menu {
  width: 60px;
  min-width: 60px;
}

.ec-data-table-bottom .paginated-dropdown-button-ec .dropdown-menu .dropdown-item {
  width: 60px !important;
  padding: 5px 10px 5px 9px;
  color: #6d6d6d;
  background: #fff;
  height: 29px;
  font-size: 12px;
  line-height: 20px;
}

.dataTable_wrapper-ec .ec-ul-list-style {
  display: flex;
}

.dataTable_wrapper-ec .ec-ul-list-style li {
  border: 1px solid #ededed;
  font-size: 12px;
  padding: 5px 10px;
  height: 30px;
  background: #F4F4F4;
  color: #595969;
}

.dataTable_wrapper-ec .ec-ul-list-style li:nth-of-type(1) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.dataTable_wrapper-ec .ec-ul-list-style li:nth-of-type(4) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dataTable_wrapper-ec .ec-ul-list-style li.disabled {
  color: #acacb4 !important;
}

.dataTable_wrapper-ec .ec-ul-list-style .search-container {
  background-color: #FFFFFf;
  font-size: 12px;
  padding: 5px 10px;
  height: 30px;
}

.dataTable_wrapper-ec .ec-ul-list-style .search-container .data-Table-page_search {
  padding: 5px 10px;
  height: 30px;
}

.pagination-button-ec {
  color: inherit;
}

.ec-data-table-bottom .pageNumber-container {
  display: flex;
  align-items: center;
  height: 30px;
}

.ec-data-table-bottom .pageNumber-container .info-page {
  font-size: 12px;
  color: #2f3043;
}

.ec-data-table-bottom .pageNumber-container .data-Table-page_search {
  width: 40px;
  text-align: center;
  height: 30px;
  border-radius: 3px;
  outline: none;
  padding: 0 0 0 0;
  font-size: 12px;
  margin-left: 8px;
  margin-right: 8px;
  box-shadow: none;
  font-size: 12px;
  color: #2f3043;
}

.prof-icon-class-ec-avatar {
  height: 40px;
  width: 40px;
  display: flex;
  background: #EFF8F3 0% 0% no-repeat padding-box;
  border-radius: 50%;
  justify-content: center;
  padding: 5px;
  font-size: 20px;
  color: #13B544;
  font-weight: 500 !important;
}

.taskApprovalheader-appr-ec {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
}

.approval-card-sub-head-ec {
  font-size: 12px;
  line-height: 17px;
}

.approval-card-sub-head-ec.status-semi-bold {
  font-weight: 600;
  text-transform: capitalize;
}

.approval-headerCol-2 {
  color: #1A1A1A;
  opacity: 1;
  font-size: 12px;
}

.approval-history-card-col {
  width: 140px;
  margin-inline: 4px;
  margin-block: 10px;
}

.ec-approval-details-container {
  width: 100%;
  padding-inline: 30px;
}

.doc-view {
  cursor: pointer;
  text-align: left;
  font-size: 12px !important;
  font-weight: bold !important;
  letter-spacing: 0px;
  color: #F9DD4A;
  opacity: 1;
}

.doc-view:hover {
  text-decoration: underline;
}

.approvalsCard-Table {
  border-radius: 3px;
  min-height: 42px !important;
  min-width: 320px;
}

.approvalsCard-Table-BG {
  background: #EAEAEC;
  border-radius: 2px;
}

.expand_icon_designs {
  margin-top: 10px;
  margin-right: 20px;
  color: #7D7D7D;
  cursor: pointer;
}

.ec-approval-list-header-Below-Table {
  background-color: #7D7D7D;
}

.table-outer-design {
  margin-top: 10px;
  border: 1px solid #EAEAEC;
  border-radius: 3px;
  margin: 20px;
}

.table {
  margin: 0px;
}

.approval-history-card-col-table {
  min-width: 325px;
  margin-inline: 4px;
  margin-block: 10px;
}

.table tbody + tbody {
  border-top: 1px solid #ededed;
}

li.disabled svg path {
  fill: #c8c8c8;
}

li.c-pointer svg path {
  fill: #5d5d5d;
}

.view-count {
  color: #f28c28 !important;
  font-size: 12px !important;
  font-weight: 600;
}

.taskRejectCss .sixdee-fieldItem {
  padding: 0px;
  margin-top: -8px;
}

.myRequestFieldId .sixdee-fieldItem {
  flex: 0 0 25%;
  max-width: 25%;
}

.table-row-design {
  padding: 20px;
  border: 1px solid #EDEDED;
}

.sixdee-modalbody.modal-body {
  height: calc(100vh - 130px);
  padding: 30px 30px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sixdee-ui-popup .modal-title {
  font-weight: 200;
  font-size: 24px;
  color: #1D1D1D;
  margin-left: -4px;
}

.sixdee-ui-popup .modal-footer {
  padding: 10px 30px 10px 10px;
  background-color: #F4F4F4;
  height: 60px;
  border-radius: 0px 0px 16px 16px;
}

.sixdee-ui-popup .modal-header .close {
  opacity: 1;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  margin: -6px -3px -3px -3px;
  color: #1f1f1f;
}

.sixdee-ui-popup .modal-header .close:hover {
  color: #F9DD4A !important;
  transform: rotate(180deg);
  transition: 0.3s ease;
}

.sixdee-ui-popup .sixdee-primary-background {
  background-color: #FFFFFf;
  color: #FFFFFf;
  height: 69px;
  border-bottom: 2px solid #F9DD4A;
}

.sixdee-ui-popup .modal-footer > :not(:last-child) {
  margin-right: 0px;
}

.sixdee-ui-popup.right-fixed-modal {
  margin: 0px;
  position: fixed;
  right: 0px;
  height: 100%;
}

.sixdee-ui-popup.left-fixed-modal {
  margin: 0px;
  position: fixed;
  left: 0px;
  height: 100%;
}

.sixdee-ui-popup.right-fixed-modal .modal-content {
  height: 100%;
  border-radius: 3px !important;
}

.sixdee-ui-popup.right-fixed-modal.modal-header {
  display: block;
}

.sixdee-ui-popup.right-fixed-modal.overlay_position {
  padding: 10px;
  overflow: auto;
}

.sixdee-ui-popup.right-fixed-modal.modal-title {
  float: left;
}

.sixdee-ui-popup.right-fixed-modal.modal-footer {
  bottom: 0px;
  width: 100%;
  padding: 10px;
  left: 0px;
}

.sixdee-ui-popup.left-fixed-modal .modal-content {
  height: 100%;
}

.sixdee-ui-popup.left-fixed-modal .modal-header {
  display: block;
}

.sixdee-ui-popup.left-fixed-modal .overlay_position {
  padding: 10px;
  overflow: auto;
}

.sixdee-ui-popup.left-fixed-modal .modal-title {
  float: left;
}

.sixdee-ui-popup.left-fixed-modal .modal-footer {
  bottom: 0px;
  width: 100%;
  padding: 10px;
  right: 0px;
}

.sixdee-ui-popup.center-modal {
  min-width: 30%;
  margin-top: 0px;
}

.sixdee-ui-popup.center-alert_box {
  margin-top: 0px;
}

.sixdee-modalfooter {
  display: block;
}

.sixdee-modalbody.modal-body::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
}

.sixdee-modalbody.modal-body::-webkit-scrollbar-track {
  background: #ffffff;
}

.sixdee-modalbody.modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c1c1c1;
}

.sixdee-modalbody.modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #6a6a6a;
}

.error-alert.modal-header {
  background: #DA1E28;
  color: #FFFFFf;
  height: 50px;
  align-items: center;
  border-radius: 3px 3px 0px 0px;
}

.sixdee-ui-alert .modal-title {
  font-size: 16px;
}

.sixdee-ui-alert .modal-footer {
  border: none;
  height: 50px;
  padding-block: 0px !important;
  margin-bottom: 16px;
  padding-inline: 30px;
}

.modal-header button.close {
  cursor: pointer;
  color: #FFFFFf;
  background-color: transparent;
  padding: 5px;
  height: 50px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.modal-header button.close:hover {
  transition: 0.5s;
  transform: rotate(180deg);
  cursor: pointer;
  color: #FFFFFf !important;
}

.noBodyPadding .sixdee-modalbody.modal-body {
  padding: 0 !important;
}

.success-alert.modal-header {
  background: #DA1E28;
  color: #FFFFFf;
  height: 50px;
  align-items: center;
  justify-content: start;
  border-radius: 16px 16px 0px 0px;
}

.info-alert.modal-header {
  background: #42A6CE;
  color: #FFFFFf;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0px 0px;
}

.wraning-alert.modal-header {
  background: #FFDE88;
  color: #FFFFFf;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0px 0px;
}

.modal-content {
  border-radius: 3px !important;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.0509803922);
}

.sixdee-view-popup-label {
  padding: 0 5px 0px 15px !important;
}

.modal-body {
  font-size: 14px !important;
  padding: 30px 30px 30px 30px;
}

.modal-header {
  padding: 13px 30px !important;
}

.center-modal .sixdee-modalbody.modal-body {
  height: auto !important;
}

.sixdee-view-popup-label {
  padding: 0 5px 0px 15px;
}

.sixdee-ui-alert {
  padding-top: 40px;
}

.sixdee-alert-body {
  color: #1f1f1f;
}

.sixdee-activation-alert-label {
  overflow: hidden;
  text-overflow: ellipsis;
}

.confirm-popup-container {
  height: auto !important;
  padding: 30px 30px 20px !important;
}

.sixdee-ui-alert .modal-content {
  width: 600px !important;
}

.w-full {
  width: 100%;
}

.w-48 {
  width: 48%;
}

.roleSelview-col {
  border-left: 2px solid #ffffff;
  min-height: 50px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebeef1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.roleSelview-col.isSelected {
  background-color: #FEF7D1;
  border-top: 1px solid #fdfbfb;
  font-weight: 700;
  border-left: 2px solid #F9DD4A;
}

.mg-l {
  margin-left: 170px;
  margin-top: 10px;
}

.scroll-col {
  overflow: scroll;
}

.roleSelview-col :hover {
  border-left: 2px solid #ffffff;
  font-weight: 700;
}

.menu-selected {
  border-left: 2px solid #F9DD4A;
}

.ht-100 {
  height: auto;
}

/* form Elements */
.custom-container_role {
  padding: 15px;
}

.form-Brick_role {
  margin-bottom: 20px;
  padding: 0px 15px;
}

.form-Brick-body_role {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFf;
  border: 1px solid #E6E6E6;
  padding: 20px 15px;
}

.form-Brick-Head_role {
  color: #555555;
  font-size: 14px;
  padding: 20px 0px;
  font-weight: bold;
}

.bold-font_role {
  font-weight: 600;
}

.height-tbdy {
  height: 200px;
}

/* Example CSS styles for the modified HTML structure */
.container_role {
  display: flex;
  background: #FFFFFf;
}

.menu-column_role {
  flex: 1;
  border-inline: 1px solid #ebeef1;
}

.submenu-column_role {
  flex: 1;
  border-right: 1px solid #ebeef1;
}

.features-column_role {
  flex: 1;
}

.menu_role {
  margin-bottom: 16px;
}

.submenu_role {
  margin-bottom: 8px;
}

.feature_role {
  margin-bottom: 8px;
}

/* Example styles for the ToggleSwitch component */
.column-header_role {
  background-color: rgb(124, 118, 118);
  padding: 8px;
}

.column-header-text_role {
  color: white;
}

.ht100 {
  height: 100px;
}

.features-column_role {
  flex: 1;
  max-height: 500px;
  position: relative;
}

.feature-role-child-div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Sixdee Sidemenu CSS */
.sixdee-header-logo {
  height: 50px;
}

.sixdee-sidebar-header {
  padding: 15px 0px;
}

.sixdee-sidebar-content {
  overflow-y: auto;
}

.sixdee-sideMenuLogo {
  margin-top: 10px;
  margin-left: 30px;
}

.sixdee-sideMenuFooterLogo {
  color: #1F1F1F;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 1px;
  opacity: 1;
  height: 40px;
  background: #EDEDED;
}

.sixdee-sideMenuHeader {
  left: 0;
  top: 0;
}

.main-submenu {
  background-color: #EDEDED !important;
  font-weight: 600;
  pointer-events: none;
  font-size: 14px !important;
}

.sixdee-closemenu {
  color: #c6c6c6;
  position: fixed;
  z-index: 1000;
  font-weight: 500;
  font-size: 10px;
  top: 70px;
  left: 210px;
  cursor: pointer;
  transform: rotate(180deg);
  background-color: #EDEDED;
  writing-mode: vertical-rl;
  padding: 19px 0px 3px 5px;
  border-radius: 4px 0 0 4px;
  height: 50px;
  width: 20px;
}

.sixdee-closemenu:hover {
  background-color: #F9DD4A;
  color: #3B3B3B;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.0509803922);
  font: normal normal bold 10px/16px "Montserrat";
}

.collapsed .sixdee-closemenu {
  left: 50px;
}

.sixdee-sidebar.collapsed {
  width: 80px;
  min-width: 80px;
}

.logo {
  padding: 20px;
}

.search-container {
  position: sticky;
  top: 0;
  background-color: #FFFFFf;
  padding: 10px;
  z-index: 1;
}

@keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
.sixdee-sidebar {
  color: #adadad;
  height: 100vh;
  width: 210px;
  min-width: 210px;
  text-align: left;
  transition: width, left, right, 0.3s;
  position: relative;
  z-index: 1009;
  background-color: #eff8f3;
  box-shadow: 0px 84px 20px rgba(0, 0, 0, 0.0509803922);
}

.sixdee-sidebar > .pro-sidebar-inner {
  background-color: #FFFFFf;
  height: 100%;
  position: relative;
  z-index: 101;
}

.sixdee-sidebar > .pro-sidebar-inner > img.sidebar-bg {
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: 100;
}

.sixdee-sidebar > .pro-sidebar-inner > .pro-sidebar-layout {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 101;
  font-size: 12px;
  padding: 0px;
  color: #000;
}

.sixdee-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-header {
  height: 70px !important;
  border-bottom: 2px solid #F9DD4A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #EDEDED;
}

.search-sideimg {
  width: 28px;
  text-align: center;
  border-radius: 0px 3px 3px 0px;
  color: rgb(182, 182, 182);
  font-size: 14px;
  line-height: 27px;
  position: absolute;
  right: 10px;
}

.sixdee-search-container .search-input:focus {
  border: 1px solid #F9DD4A;
}

.sixdee-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-content {
  flex-grow: 1;
  border-bottom: none;
  box-shadow: 0.5px 0.866px 0px 0px #000000;
  height: calc(100vh - 110px);
}

.sixdee-sidebar > .pro-sidebar-inner > .pro-sidebar-layout ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sixdee-sidebar.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 100;
  display: none;
}

.sixdee-sidebar.collapsed {
  width: 50px;
  min-width: 50px;
}

.sixdee-sidebar.rtl {
  text-align: right;
  direction: rtl;
}

@media (max-width: 480px) {
  .sixdee-sidebar.xs {
    position: fixed;
    left: -270px;
  }
  .sixdee-sidebar.xs.collapsed {
    left: -80px;
  }
  .sixdee-sidebar.xs.toggled {
    left: 0;
  }
  .sixdee-sidebar.xs.toggled .overlay {
    display: block;
  }
  .sixdee-sidebar.xs.rtl {
    left: auto;
    right: -270px;
  }
  .sixdee-sidebar.xs.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .sixdee-sidebar.xs.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 576px) {
  .sixdee-sidebar.sm {
    position: fixed;
    left: -270px;
  }
  .sixdee-sidebar.sm.collapsed {
    left: -80px;
  }
  .sixdee-sidebar.sm.toggled {
    left: 0;
  }
  .sixdee-sidebar.sm.toggled .overlay {
    display: block;
  }
  .sixdee-sidebar.sm.rtl {
    left: auto;
    right: -270px;
  }
  .sixdee-sidebar.sm.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .sixdee-sidebar.sm.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .sixdee-sidebar.md {
    position: fixed;
    left: -270px;
  }
  .sixdee-sidebar.md.collapsed {
    left: -80px;
  }
  .sixdee-sidebar.md.toggled {
    left: 0;
  }
  .sixdee-sidebar.md.toggled .overlay {
    display: block;
  }
  .sixdee-sidebar.md.rtl {
    left: auto;
    right: -270px;
  }
  .sixdee-sidebar.md.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .sixdee-sidebar.md.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .sixdee-sidebar.lg {
    position: fixed;
    left: -270px;
  }
  .sixdee-sidebar.lg.collapsed {
    left: -80px;
  }
  .sixdee-sidebar.lg.toggled {
    left: 0;
  }
  .sixdee-sidebar.lg.toggled .overlay {
    display: block;
  }
  .sixdee-sidebar.lg.rtl {
    left: auto;
    right: -270px;
  }
  .sixdee-sidebar.lg.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .sixdee-sidebar.lg.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .sixdee-sidebar.xl {
    position: fixed;
    left: -270px;
  }
  .sixdee-sidebar.xl.collapsed {
    left: -80px;
  }
  .sixdee-sidebar.xl.toggled {
    left: 0;
  }
  .sixdee-sidebar.xl.toggled .overlay {
    display: block;
  }
  .sixdee-sidebar.xl.rtl {
    left: auto;
    right: -270px;
  }
  .sixdee-sidebar.xl.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .sixdee-sidebar.xl.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1600px) {
  .sixdee-sidebar.xxl {
    position: fixed;
    left: -270px;
  }
  .sixdee-sidebar.xxl.collapsed {
    left: -80px;
  }
  .sixdee-sidebar.xxl.toggled {
    left: 0;
  }
  .sixdee-sidebar.xxl.toggled .overlay {
    display: block;
  }
  .sixdee-sidebar.xxl.rtl {
    left: auto;
    right: -270px;
  }
  .sixdee-sidebar.xxl.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .sixdee-sidebar.xxl.rtl.toggled {
    left: auto;
    right: 0;
  }
}
.sixdee-sidebar .pro-menu {
  padding-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sixdee-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item {
  position: relative;
  background-color: #FFFFFf;
}

.sixdee-sidebar .pro-menu a {
  text-decoration: none;
}

.sixdee-sidebar .pro-menu a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

.sixdee-sidebar .pro-menu a:hover {
  color: #FEF7D1;
}

.sixdee-sidebar .pro-menu .pro-menu-item {
  font-size: 12px;
}

.sixdee-sidebar .pro-menu .pro-menu-item :focus > .pro-inner-item > .pro-icon-wrapper {
  filter: invert(79%) sepia(41%) saturate(5658%) hue-rotate(343deg) brightness(99%) contrast(92%);
}

.sixdee-sidebar .pro-menu .pro-menu-item .suffix-wrapper {
  opacity: 1;
  transition: opacity 0.2s;
}

.sixdee-sidebar .pro-menu .pro-menu-item .prefix-wrapper {
  display: flex;
  margin-right: 5px;
  opacity: 1;
  transition: opacity 0.2s;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 25px 14px 0px;
  cursor: pointer;
  border-bottom: 1px solid #eaedf0;
  height: 50px;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  height: 40px !important;
  border-bottom: 0px !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item:focus {
  outline: none;
  color: #F9DD4A;
  font-weight: bold;
  background-color: #FFFCEC;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item:focus > .pro-arrow-wrapper > .pro-arrow {
  border-color: #555555 !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item:focus > .pro-icon-wrapper {
  filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(100%);
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  margin: 0px 17px !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  font-size: 12px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin: 0px 12px;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper .pro-icon {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper .pro-icon img {
  width: 16px;
  filter: invert(70%) sepia(6%) saturate(616%) hue-rotate(430deg) brightness(57%) contrast(87%);
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-item-content {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 12px;
  color: #555555;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover > .pro-item-content {
  font-weight: bold;
  color: #555555 !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item:hover > .pro-arrow-wrapper > .pro-arrow {
  border-color: #555555 !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover > .pro-icon-wrapper {
  filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(100%);
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item:hover > .pro-inner-item > .pro-icon-wrapper {
  filter: invert(66%) sepia(54%) saturate(1637%) hue-rotate(338deg) brightness(95%) contrast(99%) !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item .active-submenu > .pro-inner-item > .pro-item-content {
  color: #3B3B3B !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item.active-submenu {
  color: #555555 !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover {
  color: #FEF7D1;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover .pro-icon-wrapper .pro-icon {
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item:before {
  background: #adadad;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  display: inline-block;
  border-style: solid;
  border-color: #adadad;
  border-width: 0 2px 2px 0;
  padding: 2.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(-45deg);
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item:before {
  background: transparent !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  transform: rotate(45deg);
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item .pro-item-content {
  padding: 12px 5px 10px 40px !important;
  border: none;
  color: #555555;
}

.sixdee-sidebar .collapsed .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  height: 50px !important;
}

.sixdee-sidebar .collapsed .pro-menu .pro-menu-item > .pro-inner-item {
  background: #1F1F1F;
  opacity: 0.7;
}

.sixdee-sidebar .collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item {
  background: #1F1F1F;
  opacity: 0.7;
}

.sixdee-sidebar .collapsed .pro-menu .pro-menu-item :focus {
  background-color: #fff5e7;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-menu-item {
  background-color: #F4F4F4;
}

.sixdee-sidebar.pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner > ul > .pro-menu-item > .pro-inner-item {
  height: 40px;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner > ul > .pro-menu-item > .pro-inner-item {
  height: 50px;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item > .pro-icon-wrapper {
  background: none;
  width: auto;
  min-width: auto;
  height: auto;
  line-height: auto;
}

.sixdee-sidebar .pro-menu.shaped .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  background-color: #2b2b2b;
}

.sixdee-sidebar .pro-menu.square .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 0;
}

.sixdee-sidebar .pro-menu.round .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 4px;
}

.sixdee-sidebar .pro-menu.circle .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 50%;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item {
  position: relative;
}

.side-arrow-left {
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 2.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(-45deg);
  margin-top: -38px;
  margin-left: -9px;
}

.side-arrow-right {
  display: inline-block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  padding: 2.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(-220deg);
  margin-top: -12px;
  margin-right: -28px;
}

.sixdee-sidebar.collapsed > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-content:hover {
  background: rgba(0, 0, 0, 0.4);
}

.sixdee-sidebar.collapsed > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-content:hover > .serach-collapse {
  background: rgba(0, 0, 0, 0.1);
}

.sixdee-sidebar.collapsed > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-content:hover > .pro-menu .pro-menu-item > .pro-inner-item {
  border-bottom: 1px solid #707070;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item:hover {
  background: #FFF5E7;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  filter: invert(7%) sepia(7%) saturate(244%) hue-rotate(343deg) brightness(91%) contrast(87%);
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .suffix-wrapper,
.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .prefix-wrapper {
  opacity: 0;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-list-item {
  background-color: #2b2b2b;
  z-index: 9999;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu {
  position: relative;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner > ul > .pro-menu-item {
  height: 50px !important;
  background-color: #FFFFFF;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-item {
  pointer-events: none;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  display: none;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item {
  height: 100% !important;
  position: fixed;
  visibility: hidden;
  min-width: 220px;
  max-width: 270px;
  background-color: #fff;
  max-height: 100%;
  transform: none !important;
  left: 50px !important;
  top: 70px !important;
  box-shadow: 3px 0px 11px -3px rgba(0, 0, 0, 0.0509803922);
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item.has-arrow {
  padding-left: 10px;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
  max-height: 100vh;
  overflow-y: auto;
  border-radius: 4px;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu:hover > .pro-inner-list-item {
  transition: visibility, transform 0.3s;
  visibility: visible;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu:hover .pro-icon-wrapper .pro-icon {
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item,
.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 30px 8px 5px;
  height: 50px !important;
}

.popper-arrow {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.popper-element[data-popper-placement^=left] > .popper-arrow {
  right: 0;
  border-right: 7px solid #2b2b2b;
}

.popper-element[data-popper-placement^=right] > .popper-arrow {
  left: 0;
  border-left: 7px solid #2b2b2b;
}

.react-slidedown {
  height: 0;
  transition-property: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.react-slidedown.transitioning {
  overflow-y: hidden;
}

.react-slidedown.closed {
  display: none;
}

.sixdee-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover {
  color: #555555;
  font-weight: bold;
  background-color: #FEF7D1;
  /* color on hover */
}

.sixdee-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner > ul > .pro-menu-item > .pro-inner-item > .pro-item-content {
  padding: 12px 5px 10px 20px !important;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:hover {
  color: #F9DD4A;
  background-color: transparent;
}

.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:focus {
  background-color: #EDEDED;
  color: #F9DD4A;
  font-weight: 600;
}
.sixdee-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:focus .pro-item-content {
  font-weight: 600;
}

.sixdee-search-container {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  padding: 9px 10px;
  height: 50px;
  background: #F4F4F4;
}

.serach-collapse {
  padding: 17px;
}

.sixdee-search-container .search-input {
  width: 100%;
  font-size: 12px;
  border-radius: 3px 0px 0px 3px;
  border: 1px solid #aaa;
  padding: 8px 32px 8px 10px;
  height: 32px;
  border: none;
  cursor: pointer;
}

.sixdee-search-container .search-input:focus {
  outline: none;
}

.sixdee-search-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #aaa;
}

.sixdee-search-icon i {
  font-size: 1rem;
}

.no-menu-found {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sixdee-collapseIcon {
  height: 18px;
  width: 20px;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a;
}

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
.skeleton-loading-col-flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
}

.skeleton-loading-row-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
}

.skeleton-loading-single-line {
  width: 100%;
  height: 15px;
  border-radius: 5px;
}

.sixdee-toast {
  font-size: 12px;
}

.sixdee-toast .Toastify__toast-container {
  width: 400px !important;
  height: 60px !important;
  font-size: 12px;
}

.sixdee-toast .Toastify__toast-theme--colored.Toastify__toast--default {
  color: #1F1F1F !important;
  background: #FFFFFf 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px !important;
}

.sixdee-toast .Toastify__progress-bar-theme--colored.Toastify__progress-bar--default {
  background: #1F1F1F !important;
  height: 2px;
}

.sixdee-toast .Toastify__toast-theme--colored.Toastify__toast--error {
  color: #1F1F1F !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px !important;
}

.sixdee-toast .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: #DA1E28 !important;
  height: 2px;
}

.sixdee-toast .Toastify__toast-theme--colored.Toastify__toast--success {
  color: #1F1F1F !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px !important;
}

.sixdee-toast .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success {
  background: #13B544 !important;
  height: 2px;
}

.sixdee-toast .Toastify__toast-theme--colored.Toastify__toast--info {
  color: #1F1F1F !important;
  background: #FFFFFF no-repeat padding-box !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px !important;
}

.sixdee-toast .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info {
  background: #42A6CE !important;
  height: 2px;
}

.sixdee-toast .Toastify__toast-theme--colored.Toastify__toast--warning {
  color: #1F1F1F !important;
  background: #FFFFFF no-repeat padding-box !important;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border-radius: 3px !important;
}

.sixdee-toast .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
  background: #FFDE88 !important;
  height: 2px;
}

.sixdee-toast .toast-close-icon {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sixdee-toast .toast-close-icon:hover {
  color: #F9DD4A;
  transform: rotate(180deg);
  transition: 0.3s ease;
}

.sixdee-toast .infoactionheading {
  font-size: 12px;
  color: #1F1F1F;
  text-transform: capitalize;
  height: 20px;
}

.successicon #Icon_ionic-ios-checkmark-circle {
  fill: #13B544 !important;
}

.Toastify__toast {
  margin-top: 12vh !important;
}

.transaction-receipt-lib-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.transaction-receipt-lib-card {
  width: 100%;
  background: white;
  border: 1px solid rgb(238, 237, 237);
  border-radius: 12px;
}

.transaction-receipt-lib-card-header,
.transaction-receipt-lib-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: rgba(0, 0, 255, 0.05);
}

.transaction-receipt-lib-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.transaction-receipt-lib-icon-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.transaction-receipt-lib-status-section {
  text-align: center;
  padding: 16px;
  background-color: #eef3f1;
}

.transaction-receipt-lib-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transaction-receipt-lib-section-head h3 {
  font-size: 1rem;
  font-weight: bold;
}

.transaction-receipt-lib-check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e0f2e9;
  border-radius: 50%;
  padding: 8px;
}

.transaction-receipt-lib-text-green {
  color: #16a34a;
}

.transaction-receipt-lib-action-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.transaction-receipt-lib-outline-button {
  border: 1px solid #ddd;
  background: white;
  padding: 6px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.transaction-receipt-lib-card-content {
  padding: 16px;
}

.transaction-receipt-lib-section {
  margin-bottom: 12px;
}

.transaction-receipt-lib-info-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transaction-receipt-lib-badge {
  padding: 4px 8px;
  background: #e0f2e9;
  color: #15803d;
  border-radius: 12px;
  font-size: 12px;
}

.transaction-receipt-lib-separator {
  height: 1px;
  background: #e5e7eb;
  margin: 12px 0;
}

.transaction-receipt-lib-copy-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transaction-receipt-lib-primary-button {
  width: 100%;
  background: #2563eb;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.transaction-receipt-lib-footer-text {
  text-align: center;
  font-size: 12px;
  color: #6b7280;
}

.transaction-receipt-lib-highlight {
  color: #2563eb;
  font-weight: 500;
}

.transaction-receipt-lib-italic {
  font-style: italic;
  color: #6b7280;
}

.sixdee-section-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 18px !important;
}

.sixdee-section-title-1 {
  font-size: 14px;
  font-weight: bold;
}

.sixdee-view-label {
  font-size: 12px;
  color: #555555;
  opacity: 1;
  margin: 0px;
  white-space: nowrap;
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sixdee-view-value {
  color: #1D1D1D;
  opacity: 1;
  font-size: 12px;
  font-weight: 600 !important;
  white-space: nowrap;
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sixdee-viewBuild-main {
  opacity: 1;
}

.sixdee-box-data {
  margin: 24px 0px 30px 0px;
  flex: 1 0 14%;
  min-width: 25%;
  max-width: 25%;
}

.sixdee-view-part {
  width: 100%;
  height: 4rem;
}

.sixdee-overview-box {
  top: 100px;
  left: 521px;
  width: auto;
  height: auto;
  border: 1px solid #EDEDED;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  opacity: 1;
  padding: 0 10px;
}

.sixdee-viewBuild-main {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #EDEDED;
  border-radius: 3px;
}

.sixdee-section-group {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  background: #FFFFFf;
}

.ec-cursor-pointer {
  cursor: pointer;
}

.sixdee-groupView-grpItems {
  height: 50px;
  border-bottom: 1px solid #EDEDED;
  padding: 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #1D1D1D;
  cursor: pointer;
}

.sixdee-groupView-grpItems:hover {
  border-left: 3px solid #F9DD4A;
  font-weight: bold;
  padding-left: 12px;
}

.sixdee-grpItems-active {
  border-left: 3px solid #F9DD4A;
  background-color: #FEF7D1;
  font-weight: bold;
  padding-left: 12px;
}

.sixdee-groupView-content {
  border: 1px solid #ffffff;
  padding-block: 20px !important;
}

.sixdee-label-box {
  border: 1px solid #EDEDED;
  padding-top: 10px;
}

.sixdee-card-profile-main {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0509803922);
  margin: 0 !important;
}

.profile-row-one {
  background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
  border-width: 1px 1px 0px;
  border-style: solid solid solid;
  border-color: rgb(234, 234, 236) rgb(234, 234, 236) rgb(234, 234, 236);
  border-radius: 3px 3px 0px 0px;
  margin: 0px;
}

.prof-icon-class {
  height: 38px;
  width: 38px;
  display: flex;
  background: #FEF7D1 0% 0% no-repeat padding-box;
  border-radius: 50%;
  margin: 15px 0px 15px 15px;
  justify-content: center;
  padding: 5px;
  font-size: 20px;
  color: #F8D100;
  font-weight: 500 !important;
}

.sixdee-view-label {
  padding: 15px 5px 0px 15px;
}

.sixdee-view-value {
  padding: 0px 5px 0px 15px;
}

.sixdee-view-field {
  border-bottom: 1px solid #EDEDED;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sixdee-view-value a,
.sixdee-view-value span {
  color: #1f1f1f !important;
}

.sixdee-view-field .doc-view:hover {
  text-decoration: underline;
  color: #f28c28 !important;
}

.avatar-width-col > .sixdee-view-field {
  border: none;
}

.sixdee-row-box {
  margin: 0px;
}

.sixdee-row-box-black {
  margin: 0px;
  background-color: #f6f6f6;
}

.sixdee-sec-row-bg {
  background: #f6f6f6;
}

.avatar-width-col {
  width: calc(100% - 70px);
}

.profile-row-two {
  border: 1px solid #eaeaec;
  opacity: 1;
  border-radius: 3px;
  background: #F4F4F4 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 3px 3px;
  border-top: 0px !important;
  margin: 0px;
}

.sixdee-wizard-box-view {
  margin-inline: 15px;
}

.sixdee-groupView-tabs {
  box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding-inline: 0px;
  margin-inline: 0px;
  min-height: 150px;
}

.info-top-container {
  background: #f4f4f4;
  height: 90px;
  margin-inline: -30px !important;
  margin-block: -30px;
  padding: 15px;
  margin-bottom: -10px;
}

.sixdee-groupView-wraper {
  background: #FFFFFf;
}

.container-fluid {
  padding: 0 !important;
}

.verticalTab .active.nav-link {
  background: linear-gradient(315deg, #f9eefe 0%, #e8f5ff 100%);
  font-weight: bold;
}

.nav-link {
  padding: 1rem !important;
  font-size: 12px !important;
  font-weight: normal;
}

.sixdee-reupload {
  font-size: 13px;
  font-weight: 600;
  padding-top: 18px;
  color: #42A6CE;
}

.sixdee-reupload:hover {
  text-decoration: underline;
}

.passwordMsg {
  padding-left: 46px;
  padding-top: 18px;
  padding-bottom: 22px;
  background-color: bisque;
  margin: -30px -30px 10px -30px;
  padding-right: 10px;
}

.passwordMsg-out {
  padding: 18px 10px 22px 42px;
  background-color: #F9DD4A;
  margin: -30px -40px 10px -40px;
  margin-bottom: 6px;
  line-height: 1.4;
  font-size: 14px;
}

.sixdee-wizard-box {
  width: 100%;
  border: 1px solid #eaedf0;
  border-radius: 5px;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.progress-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-first;
  /* box-shadow: 0 0 15px 1px rgba(0,0,0, 0.35); */
  border-radius: 5px 5px 0px 0px;
  counter-reset: flag;
  overflow-x: auto;
  border: 1px solid #eaedf0;
}

.progress-wrapper::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}

.progress-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}

.progress-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c1c1c1;
}

.progress-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #6a6a6a;
}

.step-content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.custom-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.sixdee-wizard-box .step-content {
  display: inline !important;
}

.navigation {
  margin-top: auto;
}

.btn-secondary {
  margin-left: 20px;
}

.btn-primary:hover {
  background-color: #F9DD4A;
  border-color: #F9DD4A;
}

.btn-primary:focus {
  background-color: #F9DD4A;
  border-color: #F9DD4A;
}

.btn-primary {
  margin-left: auto;
  margin-right: 20px;
  background-color: #F9DD4A;
  color: #FFFFFf;
}

.progress-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0 25px 0 57.6px;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  line-height: 48px;
  height: 44px;
  color: #000;
  background: #fff;
  transition: all 0.4s ease;
}
.progress-item:first-child {
  border-radius: 5px 0 0 5px;
}
.progress-item:last-child {
  border-radius: 0 0px 0px 0;
  border-radius: 5px 0 0 5px;
}
.progress-item:hover, .progress-item.active {
  background: #F9DD4A;
  color: #FFFFFf;
  font-weight: bold;
}
.progress-item:hover:after, .progress-item.active:after {
  background: #F9DD4A;
  color: #FFFFFf;
}
.progress-item:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -24px;
  width: 48px;
  height: 48px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #fff;
  border-top: solid 5px #ccc;
  border-right: solid 5px #ccc;
  transition: all 0.4s ease;
}
.progress-item .checkmark {
  width: 15px;
}
.progress-item:last-child:after {
  content: none;
}
.progress-item:before {
  content: counter(flag);
  counter-increment: flag;
  position: absolute;
  top: 14px;
  left: 30px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: bold;
}
.progress-item:first-child {
  padding-left: 40px;
}
.progress-item:first-child:before {
  left: 10px;
}

/*# sourceMappingURL=main.css.map */
