:root {
    /* --bg-green: #43C073; 
    --bg-green: #008375;
    --bg-green-dark: #43c073;
    --bg-light-green: #DDF4E6;
    --color-white: #fff;
    --color-black: #000;
    --color-headings: #2b3940;
    --color-texts: #6b6e6f;
    --color-texts-2: #7e8989;
    --border-color: #e5e5e5;
    --border-color-2: #f0f0f0;
    --border-color-3: #e5e5e5;
    --color-mention: #a1a5b7!important;
    --input-bg: #f8f9fb;
    --recuriter-theme-bg: #1877f2;
    --button-light-bg: #d7e3eb;
    --button-light-bg-color: #009ef7;
    --color-reject: #F20C0C;
    --inputborder:#2393db;
    --inputborder:rgba(145, 158, 171, 0.12);*/
    --main-bg-green:#169a69;
    --main-bg-green-hover:#008375;
    --color-white:#fff;
    --color-texts: #6b6e6f;
    --color-texts-2: #7e8989;
    --bg-light-green:#DDF4E6;
    --inputborder:rgba(0,0,0,.125);
    --social-media:#eef3f7;
    --color-mention: #a1a5b7 !important;
    --recruiter-theme-bg: #007FFF;
    --recruiter-button-bg:#007FFF;
    --recruiter-button-hover:#0059B2;
    --candidate-bg:#169a69;
    --company-bg:#008375;
    --company-button-bg:#44A694;
    --company-button-hover:#49BF88;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: FontAwesome-2;
    src: url(../webfonts/fa-solid-900.woff2);
}

@font-face {
    font-family: FontAwesome;
    src: url('font-css/all.min.css');
}

@font-face {
    font-family: poppins-black;
    src: url(font/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(font/Poppins-Bold.ttf);
}

@font-face {
    font-family: roboto;
    src: url(font/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(font/Roboto-Medium.ttf);
}

@font-face {
    font-family: roboto-blod;
    src: url(font/Roboto-Bold.ttf);
}

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

body {
    font-size: 13px;
    font-family: roboto;
    background: #fbfbfb;
    padding: 0;
    margin: 0;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

.color-red {
    color: red;
    border: none;
}

    .color-red .time {
        color: red !important;
    }

    .color-red i {
        color: red !important;
    }

sup {
    color: red;
    font-size: 15px;
}

ul {
    margin: 0px;
}

    ul li {
        margin-bottom: 0px;
    }

button {
    background: transparent;
    border: none;
    cursor: pointer;
}

    button:focus {
        outline: none;
    }

p {
    margin-bottom: 10px;
    font-size: 13px;
}



input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

textarea {
    border: 1px solid #f1f1f1;
}

    textarea:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.reqError {
    width: 100% !important;
    margin-top: 5px;
}

.d-block {
    display: block;
}

.z-index-3 {
    z-index: 3;
}

.z-index-1053 {
    z-index: 1053 !important;
}

.br1 {
    border: 1px solid #eef6fb !important;
}

.br-0 {
    border: 0 !important;
    border: none !important;
}

.br-20 {
    border-radius: 20px;
}

.pd-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p9 {
    padding: 9px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-0 {
    padding-left: 0px;
}

.pb-0 {
    padding-bottom: 0;
}

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.padding-0 {
    padding: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-15 {
    padding-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.h-70 {
    min-height: 70px;
    max-height: 70px;
}

.h-10 {
    height: 10px !important;
}

.h-50 {
    height: 50px;
}

.h-100 {
    min-height: 100px;
    max-height: 100px;
}

.w-80 {
    width: 80px;
}

.w-100 {
    width: 100%;
}

.w-120 {
    width: 170px !important;
}

.w-110 {
    width: 110px !important;
}

.w-98p {
    width: 98%;
}

.inline-display {
    display: inline-block;
}

.comman-section {
    padding-top: 80px;
}

.lh-15 {
    line-height: 1.5;
}

.list-style-none {
    list-style: none;
}

.bgtransparent {
    background: transparent !important;
}

.bg-white {
    background-color: var(--color-white);
}

.border-radius-50 {
    border-radius: 50px;
}

.border-dash {
    border-bottom: 1px dashed #f1f1f1;
}

.p10 {
    padding-top: 10px;
    padding-bottom: 12px;
}

.trashbcolor {
    color: #e53935;
}

.trash-icons {
    font-size: 17px;
    position: relative;
    top: 1px;
}

.right_-50 {
    right: -50px;
}

.validation-summary-errors {
    padding: 17px 1px;
    background: #fff4f1!important;
    margin-bottom: 15px;
    border: 1px dashed #f70000!important;
    border-radius: 5px;
}

.field-validation-error {
    color: #f70000 !important;
    font-size: 11px;
    margin-top: 10px;
    width: 100%;
}


/*---------------- comman en ---------------------*/

.btn_re_status {
    background: #f5f8fa;
    color: #009ef7;
    font-size: 12px;
    border-radius: 10px;
}

.btn-status {
    padding: 6px 12px;
    border-radius: 10px;
    margin-bottom: 20px !important;
    line-height: 32px;
    font-size: 12px !important;
}

.btn-light-green {
    background: var(--bg-light-green);
    color: var(--bg-green);
}

.btn-green {
    background: var(--main-bg-green);
    color: var(--color-white);
    font-family: roboto-blod;
}

.btn_search {
    background: var(--main-bg-green);
    color: var(--color-white);
    width: 100%;
    border-radius: 50px;
}

.btn-add-link {
    padding: 9px 19px;
    border: 1.5px solid var(--recuriter-theme-bg);
    text-transform: capitalize;
    font-size: 13px;
    background: #fff;
    border-radius: 30px;
    color: var(--recuriter-theme-bg);
}

.btn_reschedule {
    text-transform: captilize;
    margin-right: 5px;
}

.btn-eye {
    border: 1px solid var(--inputborder);
    border-left: none !important;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    color: #5e6278;
    width: 40px;
}

.btn-eye-reset {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-left: none !important;
    color: #5e6278;
    width: 40px;
    height: 45px;
    float: right;
    position: relative;
    margin-top: -45px;
}


.btn-eyes-position {
    height: 45px;
    float: right;
    top: -45px;
    position: relative;
}

.btn-media-login {
    color: #7e8299;
    border-color: var(--social-media);
    width: 100%;
    font-size: 13px;
    background-color: var(--social-media);
}

    .btn-media-login img {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }



.wdth-100 {
    width: 100%;
}

.label {
    width: 100%;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-apply {
    width: auto;
    background: var(--main-bg-green);
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}

    .btn-apply:hover {
        color: var(--color-white);
    }


.select_dropdown {
    font-size: 12px !important;
}

.btn-preview_eye {
    background: #f5f8fa;
    color: #009ef7;
    font-weight: 600;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 10px;
}

.btn-viewresult {
    background: #f5f8fa;
    color: #009ef7;
    font-weight: 600;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 10px;
}

.btn-recuriter {
    background: var(--recuriter-theme-bg) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

    .btn-recuriter:hover {
        background: var(--recuriter-theme-bg);
        color: #fff;
    }

.btn-preview_eye i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.border {
    border: 1px solid #f1f1f1;
}

.border-radius-5 {
    border-radius: 5px;
}

.popup_submit {
    background: var(--recuriter-theme-bg);
    height: 32px;
    width: 60px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    float: right;
}

.cursor-pointer {
    cursor: pointer;
}
/*------------- button end ------------*/

.input-group-icon-comman {
    background-color: var(--color-white);
    border: 1px solid var(--inputborder);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none !important;
    font-size: 20px;
    color: var(--bg-green);
}

.btn-submit {
    height: 45px;
    min-width: 100px;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
    /*background: var(--button-light-bg);
   color: var(--recuriter-theme-bg);*/
}

.input-group-text {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--main-bg-green);
}

.form-control {
    border: none;
}

.input-text {
    background-color: #fff;
    border: 1px solid var(--inputborder);
    color: #5e6278;
    font-size: 13px;
    border-radius: 5px !important;
    transition: color .2s ease, background-color .2s ease;
}

    .input-text:focus {
        box-shadow: none !important;
        border-color: var(--inputborder);
        outline: none !important;
        background: #f5f8fa;
    }

.left-border-none {
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.right-border-none {
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


.input-text-right-border {
    border-right: 1px solid var(--inputborder);
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.right-radius-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.textarea {
    background-color: #fff;
    border-color: var(--inputborder);
    padding: 10px;
    color: #5e6278;
    font-size: 13px;
    transition: color .2s ease, background-color .2s ease;
}





/*------------- form design end ------------*/
.shadow-3 {
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.shadow-4 {
    /* box-shadow: 16px 41px 89px rgb(129 129 129 / 16%); */
    box-shadow: 6px 2px 36px rgb(129 129 129 / 36%);
}

.shadow-7 {
    box-shadow: 0 29px 75px rgb(156 156 156 / 16%);
}


.checkbox label {
    display: inline-block;
    padding-left: 8px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

    .checkbox label::before {
        -o-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #a4abc5;
        content: "";
        display: inline-block;
        height: 18px;
        left: 0;
        top: 0px;
        margin-left: -18px;
        position: absolute;
        transition: 0.3s ease-in-out;
        width: 18px;
        outline: none !important;
    }

    .checkbox label::after {
        color: #f1f5fa;
        display: inline-block;
        font-size: 11px;
        height: 18px;
        left: 0;
        margin-left: -18px;
        padding-left: 3px;
        padding-top: 2px;
        position: absolute;
        width: 18px;
    }

.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

    .checkbox input[type="checkbox"]:focus + label::before {
        outline-offset: -2px;
        outline: none;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 7px;
        display: table;
        width: 5px;
        height: 10px;
        border: 2px solid #1d2c48;
        border-top-width: 0;
        border-left-width: 0;
        transform: rotate(45deg);
    }

    .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #f1f5fa;
        cursor: not-allowed;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #1761fd;
    border-color: #1761fd;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.radio label {
    display: inline-block;
    padding-left: 2px;
    position: relative;
    font-weight: normal;
}

    .radio label::before {
        -o-transition: border 0.5s ease-in-out;
        -webkit-transition: border 0.5s ease-in-out;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #a4abc5;
        content: "";
        display: inline-block;
        height: 14px;
        left: 0;
        top: 2px;
        margin-left: -18px;
        position: absolute;
        transition: border 0.5s ease-in-out;
        width: 14px;
        outline: none !important;
    }

    .radio label::after {
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -webkit-transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        background-color: #1d2c48;
        border-radius: 50%;
        content: " ";
        display: inline-block;
        height: 6px;
        width: 6px;
        left: 6px;
        margin-left: -20px;
        position: absolute;
        top: 6px;
        transform: scale(0, 0);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

    .radio input[type="radio"]:disabled + label {
        opacity: 0.65;
    }

    .radio input[type="radio"]:focus + label::before {
        outline-offset: -2px;
        outline: 5px auto -webkit-focus-ring-color;
        outline: thin dotted;
    }

    .radio input[type="radio"]:checked + label::after {
        transform: scale(1, 1);
    }

    .radio input[type="radio"]:disabled + label::before {
        cursor: pointer;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #1761fd;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #1761fd;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #1761fd;
}

.radio label {
    margin-right: 10px;
}

.radio-top label::before {
    left: 5px;
    top: 9px;
}

.radio-top label::after {
    left: 11px;
    top: 13px;
}


/*--------------------------------*/

.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    .file-upload .file-select {
        display: block;
        border: 1px solid var(--inputborder);
        border-radius: 5px;
        color: #666;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: var(--input-bg);
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select i {
            color: #008375;
        }

        .file-upload .file-select .file-select-button {
            background: var(--input-bg);
            padding: 0 10px;
            padding-left: 15px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #ccc;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #fff;
                color: #666;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #ccc;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: none;
            color: #666;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }

.note {
    color: var(--color-mention);
    margin-top: 5px;
    font-size: 12px;
    margin-bottom: 3px;
}

.bootstrap-tagsinput {
    background-color: var(--input-bg);
    min-height: 200px;
    max-height: 400px;
    min-width: 100%;
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
        background: var(--candidate-bg);
        padding: 5px;
        padding-left: 10px;
        margin-bottom: 10px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }


/*-------------- popup start-----------------*/

.popup-bg {
    position: fixed;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1031;
    overflow-y: auto;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}

.dflex-off {
    display: block;
}

.modal-popup {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    width: 480px;
    background: #fff;
    border-radius: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 1.75rem auto;
    /*overflow: hidden;*/
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.15rem 1.15rem;
    border-bottom: 0;
    border-top-left-radius: .475rem;
    border-top-right-radius: .475rem;
}

.popup-container {
    margin: 1.75rem auto;
}

.btn-close {
    font-size: 15px;
}

.model-body {
    flex: 1 1 auto;
    padding: 1.75rem;
    padding-bottom: 10px;
    border-radius: 15px;
    /* margin: 1.75rem auto; */
    background: #fff;
}

.model-body-header h2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

.model-body-header h5 {
    font-size: 14px;
    font-size: Roboto-Medium;
    color: var(--color-texts);
    font-weight: bold;
}

.modal-body h5 a {
    font-size: 14px;
    font-size: Roboto-Medium;
    color: var(--color-texts);
}

select option {
    height: 45px !important;
}

.model-body-header p {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-mention);
}


.textarea-w-100 {
    min-width: 100%;
    max-width: 100%;
}

.textarea-h-100 {
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.login-footer {
    padding-top: 15px;
    border-top: 2px dashed var(--border-color-3);
}

    .login-footer a .link {
        color: var(--bg-green);
        cursor: pointer;
    }

.input-height-40 {
    height: 40px;
}

.input-height-45 {
    height: 45px !important;
}

.input-height-50 {
    height: 50px;
}

.popup-submit-container {
    justify-content: flex-end;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .7s linear infinite spinner-border;
    top: -2px;
    position: relative;
    margin-left: 10px;
}

.list-inline-block li {
    display: inline-block;
}


/*----------- tooltip start--------------------*/

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 110%;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.tooltip_bottom {
    position: relative;
    /* display: inline-block; */
}

    .tooltip_bottom .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 50%;
        margin-left: -60px;
    }

        .tooltip_bottom .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip_bottom:hover .tooltiptext {
        visibility: visible;
    }


/*-------- tooltip end -------*/

.color-danger {
    color: #f1416c;
}

.p-5 {
    padding: 5px !important;
}

.white-bx {
    background: #fff;
    cursor: pointer;
}


/*-------------- tab start ---------------*/

.tab_small {
    overflow: hidden;
    background: transparent;
}


    /* Style the buttons inside the tab */

    .tab_small button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        width: 50%;
        transition: 0.3s;
        font-size: 14px;
        border-bottom: 2px solid #f1f1f1;
        text-transform: capitalize;
    }


/* Style the tab content */

.tabcontent_small {
    display: none;
    padding-top: 15px;
}


/* tab small end */

.button_tab {
    overflow: hidden;
}


    /* Style the buttons inside the tab */

    .button_tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        text-transform: capitalize;
        cursor: pointer;
        padding: 14px 15px;
        transition: 0.3s;
        font-size: 13px;
        border-bottom: 2px solid #fff;
    }


        /* Change background color of buttons on hover */

        .button_tab button:hover {
            background-color: #ddd;
        }

        .button_tab button span {
            margin-left: 2px;
        }


        /* Create an active/current tablink class */

        .button_tab button.active {
            background-color: #ccc;
        }


/* Style the tab content */

.button_tab_tabcontent {
    display: none;
    padding-top: 20px;
    border-top: none;
}


/* Style the tab */

.pagination_tab {
    overflow: hidden;
    background: transparent;
}


    /* Style the buttons inside the tab */

    .pagination_tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 4px 8px;
        margin-right: 4px;
        border-radius: 3px;
        transition: 0.3s;
        font-size: 13px;
        background-color: var(--color-white);
        border: 1px solid #f5f5f5;
    }


        /* Change background color of buttons on hover */

        .pagination_tab button:hover {
            background-color: #ddd;
        }


        /* Create an active/current tablink class */

        .pagination_tab button.active {
            background-color: var(--main-bg-green);
            color: #fff !important;
        }


/* Style the tab content */

.pagination_tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


/*--------- tabs end ----------*/

.accordion_small {
    background-color: var(--color-white);
    color: #444;
    cursor: pointer;
    padding: 7px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px;
    transition: 0.4s;
    padding-left: 15px;
    padding-right: 17px;
}

    .active-accordation,
    .accordion_small:hover {
        background-color: #F5F4F9 !important;
    }

    .accordion_small:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f054";
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active-accordation:after {
    content: "\2212";
}

.panel {
    padding: 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


/*------------ accordation end ----*/

.rateing-list li {
    display: inline-block;
}

    .rateing-list li i {
        color: #ccc;
        cursor: pointer;
    }

.rateing-list {
    margin-top: 2px;
    padding: 0px;
}

    .rateing-list .selected i {
        color: #FF912C;
        background: transparent !important;
    }


/*-----------------------------------------------------*/

.section-height-200 {
    max-height: 200px;
    overflow-y: auto;
}

.section-height-350 {
    max-height: 350px;
    overflow-y: auto;
}

.main-heading {
    margin-bottom: 20px;
}

    .main-heading h4 {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }

.main-underline {
    border-bottom: 1px solid #f8f5ff;
}

.main-underline-top {
    border-top: 1px solid #f8f5ff;
}

    .main-underline-top button {
        margin-bottom: 25px;
    }

/*---------------------------------------------------*/

.resume_popup {
    position: fixed;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    z-index: 1050;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
    overflow-y: auto;
}

.resume_popup_body {
    background: white;
    padding: 15px;
    width: 90%;
    height: auto;
    border-radius: 5px;
}

    .resume_popup_body .rateing-list {
        float: right !important;
    }

.resume_preview_container {
    height: 590px;
}

.resume-preview {
    height: 100%;
}

.option-list {
    list-style: none;
    text-align: center;
}

    .option-list li {
        display: inline-block;
        margin-right: 5px;
    }

        .option-list li button {
            border: 1px solid var(--recruiter-button-bg);
            min-width: 100px;
            height: 40px;
            padding-left: 10px;
            padding-right: 10px;
            border-radius: 5px;
            color: var(--recruiter-button-bg);
        }

            .option-list li button:hover {
                background-color: var(--recruiter-button-hover);
                color: #fff;
            }

.checkbox-select-recuriter label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #a4abc5;
    content: "";
    display: inline-block;
    height: 18px;
    left: 3px;
    top: 7px;
    margin-left: -18px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 18px;
    outline: none !important;
}

.checkbox-select-recuriter input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: table;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate( 45deg);
}

.resume-section-heading {
    color: #333;
    background-color: #F5F4F9 !important;
    background-repeat: repeat-x;
    border-bottom: 1px solid #CDCDCD;
    border-bottom-color: rgb(205, 205, 205);
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 0 0;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    height: 36px;
    position: relative;
    margin-bottom: 10px;
    border-color: #ddd;
    padding-top: 5px;
}

    .resume-section-heading h4 {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 28px;
    }

.rateing-list {
    list-style: none;
}

    .rateing-list li {
        display: inline-block;
        margin-right: 3px;
        font-size: 10px;
    }

.resume_popup_team_rating {
    height: 130px;
    overflow-y: auto;
}

#team-member-rateing .table {
    margin-bottom: 0;
}


/*#team-member-rateing .table td,
.table th {
padding: .5rem;
vertical-align: middle;
border-top: 1px solid #dee2e6;
}*/

.text-area-popup {
    min-height: 110px;
    max-height: 110px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.comment-content p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
}

.comment-content h5 {
    font-size: 13px;
    float: right;
    font-weight: bold;
    margin: 0;
}

.section-heading h4 {
    font-size: 13px !important;
}

.btn-right {
    float: right;
}

.profile_picture {
    padding: 3px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    color: var(--color-white) !important;
}

    .profile_picture img {
        height: auto !important;
    }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.browsebtn {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #008375;
    width: 100%;
    padding-top: 13px;
}

    .browsebtn i {
        margin-right: 5px;
    }

.upload-btn-wrapper .browsefile {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.innerpage-banner-outer {
    height: auto;
    /* background: url(../images/banner/recuriter   -bg.png) no-repeat; */
    background: url(../images/banner/bg-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.innerpage-banner_mb_0 {
    margin-bottom: 0;
}

.innerpage-banner-outer .breadcrumb {
    font-size: 14px;
    padding: 0;
    background: transparent;
    margin: 0;
}

.innerpage-banner-outer .breadcrumb-item a {
    color: var(--color-white) !important;
}

.innerpage-banner-outer .breadcrumb-item.active-breadcrumb {
    color: var(--color-white);
    font-weight: bold;
}

.innerpage-banner-outer .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.main-underline {
    border-bottom: 1px solid #f8f5ff;
}

.pure-material-radio {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}


    /* Input */

    .pure-material-radio > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
    }


    /* Span */

    .pure-material-radio > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        font-size: 13px;
    }


        /* Circle */

        .pure-material-radio > span::before {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            margin: 2px 10px 2px 0;
            border: solid 2px;
            /* Safari */
            border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
            border-radius: 50%;
            width: 20px;
            height: 20px;
            vertical-align: top;
            transition: border-color 0.2s;
        }


        /* Check */

        .pure-material-radio > span::after {
            content: "";
            display: block;
            position: absolute;
            top:6px;
            left: 1px;
            border-radius: 50%;
            width: 8px;
            height: 8px;
            background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
            transform: translate(5px, 5px) scale(0);
            transition: transform 0.2s;
        }


    /* Checked */

    .pure-material-radio > input:checked {
        background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    }

        .pure-material-radio > input:checked + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

        .pure-material-radio > input:checked + span::after {
            transform: translate(5px, 5px) scale(1);
        }


    /* Hover, Focus */

    .pure-material-radio:hover > input {
        opacity: 0.04;
    }

    .pure-material-radio > input:focus {
        opacity: 0.12;
    }

    .pure-material-radio:hover > input:focus {
        opacity: 0.16;
    }


    /* Active */

    .pure-material-radio > input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-radio > input:active + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }


    /* Disabled */

    .pure-material-radio > input:disabled {
        opacity: 0;
    }

        .pure-material-radio > input:disabled + span {
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            cursor: initial;
        }

            .pure-material-radio > input:disabled + span::before {
                border-color: currentColor;
            }

            .pure-material-radio > input:disabled + span::after {
                background-color: currentColor;
            }

.pure-material-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}


    /* Input */

    .pure-material-checkbox > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        box-shadow: none;
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
    }


    /* Span */

    .pure-material-checkbox > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        font-size: 13px;
    }


        /* Box */

        .pure-material-checkbox > span::before {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            margin: 3px 11px 3px 1px;
            border: solid 2px;
            /* Safari */
            border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
            border-radius: 2px;
            width: 18px;
            height: 18px;
            vertical-align: top;
            transition: border-color 0.2s, background-color 0.2s;
        }


        /* Checkmark */

        .pure-material-checkbox > span::after {
            content: "";
            display: block;
            position: absolute;
            top: 7px;
            left: 2px;
            width: 10px;
            height: 5px;
            border: solid 2px transparent;
            border-right: none;
            border-top: none;
            transform: translate(3px, 4px) rotate(-45deg);
        }


    /* Checked, Indeterminate */

    .pure-material-checkbox > input:checked,
    .pure-material-checkbox > input:indeterminate {
        background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    }

        .pure-material-checkbox > input:checked + span::before,
        .pure-material-checkbox > input:indeterminate + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
            background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

        .pure-material-checkbox > input:checked + span::after,
        .pure-material-checkbox > input:indeterminate + span::after {
            border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        }

        .pure-material-checkbox > input:indeterminate + span::after {
            border-left: none;
            transform: translate(4px, 3px);
        }


    /* Hover, Focus */

    .pure-material-checkbox:hover > input {
        opacity: 0.04;
    }

    .pure-material-checkbox > input:focus {
        opacity: 0.12;
    }

    .pure-material-checkbox:hover > input:focus {
        opacity: 0.16;
    }


    /* Active */

    .pure-material-checkbox > input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .pure-material-checkbox > input:active + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

    .pure-material-checkbox > input:checked:active + span::before {
        border-color: transparent;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    }


    /* Disabled */

    .pure-material-checkbox > input:disabled {
        opacity: 0;
    }

        .pure-material-checkbox > input:disabled + span {
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            cursor: initial;
        }

            .pure-material-checkbox > input:disabled + span::before {
                border-color: currentColor;
            }

    .pure-material-checkbox > input:checked:disabled + span::before,
    .pure-material-checkbox > input:indeterminate:disabled + span::before {
        border-color: transparent;
        background-color: currentColor;
    }

.table td {
    vertical-align: middle;
}

.table-bordered td {
    vertical-align: middle;
    border: 1px solid #f9f9f9;
    padding: .25rem;
}

.table th {
    padding: .55rem;
    vertical-align: middle;
    border: 0;
}

.default-container {
    padding: 0 60px !important;
}

.loading-container {
    height: 100px;
    padding: 10px;
}

.loading {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: wave;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: wave;
    -webkit-animation-timing-function: linear;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: wave;
    -moz-animation-timing-function: linear;
    background: #dddddd;
    background-image: -webkit-gradient(linear, left center, right center, from(#dddddd), color-stop(.2, #f5f5f5), color-stop(.4, #e5e5e5), to(#dddddd));
    background-image: -webkit-linear-gradient(left, #dddddd 0%, #f5f5f5 20%, #e5e5e5 40%, #dddddd 100%);
    background-image: -moz-gradient(linear, left center, right center, from(#dddddd), color-stop(.2, #f5f5f5), color-stop(.4, #e5e5e5), to(#dddddd));
    background-image: -moz-linear-gradient(left, #dddddd 0%, #f5f5f5 20%, #e5e5e5 40%, #dddddd 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    height: 104px;
    /* position: relative; */
}

.reverse-direction .loading {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
}

@-webkit-keyframes wave {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@-moz-keyframes wave {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}


/*--------------- alert style start ----*/

.alert-bg {
    background: rgb(0, 0, 0, .4);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1070;
}

.alert-popup-container {
    text-align: center;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 25px;
    width: 350px;
    height: 290px;
    border-radius: 5px;
}

    .alert-popup-container p {
        font-size: 15px;
        margin-bottom: 30px;
    }

.alert-close {
    color: #7e8299;
    border-color: #e4e6ef;
    background-color: #e4e6ef!important;
    width: 100px;
    height: 39px;
    border-radius: 5px;
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    box-shadow: 0 0 .625em #d9d9d9;
    overflow-y: hidden;
}

    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
        width: 2em;
        height: 2em;
    }

    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        top: .875em;
        width: 1.375em;
    }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: .3125em;
        }

        .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: .3125em;
        }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
        -webkit-animation: animate-toast-success-tip .65s;
        animation: animate-toast-success-tip .75s;
    }

    .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
        -webkit-animation: animate-toast-success-long .75s;
        animation: animate-toast-success-long .75s;
    }

.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal;
}

.swal2-icon-text {
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
}

    .swal2-icon.swal2-error .swal2-x-mark {
        position: relative;
        flex-grow: 1;
    }

    .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        display: block;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em;
        height: .3125em;
        border-radius: .125em;
        background-color: #f27474;
    }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: 1.0625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: 1em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
}

    .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
        position: absolute;
        width: 3.75em;
        height: 7.5em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 50%;
    }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
            top: -.4375em;
            left: -2.0635em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 3.75em 3.75em;
            transform-origin: 3.75em 3.75em;
            border-radius: 7.5em 0 0 7.5em;
        }

        .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
            top: -.6875em;
            left: 1.875em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0 3.75em;
            transform-origin: 0 3.75em;
            border-radius: 0 7.5em 7.5em 0;
        }

    .swal2-icon.swal2-success .swal2-success-ring {
        position: absolute;
        top: -.25em;
        left: -.25em;
        width: 100%;
        height: 100%;
        border: .25em solid rgba(165, 220, 134, .3);
        border-radius: 50%;
        z-index: 2;
        box-sizing: content-box;
    }

    .swal2-icon.swal2-success .swal2-success-fix {
        position: absolute;
        top: .5em;
        left: 1.625em;
        width: .4375em;
        height: 5.625em;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }

    .swal2-icon.swal2-success [class^=swal2-success-line] {
        display: block;
        position: absolute;
        height: .3125em;
        border-radius: .125em;
        background-color: #a5dc86;
        z-index: 2;
    }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
            top: 2.875em;
            left: .875em;
            width: 1.5625em;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
            top: 2.375em;
            right: .5em;
            width: 2.9375em;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s;
}

    .swal2-show.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards;
}

    .swal2-hide.swal2-noanimation {
        -webkit-animation: none;
        animation: none;
    }

[dir=rtl] .swal2-close {
    right: auto;
    left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s;
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s;
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s;
}

    .swal2-animate-error-icon .swal2-x-mark {
        -webkit-animation: swal2-animate-error-x-mark .5s;
        animation: swal2-animate-error-x-mark .5s;
    }

@-webkit-keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swal2-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.alert-popup-error {
    background: #fff5f8 !important;
    color: #f1416c !important;
    border: 1px dashed #f1416c;
    padding: 10px 14px;
    text-align: center;
    margin-bottom: 10px;
}

.starsselect {
    padding: 0;
}

.btn-start-interview {
    padding: 7px 8px;
    background: var(--recuriter-theme-bg);
    border-radius: 10px;
    color: #ffff;
    position: relative;
    top: 6px;
    font-size: 12px;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .notfound .notfound-404 {
        position: absolute;
        height: 100px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-family: poppins-bold;
            color: #ececec;
            font-weight: 900;
            font-size: 276px;
            margin: 0px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .notfound h4 {
        font-family: poppins-bold;
        font-size: 24px;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px;
    }

    .notfound p {
        font-family: roboto;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .notfound a {
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background: var(--bg-green);
        display: inline-block;
        padding: 11px 20px;
        border: 2px solid transparent;
        border-radius: 40px;
        color: #fff;
        font-weight: 400;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            background-color: #fff;
            border-color: var(--bg-green);
            ;
            color: var(--bg-green);
        }

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 162px;
    }

    .notfound h2 {
        font-size: 26px;
    }
}

.link-create {
    padding: 14px 13px;
    background: #f5f8fa;
    color: #009ef7;
    border-radius: 5px;
    display: flex;
    width: 100px;
    height: 45px;
}

.avatar-md {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    display: inline-block;
}

.icon-xs {
    width: 15px;
    height: 15px;
}

.notification-list {
    margin: 0px !important;
}

    .notification-list .noti-icon-badge {
        display: inline-block;
        position: absolute;
        top: -1px;
        right: 21px;
        border: 2px solid rgba(255,255,255,0.6);
        border-radius: 50%;
        padding: 5px 6px 4px;
        font-size: 8px !important;
    }

.notification-heading-h6 {
    font-size: 12px !important;
    font-weight: normal;
    margin-bottom: 0;
}

.notification-list button ion-icon {
    font-size: 22px;
}

.dropdown-notification-item:hover {
    background: #fbfbfb;
}

.dropdown-notification-item:focus {
    background: #fbfbfb;
}

    .dropdown-notification-item:focus h6 {
        color: #000 !important;
    }

.simplebar-content {
    max-height: 400px;
    overflow-y: auto;
}



.status-reader {
    padding: 11px 9px;
    border-radius: 50px;
    font-size: 12px;
}

.status-reader1 {
    color: #366cf9;
    background-color: #f1f5ff;
}

.status-reader2 {
    color: #f1416c;
    background-color: #fff5f8;
}

.status-reader3 {
    color: #7239ea;
    background-color: #f3e5f5;
}

.status-reader4 {
    color: #FFA726;
    background: #FFF3E0;
}

.status-reader5 {
    background: #E0F7FA;
    color: #26C6DA;
}

.status-reader-round {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    background: var(--color-white);
    margin-left: 10px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
}

.white-bx-shadow {
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    margin-bottom: 10px;
}


.white-bx-shadow2 {
    padding: 18px 17px;
    border-radius: 10px;
    border: 1px solid #d0e1f3;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    margin-bottom: 10px;
}


.exam-bx {
    padding: 18px 17px;
    border-radius: 10px;
    border: 1px solid #d0e1f3;
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
}

.dropdown-lg {
    width: 320px;
}

.dropdown-menu {
    padding: 0;
}

.notification-board {
    border: 1px dashed var(--recruiter-button-bg) !important;
}

.company_list_company_name {
    white-space: nowrap;
    width: 236px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width:1000px) and (max-width:1380px)
{
	.company_list_company_name {
		white-space: nowrap;
		width: 170px;
		overflow: hidden;
		text-overflow: ellipsis;
		}
}

.bg-sl{ position:fixed;
		height:100%;
	    width:100%;
	    background:rgb(0,0,0,.5);
	    z-index:1060;
		top:0;
		left:0;
		display:flex;
		align-items:center;
		justify-content:center;
	  }

.spinner-border2{display: inline-block;
width: 80px;
height: 80px;
vertical-align: middle;
border: 4px solid #169a69;
  border-right-color: rgb(255, 255, 255);
border-right-color: transparent;
border-radius: 50%;
animation: .7s linear infinite spinner-border;
top: -2px;
position: relative;
margin-left: 10px;
margin-bottom:40px;}

#bg-content{font-size: 21px;
text-align: center;
text-transform: capitalize;}


.bg-sl-content {
  height: 300px;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding-top: 80px;
}