body {
  margin: 0;
  height: 100vh;
  font-family: "Inter", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
}
.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: red; */
    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 25px;
}
.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 .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%
  );
}
.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;
}
.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: 7px 12px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    line-height: 1;
    border-radius: 7px;
    border: 1px solid #f0f2f3;
    min-width: 70px;
    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;
}

.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;
    margin-right: 4px;
    font-style: normal;
    margin-top: -3px;
}
.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: 30px;
    width: 30px;
    object-position: center;
    object-fit: cover;
}
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;
    height: 35px !important;
    border-radius: 9px !important;
    padding: 0 10px !important;font-size: 12px;cursor: pointer !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;
}
.feedback-box {
    background: #F6EEFF;
    width: 24%;
    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: 27px;
    width: 27px;
    object-fit: cover;
}
.auditFormsDetailsRS h3 {
    font-size: 15px;
    margin-bottom: 20px;
}
.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: space-between;
    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;
}
.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: 1px solid #ddd;
    padding: 12px 16px;
    background: #d8d8d8;
    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;
}
.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, .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: 25px !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;
}
.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;
}
.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;
}

.surveyCom-outer-container {
  background: #1ab7fa;
  margin-top: 20px;
}

.surveyCom-inner-container div:first-child {
  text-align: center;
  color: white;
  font-size: 38;
}

.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;
}
/*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 {
    padding-bottom: 52px !important;
}
div.drgdrp-form-innerContainer .text__area {
    min-width: 220px;
}
}
@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%;
}
}

@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;
}
}
@media only screen and (max-width: 480px) {
    .dashboardCardsInner {
        width: 100%;
    }
}