body {
  margin: 0;
  height: 100vh;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  background: #f2f6ff !important;
}
.sidenav {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  box-sizing: border-box;
  width: 240px;
  float: left;
}

/*Custom code by GN start*/
/*Custom code for mainlayout start*/
.main-layout {
  /* background: #F2F6FF; */
  float: left;
  width: 100%;
  padding: 8px;
}
.sidenav {
  background: #ffffff;
  padding: 16px 8px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px #00000014;
  height: calc(100vh - 16px);
  margin-top: 8px;
  margin-left: 8px;
  transition: all 0.5s;
}

.hamburger {
  cursor: pointer;
  padding: 10px;
  font-size: 40px;
  margin-right: 4rem;
  display: none;
}

.hamburger span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #333;
  margin: 2px 0;
  transition: 0.4s;
}
.logo-area {
  padding: 0px 8px;
  align-items: center;
  display: flex;
  cursor: pointer;
  justify-content: center;
  gap: 1px;
  margin-bottom: 25px;
}
.logo-area img {
  display: block;
  width: auto;
  max-height: 40px;
  margin: 0;
}
.right-side {
  float: right;
  width: calc(100% - 250px);
  background: #ffffff;
  padding: 0px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px #00000014;
  height: calc(100vh - 16px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-bottom: 16px solid #fff;
}
span.qcc_logo {
  font-size: 23px;
  font-weight: 500;
  line-height: 23px;
  color: #9c9fa0;
}
.d-flex.links {
  padding: 8px 8px 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 10px;
  background-color: transparent;
  color: #313131;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menuActive .d-flex.links {
  background-color: #112c7d17;
  color: #112c7d !important;
}

span.link-content {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.menuActive span.link-content {
  font-weight: 600;
}
span.link-content i.fa {
  font-size: 18px;
}
.activeClass {
  padding-left: 0px;
  margin-top: 15px;
  border-left: 2px solid #f0f0f0;
  margin-left: 15px;
  border-radius: 0px 0px 0px 10px;
}
.activeClass .links {
  border-bottom: 2px solid #f0f0f0;
  border-radius: 0px 0px 0px 10px;
  border-top: 0px;
  border-right: 0px;
  padding-left: 15px;
  padding-bottom: 14px;
  padding-top: 0px;
  margin-top: 0;
  display: block;
  margin-bottom: 20px;
  padding-right: 0px;
  border-left: 2px solid #f0f0f0;
  margin-left: -1px;
}
.activeClass .links:first-child {
  padding-top: 10px;
}
.activeClass .links span.dashboardstyle {
  background: #ffffff;
  font-size: 13px;
  font-weight: 400;
  color: #313131;
  padding: 5px 12px;
  border-radius: 5px;
  line-height: 16px;
  margin-bottom: -29px;
  display: block;
}
.activeClass a.links.subMenu-active-item span.dashboardstyle {
  background: #efefef;
  color: #313131;
}
span.links.subMnu.subMnuActive {
  margin-bottom: -5px;
}

.activeClass span.links span.dashboardstyle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activeClass.subMnuChildActive {
  border-left: 2px solid #f0f0f0;
  margin-left: 27px;
}
/*Custom code for mainlayout End*/

/*Custom code for Tables End*/
.all-table-holder .ant-table.ant-table-bordered > .ant-table-container {
  border-left: 0px solid #f0f0f0;
  border: 0px !important;
}
.all-table-holder .ant-table-thead .ant-table-cell {
  background: #f8f8fa !important;
  border-right: 0px !important;
  font-size: 13px !important;
}
.ant-table-tbody > tr.ant-table-row:hover > td {
  background: none !important;
}
.count-inner {
  display: flex;
  align-items: center;
  width: 50%;
  float: left;
}
.all-table-holder .tableTitle {
  font-weight: 400;
  font-size: 12.5px;
  line-height: 24px;
  color: #6b6d7f;
}
.all-table-holder .tableTitle i.fa {
  font-size: 15px;
  margin-right: 8px;
}
.all-table-holder .tableTitle img {
  margin-right: 8px;
  height: auto;
  width: auto;
  max-height: 15px;
  margin-top: -2px;
}
.all-table-holder .ant-table-thead > tr > th,
.all-table-holder .ant-table-tbody > tr > td,
.all-table-holder .ant-table tfoot > tr > th,
.all-table-holder .ant-table tfoot > tr > td {
  padding: 7px 16px 7px 15px;
}
.ant-table {
  font-size: 12.5px !important;
}
.all-table-holder .rowstyle {
  font-weight: 400;
  font-size: 12.5px;
  line-height: 22px;
  color: #313131;
}
.all-table-holder .bfont {
  font-weight: 500 !important;
  color: #1d1d1d !important;
}

.all-table-holder a .bfont {
  color: #145eb1 !important;
}
.all-table-holder .escView.bfont {
  color: #1d1d1d !important;
}
.all-table-holder .ant-table-tbody > tr > td {
  border-bottom: 0px solid #f0f0f0;
  position: relative;
  border-right: 0px !important;
  padding: 15px 16px 15px 15px;
}
.all-table-holder .ant-table-tbody tr td::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    white 0%,
    white 20%,
    #eaeaea 20%,
    #eaeaea 80%,
    white 80%,
    white 100%
  );
      z-index: 1;
}
.all-table-holder .ant-table-tbody tr td:last-child::after {
  background: none;
}
.all-table-holder .ant-table tbody.ant-table-tbody tr {
  border-bottom: 1px solid #eaeaea !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-collapse: collapse;
  box-shadow: inset 0 -1px 0 #eaeaea;
}
.all-table-holder .ant-table tbody.ant-table-tbody tr:last-child {
  box-shadow: none;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 26px;
  height: 26px;
  border: 0px solid #d9d9d9;
  color: #78829d;
}
.ant-pagination-item-active a {
  color: #252f4a !important;
  border: 0px solid #000;
  background: #f2f3f7;
  border-radius: 6px;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  font-size: 11px;
  border: 0px solid #d9d9d9;
  color: #78829d;
}
.ant-pagination-options .ant-select {
  font-size: 12.5px !important;
}
.right-side .ant-layout-content {
  height: calc(100vh - 54px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 0px 0px 16px 16px;
  border-bottom: 0px solid #ffffff;
  padding-bottom: 3px;
}
.top-header {
  display: flex;
  justify-content: space-between;
  padding: 7px 15px 7px 15px;
  align-items: center;
  border-bottom: 0.5px solid #eaeaea;
  position: sticky;
  top: 0px;
  background: #ffffff;
  z-index: 10;
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}
.namelinkclass {
  font-weight: 500;
  font-size: 14px;
  color: #152327;
}
.horizontal_line.navbarline {
  width: 100%;
  height: auto;
  order: unset;
}

.auditsText {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #9c9fa0;
}
.searchInput {
  font-size: 12px;
  color: #9c9fa0;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 0px;
  padding: 0px 0px;
  width: 100%;
  height: 30px;
  border: 0px solid #e3e3e3;
  border-radius: 7px;
  background: #ffffff;
}
.searchInput input.inputS {
  display: none;
}
.activeSearch.searchInput {
  gap: 10px;
  padding: 0px 3px 0px 6px;
  border: 0.7px solid #e3e3e3;
}
.activeSearch.searchInput input.inputS {
  display: block;
}
.searchInput input {
  border: none;
  outline: none;
}
img.searchSymb {
  background: #ffffff;
  padding: 5.5px 6.5px;
  border-radius: 4px;
  cursor: pointer;
}
.activeSearch img.searchSymb {
  background: #eeeeee;
}
.navbarHoriz {
  display: flex;
}
.main-sign-out {
  color: #ffffff;
  background: #b22d2b;
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5.5px;
  padding: 7px 14px;
  line-height: normal;
  height: auto;
}

.name_search {
  margin: 0 auto 0 0rem;
}

.sidenav a.links img,
.sidenav a.links i {
  margin: -4px 10px 0 0;
}
.dashboardstyle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  transition: all 0.3s;
}
.dashboardstyle:hover {
  color: #b22d2b;
}
.margin-top {
  margin-top: 30px;
}

.dropwdown {
  height: 0;
  overflow: hidden;
}

.subMnu.escalation img {
  margin: -4px 10px 0 0;
}
.subMnu.escalation i {
  margin-top: 3px;
}
.ant-pagination-item {
  font-family: "Inter", sans-serif !important;
}
.dContent {
  padding: 16px;
}
.ant-layout {
  background: #ffffff !important;
  border-radius: 0px 0px 16px 16px;
}
a.breadCrumb-parent:after {
  content: "/";
  margin: 0 4px;
}
a.breadCrumb-parent {
  color: #a7a7a7;
}
.all-content {
  position: relative;
  height: calc(100vh - 64px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 0px 0px 16px 16px;
}

.account-menu-wrapper {
  position: relative;
}

.account-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.account-dropdown {
  position: absolute;
  right: 0;
  top: 40px;
  width: 180px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  overflow: hidden;
  z-index: 100;
}

.account-dropdown button {
  width: 100%;
  padding: 10px 14px;
  background: white;
  border: none;
  cursor: pointer;
  text-align: left;
}

.account-dropdown button:hover {
  background: #f5f5f5;
}

/* .defaultBtn {
    background-color: #112C7D !important;
    border-color: transparent !important;
    border-radius: 7px !important;
    height: 32px !important;
    padding: 3px 13px 3px 13px !important;
    border: none !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;line-height: 1 !important;width: fit-content;
} */

.defaultBtn {
  background-color: #112C7D !important;
  border-color: transparent !important;
  border-radius: 7px !important;
  height: 32px !important;
  padding: 0 13px !important;
  border: none !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 13px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px;
  line-height: normal !important; /* 🔥 key fix */
  white-space: nowrap;
}
.ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.sectionTitle {
  padding: 16px;
  border-bottom: 0.5px solid #eaeaea;
}
.defaultBtn:hover {
  background-color: #0d2364 !important;
}
a.tableBtn,
.tableBtn {
  background: #f7fbfe !important;
  color: #4e5258 !important;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 10px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  line-height: 1;
  border-radius: 7px;
  border: 1px solid #f0f2f3;
  min-width: 66px;
  justify-content: center;
  cursor: pointer;
}
a.tableBtn:hover,
.tableBtn:hover {
  background: #f2f4f7 !important;
}
span.tableBtnWrap {
  display: flex;
  align-items: center;
}
span.cusStatus {
  background: #e8ffeb !important;
  color: #0d6805 !important;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  display: inline-flex;
  gap: 3px;
  align-items: center;
  line-height: 1;
  border-radius: 7px;
  border: 0px solid #f0f2f3;
  text-transform: capitalize;
}

span.cusActive {
  background: #e8ffeb !important;
  color: #0d6805 !important;
}
span.cusInActive {
  background: #e8f7ff !important;
  color: #036397 !important;
}
span.cusClosed {
  background: #f5f5f5 !important;
  color: #555 !important;
}

.filters-container-gn .ant-picker {
  font-size: 12px;
  border: 1px solid #e3e3e3;
  height: 35px !important;
  border-radius: 7px !important;
}
.filters-container-gn .ant-picker-input > input {
  font-size: 12px;
}
.self-align-right {
  margin: 0 0 0 auto;
}
.alignRight{text-align: right;}

.titleContent h2 {
  font-size: 18px;
  font-weight: 500;
  color: #0f0f0f;
  margin-bottom: 6px;
}
.smallLightText {
  color: #8f8f8f;
  font-size: 12px;
  margin-bottom: 0;
}
.sectionTitleWrap {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.titleButtons {
  display: flex;
  gap: 5px;
}
.defaultBtn i {
    font-size: 20px !important;
    font-style: normal;
    margin-top: -3px;
}
.defaultBtn i:has(i.fa) {
    font-size: inherit !important;
    font-style: normal;
    margin-top: 0px;
}
.defaultBtn i.fa {
  font-size: 13px !important;
  color: #797979 !important;
  margin-right: 0 !important;
}
.pb-6 {
  padding-bottom: 6px;
}
.mb-0 {
  margin-bottom: 0px !important;
}

.dashboardCardsWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dashboardCardsInner {
  background: #f8f8fa;
  border: 1px solid #eeedf0;
  padding: 4px;
  width: 16%;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
.dashboardCardsCol:nth-child(1) {
  background: #ffffff;
  border-radius: 9px;
  padding: 16px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.dashboradCardContent p {
  color: #7c7c7c;
  font-size: 14px;
  margin-bottom: 5px;
}
span.cardValue {
  display: block;
  font-size: 22px;
  color: #191919;
  font-weight: 600;
  line-height: 22px;
}
.dashboradCardContent img {
  height: 36px;
  width: auto;
  background: #ffffff;
  padding: 9px;
  border-radius: 9px;
  box-shadow: 0px 0px 10px #e3e3e3;
}
.dashboardCardsCol span.smallLightText {
  display: block;
  padding: 0px 10px 8px 10px;
}
.smallLightText b {
  color: #000000;
}
.ant-picker:hover,
.ant-picker-focused {
  border-color: #b5b5b5 !important;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner,
.ant-picker-focused,
input.ant-input:focus,
input.ant-input-focused,
input.ant-input:hover,
.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.auditDT input.form-control:hover,
.ant-select:not(.ant-select-disabled):hover .ant-select-selector,
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #b5b5b5 !important;
}
button.account-btn {
  gap: 8px;
}
img.profile-img {
  height: 25px;
  width: 25px;
  object-position: center;
  object-fit: cover;
  border-radius: 50%;
}
button.account-btn i.fa {
  color: #636366;
  font-size: 16px;
}
.searchProfile {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ant-table-thead > tr > th {
  border-bottom: 0px solid #f0f0f0 !important;
}
.all-table-holder table {
  border-top: 0px solid #f0f0f0 !important;
}
li.ant-pagination-options {
  order: -1 !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 4px;
}
.ant-table-pagination.ant-pagination {
  margin: 0px 0 0px 0 !important;
}
.all-table-holder,
.table-count-area {
  padding: 16px 16px 2px 16px !important;
}
.ant-pagination-options::before {
  content: "Show";
  font-size: 14px;
  color: #555;
  margin-right: 8px;
}
li.ant-pagination-item,
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  color: #78829d !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  border: 0px solid #d9d9d9 !important;
}
.ant-pagination-item-active {
  background: #f2f3f7 !important;
  color: #000 !important;
  border: 0px !important;
}
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 7px !important;
  height: 32px;
  cursor: pointer !important;
}
.ant-select-show-search.ant-select:not(.ant-select-customize-input)
  .ant-select-selector
  input {
  cursor: pointer !important;
}
.filters-container-gn .ant-select-selector {
  border: 1px solid #e3e3e3 !important;
  min-height: 35px !important;
  border-radius: 9px !important;
  padding: 0 10px !important;
  font-size: 12px;
  cursor: pointer !important;
  height: auto !important;
}
.no-wrap {
  white-space: nowrap !important;
}
.menuActive img {
  filter: sepia(36%) hue-rotate(172deg) saturate(500%);
}
.menu .links {
  cursor: pointer;
}
.auditBackDateReasonRow,
.auditBackDateReasonRow a,
.auditBackDateReasonRow a span {
  background-color: #f5f5f5;
}
.ant-modal-title {
  font-size: 14px !important;
}
.ant-modal-header {
  padding: 16px 16px !important;
  border-bottom: 1px solid #e9e9e9 !important;
  border-radius: 8px 8px 0 0 !important;
  background: #fafafa !important;
}
.ant-modal-content {
  border-radius: 8px !important;
  background: #fafafa !important;
}
.ant-modal-body {
  padding: 0px !important;
}
.ant-modal-body .ant-form-item {
  margin-bottom: 0px !important;
}
.ant-select-multiple .ant-select-selection-search {
  margin-inline-start: 0px !important;
  line-height: 20px !important;
}
.ant-modal label {
  color: #6d7076 !important;
  font-size: 12px !important;
}
.addParametersBtn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  position: absolute !important;
  right: 0 !important;
  top: -25px !important;
  padding: 0 !important;
  color: #112c7d !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}
.parameters-container-wrap {
  padding-top: 16px;
  position: relative;
}
.deleteBtn {
  border: 0px !important;
  padding: 0 !important;
  float: right;
}
.ant-input {
  font-size: 12px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 7px !important;
  height: 32px;
}
.parameterFieldsWrap {
  margin-bottom: 10px;
}
.modalFooter {
  padding: 16px;
  border-top: 1px solid #ebeefa;
  margin: 0 !important;
}
.bodyWrapper {
  padding: 16px;
}
.modalBtns {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 6px;
}
.ant-modal:has(.addAuditForm) {
  width: 90% !important;
  max-width: 650px !important;
}

.ant-modal:has(.editAuditForm) {
  width: 90% !important;
  max-width: 850px !important;
}

.ant-input-number {
  font-size: 12px !important;
  height: 32px;
  border-radius: 7px !important;
  width: 100% !important;
}
img.tableProfile {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  object-fit: cover;
}
.firstCaps {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgb(230 230 230);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.profileText {
  display: flex;
  align-items: center;
  gap: 8px;
}
.firstAgent {
  background: #ffe2e2;
  color: #a50a0a;
}
span.firstSupervisor {
  background: #efe2ff;
  color: #310aa5 !important;
}
.defaultGreyBtn {
  background: #f1f1f1 !important;
  border: 1px solid #e0e0e0 !important;
  color: #1a1a1a !important;
  box-shadow: none !important;
}
.defaultGreyBtn:hover {
  background: #dddddd !important;
}
.editAuditForm .addParametersBtn {
  right: 16px !important;
}
.drgdrp-form-innerContainer {
  margin-bottom: 0;
  border-bottom: 1px solid #ececec;
  padding: 10px 0px;
}
.drgdrp-form-innerContainer {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
div.drgdrp-form-innerContainer .text__area {
  width: 100%;
  border-radius: 9px;
  padding: 10px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid #d0d0d0;
}
.drgdrp-form-outerContainer .status {
  margin-top: 10px;
}
.editAuditForm .parameters-container-wrap {
  padding: 16px;
}
.pb-16 {
  padding: 16px !important;
}
.plr-16 {
  padding: 0px 16px;
}
.performAuditForm .ant-select {
  font-size: 12px;
  width: 100%;
}
.performAuditForm .ant-picker,
.ant-picker {
  font-size: 12px !important;
  width: 100% !important;
  border-radius: 7px !important;
  height: 32px !important;
}
.performAuditForm .ant-picker-input > input,
.ant-picker-input > input {
  font-size: 12px !important;
}
.performNewAudits {
  padding: 16px;
}
.performAuditForm label {
  font-weight: 500;
  margin-bottom: 10px;
  color: #6d7076;
}
.performAuditForm .formtitle {
  font-weight: 500;
}
.ant-modal-footer {
  padding: 16px 16px !important;
}
.ant-table-ping-left:not(.ant-table-has-fix-left)
  > .ant-table-container::before,
.ant-table-ping-right:not(.ant-table-has-fix-right)
  > .ant-table-container::after {
  box-shadow: none !important;
}
/* Target the entire scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track (background of scrollbar) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}
.ant-tabs-tab {
  font-size: 13px;
  color: #6d6f7e;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #000000 !important;
  text-shadow: 0 0 0.25px rgb(0 0 0) !important;
}
.ant-tabs-ink-bar {
  background: #000000 !important;
  height: 1.5px !important;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active,
.ant-tabs-tab:hover {
  color: #000000 !important;
}
.ant-select {
  font-size: 12px !important;
}
.feedback-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  padding: 16px;
  border-bottom: 1px solid #eaeaea;
  justify-content: space-between;
  align-items: center;
}
.feedbackboxInner {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  border-bottom: 0px solid #eaeaea;
  width: 75%;
}
.feedback-box {
  background: #f6eeff;
  width: 32%;
  padding: 14px 16px;
  border-radius: 10px;
}
.feedback-box.noFeedback {
  background: #ffeeee;
  background-image: url(../../sentFeedback.svg);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: right -1px bottom -3px;
}

.feedback-box.sentFeedback {
  background: #f6eeff;
  background-image: url(../../revertFeedback.svg);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: right -3px bottom;
}
.feedback-box.revertFeedback {
  background: #f1ffee;
  background-image: url(../../noFeedback.svg);
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: right 5px bottom;
}
.feedback-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}
.ant-table-content {
  overflow: auto hidden;
}

td > span.sv-string-viewer::after {
  content: "*";
  color: #e60a3e;
}

.align-items-center {
  align-items: center;
}

/* .site-layout {
  margin-top: -24px;
}

.scrollbar {
  width: 100vw;
  overflow-y: auto;
  height: 70vh;
  margin-bottom: 25px;
}
.single-page .scrollbar .text11 {
  display: block;
  margin: 24px 0 0;
}
.auditFormsDetailsRS .scrollbar .text11 {
  font-size: 16px;
}
.table-count-area .count-inner {
  padding: 7px;
}


.all-content .table-count-area {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9c9fa0;
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
}


.all-content {
  position: relative;
}

.ant-form-item-label
  > label.ant-form-item-required:not(
    .ant-form-item-required-mark-optional
  )::before {
  content: "" !important;
}
.ant-form-item-label
  > label.ant-form-item-required:not(
    .ant-form-item-required-mark-optional
  )::after {
  display: inline-block;
  color: #b22d2b;
  line-height: 1;
  content: " *";
} */
label.formCusLabel {
  color: #6d7076 !important;
  margin-bottom: 8px;
}
.cusFormTitle {
  font-weight: 500;
}
.details-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.details-inner {
  width: 49%;
}
.readonly-field {
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px !important;
  border: 1px solid #d9d9d9;
  background-color: #eee;
  color: #a7a7a7;
  border-radius: 7px;
  cursor: not-allowed;
}
.optionRow {
  display: flex;
  margin-bottom: 15px;
  gap: 5px;
}
.optionRow:last-child {
  margin-bottom: 0;
}
h5.question-title {
  font-size: 14px;
  margin-bottom: 20px;
}
.auditFormTitlebar {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  border-bottom: 0.5px solid #e0e0e0;
}
.auditFormTitlebar h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
ul.auditedDetails {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}
ul.auditedDetails li {
  display: flex;
  align-items: center;
  gap: 6px;
}
ul.auditedDetails img {
  height: 25px;
  width: 25px;
  object-fit: cover;
  border-radius: 50%;
}
.auditFormsDetailsRS h3 {
  font-size: 15px;
  margin-bottom: 20px;
}
.auditFormsWrapperCol:nth-child(1) .ant-divider {
  display: none !important;
}
.questionText {
  font-weight: 500;
  margin-bottom: 12px;
}

.cusComprehensiveForm .ant-divider-horizontal {
  display: none;
}
.auditFormField {
  margin-bottom: 30px;
}

.max500 {
  max-width: 500px !important;
}
span.greyBackground {
  background: #f7fbfe;
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid #e2e4e9;
}
.auditedVInfo {
  height: auto;
  display: flex;
  justify-content: end;
  padding: 7px 16px 0px 16px;
  align-items: center;
  border-top: 0.5px solid #e0e0e0 !important;
  position: sticky;
  bottom: 0px;
  background: #ffffff;
  z-index: 10;
  width: 100%;
  border-radius: 0;
  border: 0px;
}
.auditedVInfo .scoreInfo.bottom-users img {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
.auditFormsWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.auditFormsWrapperCol:nth-child(1) {
  width: 63%;
  border-right: 0.5px solid #e0e0e0 !important;
  padding: 16px 16px 16px 0px;
}
.auditFormsWrapperCol:nth-child(2) {
  width: 37%;
  padding: 16px 0px 16px 16px;
  font-size: 13px !important;
}
.ant-form-item,
.ant-form label {
  font-size: 13px;
}
.ant-form-item .questionWrap {
  font-size: 13px !important;
}
.all-options label {
  color: #727272;
  font-size: 13px !important;
}
span.color-grey {
  color: #63656a;
}
.auditFormsWrapperCol:nth-child(2) img {
  margin-right: 5px;
  margin-top: -2px;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #112c7d !important ;
}
.ant-radio-inner {
  /* width: 13px !important;
    height: 13px !important; */
}
.ant-radio-checked .ant-radio-inner:after {
  background-color: #112c7d;
}

.ant-radio:hover .ant-radio-inner {
  border-color: #112c7d;
}
.auditProfileImage {
  width: 22px;
  border-radius: 50%;
}
.logoWrap {
  max-width: 600px;
  margin: 30px auto 0 auto !important;
  border: 0px solid #f3f3f3;
  padding: 0px 0px;
  border-radius: 20px;
  box-shadow: 0px 1px 10px #e6e6e6;
}
.importBulkDataWrap {
  max-width: 500px;
  margin: 30px auto 0 auto !important;
  border: 0px solid #f3f3f3;
  border-radius: 20px;
  box-shadow: 0px 1px 10px #e6e6e6;
}
.fileUploadFieldsInnerContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  padding: 36px 16px 16px 16px;
}
.importBulkDataWrap select {
  width: 100%;
  height: 35px;
  border-radius: 7px;
  padding: 0px 6px;
  border: 1px solid #d9d9d9;
}
.settingsButtons {
  display: flex;
  gap: 6px;
  justify-content: end;
  width: 100%;
  border-top: 1px solid #ececec;
  padding: 16px;
}
.formContainerWrap {
  width: 100%;
  padding: 26px 16px 0px 16px;
}
.cusClientEscalationDetails {
  column-count: 2;
}
.cusClientEscalationDetails .form-section {
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.cusClientEscalationDetails .form-section-title {
  font-size: 16px;
  margin-bottom: 0px;
  border-bottom: 0px solid #dddddd;
  padding: 12px 16px;
  background: #efefef;
  border-radius: 4px 4px 0px 0px;
}
.cusClientEscalationDetailsWrap.pb-16 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  border: 1px solid #eee;
  border-radius: 0px 0px 6px 6px;
  background: #fbfbfb;
}
.cusClientEscalationDetailsWrap .form-item {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px;
  width: 49%;
}
.cusClientEscalationDetailsWrap .form-label {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.6);
}
span.labelsCharts h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #0a112f;
}
.departmentAuditScore {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}
span.labelsCharts {
  padding: 0px 8px;
}
span.labelsCharts span {
  font-size: 12px;
  color: #70707a;
}
.dashboardGraphWrap .card {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 16px !important;
}
/* Target the entire scrollbar */

.chartDropdownMenu {
  position: absolute;
  top: -27px;
  right: 0;
}
.chartDropdownMenuItems {
  position: absolute;
  right: 0px;
  top: 100%;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(239 239 239);
  z-index: 1000;
  min-width: 180px;
  border-radius: 8px;
}
.dropdown-item {
  cursor: pointer;
}
.chartDropdownMenuItems .dropdown-item {
  font-size: 12px;
}
.chartDropdownMenuItems .dropdown-item i.fa {
  font-size: 11px;
}
.custom-tooltip {
  background: #fff;
  padding: 10px 10px;
  box-shadow: 0px 0px 15px #dcdcdc;
  border-radius: 6px;
  font-size: 12px;
}
.tooltip-value {
  background: #f4f4f5;
  padding: 2px 10px;
  border-radius: 5px;
  margin-top: 3px;
}
.tooltip-title {
  color: #70707a;
  font-size: 11px;
}
.tooltip-value span {
  font-weight: 600;
}

.surveyCom-container {
  background: #f2f6ff;
  background-image: url(../../backgroundPattern.svg);
  padding: 20px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 350px;
  min-height: 100vh;
}
.surveyCom-container.feedBackPreview {
  min-height: calc(100vh - 80px);
  background: #fff;
  background-image: none !important;
}
.survey.feedback {
  min-height: calc(100vh - 76px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.survey .surveyContentWrap h4 {
  font-size: 18px;
}
.surveyContentWrap p {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 25px;
}
.survey .content-holder {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  text-align: center;
  width: 610px;
  background: #fff;
}
.survey .content-holder h3 {
  border-bottom: 1px solid #eaeaea;
  padding: 20px 10px;
  font-size: 25px;
  font-weight: 500;
  color: #112c7d;
  margin-bottom: 0;
}
.survey button.feedbackbutton {
  color: #fff;
  padding: 10px 20px;
  border: none;
  margin: 20px 0 0 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  background-color: #000;
  cursor: pointer;
}

.feedBackPreview .backContainer,
.auditViewPreview .backContainer {
  border-bottom: 0.5px solid #e0e0e0;
  padding: 17px 18px;
  background-color: #ffffff;
}

.feedBackPreview .backContainer .text11,
.auditViewPreview .backContainer .text11 {
  line-height: normal;
  color: #ffffff;
  background: #b22d2b;
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5.5px;
  padding: 4px 15px;
}
.survey .surveyContentWrap {
  padding: 30px 10px 40px 10px;
  width: 370px;
  margin: 0 auto;
}
.selfCenterBtn {
  margin: 0 auto;
}
.form-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 0px !important;
  font-weight: 500;
}
.form-value {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.internalErrorRca .form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  padding: 16px;
  background: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 0px 0px 6px 6px;
}
.internalErrorRca.details-container {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  justify-content: space-between;
}
.internalErrorRca .form-section {
  padding: 0px;
  border-radius: 7px;
  box-shadow: none;
  background-color: #fff;
  width: 49.5%;
}
.internalErrorRca .form-item {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px;
}
.internalErrorRca .form-section-title {
  font-size: 16px;
  margin-bottom: 0px;
  border-bottom: 0px solid #dddddd;
  padding: 12px 16px;
  background: #efefef;
  border-radius: 4px 4px 0px 0px;
}
.cusAuditCol {
  width: 49%;
}
.maintenceInnerContainer {
  background: #fff;
  width: 100%;
  max-width: 600px;
  padding: 15px 0px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px #e4e4e4;
}
h2.maintenceInnerHeader {
  font-size: 18px;
  padding: 0px 20px 15px 20px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
}
.maintenceInnerBody {
  padding: 20px 20px 20px 20px;
}
.maintenceInnerBody p {
  margin-bottom: 0;
  font-size: 16px;
}
.maintenceInnerBody h3 {
  font-size: 20px;
}
.right-buttons button.defaultBtn.download-button {
  position: absolute;
  right: 0;
  z-index: 9;
  top: -59px;
}

/* Force dropdown arrow in multiple select */
/* .force-arrow.ant-select-multiple .ant-select-arrow {
  display: block !important;
  opacity: 1 !important;
  pointer-events: none; 
} */
.filters-container-gn .ant-select-multiple .ant-select-arrow {
  display: block !important;
  opacity: 1 !important;
  font-size: 11px;
}
p.leftContent {
  margin: 0;
  position: absolute;
  top: 46%;
  rotate: -90deg;
  font-weight: 600;
  left: 5px;
}
p.bottomContent {
  margin: 0;
  position: absolute;
  bottom: 15px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.clientAuditScore {
  padding: 10px 0px 30px 30px;
}
.auditCountTable-outer-container .ant-table-wrapper {
  clear: both;
  max-width: 100%;
  width: 100%;
}
.transactionDuplicateReason .ant-row {
  flex-direction: column;
  padding: 16px;
}
.transactionDuplicateReason label::after {
  display: none;
}
.revokeConfirmModal .ant-modal-content {
  padding: 0 !important;
}
.revokeConfirmModal .ant-modal-confirm-body {
  display: block;
}
.revokeConfirmModal .anticon {
  display: none !important;
}
.revokeConfirmModal .ant-modal-confirm-paragraph {
  width: 100% !important;
  max-width: 100% !important;
}
.revokeConfirmModal span.ant-modal-confirm-title {
  padding: 16px;
  border-bottom: 1px solid #eeeeee;
}
.revokeConfirmModal .ant-modal-confirm-content {
  padding: 10px 16px 16px 16px;
  margin: 0 !important;
}
.revokeConfirmModal .ant-modal-confirm-btns {
  border-top: 1px solid #eeeeee;
  padding: 11px 16px;
  display: flex;
  justify-content: end;
  margin: 0 !important;
}
.revokeConfirmModal .defaultWhiteBtn:hover {
  background: #f3f3f3 !important;
  color: #000 !important;
  border: 1px solid #e9e8e8 !important;
}
.noChartData {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.noChartData img {
  height: 50px;
}

.noChartData p {
  color: #cac9c9;
}
form.add-custom-form {
  max-width: 900px;
  margin: 30px auto 0 auto !important;
  border: 0px solid #f3f3f3;
  padding: 0px 0px;
  border-radius: 20px;
  box-shadow: 0px 1px 10px #e6e6e6;
}
.add-custom-form-footer {
  border-top: 1px solid #ebebeb;
}
.ant-modal-content
  .ant-select-multiple.ant-select-lg
  .ant-select-selection-item {
  height: 22px;
  line-height: 20px;
  font-size: 10px;
}
.ant-modal-content .ant-select-multiple .ant-select-selection-item-remove {
  height: 20px;
}
.ant-modal-content .ant-select-selection-overflow {
  display: inline-block;
  flex: unset;
  width: fit-content !important;
}
.ant-modal-content
  .ant-select-multiple.ant-select-lg
  .ant-select-selection-search-input,
.ant-modal-content
  .ant-select-multiple.ant-select-lg
  .ant-select-selection-search-mirror {
  height: 23px;
  line-height: 20px;
}

.ant-modal-content .ant-select-status-success .ant-select-selector {
  min-height: 32px;
  height: auto !important;
}
/*Custom code by GN End*/

/*Responsive Css Styling*/

@media only screen and (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1321px) {
  ul.ant-pagination {
    position: fixed;
    bottom: 8px;
    width: calc(100% - 265px);
    background: #ffffff;
    right: 7px;
    border-radius: 0px 0px 11px 11px;
    padding: 16px 16px 16px 16px;
    border-bottom: 1px solid #e9ebf1;
    border-left: 1px solid #e9ebf1;
    border-right: 1px solid #e9ebf1;
  }
  .ant-table-wrapper:has(.ant-pagination) .ant-table {
    padding-bottom: 52px !important;
  }
  div.drgdrp-form-innerContainer .text__area {
    min-width: 220px;
  }
}
@media only screen and (max-width: 1550px) {
  .dashboardCardsInner {
    width: 32.5%;
  }
  .dashboardCardsWrap {
    row-gap: 16px;
  }
}
@media only screen and (max-width: 1320px) {
  div .main-sign-out {
    padding: 5px 12px;
  }
  .sidenav.open a.links {
    padding: 15px 0px 15px 30px;
  }
  div .top-header {
    padding: 0px 20px;
  }
  .right-side {
    width: calc(100% - 0px);
    min-height: 100vh;
  }

  .right-side.right-side-open {
    width: calc(100% - 240px);
  }

  .sidenav {
    width: 0 !important;
    opacity: 0;
  }
  .sidenav.open {
    width: 280px !important;
    opacity: 1;
    /* position: fixed; */
    z-index: 99;
  }
  .hamburger {
    display: block;
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
  }
  .logo-img {
    width: 100px !important;
  }
  .top-header .qcc_logo {
    font-size: 20px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1024px) {
  .dashboardCardsInner {
    width: 32.5%;
  }
  .dashboardCardsWrap {
    row-gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .dashboardCardsInner {
    width: 49%;
  }
  .auditFormsWrapperCol:nth-child(1) {
    width: 100%;
    border-right: 0px solid #e0e0e0 !important;
  }
  .auditFormsWrapperCol:nth-child(2) {
    width: 100%;
    padding: 16px 0px 16px 0px;
  }
  .cusClientEscalationDetails {
    column-count: 1;
  }
  .cusClientEscalationDetailsWrap .form-item {
    width: 100%;
  }
  .internalErrorRca .form-section {
    width: 100%;
  }
  .internalErrorRca.details-container {
    row-gap: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .details-wrap {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .details-inner {
    width: 100%;
  }
  .survey .content-holder {
    width: 100%;
  }
  .survey .surveyContentWrap {
    width: 100%;
    padding: 30px 20px 40px 20px;
  }
  .departmentAuditScore {
    gap: 0px;
  }
  .feedback-box {
    width: 100%;
  }
  .feedbackboxInner {
    row-gap: 10px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .dashboardCardsInner {
    width: 100%;
  }
  .feedbackboxInner {
    gap: 0%;
    width: 100%;
  }
  .feedback-boxes {
    row-gap: 10px;
  }
}
