@import "variable.less";

.ultra-bold-font-weight {
    font-weight: 900;
}

.dashboard-heading {
    font-family: @robotoFont;
    .ultra-bold-font-weight;
    font-size: 1.8em;
    margin-bottom: .3em;
}

hr {
    margin: 1em;
    border: 0.1em solid #e3e3e3;
    display: block;
}

#logo {
    width: 11.5em;
    float: left;
}

.fa-lg-simple {
    font-size: 1.5em;
}

.fa-spinner {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.highlight {
    background-color: #b7c8dc !important;
}

.uploadCodeText {
    text-align: right;
    margin-bottom: 10px;
    color: blueviolet;
    font-weight: 400;
}

.editable {
    padding: 1em;
    border: solid 1px gray;
    width: 100%;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

#mailCandidateName,
#mailCandidateEmail,
#mailBCCEmails,
#mailCandidateSubject {
    background-color: white;
    height: 2em;
    padding-left: .6em;
    padding-top: .25em;
}

#mailCandidateBody,
#candidateNotes {
    background-color: white;
    height: 13em;
    padding-left: .6em;
    padding-top: .25em;
    overflow: scroll;
}

#company-login {
    margin: 0.6em 0.2em;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

#btn-logout {
    color: white !important;
    background-image: none !important;
    padding: 0.3em 1em !important;
    margin: 0.6em 0.2em !important;
}

#btn-logout:hover {
    color: black !important;
}

#big-logo {
    width: 12em;
    margin: 1em auto 1em;
    margin-left: 4em;
}

#circle-container {
    display: inline-block;
    white-space: nowrap;
    margin: auto;
}

.circle {
    position: relative;
    background-color: #D3D3D3;
    margin: 20px auto;
    width: 150px;
    height: 150px;
    display: inline-block;
    border-radius: 200px;
}

.circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}


.table {
    width: 100%;
    margin-bottom: 20px;
}

.table .smart-table-header-title {
    padding: 0;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border: 1px solid rgba(34, 102, 153, 0.52);
}

.table th {
    background: #269;
    color: white;
    font-weight: bold;
    text-align: center;
}

.table th:not(:last-child) {
    border-right: 1px solid white;
}

.table thead th {
    vertical-align: bottom;
}

.table tbody+tbody {
    border-top: 2px solid #dddddd;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
    display: inline;
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999999;
    cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.st-sort-ascent:before {
    content: '\25B2';
}

.st-sort-descent:before {
    content: '\25BC';
}

#companies-content {
    padding-top: 2em;
}

#searchByOptions {
    padding-top: 2em;
    padding-bottom: 2em;
}

#codeRunResultModal,
#codeRunResultModal,
#eventDataModal,
.resumeModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 150px;
    top: 100px;
    width: 75%;
    height: 80%;
    border: 1px solid #888;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.resumeModal {
    z-index: 99;
}

.resumeModal~a {
    text-decoration: none;
}

#eventDataClose {
    float: right;
    color: black;
    font-size: 28px;
    font-weight: bold;
}

.hr-grey {
    border: 1px solid #d4d4d4;
    margin: 1.5em 0em;
}

pre {
    position: absolute;
    width: 98%;
    height: 100%;
    overflow: scroll;
}

.pre-string {
    color: green;
}

.pre-number {
    color: darkorange;
}

.pre-boolean {
    color: blue;
}

.pre-null {
    color: magenta;
}

.pre-key {
    color: red;
}

.pad25 {
    padding-top: 25px;
}

.clearBtn {
    padding: 2px;
    padding-bottom: 15px;
    border: none;
    background: none;
    font-size: 11px;
    color: #42484e;
    font-weight: 300;
}

.marginTop10 {
    margin-top: 10px;
}

.padBottom10 {
    padding-bottom: 10px;
}

.padTop10 {
    padding-top: 10px;
}

.padLeft25 {
    padding-left: 25px;
}

.padLeft15 {
    padding-left: 15px;
}

.padLeft10 {
    padding-left: 10px;
}

.padLeft5 {
    padding-left: 5px;
}

.padRight25 {
    padding-right: 25px;
}

.padRight50 {
    padding-right: 50px;
}

.padRight15 {
    padding-right: 15px;
}

.leftMargin2 {
    margin-left: 2em !important;
}

.small-btn {
    width: 2.5em !important;
    height: 2.5em !important;
    font-size: 9px !important;
    padding: 0.2em !important;
}

.actn-btn {
    margin: 0.1em 0.02em;
}

.header-search-box {
    display: inline-flex;
    margin: 0.1em 0.03em;
    width: 30%;
}

.connStatusCB {
    width: 12em;
    display: inline;
    margin-right: 1em;

    span {
        input {
            margin-right: 0.25em;
        }
    }
}

.action-button {
    margin-top: 2em;
}

.popup-modal {
    z-index: 100;
}

.popup-modal-overlay {
    z-index: 100;
    position: absolute;
    top: 10%;
    width: 94%;
    margin-left: 3%;
    margin-bottom: 5%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.15s linear;
}

.medium-sized-popup {
    width: 70%;
    margin-left: 15%;
}

.popup-modal-content {
    background: white;
    border: 3px solid black;
    padding: 2em;
    border-radius: 6px;
    position: relative;
    transition: top 0.45s ease;
}

.popup-modal-content h2 {
    margin: 0 0 0.5em 0;
}

.popup-modal.ng-enter {
    /* Required to get .ng-enter added to ui-view */
    transition: all 0s linear;
}

.popup-modal.ng-enter .popup-modal-overlay {
    background-color: rgba(0, 0, 0, 0.0);
}

.popup-modal.ng-enter .popup-modal-content {
    top: -100px;
}

.borderTitle {
    .titleText {
        display: table-caption;
        width: max-content;
        margin-top: -2.2em;
        color: #226698;
        z-index: 10;
        font-weight: bold;
        background-color: #ffffff;
        padding: 0.4em 1em;
        border: 1px solid #226699;
        border-radius: 0.25em;
    }
}

.tab-view {
    min-height: 20px;
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.tab-navbar {
    ul {
        list-style: none;
        padding: 1px;
        margin: 0;
    }

    li {
        display: inline;
        border: 1px solid #337ab7;
        border-width: 1px 1px 0px 1px;
        border-radius: 3px;
        padding: 4px;
        background-color: #337ab7;
        color: #5cb85c;

        a {
            color: #ffffff;
        }

    }

    li a {
        padding: 15px 10px;
    }

    .active-tab {
        background-color: #f5f5f5;
        color: #337ab7;

        a {
            color: #337ab7;
        }
    }
}

.nav-content {
    border: 1px solid #337ab7;
    border-radius: 3px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.predicted-scoring-section {
    border: 1px solid #42bd6e;
    border-radius: 4px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.runInterviews {
    float: right;
    margin-right: 30em;
}

.run-query-btn {}

.block-element {
    display: block !important;
}

.half_col_xs {
    display: inline;
    width: 49%;
}

.one_third_col_xs {
    display: inline;
    width: 32.8%;
}

.quarter_col_xs {
    display: inline;
    width: 25%;
}

.three_quarter_col_xs {
    display: inline;
    width: 75%;
    ;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.marginLR {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.margin-top10 {
    margin-top: 0.5em;
}

.margin-up-down {
    margin-top: 5px;
    margin-bottom: 5px;
}

.auto-width {
    width: auto;
}

.inline-block {
    display: inline-block;
}

.inline-element {
    display: inline;
}

.info-small-font {
    font-size: 0.85em !important;
}

.italic-small-font {
    font-size: 0.85em !important;
    font-style: italic !important;
}

.green-font {
    color: green;
}

.maroon-font {
    color: maroon;
}

.multi_lines_text {
    white-space: pre-line;
    text-align: left;
}

.row-highlight {
    background-color: #ebf6ff !important;
}

.pale-blue-bg {
    background: #7db8c9 !important;
}

.pale-blue-font-color {
    color: #58aec9 !important;
}

.interview-date-time {
    vertical-align: middle !important;
    font-size: 1.4em !important;
    margin-top: 2em;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.interview-dat-time-sub {
    font-size: 0.9em !important;
    text-align: center;
}

.gt-tooltip {
    padding: 3px 10px;
}

.move-left-2 {
    right: 2em;
}

.filter-heading {
    font-size: 1em;
    background-color: #ff7f50;
    border-radius: 10px;
    padding: 3px 7px;
    color: #fff;
    margin-right: 10px;
    font-weight: 500;
    margin-top: 10px;
    flex-wrap: wrap;
    display: inline-flex;
}

.gt-tooltip .gt-tooltiptext {
    font-family: @robotoFont;
    .info-small-font;
    visibility: hidden;
    background-color: #83989c;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #8ea9bd;
    box-shadow: 5px 5px 8px #d0c6b5;
    padding: 3px 5px;
    position: absolute;
    z-index: 1;
    margin-top: 2em;
    margin-left: -2em;
    max-width: 60em;
    width: max-content;
}

.gt-tooltip:hover .gt-tooltiptext {
    visibility: visible;
}

.align-bottom-parent {
    position: relative !important;

    .align-bottom {
        position: absolute;
        bottom: 2px;
        float: left;
    }
}

.form-field-error {
    width: max-content;
    display: block;
    font-size: 0.75em;
    color: red;
}

;

.bg-cell {
    height: 28px;
    width: 150px;
    text-align: center;
    color: #fff;
    padding: 4px 8px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 1s linear 3;
}

.red-border {
    border: 1px solid red !important;
}

.loader {
    display: block;
    border: 8px solid #505451cf;
    border-right: 8px solid #eee;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 0.8s linear infinite;
}

.red-highlight {
    background-color: #ffb6c1;
    font-weight: bold;
}

.orange-red-highlight {
    background-color: #FF4500;
    font-weight: bold;
}

.green-highlight {
    background-color: #90ee90;
    font-weight: bold;
}

.yellow-highlight {
    background-color: #eee790;
    font-weight: bold;
}

.date-range-selection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
}

#upload-resume-button:disabled {
    opacity: 0.6;
}

.work-life-expectations {
    border-radius: 0.5rem;
    margin-left: 2rem;
    background: white;
    padding: 1rem 3rem;
    margin: 3rem 1.5rem 0rem;
    list-style-type: decimal;
}

.white-bg,
.add-interview-notes {
    border-radius: 0.5rem;
    background: white;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    min-height: 50px;
}

.add-interview-notes {
    padding: 2rem 3rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1.0rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 2.5rem;
}

.mb-5 {
    margin-bottom: 4rem;
}

.pre-line {
    white-space: pre-line;
}

.pre-wrap {
    white-space: pre-wrap;
}

.break-word {
    word-break: break-word;
}

.profile {
    .well-profile {
        background-image: linear-gradient(to bottom, #f5f5f5 0, #f5f5f5 100%) !important;
    }

    .well-container {
        border-color: #dcdcdc;
        padding: 19px;
        margin-bottom: 20px;
        border-radius: 4px;
        border: 1px solid #e3e3e3;
        background-color: #e8e8e8;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .action-btn {
        background: #ccc;
    }

    .profile-edit-form {
        .row {
            &:not(:last-child) {
                margin-bottom: 10px;
            }
        }

        .year-month {
            display: flex;
            align-items: center;
            column-gap: 5px;
        }
    }
}

.recommended-tag {
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #e5ecf9;
    border: 1px solid #a7b8ff;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: .9em;
    cursor: pointer;
}

.location-tag {
    border: 1px solid #83d483;
    background: #e7faf3;
    color: #3c3d3e;
    font-size: 0.9em;
    font-weight: normal;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

.tech-stack {
    border: 1px solid #acacac;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
    background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
    color: #3c3d3e;
    font-size: 0.9em;
    font-weight: normal;
    margin-right: 5px;
    margin-top: 11px;
}

.operator-tag {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #83d483;
    border-radius: 5px;
    background: #e7faf3;
    padding: 3px 5px;
    font-size: 0.9em;
    cursor: pointer;
}


.notification {
    display: none;
    padding: .8em 3%;
    color: #EEE;
    width: 74%;
    margin: .8em auto;
    border-radius: .3em;
    font-size: .89em;
}

.notification.error {
    margin-top: 1.8em;
    color: #c0392b;
}

// CSS For MultiSelect Option For Companies

.multi-select div,
.multi-select button {
    width: 100%;
}

.multiselect {
    width: 40%;
    padding-top: 6px;

    button {
        width: 300px;
        height: 34px;
    }
}

.add-row {
    background-color: white;
    padding: 2rem 1rem;
    border-radius: 0.5rem;
}

.caret.caretUp {
    border-top-width: 0;
    border-bottom: 4px solid #000;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 20%;
}

.subscriptions-export-btn {
    float: right;
    margin-right: 15px;

    .fa {
        font-weight: bold;
    }
}

.required-asterisk {
    color: #a94442;
}

.stickySearchMultiSelect {
    position: -webkit-sticky;
    position: sticky;
    top: -2%;
    background-color: inherit;
    z-index: 100;
}

.error-text {
    font-size: 1rem;
    margin-left: 10px;
    color: #a94442;
}

.multiSelectButton {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.multiSelectButton .btnText,
.multiSelectButton .btnIcon {
    margin: auto;
    justify-self: center;
}

.dropdown-table {
    margin-top: -1.8rem;
    margin-left: -0.1rem;

    button {
        width: 325px;
        height: 33px;
    }
}

.multi-select-dropdown {
    ul {
        width: 325px;
        height: fit-content !important;
    }

    li {
        margin-left: 4rem;
    }

    .dropdown-item {
        line-height: 3.5rem;
    }

    input {
        margin-right: 1rem;
    }
}

.muti-select-type {
    .multi-select-dropdown;

    button {
        width: 290px !important;
        height: 34px;
        margin-top: -0.2rem;
        ;
    }
}


// view code styling start
.view-code-wrapper,
.view-code-wrapper>* {
    box-sizing: border-box;
}

.view-code-wrapper {
    font-size: 16px;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;

    .sidebar {
        width: 295px;
        height: 100%;
        box-shadow: 0 0 0.7em -0.1em #444444;
        padding: 0px 10px 0.5em 15px;
        overflow: hidden;
        display: inline-flex;
        flex-direction: column;

        .user-details {
            height: 50px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #ccc;
            box-sizing: border-box;
            margin-bottom: 1em;

            .user-email {
                font-weight: 500;
                font-size: 0.9em;
                padding-left: 5px;
            }
        }

        .explorer-wrapper {
            width: 100%;
            height: 100%;
            overflow-y: scroll;

            .explorer {
                padding: 1em 0px;
            }
        }
    }

    .editor-wrapper {
        display: inline-flex;
        flex-direction: column;
        width: calc(~"100% - 300px");
        height: 100%;

        .code-details-and-actions {
            height: 50px;
            width: 100%;
            display: flex;
            align-items: center;
            padding: 0px 1em;
            justify-content: space-between;
            flex-direction: row;
            box-sizing: border-box;

            .code-details {
                display: flex;
                flex-direction: row;

                .code-details-item {
                    margin-right: 1em;
                    font-size: 0.9em;

                    .key {
                        color: rgba(0, 0, 0, 0.7);
                        font-weight: 500;
                    }

                    .value {
                        font-weight: 600;
                    }

                    .value.language {
                        text-transform: capitalize;
                    }

                }
            }

            .btn-group {

                .download-code-btn,
                .share-code-btn,
                .view-code-report-btn {
                    background-color: white;
                    border-radius: 3px;
                    border: 1px solid black;
                    transition: 0.3s all;
                    cursor: pointer;
                    padding: 0.3em 0.8em;
                    border: 1px solid #e02909;
                    color: #e02909;

                    .view-code-report-btn-icon {
                        vertical-align: -1px;
                        height: 12px;
                        width: auto;

                    }

                    .view-code-report-btn-icon.hover {
                        display: none;
                    }

                }

                .download-code-btn:hover,
                .share-code-btn:hover,
                .view-code-report-btn:hover {
                    background-color: #e02909;
                    color: white;

                    .view-code-report-btn-icon.normal {
                        display: none;
                    }

                    .view-code-report-btn-icon.hover {
                        display: inline-block;
                    }

                }
            }
        }

        .open-files-wrapper {
            width: 100%;
            display: flex;
            align-items: center;
            background-color: #ECEDEC;
            overflow-x: scroll;
            overflow-y: hidden;
            height: 50px;
            padding-bottom: 20px;
            box-sizing: border-box;
            border-top: 1px solid #ECEDEC;

            .open-files {
                display: flex;
                flex-direction: row;
                background-color: #F5F9FF;
                width: 100%;
            }
        }

        .view-code,
        .view-code>* {
            box-sizing: border-box;
        }

        .view-code,
        .no-open-files {
            height: 100%;
            width: 100%;
        }

        .no-open-files {
            font-weight: bold;
            color: rgba(0, 0, 0, 0.4);
            background-color: rgba(0, 0, 0, 0.1);
            display: flex;
            font-size: 1.5em;
            justify-content: center;
            align-items: center;
        }
    }
}

// view code styling end
// tree-view directive styling start
.tree-view-item {
    padding-left: 10px;

    .tree-view-label {
        cursor: pointer;
        display: flex;
        column-gap: 10px;
        margin-bottom: 5px;
        font-size: 0.8em;
    }

    .tree-view-label.active {
        font-weight: 500;
    }
}

// tree-view directive styling end
// file-tab directive styling start
.file-tab {
    display: flex;
    margin-right: 1px;
    font-size: 14px;
    line-height: 200%;
    background-color: #E5ECF9;
    color: #47546C;
    padding: 0px 10px;

    .file-tab-text {
        margin-right: 6px;
        white-space: nowrap;
    }

    .file-tab-close,
    .file-tab-close-active {
        cursor: pointer;
    }

    .file-tab-close-active {
        display: none;
    }

}

.file-tab.active {
    background-color: #B5C2DA;
    color: #0b1a2d;
    font-weight: 500;

    .file-tab-close {
        display: none;
    }

    .file-tab-close-active {
        display: inline-block;
    }

}

// file-tab directive styling end

.summary {
    ul {
        list-style: disc;
        font-size: inherit;
    }
}


.max-width-table-cell {
    max-width: 200px;
    word-wrap: break-word;
}

.company-mapping-row {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.sub-text {
    font-weight: 500;
    font-style: italic;
}

.updatedAt {
    font-weight: 500;
    font-style: italic;

    &:before {
        content: '(';
    }

    &:after {
        content: ')';
    }
}

.mt-2 {
    margin-top: 1rem;
}

.toggle-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.toggle {
    font-size: 3rem;
    cursor: pointer;

    &.on {
        color: green;
    }

    &.off {
        color: red;
        transform: rotate(180deg);
    }
}

.error-border {
    border: 1px solid red;
}

.error-border:focus,
.error-border::selection {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid red !important
}

.spoken-to {
    display: flex;
    align-items: center;
    gap: 30px;
}

.reject-reason {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
}


.btn-onHold {
    color: #fff;
    background-color: #8390A8;
    border-color: #71809c;
    background-image: linear-gradient(to bottom, #8390A8 0, #71809c 100%);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);

    &:focus,
    &:hover,
    &:active {
        color: #fff;
        background-color: #71809c;
        border-color: #8390A8;
        background-image: linear-gradient(to bottom, #71809c 0, #8390A8 100%);
        background-repeat: repeat-x;
    }
}

.confirmation-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -25%;
    background-color: rgba(0, 0, 0, 0.4);
}

.on-hold-warning {
    background: #FFECCB;
    margin: 0.8rem 0;
    cursor: pointer;
    user-select: none;
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #47546C;
}

.on-hold-disabled {
    cursor: not-allowed;
    opacity: 0.4;

    * {
        pointer-events: none;
    }
}

.required {
    &:after {
        content: '*';
        .required-asterisk
    }
}

.radio-options {
    display: flex;
    width: 40%;
    height: 34px;
    justify-content: space-between;
    align-items: center;
}

.center {
    display: flex;
    justify-content: center;
}

.tags {
    margin-top: -5px;
    border-radius: 4px;
    box-shadow: none !important;
    border-color: #ccc !important;
}

// Toggle switch styling begins
.toggle-switch {
    display: flex;
    align-items: center;

    >span {
        font-size: inherit;
        margin-left: 3rem;
        color: #13253A;
        font-weight: 400;
        line-height: 150%;

        &.inactive {
            color: #47546C;
        }
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #B5C2DA;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: #FFFFFF;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #CAEFC2;
}

input:focus+.slider {
    box-shadow: 0 0 1px #CAEFC2;
}

input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
    background-color: #59954D;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

// Toggle switch styling ends

.table-content-vertical-center {
    td {
        vertical-align: middle !important;
    }
}

// candidates navigation tab styles start
.navigation-tab {
    position: relative;
    z-index: 10;
    cursor: pointer;
    border-radius: 5px 5px 0 0 !important;
    user-select: none;
    border-top: 3px solid #337ab7 !important;
    padding: 3px !important;

    a {
        text-decoration: none !important;
    }
}

// candidates navigation tab styles ends

.members-filters {
    box-shadow: none;
    margin-top: -1.7rem;
    padding-top: 0px;
    border: 1px solid transparent;

    section.nav-content {
        position: relative;
    }

    .filters {
        padding: 1.5rem;
        padding-left: 0.8rem;
    }

    .fields {
        margin-top: 1.6rem;
    }

    .multi-select-box {
        min-height: 11rem;
    }
}

.div-disabled {
    cursor: not-allowed;
    * {
        pointer-events: none;
        opacity: 0.9;
    }
}

// Loading styles
.backdrop {
  position:absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.6);

  div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

.pointer-cursor {
    cursor: pointer;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.members-result-count {
    font-size: 1.4em; 
    color: #226699;
    padding-left: 0.8rem;
    .col-md-10 { padding: unset }
}

.members-table {
    margin-top: 1rem;
    scroll-margin: 12rem;

    .page-selection {
        display: flex;
        font-size: 1.5rem;
        color: #226699;
        align-items: baseline;
        padding-left: 0.8rem;
        * {
            margin-right: 1rem;
            margin-bottom: 0.2rem;
        }
    }

    table.loading tbody {
        position: relative;
    }

    table.loading tbody:before {
        position: absolute;
        inset:0;
        background-color: rgba(255, 255, 255, 0.6);
        content: "";
    }
    table.loading tbody:after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-top: -10px;
        margin-left: -10px;
        border-radius: 50%;
        border: 2px solid #ccc;
        border-top-color: #333;
        animation: spinner .6s linear infinite;
    }
}

.members-display-items {
    div {
        padding-top: 1rem;
        span {
            padding: 0.2rem;
            border-radius: 3px;
        }
    }
}

// fix for google maps location suggestion not showing up
.pac-container {
    z-index: 10000 !important;
}

.company-name-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    #delete-company-button {
        height: 30px;
    }
}

.candidate-connections-modal {
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);

    .company-list {
        display: inline; 
        width: 15em; 
        height: 2.3em; 
        margin-bottom: 10px; 
        padding-top: 0.15em; 
        margin-left: 41em;

        ~ul {
            max-height: 25em;
            width: min-content;
            min-width: 15em;
            overflow: scroll;
        }
    }

    .modal-lg {
        width: 95%;
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal-body {
        padding: 2rem;
        overflow: scroll;
        min-height: 25vh;
        max-height: 85vh;
        display: flex;
    }

    table {
        table-layout: fixed; 
        width: 100%;
    }

    td {
        width: 25%;
        text-align: center;
    }

    thead tr th {
        position: sticky;
        top: 0;
    }
}

.icon-padding {
    padding-right: 10px;
}

.center-loading {
    align-self: center;
    margin: auto;
    height: 20%;
}

.text-decoration-underline {
    text-decoration: underline;
}

.events-modal {
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);

    .modal-lg {
        width: 95%;
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal-body {
        padding: 2rem;
        overflow: scroll;
        min-height: 20vh;
        max-height: 75vh;
        display: flex;
        flex-direction: column;

        .well {
            min-height: unset;

            .row {
                padding-bottom: 1em;
            }
        }
    }

    .modal-footer {
        text-align: start;
        display: flex;
        align-items: center;

        .footer-alert {
            div {
                padding: 4px 8px;
                border-radius: 4px;
            }
        }

        div:last-child {
            margin-left: auto;
        }
    }
}

.anchor-am {
    display: inline-flex;
    align-items: center;
    align-items: center;

    select {
        height: 2.3em;
        width: 29em;
        margin-right: 10px;
    }
}

.anchor-am-disabled {
    .on-hold-disabled
}

.event-list {
    table {
        width: 100%;
        border-collapse: collapse;
    }

    tbody td {
        text-align: center;
    }
}

.tags-error-border {
    .error-border;
    border-radius: 4px;
    >.host {
        margin-bottom: unset;
    }
}

.register-candidate-form {
    max-width: 600px; 
    width: 100%;
}

.redirect-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 500px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    .redirect-text {
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        color: #13253A;
        padding: 32px 0 8px 0;
    }

    p:last-child {
        font-size: 16px;
        text-align: center;
        color: #8390A8;
    }
}

