/**
    Reset a bunch of the default styling and add some helper classes
**/
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
}
html, body {
    min-height: 100vh;
    height: 100%;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.relative {
    position: relative;
}
.flex {
    display: flex;
}
.flex.items-center {
    align-items: center;
}
.flex.gap-10 {
    gap: 10px;
}
.w-auto {
    width: auto;
}
.w-600 {
    width: 600px;
}
.justify-between {
    justify-content: space-between;
}
.ml-auto {
    margin-left: auto;
}
fieldset label, span.label {
    float: none;
    width: auto;
}
fieldset input, fieldset img, fieldset .rating-field {
    float: none;
    margin: 0;
}
#new-harbour-root,
#new-harbour-root #page_wrapper {
    min-height: 100%;
    min-width: unset;
}
#training_header {
    width: 200px;
    top: 10px;
    left: 20px;
    border-radius: 10px;
    font-size: 13px;
    position: absolute;
    background: #e52828;
    line-height: 0;
    text-align: center;
    z-index: 999;
}
#training_header div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}
#training_header div i {
    margin: 0;
    color: white;
    line-height: 0;
}
#new-harbour-root #page_wrapper {
    background: none;
    min-width: auto;
}
#new-harbour-root #header,
#new-harbour-root #header_wrapper,
#new-harbour-root #client_logo_container {
    background: none;
    border-bottom: none;
    height: auto;
}
#new-harbour-root #header_wrapper {
    overflow: inherit;
}
#new-harbour-root #navcontainer {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto
}
#new-harbour-root #content {
    background: none;
    margin: 0;
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    padding: 30px 20px 20px 30px;
    align-items: start;
}
#new-harbour-root #content > div:first-child {
    max-width: 100%;
    flex-grow: 1;
}
#new-harbour-root #content-flex-wrapper {

}
#new-harbour-root #right_side {
    right: unset;
    margin-left: auto;
    position: relative;
}
#new-harbour-root #page_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#new-harbour-root #page_wrapper > div:first-child {
    flex-grow: 1;
}
#new-harbour-root #main-content-wrapper {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "sidebar content";
    height: 100%;
    overflow-x: hidden;
}
#new-harbour-root #harbour-content-container {
    grid-area: content;
}
#new-harbour-root #harbour-sidebar {
    grid-area: sidebar;
}
#new-harbour-root #content h3 {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}
#new-harbour-root #footer {
    padding: 20px;
    color: #ffffff;
    background: #222222;
    margin: 0;
    border-top: 1px solid #111111;
    z-index: 11;
}
#new-harbour-root a,
#new-harbour-root #footer a {
    color: #1195a9;
}
#new-harbour-root a:hover,
#new-harbour-root #footer a:hover {
    color: #50b8c9;
}
#new-harbour-root fieldset {
    display: block;
    padding: 0;
    width: auto;
}
#new-harbour-root #advanced_search,
#new-harbour-root form {
    width: auto;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#content h4.sub-heading {
    margin: 0;
}
#new-harbour-root .dropdown-toggle {
    cursor: pointer;
    position: relative;
}
#new-harbour-root .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1010;
    top: 40px;
    left: unset;
    right: 0;
    background: white;
    border-radius: 5px;
    width: auto;
    min-width: 200px;
    padding: 10px;
    box-shadow: #999999 0 0 5px;
}
#new-harbour-root .dropdown-menu.right {
    left: unset;
    right: 0;
}
#new-harbour-root .dropdown-menu.left {
    left: 0;
    right: unset;
}
#new-harbour-root .dropdown-menu > * {
    display: flex;
    flex-direction: column;
}
#new-harbour-root .dropdown-menu a {
    margin: 10px 0;
}
#new-harbour-root table tr td form {
    display: inline-block;
}

#new-harbour-root form.featurebox_center {
    max-width: 700px;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    padding: 20px;
    font-size: 13px;
}
#new-harbour-root h3 + form.featurebox_center {
    margin-top: -10px;
}

/**
    Text Styling
 */
#new-harbour-root a,
#new-harbour-root p,
#new-harbour-root ul,
#new-harbour-root label,
#new-harbour-root input,
#new-harbour-root table,
#new-harbour-root select,
#new-harbour-root .ui-widget {
    font-family: 'Open Sans', sans-serif;
}
#new-harbour-root p {
    display: block;
    font-size: 12px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
#new-harbour-root p.interview_availability {
    float: left;
    margin: 5px 20px 5px 5px;
}
#new-harbour-root #content h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}
#content p.add.thintable {
    margin: 0;
}

/**
    Header styling
 */
#new-harbour-root #header {
    display: flex;
    justify-content: end;
    padding: 10px 20px;
}
#new-harbour-root #header_wrapper {
    box-shadow: #CCCCCC 0 0 10px;
}
#new-harbour-root #header_wrapper::before {
    content: "";
    opacity: 0.5;
    position: absolute;
    left: 0; /* Align to the left */
    right: 0; /* Align to the right */
    bottom: 0; /* Align to the bottom */
    padding: 1px; /* Apply padding to create the border effect */
    background: linear-gradient(to right,
    #2db8b4, #4b2991, #c4249a,
    #ee254d, #d94c22, #28469f,
    #1eb4c1); /* Simplified gradient without repetition */
    background-size: 100% 100%;
    pointer-events: none;
}
#new-harbour-root #help_nav {
    float: none;
    display: flex;
    gap: 10px;
    font-size: 13px;
    align-items: center;
    height: auto;
}
#new-harbour-root #help_nav a,
#new-harbour-root #help_nav i {
    background: none;
    padding: 0;
    height: auto;
    color: #333333;
    font-size: 13px;
}
#new-harbour-root #help_nav div {
    float: none;
}
#new-harbour-root #help_nav a.header__ms_auth {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
#new-harbour-root #help_nav a.header__ms_auth i {
    display: none;
    position: absolute;
    right: -6px;
    bottom: -6px;
    color: #e52828;
    pointer-events: none;
}
#new-harbour-root #help_nav a.header__ms_auth--unavailable i {
    display: block;
}
#new-harbour-root #extra-options {
    position: relative;
    z-index: 999;
}
#new-harbour-root #extra-options label {
    cursor: pointer;
}
#new-harbour-root #extra-options input[type="checkbox"] {
    display: none;
}
#new-harbour-root #extra-options > div {
    display: none;
    position: absolute;
    z-index: 10001;
    background: #333333;
    border-radius: 5px;
    min-width: 200px;
    right: 0;
    top: 25px;
}
#new-harbour-root #extra-options > div a {
    padding: 5px 10px;
    color: white;
}
#new-harbour-root #extra-options > div i {
    color: white;
}
#new-harbour-root #extra-options input[type="checkbox"]:checked + div {
    display: block;
}
#new-harbour-root #extra-options label:has(+ input[type="checkbox"]:checked i) {
    color: #e52828;
}
#new-harbour-root #help_nav .section,
#new-harbour-root #help_nav .health-alert {
    width: auto;
}
#new-harbour-root .health-alert a,
#new-harbour-root .section a {
    display: flex;
    align-items: center;
    gap: 5px;
}
#new-harbour-root #help_chat, #new-harbour-root #user_info {
    width: inherit;
    padding: inherit;
}

#new-harbour-root #user_info .save_user_info {
    background-color: #00B050;
}

#new-harbour-root #user_info .cancel_user_info {
    background-color: #FF0000;
    margin-left: 10px;
}

#new-harbour-root #user_info .buttons input {
    float: right;
}
#new-harbour-root #user_info .buttons {
    padding-left: 0;
}

/**
    Sidebar Styling
**/
#harbour-sidebar {
    position: relative;
    width: 250px;
    max-width: 250px;
    background-color: #333333;
    z-index: 10;
    padding: 10px 10px 30px 10px;
    transition: width 0.3s ease-in-out;
    border-right: 2px solid #111111;
}
#harbour-sidebar.closed {
    width: 10px;
}
#harbour-sidebar div {
    overflow: hidden;
}
#harbour-sidebar img#harbour-navigation-logo {
    display: block;
    width: 100px;
    margin: 20px auto 20px;
    transition: opacity 0.3s ease-in-out;
}
#harbour-sidebar img#client-navigation-logo {
    display: block;
    width: 160px;
    margin: 20px auto 20px;
    transition: opacity 0.3s ease-in-out;
}
#harbour-sidebar.closed img {
    opacity: 0;
}
#harbour-sidebar #navigation-toggle {
    display: flex;
    position: absolute;
    top: 25px;
    right: -10px;
    opacity: 0;
    pointer-events: none;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    background-color: #73bcbe;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
#harbour-sidebar:hover #navigation-toggle,
#harbour-sidebar.closed #navigation-toggle {
    opacity: 1;
    pointer-events: all;
}
#harbour-sidebar.closed #navigation-toggle {
    transform: rotate(180deg);
}
#harbour-sidebar > div i {
    font-size: 13px;
    color: #FFFFFF;
}
#harbour-sidebar ul {
    color: #333333;
    padding: 0;
    list-style: none;
    margin: 0;
    transition: opacity 0.3s ease-in-out;
}
#harbour-sidebar > div > div> ul {
    width: 220px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#harbour-sidebar.closed ul {
    opacity: 0;
    pointer-events: none;
}
#harbour-sidebar ul li.sidenav-container > a {
    font-weight: bold;
    pointer-events: none;
}
#harbour-sidebar ul li:first-child {
    margin-top: 0;
}
#harbour-sidebar ul li {
    order: 1;
    margin-top: 5px;
}
#harbour-sidebar ul li.active {
    order: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#harbour-sidebar ul li a {
    display: block;
    padding: 12px 5px 12px 15px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 10px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
}
#harbour-sidebar ul li a:hover,
#harbour-sidebar ul li.active > a {
    background-color: #BFDBFE;
    color: #1E40AF;
}
#harbour-sidebar ul li.active > a {
    pointer-events: none;
    font-weight: 500;
}
#harbour-sidebar ul li.active ul {
    margin-top: 10px;
    margin-left: 10px;
}
#harbour-sidebar ul li {
    position: relative;
}
#harbour-sidebar ul li.active ul li a:hover,
#harbour-sidebar ul li.active ul li.current a {
    background-color: #fcd1e4;
    color: #a51eaf;
}
#harbour-sidebar ul li.active ul li.current.on a {
    position: relative;
    font-weight: 500;
}
#harbour-sidebar ul li.active ul .crumb {
    margin-top: 10px;
    margin-left: 10px;
    color: #333333;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 5px;
}
#harbour-sidebar ul li.active ul li.current.on .crumb a {
    position: relative;
    background: #FFFFFF;
    color: #333333;
}
#harbour-sidebar .crumb .subnav {
    gap: 5px;
    display: flex;
    font-size: 11px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 5px 12px 15px;
}
#harbour-sidebar ul li.active ul li.current.on .crumb .subnav a {
    padding: 0;
    width: auto;
    font-size: 11px;
    color: #0E3460;
    border-radius: 0;
    overflow: visible;
    display: inline-block;
}
#harbour-sidebar .crumb .subnav span {
    line-height: 0;
}
#harbour-sidebar ul li.active ul li.current.on .crumb .subnav a:hover {
    text-decoration: underline;
}
#harbour-sidebar ul li.active ul li.current.on .crumb .subnav a:last-child {
    color: #333333;
    font-weight: normal;
}
#harbour-sidebar .crumb::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 95%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    pointer-events: none;
}

#harbour-sidebar ul li a span.scroll-animation {
    display: inline-block;
    position: relative;
}

#harbour-sidebar ul li a:hover span.scroll-animation {
    animation: scroll-text 4s linear infinite alternate;
}

@keyframes scroll-text {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-80%); /* Adjust based on container's width */
    }
}

/**
    Catch-all Modal
 */
#new-harbour-root #page_wrapper .modal-element {
    position: fixed;
    z-index: 1000;
}
#new-harbour-root #page_wrapper #page_wrapper_content {
    flex-grow: 1;
}
#new-harbour-root #page_wrapper .modal-element .modal-element-overlay {
    position: fixed;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 1000;
    display: block;
    visibility: visible;
    pointer-events: all;
}
#new-harbour-root #page_wrapper .modal-element .modal-element-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    max-height: 500px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    background-color: #fff;
    z-index: 1001;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    color: #333333;
}
#new-harbour-root #page_wrapper .modal-element .modal-element-content > div {
    overflow: auto;
    max-height: 460px;
}

/**
    Form Styling
**/
#new-harbour-root fieldset div {
    margin-bottom: 0;
}
#new-harbour-root button,
#new-harbour-root input,
#new-harbour-root optgroup,
#new-harbour-root select,
#new-harbour-root textarea,
#new-harbour-root #content .vacancy-display-container,
#new-harbour-root #content .read-only-field,
#new-harbour-root #content .tagit {
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    float: none;
}

#new-harbour-root [type="text"],
#new-harbour-root [type="email"],
#new-harbour-root [type="url"],
#new-harbour-root [type="password"],
#new-harbour-root [type="number"],
#new-harbour-root [type="date"],
#new-harbour-root [type="datetime-local"],
#new-harbour-root [type="month"],
#new-harbour-root [type="search"],
#new-harbour-root [type="tel"],
#new-harbour-root [type="time"],
#new-harbour-root [type="week"],
#new-harbour-root [multiple],
#new-harbour-root textarea,
#new-harbour-root select,
#new-harbour-root button,
#new-harbour-root #content .vacancy-display-container,
#new-harbour-root #content .read-only-field,
#new-harbour-root #content .tagit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    border-width: 1px;
    border-color: #AAA;
    border-radius: 0.25rem;
    padding: 0.4rem 0.5rem;
    font-size: 13px;
    line-height: 1.25rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    color: #4a5568;
}
#new-harbour-root select {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}
#new-harbour-root select[multiple] {
    background-image: none;
}
#new-harbour-root [type="checkbox"],
#new-harbour-root [type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #2563eb;
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    background-origin: border-box;
    border-width: 1px;
    border-color: #6b7280;
    border-style: solid;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    display: inline-block;
    border-radius: 0.25rem;
}
#new-harbour-root [type="checkbox"]:checked,
#new-harbour-root [type="radio"]:checked {
    background-color: currentColor;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: #0000;
}
#new-harbour-root [type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
#new-harbour-root [type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
#new-harbour-root button,
#new-harbour-root input[type="submit"],
#new-harbour-root input[type="button"],
#new-harbour-root .login-btn,
#new-harbour-root .button {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    border: none;
    font-weight: 700;
    color: #ffffff;
    background-color: #00B050;
    box-shadow: none;
    margin: 10px 0;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    width: auto;
}

#new-harbour-root button:disabled,
#new-harbour-root input[type="submit"]:disabled,
#new-harbour-root input[type="button"]:disabled,
#new-harbour-root .login-btn:disabled,
#new-harbour-root .button:disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}


#new-harbour-root .button-alt {
    background-color: #3B82F6;
}

#new-harbour-root #content .error {
    color: red;
}

#new-harbour-root button.smaller,
#new-harbour-root input[type="submit"].smaller,
#new-harbour-root input[type="button"].smaller,
#new-harbour-root .login-btn.smaller,
#new-harbour-root .button.smaller {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
}
#new-harbour-root input[type="submit"]:hover,
#new-harbour-root input[type="button"]:hover,
#new-harbour-root .login-btn:hover,
#new-harbour-root .button:hover {
    text-decoration: none;
    color: #ffffff;
}
#new-harbour-root button.red,
#new-harbour-root input[type="submit"].red,
#new-harbour-root input[type="button"].red,
#new-harbour-root .login-btn.red,
#new-harbour-root .button.red {
    background-color: #EF4444;
}
#new-harbour-root button.red:hover,
#new-harbour-root input[type="submit"].red:hover,
#new-harbour-root input[type="button"].red:hover,
#new-harbour-root .login-btn.red:hover,
#new-harbour-root .button.red:hover {
    background-color: #DC2626;
}
#new-harbour-root button.blue,
#new-harbour-root input[type="submit"].blue,
#new-harbour-root input[type="button"].blue,
#new-harbour-root .login-btn.blue,
#new-harbour-root .button.blue {
    background-color: #73bcbe;
}
#new-harbour-root button.blue:hover,
#new-harbour-root input[type="submit"].blue:hover,
#new-harbour-root input[type="button"].blue:hover,
#new-harbour-root .login-btn.blue:hover,
#new-harbour-root .button.blue:hover {
    text-decoration: none;
    background-color: #1D4ED8;
    color: #ffffff;
}
#new-harbour-root #content label,
#new-harbour-root #content .label {
    float: none;
    width: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    margin-bottom: 2px;
}
#new-harbour-root #content .checkbox-field label {
    font-weight: normal;
    margin-bottom: 0;
}
#new-harbour-root #content .form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
#new-harbour-root #content .form-actions :last-child {
    margin-left: auto;
}
#new-harbour-root #content .form-actions p {
    margin: 0;
}
#new-harbour-root button:has(i.fa-file-excel),
#new-harbour-root button:has(i.fa-file-excel-o),
#new-harbour-root button[name="filter_csv"] {
    gap: 5px;
    width: auto;
    display: flex;
    color: #0f9d58;
    align-items: baseline;
    background-color: transparent;
}

#new-harbour-root button[name="filter_csv"],
#new-harbour-root button > i.fa-file-excel,
#new-harbour-root button > i.fa-file-excel-o {
    color: #0f9d58;
}
#new-harbour-root .filters_wrapper .toggle_wrapper {
    display: flex;
    gap: 10px;
    border: none;
    padding: 10px 0;
}
#new-harbour-root .filters_wrapper .toggle_wrapper a {
    gap: 5px;
    display: flex;
    align-items: center;
}
#new-harbour-root .filters_wrapper .toggle_wrapper a:hover {
    text-decoration: none;
}
#new-harbour-root .filters_wrapper .form_wrapper {
    border-radius: 5px;
    border-color: transparent;
    background-color: #EFF6FF;
    margin-bottom: 10px;
}
#new-harbour-root .filters_wrapper .form_wrapper .action-buttons {
    display: flex;
    justify-content: space-between;
}
#new-harbour-root .filters_wrapper .form_wrapper .action-buttons button {
    width: auto;
}
#new-harbour-root form .field {
    position: relative;
    margin-bottom: 10px;
}
#new-harbour-root .field-row {
    display: flex;
    margin-bottom: 10px;
}
#new-harbour-root #content .read-only-field {
    display: block;
    min-height: 25px;
}
#new-harbour-root .tagit {
    padding: 0 0.5rem;
    margin-bottom: 0;
}
#new-harbour-root #content .tagit input {
    box-shadow: none;
    margin: 0;
    padding: 0;
}
#new-harbour-root #content .tagit .tagit-choice {
    background: none;
    background: #FFC000;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    padding: 3px 12px 3px 8px;
    align-items: center;
}
#new-harbour-root #content .tagit .tagit-choice .tagit-close {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
}
#new-harbour-root #content .tagit .tagit-choice .tagit-close .ui-icon {
    margin: -1px 0 0;
    width: 15px;
    height: 15px;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' style='width: 15px; height: 15px;' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFFFFF' %3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18L18 6M6 6l12 12' /%3e%3c/svg%3e");
}
#new-harbour-root fieldset div.checkbox_container {
    float: none;
}
#new-harbour-root #content form .action-buttons {
    gap: 10px;
    display: flex;
    margin-top: 10px;
}
#new-harbour-root #search-module form.search .group .checkbox_input {
    width: 1rem;
}
#new-harbour-root #content form .field .dependency_marked {
    float: none;
    position: absolute;
    top: 1px;
    margin: 0;
    right: 0;
}

/**
    Select2 Overrides
 */
#new-harbour-root .select2-container {
    width: 100%;
}
#new-harbour-root .select2-container .select2-choice {
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    border-width: 1px;
    border-color: #AAA;
    border-radius: 0.25rem;
    font-size: 13px;
    line-height: 1.25rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    width: auto;
    color: #4a5568;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding: 0.4rem 2.5rem 0.4rem 0.5rem;
    height: auto;

}
#new-harbour-root .select2-container .select2-choice > div:last-child {
    display: none;
}
#new-harbour-root .select2-search {
    display: block;
}
#new-harbour-root .select2-search input {
    width: 100%;
    background-size: 15px;
    background-position: right 10px center; /* Position the image to the right with 10px padding and vertically centered */
    background-image: url("data:image/svg+xml,%3csvg style='width: 15px; height: 15px; color: %236B7280;' aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z'/%3e%3c/svg%3e");
}
#new-harbour-root .select2-container-multi .select2-choices {
    border-radius: 5px;
}
#new-harbour-root .select2-offscreen {
    padding: 0;
}
#new-harbour-root .select2-container .select2-search-choice {
    background: none;
    background: #2e6ba6;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 3px 10px 3px 22px;
    box-shadow: none;
}
#new-harbour-root .select2-container-multi .select2-search-choice-close {
    left: 5px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' style='width: 15px; height: 15px;' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFFFFF' %3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18L18 6M6 6l12 12' /%3e%3c/svg%3e");
}
#new-harbour-root .select2-container-multi .select2-search-choice-close:hover {
    opacity: 0.5;
    background-position: center;
}
#new-harbour-root .select2-container .select2-search-field input {
    box-shadow: none;
}

/**
    Table Styles
 */
.hot-display-license-info {
    display: none;
}
#new-harbour-root table:not(.cke_dialog) {
    text-indent: 0;
    min-width: 100%;
    border-color: inherit;
    border-collapse: collapse;
}
#new-harbour-root table button, #new-harbour-root button.icon-button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    width: inherit;
    height: inherit;
    font-size: inherit;
}

#new-harbour-root table {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

#new-harbour-root .fc-view-container table, #new-harbour-root table.htCore {
    overflow: auto;
}

#new-harbour-root .fc-view-container table tbody {
    background-color: unset;
}

#new-harbour-root table th,
#new-harbour-root table thead td,
#new-harbour-root .handsontable-table .handsontable th,
#new-harbour-root .handsontable-table .handsontable th.ht__highlight {
    background-color: #73bcbe;
    border-color: #73bcbe;
    border-right-color: #aac7c7;
    border-width: 1px;
    color: #FFFFFF;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
}
#new-harbour-root table th:last-child,
#new-harbour-root table thead td:last-child,
#new-harbour-root .handsontable-table .handsontable th:last-child,
#new-harbour-root .handsontable-table .handsontable th.ht__highlight:last-child {
    border-right: none;
}
#new-harbour-root .handsontable-table .handsontable th > div {
    padding: 0;
}
#new-harbour-root table,
#new-harbour-root table.two-column-table {
    font-size: 12px;
    border-radius: 0;
    margin-bottom: 20px;
}
#new-harbour-root table tbody {
    background-color: #ffffff;
}

.ht_clone_top.handsontable table th:first-child {
    border-top-left-radius: 5px;
}
.ht_clone_top.handsontable table th:last-child {
    border-top-right-radius: 5px;
}
#new-harbour-root table th {
    text-align: center;
}
#new-harbour-root table th,
#new-harbour-root table td {
    height: 25px;
    line-height: 25px;
    padding: 0px 10px;
}
#new-harbour-root table td {
    border: 1px solid #e2e8f0;
    vertical-align: middle;
    padding: 0 5px;
}
#new-harbour-root .handsontable button.changeType {
    float: right;
}
#new-harbour-root .handsontable .changeType:before {
    content: '';
    display: inline-block;
    width: 1.5em; /* Adjust the size as needed */
    height: 1.5em; /* Adjust the size as needed */
    color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' style='color: %23FFFFFF;' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3e%3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 2px;
    right: 5px;
}
#new-harbour-root table tbody>tr:nth-child(2n) {
    background-color: #FAFAFA;
}

#new-harbour-root #slot_dates fieldset select, #new-harbour-root #slot_dates fieldset input {
    width: 300px;
}

#new-harbour-root table tbody tr td.slot_available {
    color: #FFF;
    background-color: #00B050;
}

#new-harbour-root table tbody tr td.slot_booked {
    color: #FFF;
    background-color: #FF0000;
}

#new-harbour-root table tbody tr td.fc-widget-content {
    background-color: unset !important;
}
#new-harbour-root .handsontable .wtBorder,
#new-harbour-root .handsontable .htAutocompleteArrow {
    display: none !important;
}
#new-harbour-root .htFiltersMenuActionBar .htItemWrapper input {
    padding: 0.25rem 0.5rem;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
}
#new-harbour-root .htFiltersMenuActionBar .htItemWrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
#new-harbour-root .htFiltersMenuValue .htItemWrapper {
    margin: 0;
}
#new-harbour-root .htFiltersMenuValue .htItemWrapper .htCheckboxRendererLabel {
    gap: 10px;
    display: flex;
    align-items: center;
}
#new-harbour-root .htFiltersMenuValue .htItemWrapper .htCheckboxRendererLabel input {
    width: 14px;
    height: 14px;
}
#new-harbour-root .htDropdownMenu .wtHolder .wtHider,
#new-harbour-root .htDropdownMenu .wtHolder .wtSpreader {
    min-width: 300px;
}
#new-harbour-root .htDropdownMenu > .ht_master > .wtHolder > .wtHider {
    border-radius: 5px;
    overflow: hidden;
}
#new-harbour-root .htDropdownMenu > .ht_master > .wtHolder > .wtHider::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
}
#new-harbour-root table.htCore {
    border-collapse: initial;
}
#new-harbour-root table.htCore td {
    border-left-width: 0;
    border-top-width: 0;
}
#new-harbour-root table.htCore td:first-child {
    border-left-width: 1px;
}
#new-harbour-root .htDropdownMenu .wtHolder .wtHider .htCore {
    min-width: 100%;
}
#new-harbour-root .htDropdownMenu .htUIMultipleSelectSearch input {
    font-size: .75em;
    padding: 4px;
    width: 100%;
}
#new-harbour-root table .table-actions {
    gap: 5px;
    height: 100%;
    display: flex;
    width: 100px;
    align-items: center;
}
#new-harbour-root table .table-actions * {
    display: flex;
    align-items: center;
}
#new-harbour-root .hot-settings-container {
    max-width: inherit;
    min-width: inherit;
}
#new-harbour-root .htCheckbox {
    width: 40px;
}
#new-harbour-root #content table.two-column-table,
#new-harbour-root #content table.profile_table {
    border-radius: 0;
}
#new-harbour-root #content table.two-column-table th,
#new-harbour-root #content table.profile_table th,
#new-harbour-root #content table.two-column-table td,
#new-harbour-root #content table.profile_table td {
    text-align: left;
    padding: 8px;
    white-space: normal;
}

#new-harbour-root #content table.two-column-table th,
#new-harbour-root #content table.profile_table th {
    border-color: #73bcbe;
    border-bottom-color: #aac7c7;
    border-width: 1px;
}

/**
    Login Page
**/
#new-harbour-root.module-login #main-content-wrapper {
    align-items: center;
    justify-content: center;
}
#new-harbour-root.module-login .harbour_content_container {
    flex-grow: 0;
}
#new-harbour-root.module-login #content > div {
    max-width: 600px;
    margin: auto;
}
#new-harbour-root.module-login #content form {
    width: 500px;
    padding: 20px;
    margin: auto;
}
#new-harbour-root.module-login #content label {
    float: none;
    width: auto;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}
#new-harbour-root.module-login #content .field {
    margin-bottom: 20px;
}
#new-harbour-root.module-login #content input:not([type="submit"]) {
    float: none;
    width: 100%;
}
#new-harbour-root.module-login #content .form-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#new-harbour-root.module-login #content #login-logo {
    text-align: center;
}
#new-harbour-root.module-login #content #login-logo img {
    width: 80px;
    height: 80px;
}

/**
    Right Sidebar
 */
#new-harbour-root #right_side {
    flex-grow: 0;     /* do not grow   - initial value: 0 */
    flex-shrink: 0;   /* do not shrink - initial value: 1 */
    flex-basis: 250px; /* width/height  - initial value: auto */
}
#new-harbour-root #right_side > div {
    position: sticky;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
}
#new-harbour-root #right_side > div > div {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #333333;
}
#new-harbour-root #right_side h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
#new-harbour-root #right_side form {
    margin: 0;
}
#new-harbour-root #right_side fieldset {
    background: transparent;
    margin: 0;
    padding: 0;
}
#new-harbour-root #right_side > div > div form label,
#new-harbour-root #right_side > div > div input:not([type="submit"]):not([type="image"]):not([type="checkbox"]),
#new-harbour-root #right_side > div > div select,
#new-harbour-root #right_side > div > div textarea {
    width: 100%;
}
#new-harbour-root #right_side form label,
#new-harbour-root #right_side form input:not([type="submit"]),
#new-harbour-root #right_side form select,
#new-harbour-root #right_side form textarea,
#new-harbour-root #right_side form a.go_button {
    color: #333333;
    float: none;
}
#new-harbour-root #right_side form input {
    float: none;
}
#new-harbour-root #right_side .actions_field_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#new-harbour-root #right_side .field {
    position: relative;
}
#new-harbour-root #right_side .dependency_marked {
    top: 2px;
    right: 0;
    margin: 0;
    float: none;
    position: absolute;
}
#new-harbour-root #content .field.checkbox-field {
    display: flex;
    align-items: normal;
    gap: 5px;
}
#new-harbour-root #content .field.checkbox-field input {
    order: 0;
    margin-top: 2px;
}
#new-harbour-root #content .field.checkbox-field label {
    order: 1;
    margin: 0;
}
#new-harbour-root .password-view-toggle {
    position: absolute;
    right: 10px;
    left: unset;
    top: 6px;
    cursor: pointer;
}

#new-harbour-root #content .field label + input + .password-view-toggle {
    top: 27px;
}

/**
    Tab Styling
 */
#new-harbour-root div.incontent_nav {
    float: none;
    width: 100%;
    margin-bottom: 1em;
}
#new-harbour-root div.incontent_nav ul {
    gap: 5px;
    float: none;
    display: flex;
    flex-wrap: wrap;
}
#new-harbour-root div.incontent_nav ul li {
    margin: 0;
    float: none;
    line-height: inherit;
}
#new-harbour-root div.incontent_nav ul li a,
#new-harbour-root #content div.incontent_nav ul li#on a,
#new-harbour-root .dashboard ul.vacancy_switch_type li a,
#new-harbour-root .dashboard ul#interview_switch_type li a,
#new-harbour-root .dashboard ul#candidate_switch_type li a,
#new-harbour-root .dashboard ul.vacancy_switch_type li.on a,
#new-harbour-root .dashboard ul#interview_switch_type li.on a,
#new-harbour-root .dashboard ul#candidate_switch_type li.on a {
    border-radius: 5px;
    background: #ffffff;
    border-color: #666666;
    transition: all 0.1s ease-in-out;
    font-weight: 600;
    color: #666666;
}
#new-harbour-root div.incontent_nav ul li.current a,
#new-harbour-root .dashboard ul.vacancy_switch_type li a:hover,
#new-harbour-root .dashboard ul#interview_switch_type li a:hover,
#new-harbour-root .dashboard ul#candidate_switch_type li a:hover,
#new-harbour-root #content #incontent_nav ul li.current a:hover,
#new-harbour-root #content #incontent_nav ul li#on a:hover,
#new-harbour-root #content div.incontent_nav ul li#on a,
#new-harbour-root .dashboard ul.vacancy_switch_type li.on a,
#new-harbour-root .dashboard ul#interview_switch_type li.on a,
#new-harbour-root .dashboard ul#candidate_switch_type li.on a {
    background-color: #333333;
    border-color: #333333;
    color: #FFFFFF;
}

/**
    jQuery UI Styles
 */
#new-harbour-root .ui-dialog .ui-dialog-titlebar button.ui-button {
    width: 10px;
    height: 20px;
    top: -4px;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' style='width: 15px; height: 15px;' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23FFFFFF' %3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18L18 6M6 6l12 12' /%3e%3c/svg%3e");
}
#new-harbour-root .ui-dialog .ui-dialog-titlebar button.ui-button .ui-icon {
    display: none;
}
#new-harbour-root .ui-dialog .ui-dialog-buttonset {
    display: block;
    float: none;
}
#new-harbour-root .ui-dialog .ui-dialog-buttonset button {
    width: auto;
    transition: background-color .3s ease-in-out;
    float: right;
}

#new-harbour-root .ui-dialog .ui-dialog-buttonset button:not(:first-child) {
    margin-left: 0.5em;
}
#new-harbour-root .ui-dialog .ui-dialog-buttonpane {
    padding: 0.5em;
}
#new-harbour-root .ui-dialog .ui-dialog-buttonset button:hover {
}
#new-harbour-root .ui-dialog .ui-dialog-buttonset button.amber {
    background-color: #FFC000;
}
#new-harbour-root .ui-dialog .ui-dialog-buttonset button.red {
    float: left;
    background-color: #B91C1C;
}
#new-harbour-root .ui-dialog .ui-dialog-buttonset button.red:hover {
    background-color: #DC2626;
}
#new-harbour-root .ui-dialog-content button,
#new-harbour-root .ui-dialog-content input[type=submit] {
    width: auto;
}
#new-harbour-root #ui-datepicker-div {
    width: auto;
}
#new-harbour-root #ui-datepicker-div table.ui-datepicker-calendar {
    border-radius: 0;
}
#new-harbour-root #ui-datepicker-div table.ui-datepicker-calendar thead th {
    background-color: #666666;
    width: 25px;
    height: 10px;
}
#new-harbour-root #ui-datepicker-div table.ui-datepicker-calendar tbody td {
    padding: 0;
    width: 40px;
    height: 30px;
    position: relative;
}
#new-harbour-root #ui-datepicker-div table.ui-datepicker-calendar tbody td a {
    display: block;
    background: none;
    border: none;
    width: 40px;
    height: 30px;
}

    /**
        Dashboard Styling
     */
#new-harbour-root.module-dashboard #dashboard_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 40px;
    width: 100%;
}
#new-harbour-root.module-dashboard #content h3 {
    margin-bottom: 10px;
}
#new-harbour-root.module-dashboard .dashboard-item,
#new-harbour-root.module-dashboard .dashboard-item .dashboard {
    margin: 0;
    padding: 0;
    border: none;
}
#new-harbour-root.module-dashboard .list-container li.dashboard-item + li.dashboard-item {
    margin-top: 40px;
}
#new-harbour-root.module-dashboard .dashboard-item h4 {
    position: inherit;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    font-size: 16px;
    background: none;
    line-height: 21px;
    display: block;
    border: none;
    margin: 0 0 10px;
    padding: 0;
}
#new-harbour-root.module-dashboard .dashboard-item .dashboard {
    border: none;
    border-radius: 10px;
    background: none;
    box-shadow: #EDE9FE 0 0 5px 1px;
    padding: 15px;
}
#new-harbour-root.module-dashboard .dashboard-item .dashboard > div {
    border: none;
}
#new-harbour-root.module-dashboard #dashboard_col_2, #new-harbour-root.module-dashboard .dashboard_col_2 {
    /** span 2 columns **/
    grid-column: span 2;
    float: none;
    clear: none;
}
#new-harbour-root.module-dashboard #dashboard_col_2 .dashboard-item:first-child .dashboard {
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}
#new-harbour-root.module-dashboard #dashboard_col_0, #new-harbour-root.module-dashboard .dashboard_col_0,
#new-harbour-root.module-dashboard #dashboard_col_1, #new-harbour-root.module-dashboard .dashboard_col_1 {
    margin: 0;
    width: 99%; /* Hacky fix to prevent resizing */
}
#new-harbour-root.module-dashboard #latest_activity h4 {
    display: none;
}
#new-harbour-root.module-dashboard #latest_activity > div {
    border: none;
    padding: 0;
}
#new-harbour-root.module-dashboard #dashboard-summary {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
#new-harbour-root.module-dashboard #dashboard-summary > div {
    display: flex;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
}
#new-harbour-root.module-dashboard #dashboard-summary > div:last-child {
    margin-left: auto;
}
#new-harbour-root.module-dashboard #dashboard-summary > div.rounded-border {
    background-color: #fee8ff;
    border: none;
    border-radius: 5px;
    padding: 5px 12px;
    color: rgba(0,0,0,0.7);
}
#new-harbour-root.module-dashboard #dashboard-summary > div.rounded-border:first-child {
    background-color: #e1f7d5;
}
#new-harbour-root form.candidate_search_form > div {
    display: flex;
    gap: 10px;
    align-items: center;
}
#new-harbour-root form.candidate_search_form label {
    margin: 0;
    color: #333333;
    font-size: 13px;
}
#new-harbour-root.module-dashboard form.candidate_search_form input,
#new-harbour-root.module-dashboard form.candidate_search_form label {
    margin: 0;
}
#new-harbour-root.module-dashboard #dashboard-interview-container {
    display: flex;
    gap: 20px;
}
#new-harbour-root.module-dashboard #dashboard-interview-container > div:first-child {
    width: 100%;
}
#new-harbour-root.module-dashboard #dashboard-interview-container > div:last-child {
    min-width: 300px;
}
#new-harbour-root.module-dashboard #interview_calendar tbody td {
    height: 100px;
}
#new-harbour-root.module-dashboard #interview_calendar #calendar-interview-stages {
    display: none;
}
#new-harbour-root.module-dashboard #interview_panel .change_recuiter_select {
    margin: 0;
}
#new-harbour-root.module-dashboard #interview_panel #dashboard-interview-stages {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#new-harbour-root.module-dashboard #interview_panel #dashboard-interview-stages .interview-stage {
    display: inline-block;
    border-radius: 5px;
    padding: 5px;
    color: rgba(0,0,0,0.6);
    border: 1px solid rgba(0,0,0,0.4);
    margin-right: 5px;
}
#new-harbour-root.module-dashboard #dashboard-candidates {
    display: flex;
    gap: 10px;
}
#new-harbour-root.module-dashboard #advanced_search_dash > div:last-child {
    margin-top: 10px;
}
#new-harbour-root.module-dashboard #dashboard-candidates button {
    width: auto
}

/**
    Vacancy Styling
 */
.traffic_light {
    padding: 0;
}
#new-harbour-root.c-c-c #content {
    flex-basis: auto
}
#new-harbour-root #content h3.with-sub-heading {
    margin-bottom: 0;
}
#new-harbour-root #content h3.with-sub-heading + .sub-heading {
    margin-top: 5px;
    margin-bottom: 20px;
    padding: 0;
    color: #3b89d5;
    background: transparent;
}
#new-harbour-root #content .form-edit {
    width: 640px;
    border-radius: 5px;
}
#new-harbour-root input.checkboxInPeopleTable {
    display: block;
    margin: 0 auto !important;
}
#new-harbour-root #content .form-edit,
#new-harbour-root #content .form-edit #posting_fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#new-harbour-root #content .form-edit h4 {
    font-size: 16px;
    color: #2e6ba6;
}
#new-harbour-root #content .form-edit br {
    display: none;
}
#new-harbour-root #content .form-edit > div {
    position: relative;
}
#new-harbour-root #content .form-edit > div label,
#new-harbour-root #content .form-edit > div .label {
    float: none;
    width: auto;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
#new-harbour-root #content .form-edit > div input,
#new-harbour-root #content .form-edit > div select,
#new-harbour-root #content .form-edit > div textarea {
    float: none;
}
#new-harbour-root #content .form-edit .vacancy-display-container {
    float: none;
}
#new-harbour-root #content .form-edit .vacancy-display-container:has(.vacancy-visible-input) {
    background: #efefef;
}
#new-harbour-root #content .form-edit .readonly-field .vacancy-visible-input {
    border: 0;
    padding: 0;
}
#new-harbour-root #content .form-edit p {
    margin: 0 0 10px 0;
}
#new-harbour-root #content .form-edit .dependency_marked {
    position: absolute;
    top: 1px;
    margin: 0;
    right: 10px;
}
#new-harbour-root #content .form-edit .field.checkbox-field {
    display: flex;
    align-items: normal;
    gap: 5px;
}
#new-harbour-root #content .form-edit .field.checkbox-field input {
    order: 0;
    margin-top: 2px;
}
#new-harbour-root #content .form-edit .field.checkbox-field label {
    order: 1;
}
#new-harbour-root #content .form-edit .date_clearer {
    position: absolute;
    top: 25px;
    right: 10px;
    cursor: pointer;
}
#new-harbour-root #content .tagit {
    width: 100%;
}
#new-harbour-root #content #media_source_section .checkbox_container {
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
}
#new-harbour-root #content #media_source_section .checkbox_container h5 {
    margin: 0;
}
#new-harbour-root #content #media_source_section .checkbox_container div {
    gap: 5px;
    display: flex;
    align-items: center;
}
#new-harbour-root #content #media_source_section .checkbox_container div label {
    margin: 0;
}
#new-harbour-root #content #psl_sources,
#new-harbour-root #content #private_sources {
    width: 100%;
}
#new-harbour-root #edit-psl-sources-dialog fieldset label,
#new-harbour-root #create_panel_review.ui-dialog-content fieldset label {
    float: none;
    width: auto;
}
#new-harbour-root #create_panel_review.ui-dialog-content fieldset,
#new-harbour-root #edit-psl-sources-dialog fieldset {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
#create_panel_review.ui-dialog-content fieldset select#pr_users,
#create_panel_review.ui-dialog-content fieldset #s2id_pr_users {
    float: none;
    margin: 0;
    width: 100%;
}


/**
    Application Pages
 */
#new-harbour-root #content #actions_inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
    float: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    gap: 15px;
    border: none;
}
#new-harbour-root #content #actions_inline h3 {
    font-size: 15px;
}
#new-harbour-root #content #actions_inline form {
    float: none;
    background: none;
}
#new-harbour-root #content #actions_inline label {
    float: none;
    width: auto;
    display: block;
    font-size: 14px;
    background: none;
    margin: 0;
    color: #333333;
}
#new-harbour-root #content #actions_inline #status_change_form {
    display: block;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 5px 10px;
}
#new-harbour-root #content #actions_inline #status_change_form label {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
#new-harbour-root #content #actions_inline #profile_action_list {
    margin-left: 10px;
}
#new-harbour-root #content .dropdown-toggle {
    color: #FFFFFF;
    border-radius: 5px;
    background: #00B500;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#new-harbour-root #content .dropdown-toggle .fa-times {
    display: none;
    color: #FFFFFF;
}
#new-harbour-root #content .dropdown-toggle.open .fa-bars {
    display: none;
}
#new-harbour-root #content .dropdown-toggle.open .fa-times {
    display: block;
}
#new-harbour-root #content #actions_inline .dropdown-menu label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    cursor: pointer;
}
#new-harbour-root #content #actions_inline .dropdown-menu label:hover {
    text-decoration: underline;
}
#new-harbour-root #content div.box_header {
    border: none;
    display: flex;
    color: #FFFFFF;
    align-items: stretch;
    background: #73bcbe;
    justify-content: space-between;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0;
}
#new-harbour-root #content div.box_header #profile-title {
    background: #73bcbe;
}

#new-harbour-root #content div.content_headed_box {
    border: none;
}
#new-harbour-root #content div.box_header div.primary {
    float: none;
    width: auto;
    border: none;
}
#new-harbour-root #content div.box_header div.primary h4 {
    color: #FFFFFF;
    margin: 0;
    padding: 10px 15px;
}
#new-harbour-root #content .profile_container .profile_nav {
    display: flex;
    align-items: stretch;
}
#new-harbour-root #content .profile_container .profile_nav .incontent_nav {
    margin-bottom: 0;
    height: 100%;
}
#new-harbour-root #content .profile_container .profile_nav div.incontent_nav ul {
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    padding-right: 15px;
}
#new-harbour-root #content .profile_container .profile_nav div.incontent_nav ul li a {
    float: none;
    margin: 0;
}
#new-harbour-root #content .profile_container .profile_nav .incontent_nav li a.on {
    position: relative;
    text-decoration: none;
    background: #3b89d5;
    color: #FFFFFF;
    border-color: #3b89d5;
}
#new-harbour-root #content .profile_container #edit_application table th {
    white-space: normal;
    width: 25%;
}
#new-harbour-root #content .profile_container #edit_application table input[type=submit] {
    float: right;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#new-harbour-root #content .profile_part table td:has(input),
#new-harbour-root #content .profile_part table td:has(select),
#new-harbour-root #content .profile_part table td:has(textarea) {
    padding-top: 5px;
    padding-bottom: 5px;
}
#new-harbour-root #content .profile_part form table tfoot td:has(input) {
    text-align: right;
}
#new-harbour-root #content #interview_questions > p {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 0;
}
#new-harbour-root #content #interview_questions > p select {
    width: 300px;
}
#new-harbour-root #content #interview_questions > p button {
    width: auto;
}

/**
    VIC
 */
#new-harbour-root #content #vic-availability-calendar {
    gap: 30px;
}
#new-harbour-root #content #vic-availability-calendar label {
    white-space: nowrap;
}
#new-harbour-root #content #vic-availability-calendar #interview-legend,
#new-harbour-root #content #vic-availability-calendar #interview-legend div {
    display: flex;
    align-items: center;
    gap: 15px;
}
#new-harbour-root #content #vic-availability-calendar #interview-legend div {
    gap: 5px;
}
#new-harbour-root #content #vic-availability-calendar #interview-legend div > div {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

/**
    CRM
 */
#new-harbour-root #content form#crm_search {
    max-width: 500px;
    margin-bottom: 20px;
}

/**
    Spec pool
 */
#new-harbour-root #content #search-module form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
}
#new-harbour-root #content #search-module form .group {
    position: relative;
}
#new-harbour-root #content #search-module form .group .dependency_marked {
    float: none;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 0;
}

/**
    Search fields
 */
#new-harbour-root #content #search-module .tag-fields div {
    display: flex;
    margin-bottom: 5px;
    gap: 10px;
    align-items: center;
}
#new-harbour-root #content #search-module p.top {
    position: absolute;
    right: 0;
    margin: 1px 0 0;
    color: #999999;
    text-align: right;
    font-size: 11px;
}
#new-harbour-root #content #search-module div.results {
    padding: 10px;
}
#new-harbour-root #content #search-module div.results .no-results {
    margin: 0;
    padding: 10px;
}

/**
    Onboarding
 */
#new-harbour-root #content #onboarding-filter-options {
    border: none;
}
#new-harbour-root #content #onboarding-filter-options #owner-filter,
#new-harbour-root #content #onboarding-layout-selection div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    width: auto;
}
#new-harbour-root #content #onboarding-filter-options select,
#new-harbour-root #content #onboarding-layout-selection select {
    width: 300px;
}
#new-harbour-root #content #onboarding-filter-options label,
#new-harbour-root #content #onboarding-layout-selection label {
    white-space: nowrap;
    width: 100px;
}
#new-harbour-root #content #onboarding-profile {
    margin-top: 0;
}
#new-harbour-root.module-onboarding #content .incontent_nav + .pdf {
    margin-bottom: 0;
}
#new-harbour-root #content #onboarding-profile .dropdown-menu {
    top: 40px;
}
#new-harbour-root #content .dropdown-menu #onboarding-button-actions {
    display: flex;
    gap: 5px;
}
#new-harbour-root #content #onboarding-profile #profile-title {
    white-space: nowrap;
    padding: 0;
}
#new-harbour-root #content #onboarding-profile .box_header {
    margin-top: 10px;
}
#new-harbour-root #content #onboarding-profile .incontent_nav {
    padding: 10px;
    margin: 0;
}

/**
    Message Centre
 */
#new-harbour-root #content .message_filters > div:first-child {
    display: flex;
    gap: 10px;
    align-items: center;
}
#new-harbour-root #content .message_filters > div:first-child select {
    width: 300px;
}
#new-harbour-root #content .message_filters > div:last-child {
    margin-top: 10px;
    margin-bottom: 20px;
}
#new-harbour-root #content .message_filters div label {
    white-space: nowrap;
}
#new-harbour-root #content .message_filters > div:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    border: 1px solid #AAAAAA;
    padding: 20px;
    width: 600px;
    border-radius: 5px;
}
#new-harbour-root #content .message_filters > div:last-child div {
    width: 100%;
}
#new-harbour-root #content .message_filters > div:last-child label {
    display: block;
    width: 150px;
}
#new-harbour-root #content .message-centre-paging {
    margin: 10px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#new-harbour-root #content .message-centre-paging > div {
    min-width: 100px;
}
#new-harbour-root #content .message-centre-paging label {
    white-space: nowrap;
}
#new-harbour-root #content .page-count {
    display: flex;
    gap: 10px;
    align-items: center;
}
#new-harbour-root fieldset#messageMethods {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    gap: 16px;
}
#new-harbour-root #messages-table .new {
    font-weight: bold;
}

/**
    Content Pages/Editor
 */
#new-harbour-root .widget-editor h4 {
    margin-bottom: 0;
}
#new-harbour-root .widget-editor p {
    margin-top: 5px;
}

/**
    User Management
 */
#new-harbour-root #content .user-table-navigation {
    display: flex;
    gap: 10px;
}
#new-harbour-root.module-users #content .download-user-excel p {
    margin: 0;
}
#new-harbour-root.module-users #content #user-search {
    margin: 10px 0;
}

/**
    System Settings
 */

#new-harbour-root #content #config_stuff {
    display: grid;
    grid-template-columns: 150px 1fr;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
}
#new-harbour-root #content #config_stuff #advanced-config-sidebar {
    width: 150px;
    background: #333333;
}
#new-harbour-root #content #config_stuff #advanced-config-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#new-harbour-root #content #config_stuff #advanced-config-sidebar ul li {
    padding: 0;
    margin: 0;
}
#new-harbour-root #content #config_stuff #advanced-config-sidebar a {
    display: block;
    color: #FFFFFF;
    padding: 10px;
}
#new-harbour-root #content #config_stuff #advanced-config-sidebar a.on {
    background: #0E3460;
}

#new-harbour-root #content #config_stuff #advanced-config-content {
    background-color: #F5F5F5;
}
#new-harbour-root #content #config_stuff #advanced-config-content > div {
    width: 100%;
}
#new-harbour-root #content #config_stuff .config_wrap {
    float: none;
}
#new-harbour-root #content #config_stuff .config_wrap input {
    margin: 0;
}
#new-harbour-root #content #config_stuff .config_wrap input[type=radio],
#new-harbour-root #content #config_stuff .config_wrap input[type=checkbox] {
    width: 1rem;
    height: 1rem;
}
#new-harbour-root #content #config_stuff .config-item {
    display: flex;
    flex-direction: column;
}
#new-harbour-root #content #config_stuff .config-item > * {
    order: 3;
}
#new-harbour-root #content #config_stuff .config-item > label {
    order: 0;
    margin-bottom: 8px;
}
#new-harbour-root #content #config_stuff .config-item > .config_desc {
    text-align: left;
    order: 1;
    margin: 0 0 8px;
    font-size: 11px;
}
#new-harbour-root #content #config_stuff .config-item:has(.config_desc) label {
    margin-bottom: 0;
}
#new-harbour-root #content #config_stuff .config-item .toggle-container {
    display: flex;
    gap: 20px;
}

#new-harbour-root .harbour-icon {
    color: #1195a9;
}

#new-harbour-root .harbour-action-delete:before {
    content: "\f234";
    font-family: "Font Awesome 6 Pro";
    padding-right: 5px;
    font-size: 16px;
}

#new-harbour-root #edituser th {
    padding-left: 10px;
    padding-right: 10px;
}

#new-harbour-root .float_checkboxes input {
    margin-right: 5px;
}

#new-harbour-root .ui-state-highlight,
#new-harbour-root .ui-widget-content .ui-state-highlight,
#new-harbour-root .ui-widget-header .ui-state-highlight {
    color: #fff;
    background: #1195a9 !important;
}

#new-harbour-root optgroup[label] {
    font-weight: bold;
}

#new-harbour-root .ui-state-active a,
#new-harbour-root .ui-widget-content .ui-state-active a,
#new-harbour-root .ui-widget-header .ui-state-active a {
    color: white;
}

#new-harbour-root input.btn-danger {
    background-color: red;
}

#new-harbour-root input.btn-danger:hover {
    background-color: darkred;
}

#new-harbour-root .htUIButtonCancel input {
    background-color: #FF0000;
}

#new-harbour-root .harbour-overlay h3 {
    border-radius: 0;
    text-align: center;
}

#new-harbour-root .harbour-overlay table tr {
    background-color: #FFF;
}

#new-harbour-root .harbour-overlay table th {
    border-top: 0;
    text-align: left;
    border-color: #fff;
    padding-left: 10px;
    border-bottom: 1px dotted #fff;
}

#new-harbour-root .harbour-overlay table tr:nth-child(2n) {
    background-color: #FAFAFA;
}

#new-harbour-root a.edit {
    font-size: 12px;
}

#new-harbour-root a.excel {
    color: #0f9d58;
    font-size: 12px;
    font-weight: 700;
    padding-left: 4px;
}

#new-harbour-root .row {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#new-harbour-root #content label.mandatory:before {
    content: '•';
    font-size: 1.5em;
    height: 80%;
    margin-right: 5px;
    margin-left: 5px;
    color: #bd2525;
}

#new-harbour-root table#onboarding_application_summary tr th {
    border-color: #CCC;
}

#new-harbour-root table .edit_application_summary {
    color: #fff;
}

#new-harbour-root .onboarding_nav_icon {
    float: right;
}

#new-harbour-root .onboarding_part .onboarding-form-button {
    float: right;
    position: static;
}

#new-harbour-root .onboarding-form-container table {
    margin-bottom: 0px;
}

#new-harbour-root a.current_week {
    color: white;
}

#new-harbour-root .table-filterable select {
    height: 24px;
    font-size: 10px;
    padding-top: 3px;
}

#new-harbour-root .table-filterable select option{
    font-size: 12px;
}

#new-harbour-root table.harbour_layout_summary_table {
    min-width: unset;
}

#new-harbour-root .full-width {
    width: 100%;
}

#new-harbour-root .content_headed_box .secondary {
    margin-top: 13px;
    margin-right: 10px;
}

#new-harbour-root .content_headed_box .secondary a {
    color: white;
}

#new-harbour-root button.changeType {
    margin: 0;
}

#new-harbour-root .expandable-section-toggle {
    width: 100%;
}

#new-harbour-root .cke_dialog_ui_hbox_last {
    float: right;
}

#new-harbour-root .cke_dialog_ui_input_select {
    min-height: 30px;
}

#new-harbour-root textarea.config-textarea {
    height: 100px;
}

#new-harbour-root #interview_questions table th {
    text-align: left;
    border-width: 1px;
    border-color: #73bcbe;
    border-bottom-color: #aac7c7;
}

#new-harbour-root #interview_questions table th label {
    color: #fff;
}

#new-harbour-root #profile_telescreen {
    overflow: auto;
}

#new-harbour-root #interview_questions .submit-questions {
    float: right;
}

/*** FormBuilder ***/
#new-harbour-root #formBuilder div.stage div span.label {
    width: 250px;
}

#new-harbour-root #formBuilder div.stage div span.type {
    top: 7px;
}

#new-harbour-root #formBuilder div.stage div span.delete {
    top: 5px;
}

#new-harbour-root #formBuilder #controls .tabs li a {
    width: auto;
}

#new-harbour-root .mapping-filters {
    float: right;
}

#new-harbour-root .mapping-filters select {
    margin-bottom: 10px;
}

#new-harbour-root .mapping-filters input[type='submit'] {
    margin-top: 0;
    float: right;
}

/******/

#new-harbour-root .checkboxInStatusTable {
    margin: 0 auto;
    display: block;
    position: relative;
}

#new-harbour-root .custom-tab-form-field input[type='text'], #new-harbour-root .custom-tab-form-field span {
    max-width: 300px;
}

#new-harbour-root #cv-dialog-navigation {
    position: absolute;
    font-size: 11px;
    right: 40px;
    top: 8px;
}

#new-harbour-root .ui-dialog form .flex-wrap input,
#new-harbour-root .ui-dialog form .flex-wrap select:not([multiple]),
#new-harbour-root .ui-dialog form .flex-wrap textarea {
    max-height: 30px;
}

#new-harbour-root .ui-dialog-content .calender_centres a.main.calendar_picked {
    background-color: #73bcbe;
    color: #fff;
}

#new-harbour-root .centres-selected {
    padding-left: 16px;
}

#new-harbour-root .password_strength p,
#new-harbour-root .password_strength ul li {
    font-family: 'Open Sans', sans-serif;
}

#new-harbour-root .fa.user_password_icon {
    font-size: 1.5em;
    margin-top: 10px;
}

#new-harbour-root ul.dashboard_layout.column-2 {
    width: 750px;
}

#new-harbour-root ul.dashboard_layout {
    width: 320px;
}

#new-harbour-root .bg-amber {
    background-color: #FFC000 !important;
}

#new-harbour-root #content .info_box label {
    float: left;
    margin: 0;
    width: 200px;
    color: #000;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: right;
}

#new-harbour-root .wrap.flex-wrap label {
    flex: 0 0 30%;
}

#new-harbour-root .business_picker fieldset label {
    margin-left: 6px;
    display: inline-block;
}

#new-harbour-root table input.input-100{
    width: 100px;
    margin: 6px auto;
    display: block;
    background-color: #fff;
    border-width: 1px;
    border-color: #AAA;
    border-radius: 0.25rem;
    padding: 0.4rem 0.5rem;
}

#new-harbour-root .fc-time:not(.fc-axis) {
    color: white;
}

#new-harbour-root .fc-button:not(:first-child) {
    margin-left: 1em;
}

#new-harbour-root .fc-today-button {
    margin-left: 1em;
}

#new-harbour-root .fc button .fc-icon {
    top: -0.15em;
}

#new-harbour-root .interview_reschedule_select {
    width: 48%;
}

#new-harbour-root fieldset#alternate_filter,
#new-harbour-root fieldset#filter_extra {
    padding: 1rem;
}

.ht_clone_bottom {
    display: none;
}

#new-harbour-root .profile_table .fieldset div,
#new-harbour-root #content table.profile_table td,
#new-harbour-root #onboarding-profile .profile_part table td {
    word-break: break-word !important;
    word-wrap: break-word !important;
}
