

.im-toast.ant-notification-notice-success {
  --current-color: #00c151;
}

/* .ant-notification .ant-notification-notice-error { */
.im-toast.ant-notification-notice-error {
  --current-color: #ed1c24;
}

.im-toast.ant-notification-notice-warning  {
  --current-color: #ffa01c;
}

.im-toast {
  --current-color: #005dd0;
  border: solid 1px var(--current-color);
  border-left-width: 5px;
}

.im-toast .ant-notification-notice-message {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--current-color);
}

.im-toast .ant-notification-notice-icon {
  left: 15px;
}
.im-toast .ant-notification-notice-icon, .im-toast .ant-notification-notice-close {
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0.5em;
}

.ant-notification-notice-description {
  margin-right: 25px;
}
.ant-notification {
  z-index: 99999 !important;
}
@media screen and (max-width : 400px) {
  .im-toast{
    width: 85%;
  }

  .ant-notification-notice {
    max-width: calc(min(384px, 100vw - 24px * 2));
    width: auto;
  }

  .ant-notification.ant-notification-topRight {
    margin-left: 18px;
  }
}

.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-inline-start: 48px
}

.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-inline-start: 48px
}

.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-close {
  top: 50%;
}
.impress-form-creatable-select .add-new-item-wrapper {
    display: flex;
    margin-top: 8px;
    padding: 8px;
    gap: 4px;
    align-items: center;
}
.impress-form-creatable-select .add-new-item-wrapper input {
    padding-block: 0px;
    line-height: 12px;
    display: inline-block;
}

.file-type-item-wrapper .file-clickable-container {
    padding: 0.5rem;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}


.file-type-item-wrapper .file-clickable-container:hover {
    color: var(--im-primary-color);
    border-color: var(--im-primary-color);
}

.file-type-item-wrapper .file-clickable-container .document-icon {
    font-size: 20px;
}

.file-type-item-wrapper .file-clickable-container .delete-file svg {
    height: 14px;
}

.file-type-item-wrapper .file-clickable-container .delete-file path {
    fill: #8C8C8C;
}

.file-type-item-wrapper .file-clickable-container .delete-file svg:hover path {
    fill: red;
}

.file-type-item-wrapper .preview-hint {
    display: block;
    margin-top: 4px;
    color: #8C8C8C;
    font-size: 12px;
}

.file-type-item-wrapper .file-name-with-preview {
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 94%;
}

.file-type-item-wrapper .file-clickable-container .file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.file-type-item-wrapper .file-name-with-preview img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.file-preview-modal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

    .ant-modal>div {
        height: 100%;
    }
}

.ant-modal-wrap.file-preview-modal-wrapper .ant-modal-content {
    padding: 0px;
}
.file-preview-modal-wrapper .ant-modal-title {
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-preview-modal-wrapper .ant-modal {
    padding-bottom: 0px;
    top: 0px;
}

.file-preview-modal-wrapper .ant-modal:has(iframe) {
    height: 90% !important;
}

.file-preview-modal-wrapper .ant-modal:has(img) {
    display: flex;
    justify-content: center;
    width: unset !important;  /* overriding antd inline css */
    max-width: 90vw;
}

.file-preview-modal-wrapper .ant-modal-content {
    padding: 9px 10px 10px 10px;
}

.file-preview-modal-wrapper .ant-modal:has(img) .ant-modal-body {
    min-width: 300px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-preview-modal-wrapper .ant-modal:has(img) .ant-modal-body > img {
    max-width: 100%;
}

.file-preview-modal-wrapper .ant-modal-content {
    height: 100%;
}
.file-preview-modal-wrapper .ant-modal-body {
    height: 100%;
    max-height: 90vh;
    max-width: 90vw;
    overflow: auto;
}  

.file-preview-modal-wrapper .ant-modal-content:has(img) {
    width: fit-content;
}

.file-preview-modal-wrapper iframe {
    border: 0px;
}

.file-preview-modal-wrapper .ant-modal .ant-modal-header{
    padding: 12px;
    margin-bottom: 0px;
}

.file-preview-modal-wrapper .ant-modal-title {
    font-size: 16px;
}
.file-upload-field .impress-form-uploader {
    padding-inline: 8px;
    box-sizing: border-box;
    font-size: 14px;
}

.file-upload-field .impress-form-uploader .upload-icon {
    margin-bottom: 8px;
}

.file-upload-field .impress-form-uploader .upload-icon svg {
    font-size: 20px;
}
.file-upload-field .impress-form-uploader .upload-hint {
    font-size: 12px;
    color: #9b9b9b;
}
.file-upload-field .file-type-item-wrapper {
    margin-top: 4px;
}

.impress-forms-wrapper .header {
    display: flex;
    justify-content: space-between;
    padding: 24px 45px;
    background: #fefefe;
    box-shadow: 0px 4px 8px rgba(111, 131, 149, 0.1);
}

.impress-forms-wrapper .header .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.impress-forms-wrapper .header .info h2 {
    margin-bottom: 0;
}

.impress-forms-wrapper .header .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    flex-wrap: wrap;
}

.impress-forms-wrapper .header .actions svg {
    width: 14px;
    height: 14px;
}

.impress-forms-wrapper .header .actions .divider {
    height:2.2em;
    border-left: 1px solid #D9D9D9;
}

.impress-forms-wrapper .header.responsive-header {
    flex-direction: column;
    gap: 10px;
}

.profile-inner .inner .ant-menu {
    background: transparent;
    border-right: none;
   
}

.profile-inner .inner .sidebar-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.profile-inner .inner .sidebar-menu-item div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-inner .inner .ant-scroll-number-only {
    margin-top: -2px;
}

.profile-inner .inner {
    background: #F8F7F8;
}

.profile-inner .vertical-profile-sidebar {
    position: sticky;
    top: 125px;
    overflow-y: auto;
    overflow-x: clip;
    max-height: 70vh;
    padding-right: 10px;
}

.impress-forms-popup-wrapper .profile-inner .vertical-profile-sidebar {
    top: 0px;
}

#form-based-workflow-impress-form-container .profile-inner .vertical-profile-sidebar {
    top: 0;
}

.profile-inner .horizontal-profile-sidebar {
    position: sticky;
    top: 160px;
}

.profile-inner .sidebar-menu-item .ant-badge .ant-scroll-number-only-unit {
    font-size: 10px;
}

.candidate-profile-section-card {
    background: var(--im-white);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.candidate-profile-section-card .profile-card-header {
    padding: 10px 10px;
    border-top-left-radius: 5px;
    position: relative;
}

.candidate-profile-section-card .profile-card-header::before {
    content: "";
    width: 4px;
    height: 50px;
    background-color: var(--im-primary-color);
    position: absolute;
    top: 5px;
    left: 0px;
    border-radius: 10px 0px 0px 0px;
}

.candidate-profile-section-card .profile-card-header .profile-header-info {
    display: flex;
    flex-direction: column;
}

.candidate-profile-section-card .profile-card-header .profile-header-info p {
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 8px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.85);
}

.candidate-profile-section-card .profile-card-header .profile-header-info p.section-required {
    color: #F51D2C;
    font-size: 13px;
}

.candidate-profile-section-card .profile-card-header .profile-header-info p span,
.candidate-profile-section-card .profile-card-footer p span {
    color: #F51D2C;
}

.candidate-profile-section-card .profile-card-header .profile-header-info .profile-header-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #484D4E;
}

.candidate-profile-section-card .profile-card-body {
    padding: 30px;
}

.candidate-profile-section-card .ImSelect{
    width: 100%;
}

.candidate-profile-section-card .profile-card-footer {
    display: flex;
    justify-content: space-between;
    border-top: 10;
    padding: 17px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.candidate-profile-section-card .profile-card-footer p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8C8C8C;
}

.candidate-profile-section-card .profile-card-footer .profile-footer-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.candidate-profile-section-card .profile-card-header  .edit-form-action {
    padding: 5px 10px;
    background: #F8F8F8;
    border-bottom-left-radius: 5px;
    border: 1px solid #E9E9E9;
    cursor: pointer;
}

.candidate-profile-section-card .profile-card-header  .edit-form-action.add-icon svg {
    width: 14px;
    height: 14px;
}

.candidate-profile-section-card .profile-card-header  .edit-form-action.add-icon {
    border-right: none;
}

.candidate-profile-section-card .edit-form-action-icons-container {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}

.candidate-profile-section-card .profile-card-header  .edit-form-action.no-curve {
    border-bottom-left-radius: 0px
}

@media screen and (max-width: 767px) {
    .candidate-profile-section-card .profile-card-footer {
        flex-direction: column;
    }
    
    .candidate-profile-section-card .profile-card-footer .profile-footer-actions{
        gap: 5px;
    }

    .map-type-read-view-container .map-type-read-item{
        margin-right: 5px;
    }
}

.map-type-edit-view-container .map-item-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.map-type-edit-view-container .ImSelect {
    width: 100% ;
}

.map-type-edit-view-container .ant-picker {
    width: 100%;
}

.map-type-read-view-container .map-type-read-item {
    padding: 8px;
    border: 1px solid white;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.map-type-read-view-container .map-type-read-item:has(input:checked) {
    border: 1px solid var(--im-primary-color);
}

.map-type-read-view-container .map-type-read-item.has-comment {
    border: 1px solid #F0F0F0;
}

.map-type-read-view-container.review-mode .map-type-read-item.has-comment {
    border: 1px solid var(--im-primary-color);
}

.map-type-read-view-container .map-type-read-item.has-comment .map-type-read-label p {
    color: red;
}

.map-type-read-view-container .map-type-read-item .has-comment-icon {
    position: absolute;
    top: 0px;
    right: 4px;
}

.map-type-read-view-container .map-type-read-item .has-comment-icon path {
    stroke: var(--im-outer-space);
}

.map-type-read-item .map-item-label-value {
    display: flex;
    flex-direction: column;
    gap: 4px;
    word-break: break-all;
    width: 100%;
}

.map-type-read-view-container .map-type-read-item {
    display: flex;
    gap: 8px;
}

.map-type-read-view-container .map-type-read-item .map-type-read-label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.map-type-read-view-container .map-type-read-item p {
    margin-bottom: 0;
}

.map-type-read-view-container.review-mode .map-type-read-item.has-comment .map-type-read-label p,
.map-type-read-view-container .map-type-read-item .map-type-read-label p {
    color: #9B9B9B;
    font-size: 12px;
    margin-block-start: 0px;
}

.map-type-read-view-container .map-type-read-item .map-type-read-value p {
    color: #484D4E;
    font-size: 14px;
    line-height: 16.41px;
    font-weight: 400;
    margin-block-start: 0px;
}
.map-type-read-label .help-text,.map-item-label .help-text{
    display: flex;
    line-height: 14px;
}
.map-type-read-label .help-text svg, .map-item-label .help-text svg{
    width: 14px;
    height: 14px;
}
.map-type-read-label .help-text svg g, .map-item-label .help-text svg g{
    fill: #9B9B9B;
}
.download-refer-value{
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.list-map-edit-view-table-container .ant-table table {
    border: 1px solid #F0F0F0;
    border-bottom: none;
}

.list-map-edit-view-table-container .ant-table table
.ant-table-thead > tr > th:not(:last-child):before {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 1.6em;
    background-color: #f0f0f0;
    transform: translateY(-50%);
    transition: background-color 0.2s;
    content: "";
}

.list-map-edit-view-table-container .ant-table table
.ant-table-thead > tr > th {
    color: #484D4E;
}

.list-of-map-item .form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.list-map-edit-view-table-container .ant-select-arrow{
    top: 45%;
}
.list-map-read-view-table-container .ant-table table {
    border: 1px solid #F0F0F0;
    border-bottom: none;
}

.list-map-read-view-table-container .ant-table table
.ant-table-thead > tr > th:not(:last-child):before {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 1.6em;
    background-color: #f0f0f0;
    transform: translateY(-50%);
    transition: background-color 0.2s;
    content: "";
}

.list-map-read-view-table-container .ant-table table
.ant-table-thead > tr > th {
    color: #484D4E;
}

.list-of-map-wrapper .list-of-map-item {
    position: relative;
}

.list-of-map-wrapper .list-of-map-item .action-icons {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    gap: 8px;
    min-width: 50px;
    height: 30px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E9E9E9;
    border-radius: 0px 4px;
}

.list-of-map-wrapper .list-of-map-item .action-icons .icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.list-of-map-wrapper .list-of-map-item .action-icons .delete-icon path {
    fill: red;
}

.list-of-map-wrapper .add-new-row {
    display: flex;
    justify-content: flex-end;
}

.list-of-map-wrapper .add-new-row button {
    display: flex;
    align-items: center;
}

.list-of-map-wrapper .add-new-row button svg {
    font-size: 12px;
    margin-bottom: 1px;
}

.tags-read-view-container .tags-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.tags-read-view-container .tags-inner.edit-view {
    width: fit-content;
}

.tags-read-view-container .tags-inner.edit-view .ant-input.ant-input-sm {
    width: 150px;
}

.tags-read-view-container .tags-inner.edit-view .ant-input {
    min-height: 1em;
    height: 30px;
}

.tags-read-view-container .tags-inner.edit-view .ant-row.ant-form-item {
    margin-bottom: 0;
}

.tags-read-view-container .tags-inner.edit-view .add-tag-btn svg {
    width: 26px;
    height: 26px;
}

.tags-read-view-container .tags-inner.edit-view .add-tag-btn svg path {
    fill: var(--im-outer-space);
}

.tags-inner.edit-view svg {
    vertical-align: initial;
}

.profile-inner {
    display: flex;
    gap: 20px;
}

.profile-inner .impress-forms-sidebar {
    flex-basis: 25%;
    width: 100%;
}

.chatbot-v2-body .profile-inner .impress-forms-sidebar h5,
.chatbot-page .profile-inner .impress-forms-sidebar h5 {
    font-size: 1.25em;
    margin: 0px 0px 8px 0px;
}

.profile-inner .main {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    overflow-x: hidden;
}

.profile-inner .main .candidate-profile-section-card:last-child {
    margin-bottom: 32px;
}

.profile-inner.flex-vertical {
    flex-direction: column;
    padding: 10px;
    height: 100%;
}

.profile-inner.flex-vertical .inner {
    padding: 1rem;
}

.profile-inner .delete-row-data {
    cursor: pointer;
}

.profile-inner .required-mark {
    color: red;
}

.save-profile-modal .ant-modal-content {
    padding: 0;
}

.save-profile-modal .save-profile-modal-body .profile-header {
    padding: 16px 24px;
    border-bottom: 1px solid #F0F0F0;
}

 .save-profile-modal .save-profile-modal-body .profile-body {
    padding: 14px 20px;
    text-align: center;
}

.save-profile-modal .save-profile-modal-body .profile-footer {
    padding: 12px;
    border-top: 1px solid #F0F0F0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.upload-profile-resume-modal .ant-modal-content {
    padding: 0;
}

.upload-profile-resume-modal .upload-profile-resume-modal-body .upload-profile-resume-header {
    padding: 16px 24px;
    border-bottom: 1px solid #F0F0F0;
}

 .upload-profile-resume-modal .upload-profile-resume-modal-body .upload-profile-resume-body {
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upload-profile-resume-modal .upload-profile-resume-modal-body .upload-profile-resume-footer {
    padding: 12px;
    border-top: 1px solid #F0F0F0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.upload-profile-action-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.impress-forms-wrapper {
    box-sizing: border-box;
    width: 100%;
}

.impress-forms-wrapper .profile-inner {
    background: #F8F7F8;
    padding: 40px 48px;
    min-height: 100vh;
}

.impress-forms-popup-wrapper .ant-modal {
    top: 0px;
    margin: 0px;
    width: 90% !important;
    padding-bottom: 0px;
}

.impress-forms-popup-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.impress-forms-popup-wrapper .ant-modal-content {
    background-color: #F8F7F8;
    padding: 0px;
}

.impress-forms-popup-wrapper .ant-modal-header {
    height: 60px;
    padding-inline-start: 32px;
    display: flex;
    align-items: center;
}


.impress-forms-popup-wrapper .ant-modal-body {
    height: 70vh;
    padding-inline: 32px;
}

.impress-forms-popup-wrapper .ant-modal-footer {
    height: 60px;
    padding-inline: 32px;
    background-color: white;
    box-shadow: 1px -9px 28px 8px #0000000D;
}

.impress-forms-popup-wrapper .impress-form-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 20px;
}

.impress-forms-popup-wrapper .impress-form-header .ant-tag {
    font-weight: 400;
}

.impress-forms-popup-wrapper .ant-modal-content .profile-inner .main {
    height: 70vh;
}

.impress-forms-popup-wrapper .profile-inner .impress-forms-sidebar:has(.vertical-profile-sidebar) {
    flex-basis: 275px;
    width: 100%;
    overflow-x: clip;
}

body:has(.impress-forms-popup-wrapper) .chatbot-navbar,
body:has(.impress-forms-popup-wrapper) #js-chatbot-options-wrapper,
body:has(.impress-forms-popup-wrapper) .wiget-content {
    z-index: 999;
}

body:has(.impress-forms-popup-wrapper) .ant-modal-mask,
body:has(.impress-forms-popup-wrapper) .ant-modal-wrap,
body:has(.impress-forms-popup-wrapper) .widget-wrapper,
body:has(.impress-forms-popup-wrapper) .widget-sidebar.active,
body:has(.impress-forms-popup-wrapper) .widget-sidebar-wrap.active {
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .impress-forms-wrapper .profile-inner {
        padding: 20px 28px;
    }
    .impress-forms-popup-wrapper {
        justify-content: unset;
    }
    .impress-forms-popup-wrapper .impress-form-header {
        font-size: 18px;
    }
    .impress-forms-popup-wrapper .ant-modal-body {
        padding-inline: 0px;
    }
    .impress-forms-wrapper .impress-forms-sidebar h5,
    .impress-forms-popup-wrapper .impress-forms-sidebar h5 {
        display: none;
    }
    body:has(.impress-forms-popup-wrapper) .bottom-left-container {
        z-index: 9;
    }
    .impress-forms-popup-wrapper .ant-modal {
        width: 100vw !important;
        top: 0px;
        height: 100vh;
    }
    .impress-forms-popup-wrapper .ant-modal .ant-modal-content {
        height: 100vh;
        width: 100vw;
    }
    .impress-forms-popup-wrapper .ant-modal-body {
        height: 85vh;
    }
    .impress-forms-popup-wrapper .ant-modal-footer {
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
    }
    .impress-forms-popup-wrapper .ant-modal-header {
        margin-bottom: 5px;
    }
    .impress-forms-popup-wrapper .profile-inner.flex-vertical .inner {
        padding: 5px;
    }
    .impress-forms-popup-wrapper .profile-inner .main {
        height: 75vh;
    }
    .impress-forms-popup-wrapper .profile-inner.flex-vertical {
        gap: 8px;
    }
    .impress-forms-popup-wrapper .profile-inner.flex-vertical .ant-menu-item {
        margin: 0 8px;
    }
}

.impress-forms-popup-wrapper .ant-modal-title {
    width: 100%;
}

@media screen and (max-width: 667px) {
    .impress-forms-popup-wrapper .ant-modal-title .impress-form-header {
        justify-content: space-between;
        padding-right: 50px;
    }
    .impress-forms-popup-wrapper .ant-modal-title .impress-form-header .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.ant-modal-wrap.impress-forms-popup-wrapper {
    .ant-modal-body {
        .profile-inner {
            padding: 0px 20px;
        }
    }
    .ant-modal-content {
        padding: 0px;
    }
}


.impress-form-header {
    position: relative;
    width: 100%;
}

.impress-form-header .recruiter-feedback-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 60px;
    * {
        transition:all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
}

.impress-form-header .recruiter-feedback-btn button:hover path {
    fill: var(--im-primary-color);
}
.impress-form-header .recruiter-feedback-btn div:nth-child(even) button:hover path { 
    fill: none;
    stroke: var(--im-primary-color);
}
.impress-form-header .recruiter-feedback-btn div:nth-child(even) button:hover .anticon-loading path { 
    fill: inherit;
}

.impress-form-header .recruiter-feedback-btn svg {
    height: 16px;
}

.impress-form-status {
    display: flex;
    align-items: center;
    width: fit-content;
}

.impress-form-status .ant-tag {
    min-width: fit-content;
}

.impress-form-status.changes-requested .ant-tag,
.impress-form-status.in-progress .ant-tag {
    border-color: #FFA39E;
    color: #F5222D;
    background-color: #FFF1F0;
}

.impress-form-status.pending-review .ant-tag {
    border-color: #FFD591;
    color: #FA8C16;
    background-color: #FFF7E6;
}

.impress-form-status.not-started .ant-tag {
    border-color: #D9D9D9;
    color: #8C8C8C;
    background-color: #F5F5F5; 
}

.impress-form-status.completed .ant-tag {
    border-color: #B7EB8F;
    color: #52C41A;
    background-color: #F6FFED;
}

.impress-form-footer-wrapper .selected-count-wrapper {
    position: absolute;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.impress-form-footer-wrapper .selected-count-wrapper .clear-selection {
    color: #005CC9;
    cursor: pointer;
}

.impress-form-footer-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

@media screen and (max-width: 667px) {
    .impress-form-footer-wrapper {
        display: flex;
        justify-content: center;
    }

    .impress-form-footer-wrapper button {
        flex-basis: 50%;
    }
}

.request-change-modal-wrapper .ant-modal-title {
    font-size: 18px;
}

.request-change-modal-wrapper .ant-modal-footer {
    padding: 0px;
}

.request-change-modal-wrapper .ant-checkbox-wrapper {
    margin-top: 10px;
}

