@import "../css/branding-variables.css";

/* ---Sidebar navigation---  */
.impress-global #sidebar-wrapper {
    background: var(--im-white);
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.07);;
}

.impress-global .sidebar-nav {
    border-top: 1px solid var(--im-grey);
    padding-right: 1px;
    padding-top: 0;
    margin-top: -1px;
}

.impress-global .sidemenu-sublist {
    border-top: none;
}

.impress-global .sidebar-nav li a {
    color: var(--im-outer-space);
    transition: all 0.2s ease-in;
}

.impress-global .sidebar-nav li a:hover, 
.impress-global .sidebar-nav li a:focus, 
.impress-global .sidebar-nav li.active, 
.impress-global .sidebar-nav li.active a {
    background: var(--im-primary-color-shade-1);
    color: var(--im-primary-color);
}

.impress-global .sidebar-nav li.active {
    border-right: 3px solid var(--im-primary-color);
}

.impress-global .sidebar-nav li .navbar-item svg path {
    fill: var(--im-outer-space);
}

.impress-global .sidebar-nav li.sub-menu {
    background: var(--im-lotion-4);
    margin-top: 0;
}

.impress-global .sidebar-nav li .navbar-item:hover svg path,
.impress-global .sidebar-nav li.active .navbar-item svg path {
	fill: var(--im-primary-color);
    transition: all 0.2s ease-in;
}

.impress-global .sidebar-nav .sidebar-notification {
    color: var(--im-white);
    margin: 4px 0px 4px 20px;
}

.impress-global#wrapper.active.is-collapsed #sidebar-wrapper ul.sidebar-nav-logo {
    margin: 0;
}

.impress-global .sidebar-nav li,
.impress-global .sidebar-nav li.sub-menu.dashboard {
    text-indent: 0;
    line-height: 0;
    margin-top: 8px;
}

.impress-global .sidebar-nav.nav.sidebar-workflow-static li a {
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    padding-left: 27px;
    height: auto;
    min-height: 40px;
}

.impress-global .sidebar-nav.nav.sidebar-workflow-static li.sub-menu a {
    padding-left: 54px;
    font-size: 14px;
}

.impress-global .sidebar-nav.nav.sidebar-workflow-static #collapseTwo li.sub-menu a {
    padding-left: 76px;
}

.impress-global .sidebar-nav.nav.sidebar-workflow-static li.sub-menu.dashboard a {
    padding-left: 27px;
}
.impress-global .sidebar-nav.nav.sidebar-workflow-static li.sub-menu#selectWorkflow a {
    padding-left: 27px;
}

.impress-global .sidebar-nav.nav.sidebar-workflow-static li.sub-menu.dashboard.new a {
    padding-left: 54px;
}

.impress-global .sidebar-nav.nav li.main-menu a .menu-desc,
.impress-global .sidebar-nav li.sub-menu .menu-desc {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3em;
    max-width: 180px;
}

.impress-global .sidebar-nav .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.impress-global .sidebar-nav-logo {
    padding: 0 17px;
    height: 60px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.impress-global .content-header {
    height: 60px;
    line-height: 0;
    position: sticky;
    top: 0;
    z-index: 99;
}

.impress-global .content-header h1 {
    font-weight: normal;
}

.impress-global .content-header h1 a {
    color:  rgba(0, 0, 0, 0.45);
    font-size: 14px;
}

.impress-global .content-header h1 a:not(:first-child) {
    padding: 0;
}

.impress-global .content-header h1 a.active {
    color: var(--im-outer-space);
}

.impress-global .content-header .breadcrumbs a:not(:first-child):not(:last-child)::after,
.impress-global .content-header .breadcrumbs .links a:not(:last-child)::after {
    content: "/";
    padding: 0 8px;
}

.impress-global .content-header .breadcrumbs a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.impress-global#wrapper.active.is-collapsed #sidebar-wrapper .sidebar-nav li.sub-menu {
    display: none;
}

.impress-global li.sub-menu.editbot-script.active.react-generated {
    padding-left: 0;
    text-indent: 20px;
}

/* Typography */

.impress-global .h1-medium {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: var(--im-outer-space);
    margin: 0;
}

.impress-global .h2-medium {
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    color: var(--im-outer-space);
}

.impress-global .h3-medium {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: var(--im-outer-space);
}

.impress-global .h4-medium {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--im-outer-space);
    margin-bottom: 0;
}

.impress-global .subtext-medium {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--im-outer-space);
}

.impress-global .label-medium {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8C8C8C;
}

.impress-global .toggle-label-medium {
    color: var(--im-outer-space);
    font-weight: 500;
    font-size: 14px;
}

.impress-global .description-medium {
    font-size: 13px;
    color: #8C8C8C;
    line-height: 20px;
    margin: 0;
}
/* Buttons  */

.impress-global .imp-btn {
    border-radius: 4px!important;
    border: none;
    padding: 5px 16px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease 0.03s;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.impress-global .imp-btn.imp-primary-btn {
    background: var(--im-primary-color);
    color: var(--im-white);
    border: 1px solid var(--im-primary-color);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
    border-radius: 4px;
}

.impress-global .imp-btn.imp-primary-btn:hover {
    background: var(--im-primary-color-shade-7);
    border-color: var(--im-primary-color-shade-7);
}

.impress-global .imp-btn.imp-secondary-btn {
    background: var(--im-white);
    color: var(--im-outer-space);
    border: 1px solid var(--im-light-silver-4);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
    border-radius: 4px;
}

.impress-global .imp-btn.imp-secondary-btn:hover {
    border-color: var(--im-primary-color);
    color: var(--im-primary-color);
    background: var(--im-white);
}

.impress-global .imp-btn.imp-danger-btn {
    background: #F51D2C;
    color: var(--im-white);
    border: 1px solid #F51D2C;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
}

.impress-global .imp-btn.imp-danger-btn:hover {
    background: #FF7875;
}

.impress-global .imp-btn.disabled,
.impress-global .imp-btn:disabled,
.impress-global .imp-btn:disabled:hover {
    opacity: 0.65;
    cursor: not-allowed;
}

.impress-global .imp-btn.imp-icon-btn {
    background-color: transparent;
    border: none;
}
/* Standard table */

.impress-global .table-standard {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000000d9;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    position: relative;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 16px;
}

.impress-global .table-standard table,
.impress-global #evaluation.imp-collapse-tab #rejection-criteria .autoreject_criteria.criteria-table {
    border: 1px dashed var(--im-anti-flash-white);
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    background-color: var(--im-lotion-4);;
}

.impress-global .table-standard table thead,
.impress-global #evaluation.imp-collapse-tab #rejection-criteria .criteria-thead {
    background: var(--im-lotion-4);
    box-shadow: -18px 0px 0px -17px rgba(0, 0, 0, 0.06);
    border-radius: 0px;
}

.impress-global .table-standard table thead > tr > th,
.impress-global #evaluation.imp-collapse-tab #rejection-criteria .criteria-thead > div {
    background: var(--im-lotion-4);
    padding: 16px;
    overflow-wrap: break-word;
    vertical-align: unset;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
    font-weight: 500;
    color: var(--im-outer-space);
    position: relative;
    border-bottom: none;
    font-size: 14px;
}

.impress-global .table-standard table thead > tr > th:not(:last-child):before{
    content: "";
    width: 1px;
    height: 1.6em;
    background-color: #0000000f;
    position: absolute;
    right: 0;
}

.impress-global .table-standard thead,
.impress-global .table-standard tr {
    height: 56px;
    padding: 17px 16px;
    overflow-wrap: break-word;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.impress-global .table-standard td {
    height: 56px;
    border: none;
    padding: 5px 16px;
    vertical-align: middle;
    color: var(--im-outer-space);
    font-size: 14px;
}

.impress-global .table-wrapper .account-table-col6 {
    width: unset;
    min-width: unset;
}

.impress-global .long-cell-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.impress-global .user-tag {
    height: 24px;
    min-height: unset;
    min-width: unset;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
}

.impress-global .user-tag-default {
    background: var(--im-cultured-2);
    border: 1px solid #F0F0F0;
    font-size: 14px;
    color: var(--im-outer-space);
    padding: 4px 8px;
    height: 32px;
}

.impress-global .icon-button.bordered {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--im-light-silver-4);
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
    border-radius: 2px;
    background: var(--im-white);
    width: 32px;
    height: 32px;
}

.impress-global .table-standard .action-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

/* Styling for React Select */
.impress-global .imp-standard-select > div,
.impress-global select.imp-standard-select {
    border: 1px solid var(--im-light-silver-4);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    min-height: 32px;
}

.impress-global select.imp-standard-select:focus {
    border: 1px solid #F39B25;
    box-shadow: none;
}

.impress-global .imp-standard-select span[class*='indicatorSeparator'] {
    background-color: var(--im-white);
}

.impress-global select.imp-standard-select .imp-select-option {
    background-color: #D37B05;
}

/* Styling for Input fields */
.impress-global .imp-standard-input .color-show-field .color-input-field {
    max-width: unset;
    min-height: 32px;
    border: 1px solid var(--im-light-silver-4);
    border-radius: 4px;
    color: var(--im-outer-space);
    min-height: 35px;
    padding: 3px 12px;
}

.impress-global .imp-standard-input .color-show-field .color-input-field .color-display{
    width: 21px;
    height: 22px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
    border-radius: 4px;
}
.impress-global .imp-standard-input .color-show-field .color-input-field .show-color {
    margin-left: 21px;
    text-transform: uppercase;
}

.impress-global .imp-standard-input .form-control {
    min-height: unset;
}

.impress-global .imp-standard-input input,
.impress-global input.imp-standard-input {
    border: 1px solid var(--im-light-silver-4);
    border-radius: 4px;
    background-color: var(--im-white);
    box-shadow: none;
    color: var(--im-outer-space);
    font-size: 14px;
    height: 32px;
}

.impress-global .imp-standard-input input::placeholder,
.impress-global input.imp-standard-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-weight: 400;
}

.impress-global .imp-standard-input input:focus,
.impress-global .imp-standard-input input:active,
.impress-global input.imp-standard-input:focus,
.impress-global input.imp-standard-input:active,c
.impress-global #create-new-FAQ .imp-textarea:focus,
.impress-global #create-new-FAQ .imp-textarea:active,
.impress-global #create-new-FAQ-module .imp-textarea:focus,
.impress-global #create-new-FAQ-module .imp-textarea:active {
    border: 1px solid #D37B05;
    box-shadow: 0px 0px 0px 2px rgba(244, 156, 38, 0.2);
}

.impress-global .imp-standard-textarea {
    border: 1px solid var(--im-light-silver-4);
    border-radius: 4px;
    background: var(--im-white);
    box-shadow: none;
    color: var(--im-outer-space);
    font-size: 14px;
    min-height: 32px;
    width: 100%;
    outline: none;
    padding: 4px 8px;
}

.impress-global .imp-standard-textarea::placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-weight: 400;
}

.impress-global .imp-standard-textarea:focus,
.impress-global .imp-standard-textarea:active{
    border: 1px solid #D37B05;
    box-shadow: 0px 0px 0px 2px rgba(244, 156, 38, 0.2);
}

.impress-global .imp-input-label {
    font-weight: 400;
    font-size: 14px;
    color: var(--im-outer-space);
}

.impress-global .imp-standard-input .input-field {
    width: 100%;
}

.impress-global .imp-standard-input .wrap-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.impress-global .imp-tag-default {
    background: var(--im-cultured-2);
    border: 1px solid var(--im-anti-flash-white);
    border-radius: 2px;
    padding: 2px 8px;
    color: var(--im-outer-space);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.impress-global .manage-team-header.header {
    display: flex;
    align-items: center;
}

.impress-global .manage-team-header h1 {
    font-size: 30px;
}

.impress-global .imp-card {
    border: 1px solid #F0F0F0;
    border-radius: 4px!important;       /*had to override for imp-card*/
    color: var(--im-outer-space);
    box-shadow: 0px 4px 8px rgba(111, 131, 149, 0.1);
    margin-left: 0;
}

.impress-global .imp-card .card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    box-shadow: inset 0px -1px 0px #F0F0F0;
}

.impress-global .imp-card .card-body {
    padding: 24px;
}

.impress-global .section-sub-title.imp-card-sub-title {
    font-size: 14px;
    color: var(--im-outer-space);
    line-height: 18px;
    font-weight: 400;
}

.impress-global .imp-card .card-inner-body {
    background: var(--im-white);
    padding: 0;
}

.impress-global .imp-card .card-footer-body {
    margin-top: 0;
    background: none;
    border: none;
}

/* Styling toggle for SwitchComponent */
.impress-global .imp-std-toggle {
    min-width: 44px;
    min-height: 22px;
    background: var(--im-primary-color);
    border-radius: 16px;
}

.impress-global .imp-toggle-label {
    font-size: 14px;
    color: var(--im-outer-space);
}

.impress-global .imp-std-toggle.switch__component--simple .switch__component__circle:before {
    left: 2px;
    top: 2px;
    height: 18px;
    width: 18px;
    filter: drop-shadow(0px 2px 4px rgba(0, 35, 11, 0.2));
}

.impress-global .imp-std-toggle.switch__component--simple input[type="checkbox"]:checked + .switch__component__circle:before, 
.impress-global .imp-std-toggle.switch__component--simple input[type="radio"]:checked + .switch__component__circle:before {
    transform: translateX(22px);
}

.impress-global .show-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px;
}

.impress-global .show-upload svg path {
    fill: rgba(0, 0, 0, 0.45);
}

.impress-global .origin-logo-upload a {
    height: 66px;
    background: unset;
    border: 1px solid var(--im-light-silver-4);
    max-width: unset;
    min-height: unset;
    width: 100%;
}

.origin-logo-upload a svg {
    width: 70px;
}

.impress-global .show-upload a {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
}

.impress-global .show-upload img {
    height: 48px;
}

.impress-global .show-upload.desktop img{
    height: 100%;
    width: 100%;
}

.impress-global .show-upload.desktop a{
    padding: 0;
    width: 300px;
    height: 100px;
}

.impress-global .show-upload.mobile a{
    padding: 0;
    width: 100px;
    height: 100px;
}

.impress-global .show-upload.mobile img{
    height: 100%;
    width: 100%;
}

.impress-global .show-upload.desktop-main a{
    width: 300px;
    height: 300px;
    padding-left: 0;
}

.impress-global .show-upload .desktop {
    height: 100%;
    width: 100%;
}

.impress-global .imp-warning.image-upload-warning {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.45);
    padding: 0;
    background: none;
    border: none;
}

.impress-global .show-upload .static-source-react-manage_teams-pages-organization-profile-____organization-profile_deleteImage {
    top: 13px;
}

.impress-global #communication .communication__main-component .communication-title {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 14px;
    color: var(--im-outer-space);
}

/* --- Tab menu ---  */
.impress-global .imp-tabs .nav-tabs > li {
    padding-left: 18px;
}
.impress-global .imp-tabs .nav-tabs > li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.impress-global .imp-tabs .nav.nav-tabs li.imp-tab-item a.imp-tab-link {
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--im-outer-space);
}

.impress-global .imp-tabs .nav.nav-tabs li.imp-tab-item a.imp-tab-link.active {
    font-weight: 500;
    color: var(--im-primary-color);
    border-bottom-width: 2px;
}

.impress-global .imp-tabs .nav.nav-tabs li.imp-tab-item:hover a.imp-tab-link {
    border-bottom-width: 2px;
}

@media only screen and (max-width: 1110px) {
    .impress-global .imp-tabs .nav-tabs > li {
        width: unset;
    }
}

/* Table format of API tokes in advanced settings page */
.impress-global table.table-spl.table-spl-api-token tr td {
    padding: 10px;
}

.impress-global .table-spl-api-token tr td:last-child {
    padding-right: 0px;
    max-width: 90px;
    width: 90px;
}

.impress-global .table-spl-api-token td.assessment-name {
    max-width: 300px;
    width: 300px;
}

/* Modal component  */
.imp-default-modal .modal-content {
    background: var(--im-white);
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.imp-default-modal .modal-header {
    padding: 16px 36px;
    border-bottom: 1px solid var(--im-anti-flash-white);
}

.imp-default-modal .modal-title.h2-medium{
    line-height: unset;
}

.imp-default-modal .modal-footer {
    border-top: 1px solid var(--im-anti-flash-white);
    padding: 16px 36px;
}

.imp-default-modal .modal-body {
    padding: 24px 36px;
}
.imp-default-modal .modal-body p {
    margin-bottom: 0;
}

/* Fontawesome Icon color change */
.impress-global .fa-chevron-down:before,
.impress-global .fa-chevron-up:before,
.impress-global .fa-search,
.impress-global .fa-times {
    color: rgba(0, 0, 0, 0.25);
}

.impress-global .flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.impress-global .flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.impress-global .flex-column-start {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.impress-global .flex-center-end {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    gap: 8px;
}

.impress-global .p-0 {
    padding: 0;
}
.impress-global .m-0 {
    margin: 0;
}

/* In Audit trails */
.impress-global .imp-standard-input .input-group-btn .input-group-button {
    min-height: 32px;
    height: 32px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid var(--im-light-silver-4);
    padding: 0px 8px;
}
.impress-global .vue-date-range-picker.imp-standard-input {
    border: none;
    position: relative;
    background: none;
}
.impress-global .vue-date-range-picker.imp-standard-input .clear-all-icon {
    background: transparent;
    position: absolute;
    right: 0;
    top: -2px;
    border: none;
}
.impress-global .vue-date-range-picker.imp-standard-input input[type="text"] {
    border: 1px solid var(--im-light-silver-4);
    height: 32px;
    font-size: 14px;
}

.impress-global .imp-pagination,
.impress-global .audit_search_datatable .pagination {
    display: flex;
    gap: 8px;
}

.impress-global .imp-pagination li.pagination-item,
.impress-global .audit_search_datatable .pagination li.page-item,
.impress-global .page-footer .pagination.imp-pagination li {
    min-width: 32px;
    height: 32px;
    background-color: var(--im-white);
    border: 1px solid var(--im-light-silver-4);
    border-radius: 2px;
    transition: all 0.3s;
    display: flex;
    place-items: center;
    place-content: center;
    cursor: pointer;
}

.impress-global .imp-pagination li.pagination-item.active,
.impress-global .audit_search_datatable .pagination li.page-item.active,
.impress-global .page-footer .pagination.imp-pagination li.active{
    background-color: var(--im-primary-color);
    border-color: var(--im-primary-color);
}

.impress-global .imp-pagination li.pagination-item:hover,
.impress-global .audit_search_datatable .pagination li.page-item:hover,
.impress-global .page-footer .pagination.imp-pagination li:hover {
    border-color: var(--im-primary-color);
}

.impress-global .imp-pagination li.pagination-item a,
.impress-global .audit_search_datatable .pagination li.page-item a,
.impress-global .page-footer .pagination.imp-pagination li a {
    padding: 7px;
    background-color: unset;
    color: var(--im-outer-space);
    box-shadow: none;
    min-width: unset;
}

.impress-global .imp-pagination li.pagination-item.active a,
.impress-global .audit_search_datatable .pagination li.page-item.active a,
.impress-global .page-footer .pagination.imp-pagination li.active a {
    color: var(--im-white);
}

.impress-global .imp-pagination li.pagination-item a,
.impress-global .audit_search_datatable .pagination > li > a:hover,
.impress-global .audit_search_datatable ul.pagination li.page-item:first-child a.page-link:hover, 
.impress-global .audit_search_datatable ul.pagination .pagination > li:first-child a.page-link:hover, 
.impress-global .audit_search_datatable ul.pagination li.page-item:first-child .pagination > li > a:hover, 
.impress-global .audit_search_datatable ul.pagination .pagination > li:first-child .pagination > li > a:hover,
.impress-global .audit_search_datatable ul.pagination li.page-item:last-child a.page-link:hover, 
.impress-global .audit_search_datatable ul.pagination .pagination > li:last-child a.page-link:hover, 
.impress-global .audit_search_datatable ul.pagination li.page-item:last-child .pagination > li > a:hover, 
.impress-global .audit_search_datatable ul.pagination .pagination > li:last-child .pagination > li > a:hover{
    background-color: unset;
    border-color: unset;
}

.impress-global .imp-pagination li.pagination-item a:focus,
.impress-global .audit_search_datatable .pagination li.page-item a:focus {
    box-shadow: none;
}

.impress-global #client-audit-trail .fa-question-circle {
    margin: 0
}

.impress-global #client-audit-trail .filter-system-action {
    padding: 0;
    margin: 0;
}

.impress-global #client-audit-trail .new-biased-switch {
    width: 44px;
    height: 22px;
}

.impress-global #client-audit-trail .new-biased-switch .new-slider.round {
    min-width: 44px;
}

.impress-global #client-audit-trail .new-biased-switch .new-slider:before {
    left: 3px;
    width: 18px;
    height: 18px;
}
.impress-global #client-audit-trail .new-biased-switch input:checked + .new-slider:before {
    transform: translateX(20px);
}

/* --Pagination icon changed for redesigning-- */
.impress-global .audit_search_datatable .pagination li.page-item a i.fa-arrow-left:before {
    content: "\f104";
}
.impress-global .audit_search_datatable .pagination li.page-item a i.fa-arrow-right:before {
    content: "\f105";
}

.impress-global .audit_search_datatable select.form-control.-page-size-select {
    border-radius: 4px;
    height: 32px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    padding: 0 4px;
    border-color: var(--im-light-silver-4);
}

.impress-global .audit-filter-elements {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.impress-global #team-audit-trail .download-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* --Team & workflow email dashboard-- */
.impress-global #team-email-dashboard .header-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.impress-global #team-email-dashboard .test-mail-card,
.impress-global #email-template .test-mail-card {
    margin: 0;
    width: unset;
}

.impress-global #team-email-dashboard .test-mail-card .card__header,
.impress-global #email-template .test-mail-card .card__header {
    padding: 19px 24px;
    height: 62px;
    box-shadow: inset 0px -1px 0px #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.impress-global #team-email-dashboard .test-mail-card .card__content__wrapper,
.impress-global #email-template .test-mail-card .card__content__wrapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: auto;
    padding-left: 24px;
}

.impress-global #team-email-dashboard .test-mail-card .card__actions-div button,
.impress-global #email-template .test-mail-card .card__actions-div button {
    position: relative;
}

.impress-global #team-email-dashboard .test-mail-card .card__actions-div .action-button,
.impress-global #email-template .test-mail-card .card__actions-div .action-button {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.impress-global #team-email-dashboard .test-mail-card .card__actions-div .action-button button,
.impress-global #email-template .test-mail-card .card__actions-div .action-button button {
    width: 100%;
}

.impress-global #team-email-dashboard .test-mail-card .card__actions-div > div:first-child::after,
.impress-global #email-template .test-mail-card .card__actions-div > div:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
    height: 16px;
    background-color: #F0F0F0;
}

.impress-global #team-email-dashboard .edit-parameter-link {
    margin-right: 8px;
}

.impress-global #team-email-dashboard .email-template-grid-layout,
.impress-global #email-template .email-template-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(360px, 1fr));
    gap: 15px;
    margin-bottom: 10px;
}

/* ----Manage workflows page---- */
.impress-global #workflow-dashboard {
    margin-top: 24px;
}
.impress-global #workflow-dashboard .page_desc_row > div {
    padding: 0;
}
.impress-global #workflow-dashboard .btns-gap,
.impress-global #manage-recruiter-content .btns-gap {
    gap: 8px;
}
.impress-global #workflow-dashboard .imp-btn.imp-secondary-btn:hover i, 
.impress-global #workflow-dashboard .imp-btn.imp-secondary-btn:focus i {
    color: var(--im-primary-color);
}
.impress-global #workflow-dashboard .what_next_row .left .header.h4-medium,
.impress-global #workflow-dashboard .current_status_row .header.h4-medium,
.impress-global #workflow-dashboard .analytics_row .header .h4-medium {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--im-outer-space);
    margin-bottom: 15px;
}
.impress-global #workflow-dashboard .result_overview_row .content a.imp-link {
    color: var(--im-outer-space);
    text-decoration: none;
}
.impress-global #workflow-dashboard .recruiter-stages-overview {
    margin-right: unset;
}
.impress-global #workflow-dashboard .recruiter-stages-overview > div {
    padding-left: 15px;
    padding-right: 0px;
}
.impress-global #workflow-dashboard .action-btn-group,
.impress-global #manage-recruiter-content .action-btn-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.impress-global #workflow-dashboard .action-btn-group a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin: 0;
}
.impress-global #workflow-dashboard a:hover {
    text-decoration: none;
}
.impress-global #workflow-dashboard a.imp-btn {
    padding-left: 12px;
    padding-right: 12px;
}
.impress-global #workflow-dashboard .content.flex-baseline-between {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.impress-global #workflow-dashboard .imp-card,
.impress-global #workflow-dashboard .current_status_row .right {
    margin-top: 15px;
}

@media only screen and (max-width: 1250px) {
    .impress-global #workflow-dashboard .result_overview_row .content.flex-baseline-between {
        justify-content: flex-start;
    }
}

.impress-global #workflow-dashboard .what_next_row .left,
.impress-global #workflow-dashboard .current_status_row .left {
    padding: 16px;
}

.impress-global #workflow-dashboard .what_next_row .left .content a {
    background: var(--im-white);
    color: var(--im-outer-space);
    border: 1px solid var(--im-light-silver-4);
    box-shadow: 0px 2px 0px rgb(0 0 0 / 2%);
    border-radius: 4px;
}
.impress-global #workflow-dashboard .what_next_row .left .content a:hover {
    border-color: var(--im-primary-color);
    color: var(--im-primary-color);
    background: var(--im-white);
}

.impress-global #workflow-dashboard .current_status_row .left .footer a:focus, 
.impress-global #workflow-dashboard .current_status_row .left .footer a:hover,
.impress-global #workflow-dashboard .current_status_row .left .footer a.btn-team,
.impress-global #workflow-dashboard .current_status_row .left .footer a.btn-team:active,
.impress-global #workflow-dashboard .current_status_row .left .footer a.btn-team:hover,
.impress-global #workflow-dashboard .current_status_row .left .footer a.btn-team:focus {
    color: var(--im-outer-space);
    background-color: var(--im-cultured-2);
}

.impress-global .analytics_row {
    margin-bottom: 0;
}

.impress-global .analytics_row .header.subtext-medium {
    font-weight: 400;
    color: var(--im-outer-space);
}
.impress-global #workflow-dashboard .current_status_row .right {
    padding-left: 15px;
}
.impress-global #workflow-dashboard .current_status_row .right .footer {
    margin: 0;
}

#download-csv-modal .modal-body .form-control {
    font-size: 14px;
    color: var(--im-outer-space);
}
#download-zip-modal.imp-default-modal .modal-body {
    padding: 24px 36px;
}
.impress-global #workflow-dashboard .action-btn-group a .icon svg path,
.impress-global #workflow-dashboard .action-btn-group.dashboard-actions .btn-icon svg path,
.impress-global #workflow-dashboard .analytics_row .content .item .button-div i svg path {
    fill: var(--im-primary-color);
}
.impress-global #workflow-dashboard .action-btn-group.dashboard-actions {
    display: flex;
    align-items: center;
} 
.impress-global #workflow-dashboard .action-btn-group.dashboard-actions .btn-icon {
    height: 18px;
    display: flex;
    align-items: center;
}
/* ---Settings page ---  */
.impress-global .invite_candidates_row {
    margin-top: 0;
    margin-bottom: 15px;
}
.impress-global .invite_candidates_row > div {
    padding: 0;
}
.impress-global .invite_candidates_row .left .header h3.h1-medium {
    font-weight: 500;
    font-size: 24px;
    margin-top: 0;
}
.impress-global .ims-main-content {
    margin-top: 24px;
    margin-bottom: 16px;
}

.impress-global .imp-collapse-tab .box{
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    margin-left: 0px;
    padding: 0;
    background-color: unset;
}

.impress-global .imp-collapse-tab .section-container .panel-custom,
.impress-global .imp-collapse-tab .scheduling__container .panel-custom {
    border: 1px solid var(--im-light-silver-4);
    background: var(--im-white);
    border-radius: 4px;
}

.impress-global .imp-collapse-tab .section-container:first-child .panel-custom,
.impress-global .imp-collapse-tab .scheduling__container:first-child .panel-custom {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.impress-global .imp-collapse-tab .section-container:not(:first-child) .panel-custom,
    .impress-global .imp-collapse-tab .scheduling__container:not(:first-child) .panel-custom{
    border-radius: 0;
    border-bottom: none;
}

.impress-global .imp-collapse-tab .section-container:last-child .panel-custom,
.impress-global .imp-collapse-tab .scheduling__container:last-child .panel-custom,
.impress-global #manage-users.imp-collapse-tab .box > div:last-child,
.impress-global #evaluation.imp-collapse-tab .box > div:last-child,
.impress-global #embed.imp-collapse-tab .box > div:last-child,
.impress-global #ATS.imp-collapse-tab .box > div:last-child,
.impress-global .imp-collapse-tab .box > div:last-child {
    border-bottom: 1px solid var(--im-light-silver-4);
    border-radius: 0 0 4px 4px;
}

.impress-global .imp-collapse-tab .section-container .ant-collapse-item.ant-collapse-item-active .ant-collapse-header,
.impress-global .imp-collapse-tab .scheduling__container .ant-collapse-item.ant-collapse-item-active .ant-collapse-header {
    border-bottom: 1px solid var(--im-light-silver-4);
}
.impress-global .imp-collapse-tab .section-container .section-container-panel .ant-collapse-header,
.impress-global .imp-collapse-tab .scheduling__container .section-container-panel .ant-collapse-header {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--im-outer-space);
    border-bottom: 0px solid var(--im-light-silver-4);
    border-radius: 0;
    background: var(--im-lotion-4);
    box-shadow: -18px 0px 0px -17px rgb(0 0 0 / 6%);
    padding: 16px!important;    /*had to overide ImCollapse padding */
}
.impress-global .imp-collapse-tab .scheduling__container:first-child .section-container-panel .ant-collapse-header,
.impress-global .imp-collapse-tab .scheduling__container:first-child .section-container-panel .ant-collapse-header,
.impress-global #manage-users.imp-collapse-tab .box > div:first-child,
.impress-global #evaluation.imp-collapse-tab .box > div:first-child,
.impress-global #manage-users.imp-collapse-tab .box > div:first-child .head,
.impress-global #evaluation.imp-collapse-tab .box > div:first-child .head,
.impress-global #ATS.imp-collapse-tab .box > div:first-child,
.impress-global #ATS.imp-collapse-tab .box > div:first-child .head {
    border-radius: 4px 4px 0 0;
}
.impress-global .imp-collapse-tab .scheduling__container:last-child .section-container-panel .ant-collapse-header,
.impress-global .imp-collapse-tab .scheduling__container:last-child .section-container-panel .ant-collapse-header,
.impress-global #manage-users.imp-collapse-tab .box > div:last-child .head,
.impress-global #evaluation.imp-collapse-tab .box > div:last-child .head,
.impress-global #embed.imp-collapse-tab .box > div:last-child .head,
.impress-global #ATS.imp-collapse-tab .box > div:last-child .head,
.impress-global .imp-collapse-tab .box > div:last-child .head {
    border-radius: 0 0 4px 4px;
}
.impress-global .imp-collapse-tab .ant-collapse .ant-collapse-header > svg {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.impress-global .imp-collapse-tab .general-section-wrapper .section-container-panel,
.impress-global .imp-collapse-tab .notification-section-wrapper .section-container-panel,
.impress-global #integrations-configuration-tab.imp-collapse-tab .section-container-panel {
    padding: 0 !important;
}
.impress-global .imp-collapse-tab .general-section-wrapper .ant-radio-button-wrapper {
    padding: 0 15px;
}
.impress-global .general-section-wrapper .ant-switch,
.impress-global .notification-section-wrapper .ant-switch {
    width: 44px;
    height: 22px;
}
.impress-global .imp-collapse-tab .general-section-wrapper .section-container .change-position-status p,
.impress-global .imp-collapse-tab .general-section-wrapper .scheduling__container .change-position-status p{
    margin-bottom: 0;
}
.impress-global .imp-collapse-tab .general-section-wrapper .space-between {
    align-items: center;
}
.impress-global .general-section-wrapper .ant-btn span,
.impress-global .notification-section-wrapper .header,
.impress-global .notification-section-wrapper .ant-btn span {
    padding: 0;
}
.impress-global .general-section-wrapper .ant-input-number,
.impress-global .general-section-wrapper .custom-time-picker-style.ant-picker,
.impress-global .notification-section-wrapper .ant-input-number {
    height: unset;
}

.impress-global .notification-section-wrapper .main-heading{
    font-weight: 500;
    font-size: 18px;
    color: var(--im-outer-space);
}

/* For integrations tab   */
#scheduler-configuration .scheduling__wrapper > .scheduling__container .ant-collapse-item.panel-custom .ant-collapse-header {
    border-radius: 4px 4px 0 0;
}


/* Manage users in settings page  */


.impress-global .imp-collapse-tab .expandable-box {
    border: 1px solid var(--im-light-silver-4);
    background: var(--im-white);
    border-radius: 0;
    border-bottom: 0;
}


.impress-global .imp-collapse-tab .expandable-box .head {
    padding: 16px;
    width: 100%;
    background: var(--im-lotion-4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 0;
    position: relative;
}
.impress-global #embed.imp-collapse-tab .expandable-box,
.impress-global #analytics.imp-collapse-tab .expandable-box {
    border-radius: 4px;
    border-bottom: 1px solid var(--im-light-silver-4);
}
.impress-global #embed.imp-collapse-tab .box > div:last-child .head,
.impress-global #analytics.imp-collapse-tab .box > div:last-child .head {
    border-radius: 4px;
}
.impress-global .imp-collapse-tab .expandable-box .head h4{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: var(--im-outer-space);
    padding-left: 20px;
}
.impress-global #manage-users.imp-collapse-tab .expandable-box .content,
.impress-global #evaluation.imp-collapse-tab .expandable-box .content,
.impress-global #embed.imp-collapse-tab .expandable-box .content,
.impress-global #analytics.imp-collapse-tab .expandable-box .content,
.impress-global #ATS.imp-collapse-tab .expandable-box .content,
.impress-global .imp-collapse-tab .expandable-box .content {
    padding: 16px;
    color: var(--im-outer-space);
    font-size: 14px;
    width: 100%;
}
.impress-global #manage-users.imp-collapse-tab .expandable-box .content.collapse.show,
.impress-global #evaluation.imp-collapse-tab .expandable-box .content.collapse.show,
.impress-global #embed.imp-collapse-tab .expandable-box .content.collapse.show,
.impress-global #analytics.imp-collapse-tab .expandable-box .content.collapse.show,
.impress-global #ATS.imp-collapse-tab .expandable-box .content.collapse.show,
.impress-global .imp-collapse-tab .expandable-box .content.collapse.show {
    border-top: 1px solid var(--im-light-silver-4);
}
.impress-global #manage-users.imp-collapse-tab .expandable-box .content p,
.impress-global #evaluation.imp-collapse-tab .expandable-box .content p,
.impress-global #embed.imp-collapse-tab .expandable-box .content p,
.impress-global #analytics.imp-collapse-tab .expandable-box .content p {
    color: var(--im-outer-space);
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
}
.impress-global #manage-users.imp-collapse-tab .box > div {
    border-radius: 0;
}
.impress-global #manage-users.imp-collapse-tab .expandable-box .collapse .form-control, 
.impress-global #manage-users.imp-collapse-tab .expandable-box .collapse .table-row select.imp-standard-select[name="stage"], 
.impress-global #manage-users.imp-collapse-tab .table-row .expandable-box .collapse select.imp-standard-select[name="stage"],
.impress-global #manage-users.imp-collapse-tab .expandable-box .collapse select.imp-standard-select[name="stage"] {
    width: 100%;
    margin-bottom: 0;
    height: 32px;
}
.impress-global #manage-users.imp-collapse-tab .expandable-box .content .form-group {
    margin-top: 0;
}

.impress-global #manage-users.imp-collapse-tab .add-new-colleague.expandable-box #invite-new-recruiters-content table thead {
    border-style: none;
}

.impress-global #manage-users.imp-collapse-tab .add-new-colleague.expandable-box #invite-new-recruiters-content input.imp-standard-input{
    border: 1px solid var(--im-light-silver-4);
    border-radius: 4px;
    box-shadow: none;
    height: 32px;
    color: var(--im-outer-space);
    font-weight: 400;
}
.impress-global #manage-users.imp-collapse-tab .add-new-colleague .save-div {
    padding-bottom: 0;
}
.impress-global #manage-users.imp-collapse-tab .table-standard,
.impress-global #embed .expandable-box .content .form-group {
    margin-top: 0;
}
.impress-global #manage-users.imp-collapse-tab #invite-new-recruiters-content {
    margin-top: 15px;
}
.impress-global #clone .imp-card,
.impress-global #embed .imp-card {
    padding: 16px;
    margin-top: 0;
}
.impress-global #clone .clone-this-workflow.imp-card .expandable-box .head,
.impress-global #clone .current-clone.imp-card .expandable-box .head,
.impress-global #clone .link-workflows.imp-card .expandable-box .head {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}
.impress-global #clone .current-clone.imp-card .box-foot {
    display: flex;
    align-items: center;
    gap: 8px;
}
.impress-global #clone .link-workflows.imp-card .select2-container--default .select2-selection--single, 
.impress-global #clone .link-workflows.imp-card .select2-container--default .select2-selection--multiple,
.impress-global #clone .link-workflows.imp-card .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, 
.impress-global #clone .link-workflows.imp-card .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, 
.impress-global #clone .link-workflows.imp-card .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.impress-global #clone .link-workflows.imp-card .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.impress-global #analytics .select2-container--default .select2-selection--single, 
.impress-global #analytics .select2-container--default .select2-selection--multiple,
.impress-global .imp-default-modal .select2-container--default .select2-selection--single, 
.impress-global .imp-default-modal .select2-container--default .select2-selection--multiple {
    border-radius: 4px;
    border: 1px solid var(--im-light-silver-4);
}

.impress-global #analytics .select2-container .select2-selection--single {
    min-height: 32px;
    position: relative;
 }
.impress-global .notification-section-wrapper .header,
.impress-global .imp-collapse-tab .notification-section-wrapper .box {
    margin-bottom: 16px;
}
.impress-global #evaluation.imp-collapse-tab #rejection-criteria .criteria-thead > div {
    padding: 10px 0;
    padding-left: 16px;
}
.impress-global #evaluation.imp-collapse-tab #rejection-criteria .criteria-thead .autoreject_append_row .list div.row {
    padding: 0px 16px;
}
.impress-global #evaluation.imp-collapse-tab #rejection-criteria .autoreject_criteria.criteria-table,
.impress-global #embed .expandable-box .code-title.subtext-medium {
    margin-bottom: 15px;
}
.impress-global #evaluation.imp-collapse-tab #autoreject_list {
    background-color: var(--im-white);
}
.impress-global #evaluation.imp-collapse-tab #autoreject_list .row > .action, #auto_keep_in_view_list .row > .action {
    padding-right: 16px;
    text-align: right;
}
.impress-global #evaluation.imp-collapse-tab #autoreject_list .row > .treshold, #auto_keep_in_view_list .row > .treshold,
.impress-global #evaluation.imp-collapse-tab #autoreject_list .row > .competency, #auto_keep_in_view_list .row > .competency {
    padding-left: 16px;
}
.impress-global #evaluation .expandable-box .content input,
.impress-global #embed .expandable-box .content input {
    background-color: var(--im-white);
    border-radius: 4px;
    font-size: 14px;
    color: var(--im-outer-space);
    font-weight: 400;
}
.impress-global #evaluation .expandable-box .content input:focus,
.impress-global #embed .expandable-box .content input:focus,
.impress-global #evaluation .expandable-box .content input:active,
.impress-global #embed .expandable-box .content input:active {
    border: 1px solid #D37B05;
    box-shadow: 0px 0px 0px 2px rgba(244, 156, 38, 0.2);
}
.impress-global #evaluation .expandable-box .content input[type="number"] {
    text-align: left;
}
.impress-global #evaluation .weightage_criteria .body .rows {
    display: inline-block;
    width: 100%;
    padding: 5px 0px 2px 0px;
}
.impress-global #evaluation .weightage_criteria .body .rows .column1 {
    font-weight: 400;
    color: var(--im-outer-space);
    font-size: 14px;
}
.impress-global #evaluation .expandable-box #progress_rejection_threshold.content input[type="number"],
.impress-global #evaluation .expandable-box #progress_approval_threshold.content input[type="number"],
.impress-global #evaluation .expandable-box #weightage_content.content input[type="number"],
.impress-global #evaluation .expandable-box #competency_weightage_content.content input[type="number"] {
    float: right;
}
.impress-global #embed .expandable-box .h4-medium {
    margin-bottom: 15px;
}
.impress-global #embed .expandable-box .col-form-label {
    padding: 0;
}
.impress-global #embed .expandable-box b {
    font-weight: 500;
}
.impress-global #analytics #selected-analytics > ul {
    border: 1px solid #F0F0F0;
    border-radius: 4px;
}
.impress-global #analytics #selected-analytics > ul > li > .title {
    font-weight: 500;
    font-size: 14px;
}
.impress-global #analytics #selected-analytics > ul > li > .desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8C8C8C;
}
.add-analytic-modal.imp-default-modal .modal-body label {
    margin-bottom: 0;
    color: var(--im-outer-space);
}
.imp-default-modal .modal-body.container-fluid {
    padding: 0;
}
.swal2-modal .swal2-confirm.swal2-styled, .swal2-modal .swal2-cancel.swal2-styled {
    border-radius: 4px!important;
}
.impress-global .imp-default-modal .select2-container {
    margin-bottom: 0;
}
.impress-global .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--im-cultured-2);
    border: 1px solid var(--im-anti-flash-white);
    padding: 4px 8px;
    height: auto;
}
.impress-global .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-left: 5px;
}
.impress-global .imp-default-modal #migrate-model-body .col-6 {
    display: flex;
    align-items: baseline;
    padding-right: 0;
}
/* .impress-global .imp-default-modal #migrate-model-body input[type="checkbox"] {
    width: 19px;
    height: 19px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    transition: all 0.3s;
} */
/* .impress-global .imp-default-modal #migrate-model-body > div input:checked {
    accent-color: var(--im-primary-color);
}
input[type="checkbox"]:checked + label::after {
    border: 3px solid #1062a4;
} */
.impress-global .btn.collapse-btn {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
}
.impress-global .btn.collapse-btn:not(.save-button):hover, 
.impress-global .btn.collapse-btn:not(.save-button):active, 
.impress-global .btn.collapse-btn:not(.save-button):focus {
    background: transparent;
    box-shadow: none;
}
.impress-global .btn.collapse-btn span.collapse-arrow svg,
.impress-global .btn.collapse-btn.close span.collapse-arrow svg {
    transform: rotate(0deg);
}
.impress-global .btn.collapse-btn.open span.collapse-arrow svg {
    transform: rotate(90deg);
}
.impress-global #section3 {
    margin-bottom: 20px;
}
#full-screen-graph-modal.imp-default-modal .modal-header {
    border-bottom-style: solid;
}
#full-screen-graph-modal.imp-default-modal .modal-title {
    text-align: left;
    justify-content: left;
}
#full-screen-graph-modal.imp-default-modal .modal-footer {
    text-align: right;
    margin-bottom: 0;
    justify-content: right;
    border-top-style: solid;
}
/* Migrate chatbot modal checkbox  */
.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"]:checked + label::before {
    border-radius: 2px;
    background-color: var(--im-primary-color);
    color: var(--im-pure-white);
}
.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"]:checked + label > span::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid var(--im-pure-white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"]:focus + label::before,
.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"]:not(:disabled) + label:hover:before {
    outline-color: transparent;
    outline-width: 1px;
}
.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
    opacity: 0.5;
}
.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"]+label {
    display: flex;
    gap: 5px;
    cursor: pointer;
    color: var(--im-pure-black);
    top: -3px;
    position: relative;
}

.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"]+label > span {
    position: relative;
    top: 4.5px;
}

.impress-global .imp-default-modal #migrate-model-body input[type="checkbox"]+label::before {
    content: '';
    border: 1px solid var(--im-primary-color);
    border-radius: 3px;
    display: inline-block;
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin-right: 0.5em;
    margin-top: 0.5em;
    vertical-align: -3px;
}
.impress-global #migrate-modal.imp-default-modal .modal-body {
    padding: 0;
}
.impress-global #migrate-modal.imp-default-modal #migrate-model-body {
    padding: 24px 36px;
}
.impress-global #workflow-dashboard .current_status_row .left .footer a.btn-team.user-tag {
    cursor: pointer;
}
#add-analytics-modal.imp-default-modal .modal-footer {
    gap: 8px;
}

/* --- Manage assets page --- */
.impress-global .manage-assets__upload-zone.imp-img-upload {
    background-color: var(--im-white);
    border: 1px solid var(--im-light-silver-4);
    max-width: unset;
    min-height: 66px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px 20px;
    height: auto;
}
.impress-global .manage-assets__upload-zone.imp-img-upload > div {
    justify-content: space-between;
    align-items: center;
}
.impress-global .imp-upload-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: var(--im-outer-space);
    gap: 10px;
}
.impress-global .imp-upload-area .upload-cloud-icon img {
    width: 70px;
    cursor: pointer;
}
.impress-global .manage-assets__upload-zone.imp-img-upload .imp-warning.image-upload-warning {
    position: absolute;
    top: 67px;
    left: 0;
    font-size: 12px;
}
.impress-global .manage-assets__upload-zone.imp-img-upload .upload-file-name {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.impress-global .manage-assets__upload-zone.imp-img-upload .upload-file-name img {
    cursor: pointer;
}
.impress-global .imp-modal-inner-div {
    min-height: 100px;
    display: flex;
    align-items: center;
}
.impress-global #manage-assets-page .manage_assets__edit-delete-button:hover {
    background-color: var(--im-primary-color-shade-1);
}

.impress-global .notification__card.card.more-bottom-p .card-body {
    padding-bottom: 24px;
}
.impress-global .notification__settings__container .settings__subsection {
    margin-bottom: 0;
}
.impress-global .settings__section.settings__header {
    margin-bottom: 10px;
}

.impress-global #manage-assets-page .manage-asset-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(248px, 1fr));
    grid-gap: 20px;
    margin-top: 24px;
}

.impress-global #manage-assets-page .asset-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.impress-global #manage-assets-page .manage-assets__impress-card.imp-card {
    margin: 0;
    width: unset;
}
.impress-global .manage-assets-action-modal .footer-bar {
    width: 100%;
}

/* Email editor page styles */
.imp-email-editor .preview-template {
    max-width: unset;
    padding-right: 0;
    padding-top: 0;
    padding-left: 20px;
}
.imp-email-editor .editor-toolbar {
    padding: 25px 16px;
    min-height: 90vh;
}
.imp-email-editor .email-edit-form .imp-standard-input {
    height: 32px;
    font-size: 14px;
    color: var(--im-outer-space);
}
.imp-email-editor .email-edit-form .imp-standard-input.form-control:focus,
.imp-email-editor .email-edit-form .imp-standard-input.form-control:active {
    border: 1px solid #D37B05;
    box-shadow: 0px 0px 0px 2px rgba(244, 156, 38, 0.2);
}

.imp-email-editor .send-test-mail-form {
    margin-top: 25px;
}
.imp-email-editor .form-email-editor {
    position: absolute;
    bottom: -3px;
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
    .imp-email-editor .preview-template {
        padding-left: 0;
        margin-top: 2rem;
    }
}

#simulate-webhook-modal .simulation-modal-content {
    color: var(--im-outer-space);
}
#confirm-remove-team-member.imp-default-modal .modal-body {
    padding: 24px 36px;
}

/* Workflow analytics  */
.impress-global #workflow-analytics .head .box.imp-card {
    /* height: 100%; */
    margin-top: 0;
}
.impress-global #workflow-analytics .head .box.imp-card .header {
    padding: 0 10px;
    text-align: left;
}
.impress-global #workflow-analytics .head .box.imp-card .content {
    margin: 5px 10px;
    text-align: left;
}
.impress-global #workflow-analytics .head .box.imp-card .content select.form-control{
    border-radius: 4px;
    height: 32px;
}
.impress-global #workflow-analytics .head .box.imp-card .input-group.input-daterange > * {
    height: 34px;
}
.impress-global #workflow-analytics .analytics_row .content {
    padding: 0 15px;
    margin-top: 0;
}
.impress-global #workflow-analytics .analytics_row .content .row.card-spl-deck {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(260px, 1fr));
    gap: 15px;
}
.impress-global #workflow-analytics .analytics_row.row .content .row.card-spl-deck .card-spl-item.chart-container.item {
    padding: 0;
}
.impress-global #workflow-analytics .analytics_row .card-spl-deck .card-spl-item .chart_inner_box {
    height: 100% !important;
}

/* FAQ page  */
.impress-global .header-row.faq-ai .button-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.impress-global .header-row.faq-ai .imp-card {
    padding: 15px;
    width: fit-content;
    float: right;
}
.impress-global .header-row.faq-ai .imp-card .button-row {
    justify-content: center;
}
.impress-global .header-row.faq-ai .button-row a.btn,
.impress-global .header-row.faq-ai .button-row button.btn{
    margin: 0;
}
.impress-global .imp-default-modal .imp-textarea,
.impress-global .imp-card .imp-textarea {
    border: 1px solid var(--im-light-silver-4);
    border-radius: 4px;
    background-color: var(--im-white);
    box-shadow: none;
    color: var(--im-outer-space);
    font-size: 14px;
}
.impress-global .imp-default-modal .imp-textarea::placeholder {
    color: rgba(0, 0, 0, 0.25);
}
.impress-global section#table_section .imp-std-toggle.switch {
    width: 48px;
}
.impress-global section#table_section .imp-std-toggle.switch .slider:before {
    height: 18px;
    width: 18px;
    right: 2px;
    bottom: 2px;
}
.impress-global section#table_section .imp-std-toggle.switch input:checked + .slider:before {
    -webkit-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    transform: translateX(-26px);
}
.impress-global section#table_section .imp-std-toggle.switch > a {
    font-size: 12px;
    padding-top: 2px;
}
.impress-global section#table_section .imp-std-toggle.switch > a.on {
    margin-left: 26px;
}
.impress-global section#table_section .imp-std-toggle.switch > a.off {
    margin-left: 6px;
}
.impress-global section#table_section .input-group-btn .input-group-button.btn {
    border-left: 1px solid var(--im-light-silver-4);
}
.impress-global #faq_table td.cell3.faqAction > div{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    height: 100%;
}
.impress-global #faq_table td.cell3.faqAction > div > a {
    margin: 0;
}
.impress-global .imp-default-modal a {
    color: var(--im-sapphire);
    text-decoration: none;
}
.impress-global section#table_section .table-standard .cell {
    font-size: 14px;
    font-weight: normal;
    border-radius: 0!important;
    height: auto;
}
.impress-global .card.imp-card .card-body .form-control {
    min-height: unset;
}
.impress-global #faq_table .imp-btn {
    font-size: 14px;
}
.impress-global .faq-candidate-queries-chatbot .imp-std-toggle,
.impress-global .faq-response-section .imp-std-toggle { 
    width: 44px;
    height: 22px;
}
.impress-global .faq-candidate-queries-chatbot .imp-std-toggle input:checked + .slider:before {
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px);
}
.impress-global .faq-candidate-queries-chatbot .imp-std-toggle.switch .slider:before {
    height: 18px;
    width: 18px;
    bottom: 2px;
    right: 2px;
}
.impress-global .faq-response-section .imp-std-toggle.switch .slider:before {
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
}
.impress-global .faq-response-section .imp-std-toggle input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    transform: translateX(22px);
}
.impress-global .faq-response-section .imp-textarea {
    font-size: 14px;
}
.impress-global #retrainModal .nav.nav-tabs li.nav-item a.nav-link {
    font-size: 14px;
    font-weight: 400;
}
.impress-global #retrainModal .nav.nav-tabs li.nav-item a.nav-link.active {
    color: var(--im-primary-color);
    font-weight: 500;
}
#update-candidate-query-id #modal-response-text-id {
    word-break: break-word;
}
.impress-global .faq-ai .btn-icon svg path{
    fill: var(--im-outer-space);
}
.swal2-modal .swal2-title {
    color: var(--im-outer-space);
    font-size: 26px;
    font-weight: 500;
}
/* User profile  */
.impress-global .well.imp-card {
    padding: 0;
}
.impress-global .login-well.imp-card .input-group .input-group-prepend {
    position: relative;
}
.impress-global .login-well.imp-card .input-group .input-group-text {
    background-color: unset;
    position: absolute;
    right: -35px;
    z-index: 10;
    border: unset;
    top: 2px;
}
.impress-global .login-well.imp-card .input-group .imp-standard-input {
    padding-left: 35px;
    border-radius: 4px;
}
.impress-global .imp-card .imp-card-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 16px 24px;
    box-shadow: inset 0px 1px 0px #f0f0f0;
}
.impress-global .login-well.imp-card .profile-upload-form .upload-section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
.impress-global .login-well.imp-card .errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 10px;
}
.impress-global .login-well.imp-card .errorlist li {
    background: #FFF1F0;
    border: 1px solid #FFCCC7;
    border-radius: 4px;
    padding: 9px 16px;
    margin-top: 10px;
}
.impress-global .login-well.imp-card .errorlist li:first-child {
    margin-top: 0;
}
.impress-global .login-well.imp-card .card-body .imp-card-footer {
    margin-left: -24px;
    margin-right: -24px;
}
.impress-global .login-well.imp-card .card-body .alert-warning {
    padding: 0;
    background-color: unset;
    border: 0;
    color: var(--im-outer-space);
}
.impress-global .login-well.imp-card .card-body .blockLabels {
    border: 0;
    margin: 10px 0 0 0;
}
.impress-global .login-well.imp-card .card-body .blockLabels > .ctrlHolder {
    padding-left: 0;
}
.impress-global .login-well.imp-card .card-body .ctrlHolder > input[type='radio']:checked:after {
    background-color: var(--im-primary-color);
}
.impress-global .login-well.imp-card .card-head .session-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.impress-global .login-well.imp-card .table-standard tbody {
    background-color: #FFFFFF;
}
.impress-global .login-well.imp-card .btn-google {
    font-weight: normal;
    font-size: 14px;
}
.impress-global .login-well.imp-card input {
    font-size: 14px;
}
.impress-global .info-block {
    background: #E6F7FF;
    border: 1px solid #91D5FF;
    border-radius: 4px;
    padding: 9px 16px;
    line-height: 16px;
    min-width: 255px;
}

.ant-popover.popover-wrap.popover-wrap--support-controller,
.popover-wrap.popover-wrap--support-controller .content-container .helper-text .support-link {
    cursor: unset;
}

.organization-profile .errorBlock .errorMessage {
    background: #FFF1F0;
    border: 1px solid #FFCCC7;
    border-radius: 4px;
    color: var(--im-outer-space);
    padding: 9px 16px;
    line-height: 18px;
}

.impress-global.password.reset.done .refresh-info {
    border-radius: 4px;
    border: 1px solid #91D5FF;
    background: #E6F7FF;
    padding: 9px 16px;
    color: #484d4e;
    text-align: left;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    position: relative;
}

@media only screen and (min-width: 1199px) {
    .impress-global.password.reset.done .refresh-info {
        max-width: 600px;
    }
}

.impress-global .singpass-reconfirmation-form .inner-box {
    border-radius: 10px;
    background:  #FFF;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}

.impress-global .singpass-reconfirmation-form .inner-box .singpass-add-email-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--im-outer-space);
}

.impress-global .singpass-reconfirmation-form input.form-control {
    margin-bottom: 15px;
}

