.ka {
  overflow: hidden;
  background-color: white;
  font-size: 14px;
  display: flex;
  flex-direction: column;
}

.ka-table-wrapper {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

.ka-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.ka-thead-background {
  background-color: #F1F5F7;
}

.ka-thead-cell-height {
  box-sizing: border-box;
  height: 47px;
}

.ka-thead-fixed {
  position: sticky;
}

.ka-thead-row:nth-child(1) .ka-thead-fixed {
  top: 0px;
}

.ka-thead-row:nth-child(2) .ka-thead-fixed {
  top: 47px;
}

.ka-thead-row:nth-child(3) .ka-thead-fixed {
  top: 94px;
}

.ka-thead-row:nth-child(4) .ka-thead-fixed {
  top: 141px;
}

.ka-thead-row:nth-child(5) .ka-thead-fixed {
  top: 188px;
}

.ka-thead-row:nth-child(6) .ka-thead-fixed {
  top: 235px;
}

.ka-thead-cell {
  padding: 15px 20px;
  color: #747D86;
}

.ka-thead-cell-wrapper {
  display: flex;
}

.ka-thead-cell-content-wrapper {
  width: 100%;
}

.ka-thead-cell-content {
  width: 100%;
}

.ka-tbody {
  height: 100%;
}

.ka-thead-cell, .ka-cell {
  text-align: left;
}

.ka-cell {
  padding: 8px 20px;
  line-height: 29px;
  color: #353C44;
}

.ka-tree-cell {
  display: flex;
}

.ka-icon {
  font-weight: 100;
  font-size: 10px;
  font-family: "icons";
}

.ka-input {
  max-width: 100%;
  border: 1px solid;
}

.ka-cell-editor-validation-error .ka-input {
  background: #FFE7E7;
  border: 1px solid #FF0C0C;
}

.ka-validation-message-container {
  position: absolute;
}

.ka-validation-message {
  font-size: 12px;
  color: white;
  background-color: #FF0C0C;
  padding: 0 10px;
  max-width: 200px;
}

.ka-empty-cell {
  width: 40px;
  min-width: 40px;
}

.ka-tree-empty-space {
  width: 20px;
}

.ka-tr {
  width: 100%;
}

.ka-no-data-row {
  height: 100px;
  text-align: center;
}

.ka-row {
  box-sizing: border-box;
  border-bottom: 2px solid #F9FBFC;
  border-top: 2px solid #F9FBFC;
}

.ka-dragged-row {
  opacity: 0.5;
}

.ka-drag-over-row {
  box-shadow: inset 0 7px 0px -4px #e1ebf0;
}

.ka-dragged-row ~ .ka-drag-over-row {
  box-shadow: inset 0 -7px 0px -4px #e1ebf0;
}

.ka-drag-over-column {
  box-shadow: inset 7px 0 0px -4px #e1ebf0;
}

.ka-dragged-column ~ .ka-drag-over-column {
  box-shadow: inset -7px 0 0px -4px #e1ebf0;
}

.ka-row-selected {
  background-color: #F7FcFd;
}

.ka-group-row {
  background-color: #F9FBFC;
  box-sizing: border-box;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.ka-group-cell {
  padding: 8px 10px;
}

.ka-group-cell-content {
  display: flex;
  align-items: center;
}

.ka-icon-group-arrow {
  padding: 7px 5px 7px 10px;
  margin-right: 5px;
  cursor: pointer;
}

.ka-group-panel {
  display: flex;
}

.ka-group-panel-cell {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.ka-group-panel-cell-remove {
  cursor: pointer;
  color: #b8bdc2;
  display: flex;
  fill: currentColor;
}

.ka-group-panel-text {
  color: #747D86;
  margin: 30px 20px;
}

.ka-icon-tree-arrow {
  padding: 0 10px 0 10px;
  margin-left: -10px;
  cursor: pointer;
}

.ka-icon-sort {
  margin-left: 3px;
}

.ka-icon-sort-arrow-up {
  color: #687078;
  fill: currentColor;
  position: relative;
  top: 1px;
}

.ka-icon-sort-arrow-down {
  color: #687078;
  fill: currentColor;
  position: relative;
  top: 1px;
}

.ka-pointer {
  cursor: pointer;
}

.ka-filter-row-cell {
  padding: 0 20px 15px 20px;
}

.ka-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5333333333);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ka-loading-active {
  position: relative;
}

.ka-loading-icon {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: ka-loading-animation 1s linear infinite alternate;
  position: relative;
  left: -20px;
}

.ka-thead-cell-resize {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 2px;
  cursor: col-resize;
  background-color: #d7e4eb;
  position: relative;
  left: 19px;
}

.ka-thead-cell-resize:active:after {
  content: "";
  display: block;
  position: fixed;
  cursor: col-resize;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ka-thead-background {
  z-index: 1;
}

.ka-summary-cell {
  padding: 12px 20px;
}

@keyframes ka-loading-animation {
  0% {
    background-color: rgb(116, 125, 134);
    box-shadow: 20px 0px 0px 0px rgba(116, 125, 134, 0.2), 40px 0px 0px 0px rgba(116, 125, 134, 0.2);
  }
  25% {
    background-color: rgba(116, 125, 134, 0.4);
    box-shadow: 20px 0px 0px 0px rgb(116, 125, 134), 40px 0px 0px 0px rgba(116, 125, 134, 0.2);
  }
  75% {
    background-color: rgba(116, 125, 134, 0.4);
    box-shadow: 20px 0px 0px 0px rgba(116, 125, 134, 0.2), 40px 0px 0px 0px rgb(116, 125, 134);
  }
  100% {
    box-shadow: none;
  }
}
.ka-loading-text {
  margin-top: 15px;
  color: #353C44;
}

.ka-paging-sizes-active {
  display: flex;
  justify-content: space-between;
}

.ka-paging-pages, .ka-paging-sizes {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0 10px;
  margin: 0;
}

.ka-paging-pages {
  justify-content: flex-end;
}

.ka-paging-page-index, .ka-paging-size {
  cursor: pointer;
  padding: 5px;
  margin: 10px 5px;
  min-width: 18px;
  border-radius: 50%;
  text-align: center;
  color: #747D86;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ka-paging-page-index-active, .ka-paging-size-active {
  background-color: #F1F5F7;
  font-weight: bold;
  color: #747D86;
}

.ka-popup {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  color: #747D86;
  padding: 15px 20px;
  position: absolute;
  text-align: center;
  width: 245px;
  max-height: 325px;
  overflow-y: auto;
  z-index: 1000;
}

.ka-popup-content-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F9FBFC;
}

.ka-popup-content-item-value {
  padding: 8px 20px;
}

.ka-header-filter-button-icon {
  font-size: 16px;
  position: absolute;
  top: -1px;
  color: #51575d;
  fill: currentColor;
}

.ka-header-filter-button {
  margin-left: 3px;
  position: relative;
}

.ka-header-filter-button-has-value {
  font-weight: bold;
}._closeIcon_1ldhu_1 {
  cursor: pointer;
}

._dividerSectionWrapper_1ldhu_5 {
  margin: 0px 15px 0px 20px;
}

._warningModel_1ldhu_9 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}._consentPage_qhkpk_1 {
  font-family: "Lato";
}
._consentPage_qhkpk_1 ._addBtn_qhkpk_4 {
  margin-bottom: 24px;
}

._templateLink_qhkpk_8 {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline !important;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}

._loader_qhkpk_16 {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5411764706);
  z-index: 2;
  align-items: center;
  justify-content: center;
}

._consentTypeDropdown_qhkpk_29 {
  width: auto;
}

._alertbar_qhkpk_33 {
  position: absolute;
  left: -100px;
  transition: 1s;
  z-index: 9999;
  width: 300px;
  -webkit-animation: _slide_qhkpk_1 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: _slide_qhkpk_1 0.5s forwards;
  animation-delay: 2s;
}

._alertbar_qhkpk_33._show_qhkpk_45 {
  left: 0;
}._consentPage_1dxn7_1 {
  font-family: "Lato";
}
._consentPage_1dxn7_1 ._addBtn_1dxn7_4 {
  margin-bottom: 24px;
}

._templateLink_1dxn7_8 {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline !important;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}

._loader_1dxn7_16 {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5411764706);
  z-index: 2;
  align-items: center;
  justify-content: center;
}._consentPage_1dxn7_1 {
  font-family: "Lato";
}
._consentPage_1dxn7_1 ._addBtn_1dxn7_4 {
  margin-bottom: 24px;
}

._templateLink_1dxn7_8 {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline !important;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}

._loader_1dxn7_16 {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5411764706);
  z-index: 2;
  align-items: center;
  justify-content: center;
}/* colors */
/* media query */
._chatHistoryIcon_1k832_3 {
  margin-top: -20px;
}

._boxwrapper_1k832_7 {
  display: flex;
  margin-left: auto;
}

._linkContent_1k832_12 {
  font-weight: 700;
  font-size: 16px;
  font-family: "Lato";
  color: #008369;
  margin-left: 7px;
  text-decoration-line: underline;
}

._border_1k832_21 {
  border-bottom: 1px solid var(--border-default, #a5a4a4);
}._headerFont_1tj09_1 {
  color: var(--text-default, #1d1d1d);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  overflow-wrap: anywhere;
  padding-right: 10px;
  /* body/medium/xsmall */
  font-family: var(--font-family-2, "Lato");
  font-size: var(--font-size-1, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-16, 16px); /* 133.333% */
  letter-spacing: var(--body-tracking, 0px);
  word-break: break-word;
}
@media (max-width: 600px) {
  ._headerFont_1tj09_1 {
    font-size: 10px; /* Larger font size for smaller screens */
  }
}
@media (min-width: 1200px) {
  ._headerFont_1tj09_1 {
    font-size: 16px; /* Smaller font size for larger screens */
  }
}._tableFooter_px153_1 {
  display: flex;
  border-top: 1px solid var(--brand-neutral-100, #d9d8d8);
}

._paginationContainer_px153_6 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
  min-width: 0;
}

._paginationContent_px153_15 {
  flex-shrink: 0;
  margin-right: 8px;
}

._pageDropdown_px153_20 {
  min-width: 60px;
  width: auto !important;
  max-width: 80px;
  flex-shrink: 1;
  margin: 0 8px;
}

._pagination_px153_6 {
  flex-shrink: 0;
  margin-left: 8px;
}._adminAccessWrapper_kpinh_1 ._searchBtnWraper_kpinh_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
._adminAccessWrapper_kpinh_1 ._searchBtnWraper_kpinh_1 ._createBtnWraper_kpinh_7 {
  margin-left: 20px;
}

._tableFooter_kpinh_11 {
  display: flex;
  border-top: 1px solid var(--brand-neutral-100, #d9d8d8);
}._confirmationModal_30vy6_1 {
  width: 600px;
  z-index: 1600;
  border-radius: 16px;
  box-shadow: 4px 8px 16px rgba(48, 48, 108, 0.32);
}

._headerTitle_30vy6_8 {
  padding: 20px;
}

._footer_30vy6_12 {
  padding: 20px;
}._confirmationModal_30vy6_1 {
  width: 600px;
  z-index: 1600;
  border-radius: 16px;
  box-shadow: 4px 8px 16px rgba(48, 48, 108, 0.32);
}

._headerTitle_30vy6_8 {
  padding: 20px;
}

._footer_30vy6_12 {
  padding: 20px;
}/* colors */
/* media query */
:root ._kfic2-textInput_16a2q_3 {
  width: 370px;
}

._dialogHeader_16a2q_7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 12px 20px;
}
._dialogHeader_16a2q_7 ._dialogHeaderText_16a2q_14 {
  height: 36px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #243d42;
}
._dialogHeader_16a2q_7 ._closeIcon_16a2q_23 {
  cursor: pointer;
}

._dialogBody_16a2q_27 {
  padding-bottom: 20px;
}
._dialogBody_16a2q_27 ._dialogHeaderText_16a2q_14 {
  height: 36px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #243d42;
  text-transform: capitalize;
}
._dialogBody_16a2q_27 ._errorMessage_16a2q_40 {
  padding-top: 8px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #eb0014;
}
._dialogBody_16a2q_27 ._errorMessageOneToOne_16a2q_49 {
  padding-top: 8px;
  padding-left: 16px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #eb0014;
}
._dialogBody_16a2q_27 ._kfnrStatus_16a2q_59 {
  padding-bottom: 20px;
}

._dividerSectionWrapper_16a2q_63 {
  margin: 0px 15px 0px 20px;
}

._dividerContentWrapper_16a2q_67 {
  margin: 5px 0px 15px 0px;
}

._dialogAction_16a2q_71 button {
  margin-right: 15px;
}

._noDataWrapper_16a2q_75 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

._textInput_16a2q_82 label {
  color: #243d42 !important;
}

._hiringProcessToggle_16a2q_86 {
  padding-top: 20px;
  padding-left: 26px;
}
._hiringProcessToggle_16a2q_86 span {
  font-family: "Gotham" !important;
  font-weight: bold !important;
  font-size: 16px !important;
}._kfeditorWrap_tyl1r_1 {
  width: 100%;
  min-height: 200px;
  margin-bottom: 45px;
}
._kfeditorWrap_tyl1r_1 ._innerWrap_tyl1r_6 {
  height: 100%;
}

._errorMessage_tyl1r_10 {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f9445e;
  padding-top: 3px;
}

._infoMessage_tyl1r_20 {
  width: 100%;
  text-align: right;
}
._infoMessage_tyl1r_20 p {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}._kfeditorWrap_tyl1r_1 {
  width: 100%;
  min-height: 200px;
  margin-bottom: 45px;
}
._kfeditorWrap_tyl1r_1 ._innerWrap_tyl1r_6 {
  height: 100%;
}

._errorMessage_tyl1r_10 {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f9445e;
  padding-top: 3px;
}

._infoMessage_tyl1r_20 {
  width: 100%;
  text-align: right;
}
._infoMessage_tyl1r_20 p {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}/* colors */
/* media query */
:root ._kfic2-textInput_1bovl_3 {
  width: 370px;
}

._dialogHeader_1bovl_7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 12px 20px;
}
._dialogHeader_1bovl_7 ._dialogHeaderText_1bovl_14 {
  height: 36px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #243d42;
}
._dialogHeader_1bovl_7 ._closeIcon_1bovl_23 {
  cursor: pointer;
}

._dialogBody_1bovl_27 {
  padding-left: 20px;
  padding-bottom: 20px;
}
._dialogBody_1bovl_27 ._previewButton_1bovl_31 {
  margin-top: 25px;
}
._dialogBody_1bovl_27 ._formLabel_1bovl_34 {
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: "#243d42";
  transform: none;
  position: unset;
  margin-bottom: 4px;
}
._dialogBody_1bovl_27 ._fileNameText_1bovl_44 {
  color: #008369 !important;
  font-weight: 800;
}
._dialogBody_1bovl_27 ._instructionText_1bovl_48 {
  padding-top: 8px;
  font-size: 11px !important;
}
._dialogBody_1bovl_27 ._instructionText_1bovl_48 span {
  font-style: italic;
}
._dialogBody_1bovl_27 ._dataSync_1bovl_55 {
  margin-top: 34px;
}
._dialogBody_1bovl_27 ._toggleSpacing_1bovl_58 {
  margin-top: 10px;
}
._dialogBody_1bovl_27 ._useSourceToggleSpacing_1bovl_61 {
  margin-top: 20px;
}
._dialogBody_1bovl_27 ._checkboxLabel_1bovl_64 {
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 8px;
}
._dialogBody_1bovl_27 ._dataErrorMessage_1bovl_71 {
  color: #eb0014;
  font-family: "Lato";
  font-size: 12px;
  line-height: 22px;
}

._dividerSection_1bovl_78 {
  padding-top: 24px;
  margin-bottom: 15px;
}

._dialogAction_1bovl_83 button {
  margin-right: 15px;
}

._sourcingToggle_1bovl_87 span {
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: "Gotham" !important;
}

._errorText_1bovl_93 {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

._dataSyncModal_1bovl_102 {
  z-index: 1500;
}

._dataSyncModalDialog_1bovl_106 {
  box-shadow: 4px 8px 16px rgba(48, 48, 108, 0.32);
  border-radius: 16px;
  width: 630px;
  z-index: 1600;
}

._title_1bovl_113 {
  padding: 20px 10px 8px;
  padding-left: 40px;
}

._body_1bovl_118 {
  padding: 0 20px 20px;
}

._actions_1bovl_122 {
  padding: 0px 50px 20px;
}._dataSyncModal_1x41s_1 {
  z-index: 1500;
}

._dataSyncModalDialog_1x41s_5 {
  box-shadow: 4px 8px 16px rgba(48, 48, 108, 0.32);
  border-radius: 16px;
  width: 430px;
  z-index: 1600;
}

._title_1x41s_12 {
  padding: 20px 20px 8px;
}

._body_1x41s_16 {
  padding: 0 20px 20px;
}

._actions_1x41s_20 {
  padding: 0 20px 20px;
}._title_1g3ht_1 {
  padding: 24px;
}

._body_1g3ht_5 {
  padding: 0 24px 24px;
}

._actions_1g3ht_9 {
  padding: 0 24px 24px;
}._heading_kvaom_1 {
  color: var(--Input-text-label-filled, #1d1d1d);
  /* input/label-title */
  font-family: var(--font-family-2, "Gotham");
  font-size: var(--font-size-2, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-16, 16px); /* 114.286% */
  letter-spacing: var(--body-tracking, 0px);
}

._dataPicker_kvaom_12 {
  width: 500px;
}._dropdownFont_3ehu0_1 {
  color: var(--Input-text-label-filled, #1d1d1d);
  /* input/label-title */
  font-family: var(--font-family-2, Gotham);
  font-size: var(--font-size-2, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-16, 16px); /* 114.286% */
  letter-spacing: var(--body-tracking, 0px);
}._headingFont_kq7dl_1 {
  color: var(--brand-primary-700, #0c5040);
  /* heading/medium */
  font-family: var(--font-family-1, Gotham);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-40, 40px);
  /* 153.846% */
}

._box_kq7dl_12 {
  height: 100%;
}

._footerContainer_kq7dl_16 {
  display: flex;
  width: 100%;
  padding: var(--gap-default, 16px) var(--gap-xlarge, 32px);
  justify-content: flex-end;
  align-items: flex-start;
  bottom: 0 !important;
  border-top: 1px solid var(--brand-neutral-100, #d9d8d8);
  background: var(--surface-01, #fff);
}

._footerElements_kq7dl_27 {
  padding: var(--container-padding-small, 8px) var(--container-padding-default, 16px);
}

._customFont_kq7dl_31 {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-large, 24px);
  flex: 1 0 0;
  align-self: stretch;
  color: var(--text-default, #1d1d1d);
  /* body/regular/medium */
  font-family: var(--font-family-1, Gotham);
  font-size: var(--font-size-3, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-24, 24px);
  /* 150% */
  letter-spacing: var(--body-tracking, 0px);
}

._editorButton_kq7dl_51 {
  border-radius: 8px 0px 0px 8px !important;
  border-right: none;
  outline: none;
}

._previewButton_kq7dl_57 {
  border-radius: 0px 8px 8px 0px !important;
  border-left: none;
  outline: none;
}

._selectedButton_kq7dl_63 {
  border: 1px solid var(--Aqua-700, #0c5040);
  outline: none;
  color: #f6faff;
  background: var(--brand-secondary-700, #0c5040);
}

._selectedButton_kq7dl_63:hover {
  background: #00c39b;
  color: #000;
}

._unselectedButton_kq7dl_75 {
  color: #000;
  border: 1px solid var(--Aqua-700, #0c5040);
  background: var(--brand-secondary-25, #fff);
}

._unselectedButton_kq7dl_75:hover {
  background: #00c39b;
  color: #000;
}

._disabled_kq7dl_86 {
  pointer-events: none;
  opacity: 0.4;
}

._custonFieldFont_kq7dl_91 {
  color: var(--text-default, #1d1d1d);
  text-align: center;
  /* body/regular/xsmall */
  font-family: var(--font-family-2, "Gotham");
  font-size: var(--font-size-1, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-16, 16px);
  /* 133.333% */
  letter-spacing: var(--body-tracking, 0px);
}

._custonIcon_kq7dl_104 {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

._custonFieldTitle_kq7dl_112 {
  color: var(--text-default, #1d1d1d);
  /* heading/xsmall */
  font-family: var(--font-family-1, Gotham);
  font-size: var(--font-size-4, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-24, 24px);
  /* 133.333% */
}

._autoSave_kq7dl_123 {
  display: inline;
  font-weight: 400;
  padding-right: 16px;
  font-family: "Lato";
  padding-left: 12px;
}._titleFon_1pdbp_1 {
  color: var(--text-default, var(--brand-neutral-900, #1d1d1d));
  /* body/medium/medium */
  font-family: var(--font-family-2, "Gotham");
  font-size: var(--font-size-3, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--line-height-24, 24px); /* 150% */
  letter-spacing: var(--body-tracking, 0px);
}._flexContainer_of2ws_1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* Allow wrapping */
  overflow: hidden;
}

._flexText_of2ws_8 {
  flex: 1; /* Allow text to grow and fill available space */
  min-width: 0; /* Prevents text from overflowing the container */
  white-space: normal; /* Optional: if you don't want multi-line */
  word-wrap: break-word;
  color: var(--Input-text-label-filled, #1d1d1d);
  /* input/label-title */
  font-family: var(--font-family-2, "Gotham");
  font-size: var(--font-size-2, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-16, 16px); /* 114.286% */
  letter-spacing: var(--body-tracking, 0px);
}._flexContainer_w7sgx_1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* Allow wrapping */
  overflow: hidden;
}

._flexText_w7sgx_8 {
  flex: 1; /* Allow text to grow and fill available space */
  min-width: 0; /* Prevents text from overflowing the container */
  white-space: normal; /* Optional: if you don't want multi-line */
  word-wrap: break-word;
}._headingFont_tiiyq_1 {
  color: var(--brand-primary-700, #0c5040);
  /* heading/medium */
  font-family: var(--font-family-1, Gotham);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--line-height-40, 40px);
  /* 153.846% */
}

._box_tiiyq_12 {
  height: 100%;
}

._customFont_tiiyq_16 {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-large, 24px);
  flex: 1 0 0;
  align-self: stretch;
  color: var(--text-default, #1d1d1d);
  /* body/regular/medium */
  font-family: var(--font-family-1, Gotham);
  font-size: var(--font-size-3, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-24, 24px);
  /* 150% */
  letter-spacing: var(--body-tracking, 0px);
}

._border_tiiyq_36 {
  border-bottom: 1px solid var(--border-default, #8c8b8b);
}/* colors */
/* media query */
._list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
._listResult {
  text-align: center;
  padding: 10px 15px !important;
}
._listtext {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 15px !important;
  padding: 10px 15px !important;
  border-radius: 0px !important;
}
._listul {
  padding: 0 !important;
  overflow: hidden;
  overflow-y: auto;
  max-height: 250px;
}
._listul::-webkit-scrollbar {
  width: 10px;
}
._listul::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
  border-radius: 6px;
}
._listullist {
  padding: 5px 15px !important;
}
._listullistactive {
  background-color: #f0faff;
}
._listullist:hover {
  background-color: #f2f2f2 !important;
}

.filterCheckBoxLabel .MuiFormControlLabel-label {
  line-height: normal !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  color: #243d42 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  width: 80% !important;
}/* colors */
/* media query */
.KFFilterWrappper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.filtersContainer {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 40px;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 1;
  left: 420px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .filtersContainer {
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .filtersContainer {
    padding-left: 0px;
  }
}

.filterSearch {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  height: 40px;
  border-radius: 8px;
  flex: none;
  order: 1;
  flex-grow: 1;
  left: 420px;
  margin-top: 20px;
  margin-bottom: 20px;
}

:root .kfic2-tag.kfic2-tagGreen {
  color: #243d42 !important;
  margin: 2px 3px 2px 2px !important;
  height: 28px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 10px !important;
}

:root .kfic2-tag.kfic2-tagGreen .kfic2-tagCloseIcon.MuiChip-deleteIcon {
  margin-top: 2.5px !important;
}

.MuiChip-deletable svg.kfic2-tagCloseIcon {
  z-index: 2;
}

.MuiChip-deletable svg.kfic2-tagCloseIcon:hover {
  background-color: transparent !important;
}

.filterControlsContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.filterDropdownsContainer {
  display: flex;
  flex-direction: row;
  border: 1px solid #8f918d;
  border-radius: 8px;
  margin: 0;
  align-items: center;
  background-color: #fff;
  flex: 1;
}

.filterDropdownSpacer {
  border-left: 1px solid #8f918d;
  height: 30px;
}

.filterDropdownContentContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.filtersAppliedLabel {
  margin-bottom: 10px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #243d42;
}

.filtersAppliedContainer {
  display: flex;
  flex-direction: row;
}

.filterTagsContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 0 4px 0;
  max-width: 1180px;
}
.filterTagsContainerRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.filterTagContainer {
  padding: 4px 4px 4px 6px;
}

.filterTag:focus {
  outline: auto !important;
  outline-color: #008369 !important;
}

.clearAllFiltersButton {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #008369;
  cursor: pointer;
  background: none;
  border: none;
}

.filterTagLabel {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #243d42;
}

._rootFilter {
  position: relative;
  flex: 1;
}
._rootFilterfilterbtn {
  box-sizing: border-box;
  border-radius: 4px !important;
  justify-content: space-between !important;
  padding: 10px 16px !important;
  font-weight: 500 !important;
  height: 40px !important;
}
._rootFiltercolorT {
  color: #00c29b;
}
._rootFilterapplybtn {
  border-top: 1px solid #8f918d;
  height: 72px;
  text-align: right;
  padding: 16px;
}
._rootFilterdropdown {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  z-index: 10;
  min-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
._rootFilterdropdownaccordin {
  padding: 0px;
  margin: 0px !important;
}
._rootFilterdropdownaccordin:before {
  content: initial !important;
}
._rootFilterdropdownaccordinsummary {
  padding: 0px 15px !important;
  margin: 0px !important;
  min-height: 40px !important;
}
._rootFilterdropdownaccordinsummary .MuiAccordionSummary-expandIcon.Mui-expanded {
  transform: rotate(0deg) !important;
}
._rootFilterdropdownaccordindetails {
  padding: 0 !important;
}
._rootFilter .clear {
  font-size: 14px;
  font-weight: bold !important;
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  ._rootFilterfilterbtn {
    border: 1px solid #8f918d !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ._rootFilterfilterbtn {
    border: 1px solid #8f918d !important;
    margin: 0 0 0px 0 !important;
    background-color: #fff !important;
  }
}

.filtersum .MuiAccordionSummary-content {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #243d42;
}

.filterOptionsContainer .MuiAccordionDetails-root {
  padding: 0px !important;
}

.filterCustomButton {
  font-weight: 500 !important;
  width: 100%;
  white-space: nowrap;
}
.filterCustomButton .MuiButton-endIcon {
  margin-right: 0px !important;
}
.filterCustomButton .MuiBox-root {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #243d42;
}
.filterCustomButton .titleFilter {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8d8d8d;
  text-transform: none !important;
}
.filterCustomButton .titleFilter.active {
  color: #243d42;
}
.filterCustomButton .countall {
  background: #00c29b;
  border-radius: 4px;
  min-width: 24px;
  height: 24px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #243d42;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 2px;
}

.filterContainer .MuiOutlinedInput-root {
  width: 220px;
  height: 40px;
  left: 0px;
  top: 8px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
}
.filterContainer .MuiButton-containedPrimary {
  text-transform: capitalize !important;
  background-color: #00c29b;
  width: 76px;
  height: 40px;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.16px;
  text-align: left;
  color: #243d42;
}
.filterContainer .MuiButton-containedPrimary:hover {
  background-color: #00c29b !important;
}
.filterContainer .MuiButton-contained.Mui-disabled {
  background-color: #e0e0e0 !important;
  color: #8d8d8d !important;
  text-transform: capitalize !important;
  cursor: not-allowed;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
}
.filterContainer .MuiFormControlLabel-root {
  min-width: 190px !important;
}

._rootApplyButton {
  text-align: right;
  padding: 14px 16px;
  border-top: 1px solid #8f918d;
}

@media screen and (max-width: 640px) {
  .KFFilterTags {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 1024px) {
  .KFFilterTags {
    margin-left: -25rem !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .KFFilterTags {
    margin-left: -17.06rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .KFFilterTags {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 1024px) {
  .renderTagWrap {
    position: relative;
    min-height: 80px;
  }
  .renderTagWrap .renderTagInnerWrap {
    position: relative;
    width: 100%;
    margin-top: 2px;
  }
}
.requisitionDetailsSearchBar .filterControlsContainer {
  width: 285px !important;
}

.tagCount {
  color: rgb(0, 131, 105);
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  text-decoration-line: underline;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  bottom: -2.5px;
}

.titleStyle {
  font-size: 14px;
  font-family: Lato;
  font-weight: 400;
}._kfeditorWrap_culfp_1 {
  width: 100%;
  height: 200px;
  margin-bottom: 45px;
}
._kfeditorWrap_culfp_1 ._innerWrap_culfp_6 {
  height: 100%;
}

._errorMessage_culfp_10 {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #f9445e;
  padding-top: 3px;
}

._infoMessage_culfp_20 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._infoMessage_culfp_20 ._errorSection_culfp_26 {
  max-width: 50%;
}
._infoMessage_culfp_20 ._errorMessage_culfp_10 {
  color: #f9445e;
}
._infoMessage_culfp_20 p {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}/* colors */
/* media query */
:root ._kfic2-textInput_xhygr_3 {
  width: 370px;
}

._dialogHeader_xhygr_7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 12px 20px;
}
._dialogHeader_xhygr_7 ._export_xhygr_14 {
  display: flex;
}
._dialogHeader_xhygr_7 ._export_xhygr_14 ._dialogHeaderText_xhygr_17 {
  height: 36px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #243d42;
  margin-right: 10px;
}
._dialogHeader_xhygr_7 ._closeIcon_xhygr_27 {
  cursor: pointer;
}

._toggleSwitch_xhygr_31 {
  height: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

._dialogBody_xhygr_39 {
  padding-bottom: 20px;
}
._dialogBody_xhygr_39 ._previewButton_xhygr_42 {
  margin-top: 25px;
}
._dialogBody_xhygr_39 ._formLabel_xhygr_45 {
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: "#243d42";
  transform: none;
  position: unset;
  margin-bottom: 4px;
}
._dialogBody_xhygr_39 ._fileNameText_xhygr_55 {
  color: #008369 !important;
  font-weight: 800;
}
._dialogBody_xhygr_39 ._instructionText_xhygr_59 {
  padding-top: 8px;
}
._dialogBody_xhygr_39 ._dataSync_xhygr_62 {
  margin-top: 34px;
}
._dialogBody_xhygr_39 ._checkboxLabel_xhygr_65 {
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 8px;
}
._dialogBody_xhygr_39 ._dataErrorMessage_xhygr_72 {
  color: #eb0014;
  font-family: "Lato";
  font-size: 12px;
  line-height: 22px;
}

._dividerSection_xhygr_79 {
  padding-top: 24px;
  margin-bottom: 15px;
}

._dialogAction_xhygr_84 button {
  margin-right: 15px;
}

._sourcingToggle_xhygr_88 span {
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: "Gotham" !important;
}

._errorText_xhygr_94 {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 1900px) {
  ._userProfileContainer_xhygr_104 {
    overflow-y: auto;
    height: calc(100vh - 350px);
  }
  ._userProfileContainer_xhygr_104::-webkit-scrollbar {
    width: 0.5em;
  }
  ._userProfileContainer_xhygr_104::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ._userProfileContainer_xhygr_104::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1901px) {
  ._userProfileContainer_xhygr_104 {
    overflow-y: auto;
    height: calc(100vh - 350px);
  }
  ._userProfileContainer_xhygr_104::-webkit-scrollbar {
    width: 0.5em;
  }
  ._userProfileContainer_xhygr_104::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ._userProfileContainer_xhygr_104::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
._profileContent_xhygr_137 {
  min-height: auto;
  max-height: 100px;
}._container_1ctom_1 {
  box-sizing: border-box;
  width: 100%;
  height: 2.5rem;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

._container_1ctom_1 > * {
  color: var(--kfic2-color-text);
}

._dropdownButton_1ctom_15 {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--kfic2-color-background-component-background);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  outline: none;
  cursor: pointer;
  min-height: 40px;
  padding: 0.625rem;
  border: 1px solid var(--kfic2-color-tertiary-gray);
  border-radius: 0.25rem;
}
._dropdownButton_1ctom_15:focus-visible {
  background-color: var(--kfic2-color-background-light-gray);
  outline: 2px solid var(--kfic2-color-border-tab-focus);
}
._dropdownButton_1ctom_15:hover {
  background-color: var(--kfic2-color-background-light-gray);
}
._dropdownButton_1ctom_15:focus(:not(:focus-visible)) {
  border: 1px solid var(--kfic2-color-tertiary-cyan-dark);
}
._dropdownButton_1ctom_15:disabled {
  background: var(--kfic2-color-background-light-gray);
}
._dropdownButton_1ctom_15:disabled label {
  color: var(--kfic2-color-type-disabled) !important;
}
._dropdownButtonLabel_1ctom_50 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  max-width: 89%;
  width: 100%;
  cursor: pointer;
  text-align: left;
}
._dropdownButtonIndicators_1ctom_62 {
  display: flex;
  align-items: center;
  padding-right: 0.375rem;
}
._dropdownButtonIndicatorsIcon_1ctom_67 {
  transition: transform 100ms;
}

._dropdownMenu_1ctom_71 {
  padding: 0;
}
._dropdownMenuSearch_1ctom_74 {
  padding: 1rem 0.75rem;
}
._dropdownMenuSearchInput_1ctom_77 ::-moz-placeholder {
  opacity: 1;
  color: #7f7f7f !important;
}
._dropdownMenuSearchInput_1ctom_77 ::placeholder {
  opacity: 1;
  color: #7f7f7f !important;
}
._dropdownMenuSearchInputIcon_1ctom_81 {
  width: 1rem;
  height: 1rem;
}
._dropdownMenuOptions_1ctom_85 {
  /* Track */
  /* Handle */
  /* Handle on hover */
  max-height: 18rem;
  width: 100%;
  overflow-y: auto;
}
._dropdownMenuOptions_1ctom_85::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
}
._dropdownMenuOptions_1ctom_85::-webkit-scrollbar-track {
  background-color: #fff;
  box-shadow: none;
  margin-top: 0;
}
._dropdownMenuOptions_1ctom_85::-webkit-scrollbar-thumb {
  background: #8f918d;
  border-radius: 20px;
}
._dropdownMenuOptions_1ctom_85::-webkit-scrollbar-thumb:hover {
  background: #7f7f7f;
}
._dropdownMenuOptionsWrapper_1ctom_110 {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: inherit;
  color: var(--kfic2-color-text);
  padding: 0.5rem 0.75rem;
  list-style: none;
  width: 100%;
  background-color: var(--kfic2-color-background-component-background);
  box-sizing: border-box;
  cursor: pointer;
}
._dropdownMenuOptionsWrapper_1ctom_110:hover {
  background-color: var(--kfic2-color-state-selected);
}
._dropdownMenuOptionsWrapper_1ctom_110:focus {
  background-color: var(--kfic2-color-state-selected);
}
._dropdownMenuOptionsWrapper_active_1ctom_130 {
  background-color: var(--kfic2-color-state-selected);
}
._dropdownMenuOptionsWrapperText_1ctom_133 {
  overflow: hidden;
  text-overflow: ellipsis;
}
._dropdownMenuPaper_1ctom_137 {
  border-radius: 0px 0px 8px 8px;
  width: -moz-max-content;
  width: max-content;
}._modalWrapper_vu0y3_1 {
  width: 90%;
  max-width: 43.9375rem;
  padding: 1rem;
  box-shadow: 4px 8px 16px 0px rgba(48, 48, 108, 0.32);
  border-radius: 8px;
}
._modalWrapper_vu0y3_1::-webkit-scrollbar, ._modalWrapper_vu0y3_1 *::-webkit-scrollbar {
  background-color: #fff;
  width: 0.75rem;
}
._modalWrapper_vu0y3_1::-webkit-scrollbar-thumb, ._modalWrapper_vu0y3_1 *::-webkit-scrollbar-thumb {
  border-radius: 0.6rem;
  background-color: #8f918d !important;
  border: 0.125rem #fff solid;
}
._modalWrapper_vu0y3_1::-webkit-scrollbar-track {
  margin-right: -10px !important;
}

._fields_vu0y3_21 {
  overflow: auto;
  max-height: 18rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  margin-bottom: 0.25rem;
}
._fieldsWrapper_vu0y3_30 {
  position: relative;
}
._fieldsHeaderBg_vu0y3_33 {
  position: absolute;
  top: 0;
  width: 98%;
  background-color: #fff;
  height: 20px;
  z-index: 3;
}
._fieldsCustom_vu0y3_41 {
  width: calc(55% - 3.5rem);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
._fieldsCustomInput_vu0y3_47 {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  min-height: 2.5rem;
  margin-bottom: 0.75rem;
  align-content: center;
}
._fieldsCustomInputBox_vu0y3_58 {
  border-color: #8d8d8d;
  background: #f8f9fb;
  cursor: default;
}
._fieldsCustomInputText_vu0y3_63 {
  padding-right: 1rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  background: white;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-width: 9.0625rem;
  display: block;
  width: 48.8%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._fieldsCustomInput_vu0y3_47:after {
  content: "----------------------------";
  position: absolute;
  right: -5rem;
  width: 15rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  color: #8f918d;
  letter-spacing: 2px;
}
._fieldsCustomInput_vu0y3_47::before {
  content: "";
  position: absolute;
  right: -3.35rem;
  width: 0.85rem;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 1rem;
}
._fieldsStandard_vu0y3_101 {
  width: 43.5%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
._fieldsStandardInput_vu0y3_107 {
  position: relative;
}
._fieldsStandardInput_vu0y3_107::before {
  content: url("/assets/unmapped-icon-68c403ab.svg");
  position: absolute;
  left: -8.3rem;
  top: 23%;
  height: 1.5rem;
  width: 2.75rem;
  background: #ffffff;
  z-index: 1;
  display: flex;
  justify-content: center;
}
._fieldsStandardInputMapping_vu0y3_122::before {
  content: url("/assets/mapping-icon-33074f1a.svg");
  top: 15%;
  height: 2rem;
  width: 2.75rem;
}
._fieldsStandardInputMapped_vu0y3_128::before {
  content: url("/assets/mapped-icon-408f595f.svg");
  top: 15%;
  height: 2rem;
  width: 2.75rem;
}
._fieldsLabel_vu0y3_134 {
  position: sticky;
  top: 0;
  background: #fff;
  margin: 0;
  z-index: 21;
  letter-spacing: 0px !important;
  padding-bottom: 0.75rem;
}

._toggle_vu0y3_144 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 10.125rem;
  height: 1.5rem;
  padding-right: 11.438rem;
}
._toggleunmappedFields_vu0y3_152 {
  letter-spacing: 0px !important;
  white-space: nowrap;
}._previewWraper_5a5tn_1 {
  padding: 30px;
}
._previewWraper_5a5tn_1 ._previewHeader_5a5tn_4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 20px;
}
._previewWraper_5a5tn_1 ._previewHeader_5a5tn_4 ._closeIcon_5a5tn_11 {
  width: 15.5px;
  height: 15.5px;
  cursor: pointer;
}
._previewWraper_5a5tn_1 ._imageWrap_5a5tn_16 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
  width: 820px;
  height: 400px;
}
._previewWraper_5a5tn_1 ._imageWrap_5a5tn_16 img {
  width: 100%;
  height: 100%;
}
._previewWraper_5a5tn_1 ._noPreview_5a5tn_29 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}/* colors */
/* media query */
._searchBar_qc499_3 {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  height: 40px;
  border-radius: 20px;
  flex: 0.4;
}
@media screen and (max-width: 640px) and (max-width: 768px) {
  ._searchBar_qc499_3 {
    margin-bottom: 0px;
    background: transparent;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  ._searchBar_qc499_3 {
    margin-bottom: 0px;
    background: transparent;
  }
}

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

._sarchClearIcon_qc499_24 {
  width: 12px;
  height: 12px;
}/* colors */
/* media query */
:root ._kfic2-textInput_1by4w_3 {
  width: 370px;
}

._closeIcon_1by4w_7 {
  position: absolute;
  right: 4px;
  top: 5px;
  cursor: pointer;
}

._dialogHeaderText_1by4w_14 {
  width: 795px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #243d42;
  padding: 15px 20px 12px 20px;
}

._dialogBody_1by4w_25 {
  padding-left: 20px;
  padding-bottom: 20px;
}

._dividerSection_1by4w_30 {
  padding-top: 15px;
}

._dialogFooter_1by4w_34 {
  padding: 5px;
  height: 60px;
}
._dialogFooter_1by4w_34 button {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.16px;
  color: #243d42;
  align-items: center;
  gap: 10px;
  width: 199px;
  height: 40px;
  left: 328px;
  background: #00c29b;
  border-radius: 8px;
  top: 12px;
}

._customCheckBox_1by4w_57 {
  height: 18px;
  width: 18px;
  color: transparent;
  border: 1px solid #8f918d;
  border-radius: 4px;
  padding: 1px;
}/* colors */
/* media query */
:root ._kfic2-textInput_1cpqf_3 {
  width: 370px;
}

._dialogHeader_1cpqf_7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px 12px 20px;
}
._dialogHeader_1cpqf_7 ._export_1cpqf_14 {
  display: flex;
}
._dialogHeader_1cpqf_7 ._export_1cpqf_14 ._dialogHeaderText_1cpqf_17 {
  height: 36px;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #243d42;
  margin-right: 10px;
}
._dialogHeader_1cpqf_7 ._closeIcon_1cpqf_27 {
  cursor: pointer;
}

._dialogBody_1cpqf_31 {
  padding-bottom: 20px;
}
._dialogBody_1cpqf_31 ._previewButton_1cpqf_34 {
  margin-top: 25px;
}
._dialogBody_1cpqf_31 ._formLabel_1cpqf_37 {
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: "#243d42";
  transform: none;
  position: unset;
  margin-bottom: 4px;
}
._dialogBody_1cpqf_31 ._fileNameText_1cpqf_47 {
  color: #008369 !important;
  font-weight: 800;
}
._dialogBody_1cpqf_31 ._instructionText_1cpqf_51 {
  padding-top: 8px;
}
._dialogBody_1cpqf_31 ._dataSync_1cpqf_54 {
  margin-top: 34px;
}
._dialogBody_1cpqf_31 ._checkboxLabel_1cpqf_57 {
  font-family: "Gotham";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-left: 8px;
}
._dialogBody_1cpqf_31 ._dataErrorMessage_1cpqf_64 {
  color: #eb0014;
  font-family: "Lato";
  font-size: 12px;
  line-height: 22px;
}

._dividerSection_1cpqf_71 {
  padding-top: 24px;
  margin-bottom: 15px;
}

._dialogAction_1cpqf_76 button {
  margin-right: 15px;
}

._sourcingToggle_1cpqf_80 span {
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: "Gotham" !important;
}

._errorText_1cpqf_86 {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 1900px) {
  ._userProfileContainer_1cpqf_96 {
    overflow-y: auto;
    height: calc(100vh - 350px);
  }
  ._userProfileContainer_1cpqf_96::-webkit-scrollbar {
    width: 0.5em;
  }
  ._userProfileContainer_1cpqf_96::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ._userProfileContainer_1cpqf_96::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1901px) {
  ._userProfileContainer_1cpqf_96 {
    overflow-y: auto;
    height: calc(100vh - 350px);
  }
  ._userProfileContainer_1cpqf_96::-webkit-scrollbar {
    width: 0.5em;
  }
  ._userProfileContainer_1cpqf_96::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ._userProfileContainer_1cpqf_96::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
._profileContent_1cpqf_129 {
  min-height: auto;
  max-height: 100px;
}._clientWraper_rqgd7_1 ._searchBtnWraper_rqgd7_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
._clientWraper_rqgd7_1 ._searchBtnWraper_rqgd7_1 ._createBtnWraper_rqgd7_7 {
  margin-left: 20px;
}

._MuiDataGrid-virtualScrollerContent_rqgd7_11 {
  max-height: 100px;
  min-height: auto;
}

._MuiDataGrid-virtualScroller_rqgd7_11 {
  background-color: #f5f5f5;
}._modalWrapper_1wfun_1 {
  width: 90%;
  max-width: 43.9375rem;
  padding: 1rem;
  box-shadow: 4px 8px 16px 0px rgba(48, 48, 108, 0.32);
  border-radius: 8px;
}
._modalWrapper_1wfun_1::-webkit-scrollbar, ._modalWrapper_1wfun_1 *::-webkit-scrollbar {
  background-color: #fff;
  width: 0.75rem;
}
._modalWrapper_1wfun_1::-webkit-scrollbar-thumb, ._modalWrapper_1wfun_1 *::-webkit-scrollbar-thumb {
  border-radius: 0.6rem;
  background-color: #8f918d !important;
  border: 0.125rem #fff solid;
}
._modalWrapper_1wfun_1::-webkit-scrollbar-track {
  margin-right: -10px !important;
}

._disableBtn_1wfun_21 {
  background-color: #e0e0e0 !important;
  color: #8d8d8d !important;
  border-color: #e0e0e0 !important;
  text-transform: capitalize !important;
  cursor: not-allowed;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.16px;
}._clientWraper_1ujh5_1 ._searchBtnWraper_1ujh5_1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

._editButton_1ujh5_8 {
  width: 127px;
  border-radius: 4px !important;
  border: 1px solid var(--button-background-color-primary-default, #0c5040);
  background: var(--surface-01, #fff);
}

._buttonName_1ujh5_15 {
  color: var(--button-text-tertiary, #186855);
  font-family: var(--font-family-1, Gotham);
  font-size: var(--font-size-2, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
}

._iconStyles_1ujh5_24 {
  display: flex;
  padding: var(--container-padding-small, 8px) var(--container-padding-default, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--button-gap-small, 4px);
  color: #1d1d1d !important;
  width: 40px !important;
  height: 40px !important;
}

._capitalizeText_1ujh5_35 {
  text-transform: capitalize;
}

._multiButton_1ujh5_39 {
  width: 40px;
  padding: 27px;
  border: none !important;
  color: #1d1d1d !important;
}

._formBuilderModal_1ujh5_46 {
  width: 1440px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

._journeyTypeFont_1ujh5_58 {
  color: var(--text-default, #1d1d1d);
  white-space: pre-wrap;
  /* Allows text to wrap */
  word-break: break-word;
  /* Ensures long words break */
  /* body/regular/xsmall */
  font-family: "Lato" !important;
  font-size: var(--font-size-1, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-16, 16px);
  /* 133.333% */
  letter-spacing: var(--body-tracking, 0px);
}

._actionButton_1ujh5_74 {
  margin-left: 15px !important;
  color: var(--text-default, #1d1d1d);
  /* body/medium/xsmall */
  font-family: var(--font-family-2, "Open Sans");
  font-size: var(--font-size-1, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-16, 16px);
  /* 133.333% */
  letter-spacing: var(--body-tracking, 0px);
}

._countFont_1ujh5_87 {
  color: var(--states-atoms-default, var(--Aqua-700, #00469d));
  cursor: pointer;
  /* body/regular/medium */
  font-family: var(--font-family-2, "Open Sans");
  font-size: var(--font-size-3, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-24, 24px);
  /* 150% */
  letter-spacing: var(--body-tracking, 0px);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

._clientNameFont_1ujh5_106 {
  color: var(--text-default, #1d1d1d);
  /* body/medium/small */
  font-family: "Lato" !important;
  font-size: var(--font-size-2, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--line-height-24, 24px);
  /* 171.429% */
  letter-spacing: var(--body-tracking, 0px);
}

._actionFont_1ujh5_118 {
  font-family: "Lato" !important;
  font-size: var(--font-size-2, 16px);
  font-style: normal;
  font-weight: bold;
  margin-left: 22px;
}

._footerContainer_1ujh5_126 {
  display: flex;
  width: 96%;
  padding: var(--gap-default, 16px) var(--gap-xlarge, 32px);
  justify-content: flex-end;
  align-items: flex-start;
  position: fixed !important;
  bottom: 0 !important;
  border-top: 1px solid var(--brand-neutral-100, #d9d8d8);
  background: var(--surface-01, #fff);
}

._footerElements_1ujh5_138 {
  padding: var(--container-padding-small, 8px) var(--container-padding-default, 16px);
}

._tableFooter_1ujh5_142 {
  display: flex;
  border-top: 1px solid var(--brand-neutral-100, #d9d8d8);
}

._button_1ujh5_15 {
  padding: 8px;
  min-width: 40px;
  height: 40px;
}

._createBtn_1ujh5_153 {
  display: flex;
  height: 40px;
  min-height: 40px;
  padding: var(--container-padding-small, 8px) var(--container-padding-default, 16px);
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  border-radius: var(--button-default, 4px);
  border: var(--Border-1, 1px) solid var(--button-border-secondary, #186855);
  gap: var(--gap-smalll, 8px);
  color: var(--text-primary, #186855);
  /* button/text/small */
  font-family: var(--font-family-1, Gotham);
  font-size: var(--font-size-2, 14px);
  font-style: normal;
  font-weight: 350;
  line-height: 12px; /* 85.714% */
}
._createBtn_1ujh5_153:hover {
  border-radius: var(--button-default, 4px);
  border: var(--Border-1, 1px) solid var(--button-border-secondary, #186855);
  background: var(--button-background-secondary-hover, #f2fcf8);
}
._createBtn_1ujh5_153:focus {
  border-radius: var(--radius-small, 4px);
  border: var(--Border-1, 1px) solid var(--button-border-secondary, #186855);
}

._crtClientBtn_1ujh5_182 {
  display: flex;
  height: 40px;
  padding: var(--container-padding-small, 8px) var(--gap-default, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--button-gap-default, 8px);
  border-radius: var(--button-default, 4px) !important;
  border: var(--Border-1, 1px) solid var(--button-border-secondary, #186855);
  background: var(--button-background-color-primary-default, #0c5040);
  /* button/text/small */
  text-transform: capitalize;
  font-family: var(--font-family-1, Gotham);
  font-size: var(--font-size-2, 14px);
  font-style: normal;
  font-weight: 350;
  line-height: 12px; /* 85.714% */
  color: var(--text-primary, #fff);
}
._crtClientBtn_1ujh5_182:hover {
  border-radius: var(--radius-small, 4px);
  background: var(--button-background-color-primary-default, #0c5040);
}
._crtClientBtn_1ujh5_182:focus {
  border-radius: var(--button-default, 4px);
  border: 2px solid var(--button-border-focus-, #2a8aff);
  background: var(--button-background-primary-default, #0c5040);
}._pdlWrapper_19ajj_1 ._searchBtnWraper_19ajj_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
._pdlWrapper_19ajj_1 ._searchBtnWraper_19ajj_1 ._createBtnWraper_19ajj_7 {
  margin-left: 20px;
}

._tableFooter_19ajj_11 {
  display: flex;
  border-top: 1px solid var(--brand-neutral-100, #d9d8d8);
}._clientWraper_1tzgk_1 ._searchBtnWraper_1tzgk_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
._clientWraper_1tzgk_1 ._searchBtnWraper_1tzgk_1 ._createBtnWraper_1tzgk_7 {
  margin-left: 20px;
}

._tableFooter_1tzgk_11 {
  display: flex;
  border-top: 1px solid var(--brand-neutral-100, #d9d8d8);
}/* colors */
/* media query */
.borderCheck {
  border: 1px solid;
  height: 11vh;
  width: 44px;
}

.shell-container {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-width: 100%;
  min-height: 100vh;
  padding-bottom: 89px;
}
.login-bg {
  background-image: url(/assets/login-bg-09614651.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-container {
  min-width: 100%;
  min-height: 100%;
}

.kfic2-card {
  background: none !important;
  box-shadow: none !important;
  border-left: 1px solid var(--brand-neutral-100, #d9d8d8) !important;
  border-radius: 0px !important;
}

.containerStyle {
  width: auto;
  height: 95%;
  padding-left: 37px;
}

.loginContainerStyle {
  width: 100%;
  height: 95%;
}

.contentContainer {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  min-height: 100;
  max-height: auto !important;
}

.loginContainer {
  display: flex;
  flex-direction: column;
  min-height: 100;
  max-height: auto !important;
}

.headerContainer {
  width: 100%;
  height: 5%;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--brand-neutral-100, #d9d8d8) !important;
}/* colors */
/* media query */
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-Black-434772c3.woff2") format("woff2"), url("/assets/Gotham-Black-79578ab3.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-BlackItalic-095fcc17.woff2") format("woff2"), url("/assets/Gotham-BlackItalic-951cff19.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-Bold-ea7dd68e.woff2") format("woff2"), url("/assets/Gotham-Bold-13c0b2d7.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-BoldItalic-5f2db043.woff2") format("woff2"), url("/assets/Gotham-BoldItalic-0f1c257a.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-BookItalic-090d84e3.woff2") format("woff2"), url("/assets/Gotham-BookItalic-2c575cfa.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-Book-76eee1ae.woff2") format("woff2"), url("/assets/Gotham-Book-762c6359.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-Light-7b616082.woff2") format("woff2"), url("/assets/Gotham-Light-14a0b34a.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-LightItalic-3ce30243.woff2") format("woff2"), url("/assets/Gotham-LightItalic-37acbd4e.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-Medium-d31773fc.woff2") format("woff2"), url("/assets/Gotham-Medium-05756ac1.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-MediumItalic-5a90619e.woff2") format("woff2"), url("/assets/Gotham-MediumItalic-eb2372a5.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-ThinItalic-7684287c.woff2") format("woff2"), url("/assets/Gotham-ThinItalic-969bae0b.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-Thin-541efaf4.woff2") format("woff2"), url("/assets/Gotham-Thin-980b6fb3.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-XLight-69366010.woff2") format("woff2"), url("/assets/Gotham-XLight-e3e7ff91.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("/assets/Gotham-XLightItalic-c69a8955.woff2") format("woff2"), url("/assets/Gotham-XLightItalic-333fd8b6.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-ExtraBold-93904e84.woff2") format("woff2"), url("/assets/OpenSans-ExtraBold-f8acfec5.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-Bold-94b08a69.woff2") format("woff2"), url("/assets/OpenSans-Bold-a43954f9.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-BoldItalic-7952099f.woff2") format("woff2"), url("/assets/OpenSans-BoldItalic-1f648886.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-RegularItalic-382e6d9c.woff2") format("woff2"), url("/assets/OpenSans-RegularItalic-921fc697.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-Light-36d0382b.woff2") format("woff2"), url("/assets/OpenSans-Light-f1369150.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-ExtraBoldItalic-aafdaa02.woff2") format("woff2"), url("/assets/OpenSans-ExtraBoldItalic-ebb8ad11.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-MediumItalic-c396f4f8.woff2") format("woff2"), url("/assets/OpenSans-MediumItalic-36e1f39d.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-Medium-9b5ee5eb.woff2") format("woff2"), url("/assets/OpenSans-Medium-8ade9662.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-LightItalic-28fcf8a5.woff2") format("woff2"), url("/assets/OpenSans-LightItalic-df91835a.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-SemiBoldItalic-c7efd6c1.woff2") format("woff2"), url("/assets/OpenSans-SemiBoldItalic-835f9ece.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-SemiBold-f7954b44.woff2") format("woff2"), url("/assets/OpenSans-SemiBold-b901d62e.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/OpenSans-Regular-3a8eec7f.woff2") format("woff2"), url("/assets/OpenSans-Regular-18db36cc.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 250;
  src: url("../fonts/lato/lato-Regular.woff2") format("woff2"), url("/assets/Lato-Regular-5b9025dd.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 250;
  src: url("/assets/Lato-Hairline-7db824a5.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 250;
  src: url("/assets/Lato-HairlineItalic-dd616b5b.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/Lato-Light-7eb93b3a.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/Lato-LightItalic-811bb748.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/lato-italic-4465765f.woff2") format("woff2"), url("/assets/Lato-Italic-26318a14.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/lato-bolditalic-c0916a33.woff2") format("woff2"), url("/assets/Lato-BoldItalic-980c8592.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/Lato-Black-b5358a2f.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/Lato-BlackItalic-0d926c27.woff") format("woff");
  font-display: swap;
}
/* lato-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/lato-v24-latin-100-a79b4c65.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/lato-v24-latin-100italic-b19efe90.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/lato-v24-latin-300-115f6a62.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/lato-v24-latin-300italic-a961366b.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/lato-v24-latin-regular-918b7dc3.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/lato-v24-latin-italic-bca1d88a.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/lato-v24-latin-700-c447dd76.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/lato-v24-latin-700italic-6c843482.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/lato-v24-latin-900-08664859.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/lato-v24-latin-900italic-d32335c2.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  /* color */
  --dark: #000;
  --light-gray: #f2f2f2;
}

.pageContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  row-gap: 4px;
  min-width: 100%;
  background-color: transparent;
}

.pageContent {
  z-index: 1;
}

.topContainer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

p,
h5,
h1 {
  color: var(--font-black);
}

body {
  background-color: #f9f9f9;
}

#menu- {
  max-height: 30% !important;
}

.pg-viewer-wrapper {
  max-height: calc(100vh - 142px);
  min-height: calc(100vh - 142px);
  overflow-x: hidden;
}
.pg-viewer-wrapper .pg-viewer {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
  padding: 20px 22px 20px 24px;
}
.pg-viewer-wrapper .document-container {
  padding: 20px !important;
  width: 93% !important;
  word-break: break-word;
}

.no-wrap {
  white-space: nowrap;
}

.MuiDataGrid-columnHeader,
.MuiDataGrid-cell {
  padding: 0px 16px !important;
}

:root .kfic2-datatable {
  border: none !important;
}

ul {
  list-style-type: none;
}

.searchbox .MuiInputBase-root {
  width: 400px !important;
  background: #ffffff;
}

.filter-dropdown-module_filtersWrapper__tlvpK {
  width: 100% !important;
}

.kfic2-searchIcon {
  width: 15.68px;
  height: 16px;
}

.kfic2-searchbarInput {
  width: auto !important;
  min-width: 275px;
  max-width: 400px;
  height: 40px;
  font-family: Lato;
  font-size: 16px;
  background-color: #fff;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .kfic2-searchbarInput {
    width: 275px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kfic2-searchbarInput {
    width: 275px !important;
  }
}

.kfic2-bodyTextLink {
  text-underline-position: under !important;
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  .kfic2-button.MuiButton-root {
    font-size: 12px !important;
  }
}

.requisitionPage {
  margin-left: 0;
  display: flex;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .requisitionPage {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .requisitionPage {
    flex-direction: column;
  }
}

.myJobPage {
  margin-left: 0;
  display: flex;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .myJobPage {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .myJobPage {
    flex-direction: column;
  }
}

.recruiterCandidateList {
  margin-left: 0;
  display: flex;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .recruiterCandidateList {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruiterCandidateList {
    flex-direction: column;
  }
}

.HMCandidateList {
  margin-left: 0;
  display: flex;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .HMCandidateList {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HMCandidateList {
    flex-direction: column;
  }
}

.requisitionDetailsSearchBar .kfic2-searchbarInput {
  width: 400px !important;
}

.reqWarmTalentPool .kfic2-searchbarInput {
  width: 400px !important;
}

.dateRange fieldset,
.stage fieldset,
.activityStatus fieldset {
  width: 100%;
}

.dateRange_active,
.stage_active,
.activityStatus_active {
  background-color: #f0faff;
  padding-top: 8px;
  padding-bottom: 8px;
  width: auto;
}

.dateRange .kfic2-radioGroup,
.stage .kfic2-radioGroup,
.activityStatus .kfic2-radioGroup {
  gap: 5px;
  margin-right: 20px;
}

.dateRange .kfic2-radioButtonFormControlLabel,
.stage .kfic2-radioButtonFormControlLabel,
.activityStatus .kfic2-radioButtonFormControlLabel {
  padding: 8px;
}
.dateRange .kfic2-radioButtonFormControlLabel .MuiFormControlLabel-label,
.stage .kfic2-radioButtonFormControlLabel .MuiFormControlLabel-label,
.activityStatus .kfic2-radioButtonFormControlLabel .MuiFormControlLabel-label {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dateRange .kfic2-radioButton.MuiRadio-root,
.stage .kfic2-radioButton.MuiRadio-root,
.activityStatus .kfic2-radioButton.MuiRadio-root {
  display: none;
}

.MuiDataGrid-root .MuiDataGrid-row:nth-of-type(even) {
  background-color: #f8f9fb;
}
.MuiDataGrid-root .MuiDataGrid-row:nth-of-type(even):hover {
  background-color: #f8f9fb;
}
.MuiDataGrid-root .MuiDataGrid-row.Mui-selected:nth-of-type(odd) {
  background-color: transparent;
}
.MuiDataGrid-root .MuiDataGrid-row.Mui-selected:nth-of-type(odd):hover {
  background-color: transparent;
}
.MuiDataGrid-root .MuiDataGrid-row.Mui-selected:nth-of-type(even) {
  background-color: #f8f9fb;
}
.MuiDataGrid-root .MuiDataGrid-row.Mui-selected:nth-of-type(even):hover {
  background-color: #f8f9fb;
}
.MuiDataGrid-root .MuiDataGrid-row:hover {
  background-color: transparent;
}
.MuiDataGrid-root .MuiDataGrid-columnHeaders {
  border-bottom: 1px solid #e0d7e0 !important;
}
.MuiDataGrid-root .MuiDataGrid-columnHeaderCheckbox {
  min-width: 51px !important;
}
.MuiDataGrid-root .MuiDataGrid-columnHeaderTitle {
  line-height: 18px;
}
.MuiDataGrid-root .MuiDataGrid-columnHeader--sorted {
  background: #f0faff;
  padding: 10px;
  height: 100%;
  border-top-left-radius: 8px;
}
.MuiDataGrid-root .MuiDataGrid-columnHeadersInner {
  height: 60px;
}
.MuiDataGrid-root .MuiDataGrid-columnHeaderTitleContainer {
  justify-content: space-between;
}
.MuiDataGrid-root .MuiDataGrid-cell--textLeft {
  text-transform: capitalize;
}

.css-1s4ya0d-MuiTypography-root {
  font-size: 12px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.css-1jxm1x0 {
  width: "500px";
}

:root .kfic2-radioButtonFormControlLabel {
  padding: 0 20px 0 0;
}

.dialogBody {
  max-height: 532px;
  height: 460px !important;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden !important;
  overflow-y: scroll !important;
}

.dialogBody::-webkit-scrollbar {
  width: 8px !important;
  height: 154px !important;
}

.dialogBody::-webkit-scrollbar-thumb {
  background: rgb(36, 61, 66);
  opacity: 50%;
  border-radius: 4px;
}

.dividerSection {
  width: 852px;
  height: 1px;
  margin-left: 20px;
}

.NoDataGridOutterContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.NoDataGrid {
  display: flex;
  border-radius: "5px";
  flex-direction: "row";
  justify-content: "space-between";
  align-items: "center";
  text-align: center;
}

.gridNoDataImageFormat {
  margin-bottom: 1.5px;
}

.MuiIconButton-root:hover {
  background-color: transparent;
}

:root.kfic2-pageTitleBold {
  font-size: 24px;
  line-height: 26px;
  font-family: "Gotham";
  font-weight: 400;
}

.recharts-wrapper {
  height: 195px !important;
}

.css-1d3ml05-MuiPopper-root-MuiTooltip-popper {
  height: 96px;
}

.MuiDataGrid-selectedRowCount {
  display: none !important;
}

.textCapitalize {
  text-transform: capitalize;
}

.fade-out {
  opacity: 0;
  transition: all 250ms linear 2s;
}

.alert-shown {
  opacity: 1;
  transition: all 250ms linear;
}

.alert-hidden {
  opacity: 0;
  transition: all 250ms linear 2s;
}

.awaitingReview .MuiDataGrid-columnHeader--sorted {
  background: transparent !important;
}

.MuiDataGrid-cellCheckbox .Mui-disabled {
  color: rgba(218, 207, 207, 0.034);
  background-color: rgba(9, 7, 7, 0.074);
  border: none;
}

.ql-tooltip {
  left: unset !important;
}

.kfic2-dropdownMenu {
  max-height: 320px;
}

.atsMapping .MuiOutlinedInput-notchedOutline {
  border-color: #eb0014 !important;
}

#logo,
#media,
#banner {
  color: transparent;
}

.placeHolderColor {
  color: #d3d3d3 !important;
}

#userDropdownList .filterCheckBoxLabel .MuiFormControlLabel-label {
  line-height: normal !important;
  letter-spacing: normal !important;
  font-size: 16px !important;
  color: #243d42 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  width: 95% !important;
}

#maintenance-notification li {
  width: 350px;
}

:root .kfic2-button.MuiButton-root.kfic2-primary {
  color: #fff;
  background-color: #0c5040;
  border-color: #0c5040;
}

#ats-mapping .MuiOutlinedInput-root.Mui-disabled {
  background-color: rgb(247, 248, 249) !important;
}
#ats-mapping .MuiInputBase-root.Mui-focused {
  background-color: transparent !important;
}
#ats-mapping .kfic2-button.MuiButton-root.Mui-disabled {
  background-color: #e0e0e0;
  color: #243d42;
  border-color: #e0e0e0;
}

.css-17hauo0-MuiDataGrid-root .MuiDataGrid-iconButtonContainer::before {
  margin-right: 75px !important;
  margin-left: 8px;
}

.kfic2-card {
  border: none !important;
}

:root .kfic2-searchbarInput.MuiInputBase-root {
  height: 41px !important;
}

:root .kfic2-textInput.MuiInputBase-root:not(.MuiInputBase-multiline) {
  height: 41px !important;
}

[type=file] {
  height: auto;
}

[type=text]:focus,
input:where(:not([type])):focus,
[type=email]:focus,
[type=url]:focus,
[type=password]:focus,
[type=number]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=week]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: none !important;
  outline-offset: 0 !important;
  --tw-ring-shadow: none !important;
}._linkContainer_1gyay_1 {
  display: flex;
  flex-direction: row;
}._menuButton_1vfwy_1 {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  max-width: 44px;
  max-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--kfic2-color-primary-dark);
}._popover_177li_1 {
  background: rgba(255, 255, 255, 0.5);
}

._popoverBody_177li_5 {
  width: 320px;
  box-shadow: 4px 8px 16px rgba(48, 48, 108, 0.32);
  border-radius: 8px;
  background: linear-gradient(180deg, #f5fffd -5.83%, #b3fff0 72.92%, #80d9ff 100%);
}

._topSection_177li_12 {
  padding: 16px 16px 24px 16px;
}

._userMenu_177li_16 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

._iconsMenu_177li_24 {
  display: grid;
  grid-auto-flow: column;
  gap: 0 8px;
}

._accordion_177li_30 {
  padding: 16px 0;
  border-radius: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  background-color: white;
  margin: 0 !important;
  min-height: unset !important;
}
._accordion_177li_30::before {
  display: none;
}
._accordion_177li_30 .MuiAccordionSummary-expandIconWrapper {
  color: #323232;
  transform: rotate(-90deg);
}
._accordion_177li_30 .MuiAccordionSummary-expandIconWrapper.Mui-expanded {
  transform: unset;
}
._accordion_177li_30 .Mui-expanded {
  margin: 0;
  min-height: unset;
}

._logout_177li_53 {
  font-family: Lato;
  font-size: 14px;
}

._accordionSummaryRoot_177li_58 {
  padding: 0;
  min-height: unset;
  flex-direction: row-reverse;
  padding: 0 8px;
}

._accordionSummaryContent_177li_65 {
  margin: 0;
}

._accordionSummaryText_177li_69 {
  font-family: Gotham;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 45px;
}

._accordionDetailsRoot_177li_78 {
  padding: 0;
}

._accordionDetailsList_177li_82 {
  padding: 0;
  margin-bottom: 10px;
}

._accordionDetailsLinkBox_177li_87 {
  width: 6.5px;
  background-color: var(--kfic2-color-primary-dark);
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
  margin-right: 38px;
}

._accordionDetailsLinkBoxMargin_177li_94 {
  margin-left: 44.5px !important;
}

._accordionDetailsLink_177li_87 {
  margin: 12px 0 0;
  padding: 0;
}
._accordionDetailsLink_177li_87:hover {
  background-color: white;
}

._accordionDetailsLinkSelected_177li_106 {
  color: var(--kfic2-color-primary-dark) !important;
  background-color: white !important;
}

._dataSync_177li_111 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}

._dataSyncIcon_177li_119 {
  margin-bottom: 12px;
}

._bottomSection_177li_123 {
  background-color: #00634f;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}

._poweredBy_177li_132 {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: white;
}

._kfLogo_177li_141 {
  margin-left: 8px;
}

._iconButton_177li_145 {
  color: white;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  position: fixed;
  z-index: 1;
}

._iconButtonOpen_177li_154 {
  z-index: 1400;
}

._container_177li_158 {
  width: 5%;
  height: 100%;
}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
