﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, p, a, ul, label, ol {
    font-family: 'Poppins', sans-serif;
    color: #000;
}

body, p, a, ul, label, select, input, button, ol {
    font-size: 13px;
}

input.form-control, .btn, .form-control:focus {
    box-shadow: none !important;
}

a:hover {
    transition: all ease 0.3s;
    color: #18b8ed;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f4f8f9;
    opacity: 1;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    cursor: not-allowed;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.66em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.75rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.125rem;
}

h5, .h5 {
    font-size: 1rem;
}

h6, .h6 {
    font-size: 0.875rem;
}
.custom-switch input:disabled + .custom-switch-indicator {
    cursor: not-allowed;
    opacity: 0.6;
}
.fields_mar {
    margin-bottom: 30px;
}
.summary_error ul {
    color: #f44336;
    line-height: 1.8;
    margin-bottom: 5px;
}

.content-area .side-app {
    min-height: calc(100vh - 100px);
}

.tooltip {
    z-index: 1050
}

.custom_bg-light {
    background: rgba(247 247 247 / 47%)
}

th, td {
    min-width: 100px !important; /* Set a minimum width for cells to prevent content from being too compressed */
}

.toast-message, .toast-close-button {
    font-size: 14px !important;
    font-weight: 400;
}


table.table td, table.table th, 
table.table td > a, table.table td > input {
    font-size: 13px;
}

table.table tbody td input[type="text"] {
    height: auto;
}

select {
    appearance: auto !important;
}
a{
    text-decoration:none !important;
}
hr {
    color: #c6c7c8;
    margin: 1.2rem 0;
}
/* #Theme CSS
================================================== */

.nav-link {
    color: #000;
}
table.dataTable.table-striped > tbody > tr.odd > *,
.table > :not(caption) > * > * {
    box-shadow: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    margin-right: .7em;
    display: inline-block;
    content: "+";
    border-radius: 14px;
    line-height: 14px;
    height: 14px;
    width: 14px;
    color: white;
    border: 2px solid white;
    box-sizing: content-box;
    box-shadow: 0 0 3px #444;
    font-size: 12px;
    text-align: center;
    background: #007bff;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: "-";
    background: #F44336 !important;
}

/* #Layout clock CSS
================================================== */
.layout_clock {
    display: flex;
}

    .layout_clock h2 {
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 0px;
        font-weight: 500
    }

.layout_clock div > span {
    font-size: 13px;
    color: #333;
    transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 2)
}
.layout_clock.clock_2{
    margin-top:28px;
}

@keyframes spinnerClock {
     100%{
        transform: rotate(360deg);
    }
}

.spin_clock {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 2px #2196f3;
    border-radius: 50%;
    position: relative;
    margin-right:16px;
}

    .spin_clock:before {
        width: 14px;
        position: absolute;
        content: "";
        transform-origin: 2px 2px;
        background-color: #39444e;
        height: 3px;
        top: 14px;
        left: 14px;
        border-radius: 5px;
        animation: spinnerClock 6s linear infinite;
    }

    .spin_clock:after {
        width: 10px;
        position: absolute;
        content: "";
        transform-origin: 2px 2px;
        background-color: #b4bec8;
        height: 3px;
        top: 14px;
        left: 14px;
        border-radius: 5px;
        animation: spinnerClock 60s linear infinite;
    }



/* #New Textbox style Css - animate
================================================== */
.float_label_div {
    position: relative;
}

.float_label_div input + label.float_label {
    position: absolute;
    bottom: 10px;
    left: 6px;
    transition: 0.3s all ease;
    font-size: 14px;
    margin: 0;
    color: #888888;
    display: inline !important;
    background: #fff;
    z-index: 3;
    padding: 0px 6px;
    pointer-events: none;
}

.float_label_div input, select.form-control, input.form-control {
    height: 44.27px;
    font-size: 14px;
    border-radius: 0.25rem;
}

.float_label_div > input:not(:placeholder-shown):valid ~ label.float_label {
    color: #888888;
}

.float_label_div > input:not(:placeholder-shown):focus ~ label.float_label {
    color: #00a6dd;
}


.float_label_div input:not(:placeholder-shown) + label.float_label, .float_label_div input:focus + label.float_label {
    color: #00a6dd;
    bottom: 33px;
    font-size: 12px;
    width: auto;
}

.float_label_div textarea + label.float_label {
    position: absolute;
    top: 10px;
    left: 6px;
    transition: 0.3s all ease;
    font-size: 14px;
    margin: 0;
    color: #888888;
    display: inline !important;
    background: #fff;
    z-index: 1;
    padding: 0px 6px;
    pointer-events: none;
}

.float_label_div textarea, textarea.form-control {
    font-size: 14px;
    padding: 0.7rem 0.75rem;
    height: 44.27px;
    transition: all ease 0.3s;
    resize: none;
    appearance: none;
    overflow:hidden;
    
}
.float_label_div textarea:focus, textarea.form-control:focus {
    height: 4.5rem;
    resize: vertical;   
}
.float_label_div > textarea:not(:placeholder-shown):valid {
    overflow: visible;
}
.float_label_div > textarea:not(:placeholder-shown):valid ~ label.float_label {
    color: #888888;
}
.float_label_div > textarea:not(:placeholder-shown):focus ~ label.float_label {
    color: #00a6dd;
}

.float_label_div textarea:not(:placeholder-shown) + label.float_label, .float_label_div textarea:focus + label.float_label {
    color: #00a6dd;
    top: -9px;
    font-size: 12px;
    width: auto;
}

.textarea_noheight.float_label_div textarea, .textarea_noheight textarea.form-control {
    height: 4.5rem;
}


.float_label_div select.form-control {
    font-size: 14px;
    height: 44.27px;
}

.float_label_div select:focus + label.float_label {
    color: #18b8ed;
}

.float_label_div select + label.float_label {
    position: absolute;
    bottom: 10px;
    left: 6px;
    transition: 0.3s all ease;
    font-size: 14px;
    margin: 0;
    color: #888888;
    display: inline !important;
    background: #fff;
    z-index: 3;
    padding: 0px 6px;
    pointer-events: none;
}

.float_label_div select[value=""]:focus ~ .label.float_label, .float_label_div select:focus ~ label.float_label {
    bottom: 11px;
    color: #18b8ed;
}

.float_label_div select:not([value=""]):valid ~ label.float_label {
    bottom: 33px;
    font-size: 12px;
    /*color: #888888;*/
    width: auto;
}

.float_label_div select + label.float_label.select_has_value {
    bottom: 33px;
    font-size: 12px;
    width: auto;
}

.date_field {
    padding-right: 30px !important;
}

span.field_icons {
    position: absolute;
    top: 11px;
    color: #818385;
    right: 16px;
    font-size: 14px;
}

.show_popover {
    position: absolute;
    top: 11px;
    color: #18b8ed;
    right: 16px;
    font-size: 14px;
}

.float_label_div input:disabled + label.float_label, .float_label_div input[readonly] + label.float_label, .float_label_div select:disabled + label.float_label {
    background: #f4f8f9;
    color: #888888;
}

.float_label_div .form-control.date_field:disabled + label.float_label, .float_label_div .form-control.date_field[readonly] + label.float_label {
    background: #fff;
}

.float_label_div input[readonly]:not(:placeholder-shown) + label.float_label {
    background: #fff;
}

.float_label_div .large_float_label, .large_float_label {
    display: none;
}

.searchable_float_div > label.float_label {
    position: absolute;
    bottom: 14px;
    left: 6px;
    transition: 0.3s all ease;
    font-size: 14px;
    margin: 0;
    color: #888888;
    display: inline !important;
    background: #fff;
    z-index: 1;
    padding: 0px 6px;
    pointer-events: none;
}

/*.searchable_float_div.float_label_div select:not([value=""]):valid ~ label.float_label {
    bottom: 28px;
}*/

.searchable_float_div .select2-container .select2-selection--single, .searchable_float_div .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 44.27px !important;
    line-height: 40px !important;
    font-size: 14px;
}
.searchable_float_div .select2-container--default .select2-selection--single {
    border: 1px solid #e5e3e3;
}
.searchable_float_div .select2-container--focus + label.float_label, .searchable_float_div select[value=""]:focus .label.float_label {
    color: #18b8ed !important;
    bottom: 11px;
}

.searchable_float_div .select2-container--focus {
    border-color: #80bdff;
}

.searchable_float_div > label.float_label.select_has_value, .searchable_float_div select:not([value=""]):valid + label.float_label {
    bottom: 33px;
    font-size: 12px;
    width: auto;
}

.searchable_float_div .select2 {
    border-radius: 0.25rem;
    width: 100% !important;
}

.searchable_float_div select[disabled] + .select2, .searchable_float_div select[disabled] + .select2 + label, .select2-container--default.select2-container--disabled .select2-selection--single {
    background: #f4f8f9 !important;
}

.form-control.date_field:disabled, .form-control.date_field[readonly] {
    background: #fff;
}

.icon_textbox {
    padding-right: 40px;
}


/* #Group text fields Css
================================================== */
.group_text_wrapper .group_text_fields {
    width: 100%;
}
.group_text_wrapper .group_text_fields .float_label_div input.form-control, .group_text_wrapper .group_text_fields .float_label_div select.form-control {
    border: 0px;
    border-radius: 0;
    border-bottom: 1px solid #e5e3e3;
    border-top: 1px solid #e5e3e3;
    /*border-right: 1px solid #e5e3e3;*/
}
.group_text_wrapper .group_text_fields:first-child .float_label_div input, .group_text_wrapper .group_text_fields:first-child .float_label_div select {
    border-left: 1px solid #ced4da;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
    .group_text_wrapper .group_text_fields:last-child .float_label_div input, .group_text_wrapper .group_text_fields:last-child .float_label_div select {
        border-bottom-right-radius: 4px;
        border-right: 1px solid #ced4da;
        border-top-right-radius: 4px;
    }

    .group_text_wrapper .group_text_fields:nth-child(2) .float_label_div input, .group_text_wrapper .group_text_fields:nth-child(2) .float_label_div select {
        border-right: 1px solid #ced4da;
        border-left: 1px solid #ced4da;
    }

/* #Validation Css
================================================== */


.float_label_div input.error_field, .float_label_div textarea.error_field, .float_label_div select.error_field {
    border: 1px solid #f44336 !important;
}

.error_field + .float_label {
    color: #f44336 !important;
}

.error_text {
    font-size: 12px;
    color: #f44336;
    margin-top: 8px;
    display: block;
}

.error_field.grp_label_float_div .grp_label_float {
    color: #f44336;
}

.error_field .group_field {
    border-color: #f44336 !important;
}

.switch_radio_toggle.error_field {
    border: 1px solid #f44336;
}

.switch_radio_toggle.error_field input + label {
    color: #f44336;
}

.error_field + .checkround, .error_field .checkmark, .error_field .checkround {
    border-color: #f44336;
}

.upload_doc_wrapper.error_field .upload_doc_text {
    border: 3px dashed #f44336;
}

    .upload_doc_wrapper.error_field .upload_doc_text h5 {
        color: #f44336;
    }

.error_field.toggle_radio_control label {
    border: 1px solid #f44336;
    color: #f44336;
    background: #fff;
}

.disbleListerror > ul > li:not(:last-of-type) {
    margin-bottom: 5px;
}

.disbleListerror > ul {
    padding-left: 16px;
    font-size: 12px;
    list-style: disc;
}

    .disbleListerror > ul > li {
        color: #f44336;
        line-height: 1.6;
        font-size: 12px;
    }

.error_field + span.select2 {
    border: 1px solid #f44336 !important;
}

.error_field + span + .float_label {
    color: #f44336;
}

.data_error {
    font-size: 14px;
    color: #f44336;
    font-weight: 500;
    position: relative;
}
/*.data_error:before {
    content: "\f071";
    position: absolute;
    color: #ffc107;
    bottom: 0;
    font-family: 'FontAwesome';
    margin-left: -20px;
    font-size: 14px;
}*/
.regMainFormAcc .cp_accordion_card.error_field {
    border: 1px solid #f44336;
}



/* #Radio Css
================================================== */
.radio-new {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: 25px;
    vertical-align: middle;
}

    .radio-new input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: 50%;
    }

.checkround {
    position: absolute;
    top: 6px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    margin-top: -4px;
}

.radio-new input:checked ~ .checkround {
    background-color: #fff;
}

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-new input:checked ~ .checkround:after {
    display: block;
}

.radio-new .checkround:after {
    background: #18b8ed;
    border-radius: 50%;
    height: 9px;
    left: 3px;
    top: 3px;
    width: 9px;
}

.radio-new input:checked + .checkround:before {
    border: 2px solid #18b8ed;
}

.radio-new input + .checkround:before {
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.07);
    content: '';
    display: block;
    height: 17px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 17px;
    transition: all 0.3s;
    border-radius: 50%;
}

.radio-new:hover .checkround {
    border-color: #18b8ed;
    transition: all 0.3s;
}

.radio-new:not(:last-of-type) {
    margin-right: 12px;
}


/* #Checkbox Css
================================================== */

.check-new {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

.check-new input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: transparent;
    border-color: #cccdcf;
    border-style: solid;
    border-width: 1px;
    transition: all 0.3s;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.07);
    border-radius: 2px;
    background:#fff; 
}

.checkmark:hover {
    border-color: #18b8ed;
    transition: all 0.3s;
}

.check-new input:checked ~ .checkmark {
    background-color: #18b8ed;
    border-color: #18b8ed;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-new input:checked ~ .checkmark:after {
    display: block;
}

.check-new .checkmark:after {
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    box-sizing: border-box;
    height: 13px;
    left: 5px;
    top: -1px;
    transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    width: 6px;
}

.check-new > p {
    margin: 0;
    line-height: 1.8;
}

.dataTable.table .checkmark {
    top: -12px
}
/* #Switch  Css
================================================== */
.switch_radio_toggle_wrapper {
    text-align: right;
}

.switch_radio_toggle {
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #dcdfe3;
    margin-bottom: 0.8rem;
}

.switch_radio_toggle input {
    position: absolute;
    opacity: 0;
    margin: 0;
    height: 0;
    transition: all ease 0.3s;
}

.switch_radio_toggle input + label {
    color: #333;
    cursor: pointer;
    text-transform: capitalize;
    margin: 0;
    padding: 2px 8px;
    min-width: 42px;
    font-size: 13px;
    text-align: center;
    position: relative;
    min-height: 26px;
    vertical-align: middle;
}

.switch_radio_toggle input + label:not(:last-of-type):before {
    content: "";
    background: #f4f8f9;
    height: 100%;
    width: 2px;
    top: 0;
    right: -5px;
    position: absolute;
}

.switch_radio_toggle input:checked + label {
    background: #18b8ed;
    transition: all ease 0.4s;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    border-color: #18b8ed;
}

.switch_radio_toggle input:checked + label:before {
    display: none;
}

.switch_radio_toggle input[disabled] + label {
    cursor: not-allowed;
}

/* #Switch Toggle Css
================================================== */

.switchBoxWrapper {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
}

.switchBox {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .switchBox input {
        opacity: 0;
        position: unset !important;
        width: 0;
        height: 0
    }

    .switchBox .slider {
        position: absolute;
        cursor: pointer;
        top: 1px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #9E9E9E;
        -webkit-transition: .4s;
        transition: .4s;
        height: 18px
    }

        .switchBox .slider:before {
            position: absolute;
            content: "";
            height: 14px;
            width: 14px;
            left: 2px;
            bottom: 0;
            background-color: #fff;
            -webkit-transition: .4s;
            transition: .4s;
            top: 2px
        }

    .switchBox input:checked + .slider {
        background-color: #18b8ed
    }

    .switchBox input:focus + .slider {
        box-shadow: 0 0 1px #2196f3
    }

    .switchBox input:checked + .slider:before {
        -webkit-transform: translateX(19px);
        -ms-transform: translateX(19px);
        transform: translateX(19px);
        box-shadow: 0 0 12px -2px rgba(0,0,0,.75)
    }

    .switchBox .slider.round {
        border-radius: 34px
    }

        .switchBox .slider.round:before {
            border-radius: 50%
        }

.switchBoxDiv .yTogg {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-left: 5px
}

.switchBoxDiv .noTogg {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-right: 5px
}

.switchBox input:disabled + .slider.round {
    cursor: not-allowed;
    opacity: 0.7;
}

/* #scroll to top  Css
================================================== */

.scroll-to-top {
    bottom: 9rem;
    position: fixed;
    right: 1.5rem;
    transform: rotate( 90deg) translateX(100px);
    transition: transform .3s ease;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

    .scroll-to-top.show {
        opacity: 1;
        visibility: visible;
    }

.scroll-to-top__mouse {
    border-radius: 10px;
    border: 1px solid #ffffff;
    height: 20px;
    margin-bottom: 0;
    width: 35px;
    background: #18b8ed;
    transition: all ease 0.3s;
}

.scroll-to-top__mouse:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.30);
}

.scroll-to-top__mouse:after {
    -webkit-animation: mouseanim 2s ease-in-out infinite;
    animation: mouseanim 2s ease-in-out infinite
}

.scroll-to-top__mouse:after {
    -webkit-animation: mouseanim 2s ease-in-out infinite;
    animation: mouseanim 2s ease-in-out infinite;
    background-color: #ffffff;
    content: '';
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 5px
}

.scroll-to-top__arrows {
    bottom: 0;
    left: 0;
    margin: 0 0 13px -14px;
    position: absolute
}

.scroll-to-top__arrows:after, .scroll-to-top__arrows:before {
    -webkit-animation: arrowsanim 1s infinite ease-in-out;
    animation: arrowsanim 1s infinite ease-in-out;
    border-left: 1px solid #18b8ed;
    border-top: 1px solid #18b8ed;
    content: '';
    height: 6px;
    opacity: .38;
    position: absolute;
    transform: rotate( -45deg);
    width: 6px
}

.scroll-to-top__arrows:after {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    left: -10px
}

@-webkit-keyframes mouseanim {
    0,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-5px)
    }
}

@keyframes mouseanim {
    0,100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-5px)
    }
}

@-webkit-keyframes arrowsanim {
    0,100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes arrowsanim {
    0,100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes jump {
    0% {
        bottom: 20px
    }

    50% {
        bottom: 40px
    }

    100% {
        bottom: 20px
    }
}

.scroll-to-top {
    bottom: 5rem;
    right: 0.7rem;
    opacity: 0;
    transition: opacity .5s, visibility .5s;
    position: fixed;
    background-color: #18b8ed;
    border-radius: 50%;
    z-index: 999;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    visibility: hidden;
    transform: unset;
}

.scroll-to-top:hover {
    color: #fff;
}


/* #Floating btn - Popout
================================================== */

.report_issue_div {
    position: relative;
}

.popout_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 3;
}

.popout_div .popout_btn {
    position: relative;
    background-color: #18b8ed;
    border-radius: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.popout_div .popout_btn:after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 28px;
    width: 28px;
    background-color: inherit;
    border-radius: 0 0 6px 0;
    z-index: -1;
}

.popout_div .popout_panel {
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all 0.2s;
    border-radius: 10px;
    opacity: 0;
    border-bottom-right-radius: 1px;
}

.popout_div .popout_panel_content {
    padding: 16px;
    font-size: 14px;
    background-color: #ffffff;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.popout_div .popout_panel_content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.popout_div .popout_panel_content p > a {
    color: #18b8ed;
    font-weight: 600
}

.popout_div:hover {
    height: 100%;
}

.popout_div:hover .popout_panel {
    transform: translate(-25px, -60px);
    opacity: 1;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}

/* #Modal Box Css
================================================== */
.modal_main_wrapper .modal_header_wrapper {
    background: #18b8ed;
    padding: 12px;
}

.modal_main_wrapper .modal-footer {
    padding: 12px;
}

.modal_main_wrapper .modal-header .modal-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.modal_main_wrapper .modal-body .modal_body_wrapper > p {
    line-height: 1.8;
    font-size: 14px;
}

.modal_main_wrapper .modal-footer .modal_footer_wrapper {
    margin: 0;
}

.modal_main_wrapper .modal-footer .modal_footer_wrapper .btn {
    font-size: 14px;
    margin-bottom: 5px;
}

.modal_body_list ul > li > span {
    font-weight: 500;
}
.modal_body_list ul > li {
    line-height: 1.8;
    margin-bottom:4px
}
.modal_body_list ul{
    margin-bottom:0px;
}

.modal_body_list {
    border: 1px solid #edf3f5;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 22px;
    background: rgb(244 248 249 / 46%);
}

/* #Owl cards  Css
================================================== */
.owl_data_cards .feature .icon {
    width: 100%;
}
.owl_data_cards .card-body {
    padding: 0.85rem !important;
}
.owl_text_data p {
    /*color: #7a878e !important;*/
    color: #333 !important;
}
.owl-carousel2 .owl-nav {
    display: block;
}

.owl-carousel2 .owl-nav button.owl-prev, owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 button.owl-dot.owl-nav,
.owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 button.owl-dot.owl-nav {
    position: absolute;
    top: 50%;
    background-color: #795548 !important;
    display: block;
    padding: 0 0.3em !important;
    font-size: 2em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-carousel2 .owl-nav button.owl-prev, owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 button.owl-dot.owl-nav {        
    left: 5px;
       
}
.owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 button.owl-dot.owl-nav {       
    right: -23px;
}


/* #legend / icons  Css
================================================== */
.legend_sym_wrapper, .legend_status_wrapper {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.legend_sym_descrp h3 {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 2px;
}
.legend_sym_wrapper .row:not(:last-of-type), .legend_status_wrapper .row:not(:last-of-type) {
    margin-bottom: 12px;
    border-bottom: 1px solid #f4f8f9;
    padding-bottom: 12px;
}
.legend_sym_descrp p, .legend_status_descrp {
    line-height: 1.8;
}
.legend_tabs_wrapper {
    padding: 0 15px;
}
.no_action_cursor {
    cursor: auto !important;
    transform: none !important;
}
.no_icon_check{
    display:none;
}
.icon_check .no_icon_check {
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    background: #8bc34a;
    color: #ffffff;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.icon_check {
    position: relative;
    display: inline-block;
}
.btn_sq {
    width: 20px;
    height: 30px;
    min-width: 20px;
    box-shadow: none !important;
    padding: 0;
    line-height: 16px;
}

.brick_icon_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    /*width: 100%;*/
}
.brick_text {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 3px;
    border: 1px solid #e6ebef;
    margin-bottom: 1px;
    /*width: 100%;*/
    text-align: center;
    border-radius: 3px;
    background: #f4f8f9;
}
.icon_brick {
    /*width: 100%;*/
    line-height: 1;
    height: 25px;
    font-size: 12px;
}
.btn_grp_list {
    display: flex;
}
.btn_grp_list > div:not(:last-of-type), .btn_grp_list > .btn:not(:last-of-type) {
    margin-right: 5px;
}
.icon_disable{
    opacity: 0.3;
   /* background: #9e9e9e;
    border-color: #9e9e9e;*/
}
/*.brick_icon_wrapper.icon_disable {
    background: none;
}
.brick_icon_wrapper.icon_disable .btn {
    background: #9e9e9e;
    border-color: #9e9e9e;
}*/
.btn_sq_grp .btn_sq {
    border-radius: 0px;
}
.btn_sq_grp {
    display: flex;
}
.btn_sq_grp .btn_sq:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.btn_sq_grp .btn_sq:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.btn_rect {
    width: 20px;
    height: 30px;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
    text-align: center;
    line-height: 1.6;
}
.btn_rect:not(:last-of-type) {
    margin: 4px;
    margin-left: 0;
}
.btn_rect svg, .btn_rect i {
    vertical-align: middle;
}
.btn_circle {
    width: 30px !important;
    height: 30px;
    min-width: 30px;
    line-height: 2.3;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 0;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.btn_circle:hover {
    box-shadow: 10px 0 20px rgb(0 0 0 / 19%), 6px 0 6px rgb(0 0 0 / 23%);
    transform: rotate(90deg);
}
.btn_circle:not(:last-of-type) {
    margin: 3px;
    margin-left: 0;
}
/*custom icon css*/

[class^="icon-"], [class*=" icon-"] {
    font-size: 14px;
    text-indent: 0;
}

/* #Animated Bg Css
================================================== */
.animate_bg {
    /*background: #18b8ed;*/
    /*background: linear-gradient(26deg, #18b8ed 35%, #2196f3 65%);*/
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.animate_bg_shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animate_bg_shapes li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    /*background: rgba(255, 255, 255, 0.2);*/
    background: linear-gradient(26deg, #18b8ed 35%, #2196f3 65%);        
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.animate_bg_shapes li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.animate_bg_shapes li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.animate_bg_shapes li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.animate_bg_shapes li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.animate_bg_shapes li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.animate_bg_shapes li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.animate_bg_shapes li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.animate_bg_shapes li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.animate_bg_shapes li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.animate_bg_shapes li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.animate_bg_shapes li:nth-child(11) {
    left: 45%;
    width: 50px;
    height: 50px;
    animation-delay: 2s;
    animation-duration: 11s;
}
.animate_bg_shapes li:nth-child(12) {
    left: 55%;
    width: 75px;
    height: 75px;
    animation-delay: 3s;
    animation-duration: 40s;
}
.animate_bg_shapes li:nth-child(13) {
    left: 15%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
    animation-duration: 66s;
}
.animate_bg_shapes li:nth-child(14) {
    left: 95%;
    width: 40px;
    height: 40px;
    animation-delay: 7s;
    animation-duration: 44s;
}
.animate_bg_shapes li:nth-child(15) {
    left: 75%;
    width: 55px;
    height: 55px;
    animation-delay: 10s;
    animation-duration: 25s;
}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

/* #Datatable filter Css
================================================== */
.clientRespDataTble .dataTables_filter, .clientRespDataTble .dataTables_info {
    display: inline;
    width: 100%;
}
.clientRespDataTble .dataTables_filter {
    display: flex;
    justify-content: right;
    /* align-items: center; */
    width: 100%;
}
.top.clientRespDataTble, .bottom.clientRespDataTble {
    /*display: flex;*/
    justify-content: space-between;
    padding: 10px 0 10px;
}
.clientRespDataTble .searchable_float_div > label.float_label, .clientRespDataTble .float_label_div input + label.float_label {
    left: 20px;
    bottom: 20px;
}
.clientRespDataTble .float_label_div select:not([value=""]):valid ~ label.float_label, .clientRespDataTble .float_label_div input:focus + label.float_label{
    bottom: 36px;
}
.clientRespDataTble .dataTables_paginate {
    display: inline-block;
    float: right;
}
.jqGridBtnGrp {
    /*width: 67%;*/
    width: 100%;
    text-align: left;
}
.jqGridBtnGrp .btn, .jqGridBtnGrpbtm .btn {
    font-size: 13px;
}
.jqGridBtnGrpbtm {
    margin: 12px 0 0;
}
.dataTables_filter > div + label.textSearchLabel {
    margin-bottom: 0;
}
.clientRespDataTble .float_date_grid.float_label_div input + label.float_label {
    left: 11px;
    bottom: 12px;
}
.clientRespDataTble .float_label_div input[readonly]:not(:placeholder-shown) + label.float_label, 
.clientRespDataTble .float_label_div select:not([value=""]):valid ~ label.float_label.ongoing_filter_lbl,
.clientRespDataTble .float_label_div select[value="Completion Date"]:valid ~ label.float_label.archive_filter_lbl {
    bottom: 33px;
}
.btn_reset_table {
    height: 44px;
    margin-left: 5px;
}
.suptbleBtnSm {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin-top: 5px;
}
.suptbleBtnSm .btn:not(:last-of-type) {
    margin-right: 5px;
}
.suptbleBtnSm .btn {
    font-size: 10px;
    padding: 2px 8px;
}

/* #jQuery Datatable Reset Css
================================================== */

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(107,122,144,0.1);
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 600 !important;
    color: #495057;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #e5e3e3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
}
.dataTables_paginate {
    margin: 0px 0 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f4f8f9 !important;
    border: 1px solid #f4f8f9;
}
.table .thead-light th, .text-wrap table .thead-light th {
    color: #000;
    background-color: #f4f3f9;
    border: 0px;
    border-right: 1px solid #eae9ed;
    font-weight:500;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 1 !important;
    top: 50px;
}


/* #Pages Datatable button & filter Css
================================================== */

.top.clientManageRespDataTble .dataTables_filter {
    width: 100%;
}
.mangemnt_btn_grp {
    float: left;
}
.top.clientOngoingRespDataTble .dataTables_filter,
.top.clientCompletedRespDataTble .dataTables_filter,
.top.clientArchiveRespDataTble .dataTables_filter,
.top.clientPurgeRespDataTble .dataTables_filter {
    width: 100%;
    padding-top: 12px;
}
.top.clientOngoingRespDataTble .dataTables_filter .searchable_float_div,
.top.clientPurgeRespDataTble .dataTables_filter .searchable_float_div {
    float: left;
    padding: 0;
}
.top.clientCompletedRespDataTble .dataTables_filter .searchable_float_div,
.top.clientArchiveRespDataTble .dataTables_filter .searchable_float_div{
    float: left;
    padding: 0;
    margin-left: 16px;
}
.top.clientCompletedRespDataTble .jqGridBtnGrp,
.top.clientArchiveRespDataTble .jqGridBtnGrp {
    float: left;
    width: auto;
}
.top.clientCompletedRespDataTble .float_date_grid,
.top.clientArchiveRespDataTble .float_date_grid,
.top.clientPurgeRespDataTble .float_date_grid {
    display: inline-block;
}
.top.clientCompletedRespDataTble .float_date_grid input + label.float_label,
.top.clientArchiveRespDataTble .float_date_grid input + label.float_label,
.top.clientPurgeRespDataTble .float_date_grid input + label.float_label {
    left: 12px;
}
.top.clientClientUserRespDataTble .dt-buttons {
    float: right;
}
.top.clientClientUserRespDataTble select {
    -webkit-appearance: listbox !important;
}
.top.clientPurgeRespDataTble.grpHRpurgeTbleSrch .dataTables_filter .searchable_float_div {
    margin-bottom: 20px;
}
/*div.dataTables_processing {
    position: absolute !important;
    width: 100% !important;
    height: 80px !important;
    height: 100% !important;
    z-index: 1010;
    background-color: rgba(244 248 249 / 55%);
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    padding: 26px 0 !important;
}*/

/* #Password Meter or Strength Css
================================================== */
.stength_list_div .stength_msg {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 12px;
    text-align: right;
    color: #333;
    font-weight: 500;
}

.stength_list li {
    line-height: 1.9;
}

.stength_list li > svg {
    margin-right: 8px;
}

.stength_list .invalid svg {
    color: #18b8ed;
}

.stength_list .valid svg {
    color: #8bc34a;
}

.password_req_wrapper .password_req_list.stength_list {
    padding-left: 0;
}

/* #Big upload section  Css
================================================== */

.upload_area_wrapper {
    position: relative;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed #18b8ed;
    border-radius: 15px;
    margin: 2rem 0 3rem;
    cursor: pointer;
    transition: border-color 300ms ease-in-out;
    background: rgb(24 184 237 / 3%);
}
.upload_icon {
    display: flex;
    font-size: 3.75rem;
    color: #18b8ed;
    transition: opacity 300ms ease-in-out;
}
.upload_area_paragraph {
    font-size: 14px;
    color: #c4c3c4;
    margin: 0;
    transition: opacity 300ms ease-in-out;
}
.upload_area_input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
.icon_shadow {
    position: relative;
    display: block;
    width: 95px;
    height: 7px;
    border-radius: 100%;
    background-color: rgb(227 229 232 / 54%);
    top: -17px;
    margin-left: auto;
    margin-right: auto;
}
.upload_icon {
    display: flex;
    font-size: 2.75rem;
    color: #18b8ed;
    transition: opacity 300ms ease-in-out;
    margin-bottom: 25px;
}
.uploaded_filename {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 500;
}
.upload_file_btn {
    z-index: 2;
}
.upload_file_btn {
    z-index: 2;
    margin-top: 8px;
}
.table_data_error h4 {
    font-size: 14px;
    color: #f44336;
    line-height:1.7
}
.table_data_error {
    line-height: 1.7;
    text-align: center;
}

/* #Candidate Profile Page  Css
================================================== */

.accordion_icon_toggle {
    position: relative;
}
.accordion_icon_toggle:before {
    content: "\f068";
    color: #ffffff;
    font-family: 'FontAwesome';
    font-weight: 600;
    position: absolute;
    right: 14px;
    transition: all ease 0.3s;
    font-size: 14px;
}

.accordion_icon_toggle[aria-expanded="false"]::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\f067";
}

.cp_header_wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.cand_prof_header {
    padding: 1.25rem;
    background: #edf1f6;
}
.cp_header_wrapper .title_div h1 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
    line-height: 1.6;
    text-transform: capitalize;
}
.cand_prof_content {
    padding: 1.25rem;
}
.cp_accordion_heading {
    padding: 14px;
    background: #18b8ed;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    padding-right: 32px;
    text-transform: uppercase;
    border-top-right-radius: 0.4375rem !important;
    border-top-left-radius: 0.4375rem !important;
    font-weight: 500;
}
.cp_accordion_body {
    border-bottom-right-radius: 0.4375rem !important;
    border-bottom-left-radius: 0.4375rem !important;
}
.cp_accordion_body > p {
    line-height: 1.8;
    margin-bottom: 5px;
}
.cp_accordion_cardhead {
    cursor: pointer;
    position: relative;
}
.cp_content_div .cp_cust_row:not(:last-of-type) {
    margin-bottom: 12px;
    border-bottom: 1px solid #f4f8f9;
    padding-bottom: 8px;
}
.cp_cust_row {
    display: flex;
    align-items: flex-start;
}
.cp_cust_row .cp_cust_col_6 {
    width: 50%;
}
.cp_cust_row .cp_cust_col_6 .cp_left_label {
    font-weight: 500;
}
.cp_not_applicable > p {
    color: #f44336;
    font-weight: 600;
    font-size: 14px;
}
.profile_upload_table.table thead th {
    font-weight: 600;
    color: #333;
    border: 0px;
    text-align: center;
    vertical-align: top;
}
.profile_upload_table.table thead th:not(:last-of-type), .profile_upload_table.table td:not(:last-of-type) {
    border-right: 1px solid #dee2e6;
}
.cp_upload_div .profile_upload_table.table th, .cp_upload_div .profile_upload_table.table td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    word-break: break-word;
}
.profile_upload_table {
    margin-bottom: 0;
    background: #fff !important;
}
.cp_upload_title > h5 {
    margin-bottom: 16px;
    font-size: 14px;
    color: #18b8ed;
    text-transform: capitalize;
    font-weight: 500;
}
.cp_upload_title {
    margin-bottom: 24px;
}
.profile_decla_table.table tr:first-of-type td {
    border-top: 0px;
}
.decQueTable tbody tr:first-of-type td {
    border-top: 1px solid #dee2e6 !important;
}
.label_count {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-right: 6px;
}
/* #Message thread  Css
================================================== */
.avatar_svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 0;
    pointer-events: none;
}
.thread_avatar img {
    max-width: 40px;
}
.thread_avatar {
    margin-right: 10px;
}
.thread_list li {
    margin-bottom: 25px;
    display: block;
    position: relative;
}
.thread_list {
    position: relative;
    margin-bottom:40px;
}
.thread_list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgb(0 0 0 / 9%);
    background-clip: padding-box;
}
.thread_list::after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 17px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.thread_main_level {
    display: flex;
    align-items: center;
}
.thread_head .thread_checkname, .thread_head .thread_auth_name {
    font-size: 16px;
    font-weight: 500;
    display: inline;
    text-transform:capitalize;
}
.thread_addnew_btn .dropdown-toggle:after {
    display:none;
}
.thread_addnew_btn {
    display: inline-block;
    float: right;
    vertical-align: middle;
}
.thread_box {
    width: 100%;
}
.thread_reply_list, .message_info_type {
    padding-left: 80px;
    clear: both;
    margin-top: 25px;
}
.thread_reply_list li {
    display: flex;
    align-items: baseline;
}
.thread_reply_list li::before {
    content: '';
    width: 55px;
    height: 2px;
    background: #d3d3d3;
    position: absolute;
    top: 22px;
    left: -59px;
}
.thread_head .thread_time {
    font-size: 12px;
    margin: 0 10px;
    color: #7a878e;
}
.threac_ackbtn {
    color: #7a878e;
    float: right;
    cursor: pointer;
}
.thread_content {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 14px;
}
.thread_content p {
    margin-bottom: 5px;
    line-height: 1.6;
}
.thread_reply_btns, .thread_addNew_btns {
    margin-top: 12px;
}
.thread_addNew_btns {
    text-align: right;
}
.message_info_type > span {
    font-weight: 500;
    margin-right: 10px;
}
p.thread_bank_charges {
    font-size: 12px;
    margin-bottom: 10px;
    color: #7a878e;
}
.extrafee_respond_fields {
    margin-top: 18px;
}
.expressCase_grid {
    margin-top: 15px;
}
.expressCase_grid table tr > td:first-of-type {
    background: #fdfcfe;
}
.no_pointer_event {
    pointer-events: none;
}

/* #MIS report page Css
================================================== */

.mis_tab_list {
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 12px 20px;
}
.mis_tab_list .nav-tabs .nav-link {
    padding: 10px;
    border-radius: 4px;
    background: #f4f8f9;
    border: 1px solid #dae8ed;
    transition: all ease .3s ;
}
.mis_tab_list .nav-tabs .nav-item{
    margin-right: 12px;
}
.mis_tab_list .nav-tabs .nav-link.active {
    background: #18b8ed;
    border: 1px solid #18b8ed;
}
.mis_tab_list .nav-tabs .nav-link:hover {
    background: #2196f3;
    border: 1px solid #2196f3;
}
.mis_stats_filter_wrapper {
    margin: 12px 0;
}
.mis_grph_heading h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.mis_grph_div {
    border: 1px solid #e5e3e3;
    max-width: 100%;
    margin-bottom: 30px;
}
.mis_note_div {
    margin-top: 20px;
}
.mis_note_div ul > li svg {
    margin-right: 10px;
    color: #18b8ed;
}
.mis_note_div ul > li {
    line-height: 1.8;
    margin-bottom: 12px;
}

/* #Multiselect dropdown  Css
================================================== */

.NewMultiSelect_checkbox {
    display: flex;
    justify-content: flex-start;
}
.NewMultiSelect_mainwrapper .NewMultiSelect_mis_wrap.custChckOption {  
    height: 44.27px;
}
.NewMultiSelect_mainwrapper .NewMultiSelect_mis_wrap.custChckOption span {
    line-height: 2.2;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
}
.NewMultiSelect_mainwrapper .NewMultiSelect_mis_wrap.custChckOption {
    color: #888888;
    border-radius: 0.25rem;
    border: 1px solid #e5e3e3;
    height: 44.27px;
    font-size: 14px;
    font-family: 'Poppins';
}
.custChckOptionCont.NewMultiSelect_mis_wrap {
    top: 45px !important;
    overflow: auto;
    height: 200px !important;
    z-index: 4;
}

/* #ComboTree Multiselect Css
================================================== */

.comboTreeDropDownContainer li {
    padding-left: 0 !important;
}
.comboTree_CandidateProfile .comboTreeWrapper {
    display: block;
    height: unset !important;
    width: 100% !important;
}

.float_combotree_div .comboTreeWrapper {
    height: unset !important;
    width: 100% !important;
}
.float_combotree_div input.hiddenComboValFloat[value=""] + label.float_label {
    position: absolute;
    bottom: 10px;
    left: 6px;
    transition: 0.3s all ease;
    font-size: 14px;
    margin: 0;
    color: #888888;
    display: inline !important;
    background: #fff;
    z-index: 1;
    padding: 0px 6px;
    pointer-events: none;
}
.float_combo_input[readonly] {
    background: #fff;
}
.float_combotree_div input.hiddenComboValFloat + label.float_label {
    color: #888888;
}
.float_combotree_div .comboTreeArrowBtn {
    display: none;
}
.float_combotree_wrp .float_combotree_div {
    width: 100%;
}
.input-group.float_combotree_wrp {
    flex-wrap: unset;
}
.float_combotree_div .comboTreeDropDownContainer li {
    padding-left: 0;
}
.float_combotree_div .comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover {
    font-size: 14px;
}
.float_combotree_div .comboTreeDropDownContainer .comboTreeItemTitle input {
    height: auto;
}

/* #Calender/Datepicker  Css
================================================== */

.ui-datepicker .ui-datepicker-header {
    background: #18b8ed;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #f4f8f9;
}
.ui-datepicker .ui-datepicker-calendar th {
    color: #333;
    font-weight: 600;
}
.ui-datepicker .ui-datepicker-calendar td span, .ui-datepicker .ui-datepicker-calendar td a {
    color: #333;
    font-weight: 500;
}
.ui-datepicker .ui-state-disabled {
    opacity: 0.3;
}
.ui-datepicker-title select {
    border: 1px solid #d8d9da;
    padding: 1px 4px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    display: none;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 52% !important;
}
.ui-datepicker .ui-datepicker-title {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
    min-width: auto !important;
}

    /* #Error Page  Css
================================================== */
    .error_section {
        position: relative;
        height: 100vh;
    }
.error_wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.error_bold_text {
    position: relative;
    z-index: -1;
    margin-bottom: 30px;
}
.error_bold_text h1 {
    font-size: 200px;
    margin: 0;
    font-weight: 900;
    background: linear-gradient(to right, #00d2ff, #3a7bd5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}
.error_wrapper > h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.8;
}
.error_wrapper h4 {
    line-height: 1.8;
}
.error_wrapper .btn {
    font-weight: 500;
    margin-top: 30px;
    background: #18b8ed;
}

.bounce_error_wrapper {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    animation: swing 2s infinite;
    transform-origin: top;
    transition: 0.8s ease-in-out
}

    .bounce_error_wrapper .bounce_error_thread {
        width: 2px;
        height: 150px;
        margin-left: 49px;
        background: #333;
        position: relative;
    }

        .bounce_error_wrapper .bounce_error_thread:after {
            content: "";
            background: #333;
            width: 4px;
            height: 4px;
            right: -1px;
            position: absolute;
            bottom: -4px;
            border-radius: 50%;
        }

.bounce_error_wrapper .bounce_error_body {
    width: 100px;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bounce_error_wrapper .bounce_error_body svg {
    font-size: 70px;
}

@keyframes swing {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}


/* #Gear rotation Css
================================================== */

.gear_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #434C56;
    margin-bottom: 30px;
}

.gear_animation {
    display: flex;
}

.gear_wrapper svg {
    animation-name: loading-spin;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    color: #00d2ff;
}

.gear_big {
    font-size: 200px;
    margin-bottom: 15px;
    animation-duration: 3s;
}

.gear_small {
    font-size: 150px;
    align-self: flex-end;
    margin-left: -10px;
    animation-duration: 2s;
    animation-direction: reverse;
}

@keyframes loading-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* #Theme default - Reset  Css
================================================== */

.username_text {
    font-weight: 500;
}
.horizontalMenu > .horizontalMenu-list > li > a {
    font-size: 14px;
    padding: 1.2rem 1.3rem 1.2rem;
}

.horizontalMenu > .horizontalMenu-list > li > a,
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a,
.breadcrumb-item {
    color: #000;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu{
    top:58px;
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > a:hover{
    color: #333;
}
.card-title small, .card-subtitle {
    color: #444;
}
.rightSlide_link svg {
    color: #818385;
}
.horizontalMenu > .horizontalMenu-list > li{
    min-width:100px;
}
.horizontal-mainwrapper {
    overflow: hidden;
    width: 100%;
}
.horizontalMenu {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth; 
    white-space: nowrap; 
    scrollbar-width: thin; 
    -ms-overflow-style: none; 
}
.horizontalMenu::-webkit-scrollbar {
    display: none; 
}
.breadcrumb {
    padding: 2px 0;
}
.breadcrumb li, .breadcrumb li > a {
    font-size: 13px;
}
.card-subtitle {
    font-size: 0.8rem;
}
.card-title {
    font-size: 1.1rem;
}
.card-header {
    min-height: 3rem
}
.custom-header.card-header {
    padding: 0.7rem 1rem;
}
.page-header {
    margin: 0.5rem 0 0.5rem;
    min-height: 40px;
}
.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active {
    color: #18b8ed;
}


/* #Horizontal Scroll menu Css
================================================== */
.scroll_left_menu, .scroll_right_menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #9E9E9E;
    color: #ffffff;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}

.scroll_left_menu {
    left: 20px;
}

.scroll_right_menu {
    right: 20px;
}
.hidden {
    display: none;
}

/* #Candidate Register  Css - Collapse etc
================================================== */
.pricingSidebar0 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
    padding: 1rem;
    overflow-y: auto;
    width: 280px;
}

.regMainFormAcc .cp_accordion_heading {
    background: #f4f3f9;
    color: #000;
    text-transform: capitalize;
    transition:all ease-in 0.3s;
}
.regMainFormAcc .cp_accordion_heading[aria-expanded="true"] {
    background: linear-gradient(to right, #E9E4F0, #D3CCE3);
}
.regMainFormAcc .cp_accordion_heading:hover {
    background: #f3f0f0;
}

.regMainFormAcc .cp_accordion_heading.collapsed {
    border-bottom-right-radius: 0.4375rem !important;
    border-bottom-left-radius: 0.4375rem !important;
}

.regMainFormAcc .accordion_icon_toggle:before {
    color: #000;
    content: "\f077";
}
.accordion_icon_toggle[aria-expanded="false"]::before {
    content: "\f078";
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.noPackgePrice {
    text-align: center;
}
.noPackgePrice svg {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #969696;
}
.noPackgePrice h6 {
    line-height: 1.6;
    margin-bottom: 1rem;
}
.pricingGrp {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap !important;
    color: #333;
    margin-bottom: 0.8rem;
}
.pricingGrp h5 {
    font-size: 14px;
    width: 40%;
    line-height: 1.5;
    color:#000
}
.pricingGrp h5 > span {
    display: block;
    font-size: 13px;
    margin-top: 2px;
    color: #333;
}
.pricingGrp .price p, .pricingGrp .price span {
    color: #000;
}
.alaCarteWrap > h5 {
    font-weight: 500;
    margin-bottom: 1.2rem;
}
.pricingSumryWrap {
    height: fit-content;
    background: #fafafa;
    border: 1px solid #f0f0f0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding-bottom: 0;
    transition: all ease-in 0.3s;
}
.pricingHeading {
    font-size: 1rem;
    font-weight: 600;
    background: #3ec7e8;
    padding: 16px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #fff;
}
.pricingSumryWrap {
    transition: all 0.3s ease;
}

.pricingSumryWrap.sticky {
    position: fixed;
    top: 80px;
    transform: translateY(0);
    opacity: 1;
}

/*.pricingSumryWrap:not(.sticky) {
    transform: translateY(-10px);
}*/

.price p {
    font-size: 12px;
}
.totalPrice h5, .totalPrice .price {
    font-size: 1rem;
    font-weight: 600;
}
.totalPrice .price p {
    font-size: 0.8rem;
}
.showPricing {
    padding: 16px;
}
.alaCarteChecksList {
    max-height: 290px;
    overflow-y: auto;
}
.additinlChckRcrd {
    display: block;
    padding-left: 16px;
    font-weight: 500;
    margin-top: 2px;
    display: block;
    font-size: 12px;
    color: #435965;
}



/* #Primary  Css
================================================== */
.privacy_wrapper {
    padding: 22px;
    background: #fff;
    border-radius: 10px;
    /*border: 1px solid #f0f0f0;*/
    border: 1px solid rgb(24 184 237 / 26%);
    /*box-shadow: 4px 3px 8px 0 rgb(198 196 201 / 72%);*/
    box-shadow: 1px 1px 6px 1px rgb(198 196 201 / 72%);
    position: relative;
    z-index: 1;
}
/*.privacy_wrapper:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;*/
    /*border: 1px solid #f4f8f9;*/
    /*border: 1px solid #18b8ed;
    border-radius: 10px;*/
    /*top: -15px;
    left: 15px;*/
    /*opacity: 0.3;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}*/
.privacy_content_div p {
    line-height: 1.8;
}
.privacy_content_div a {
    font-weight: 600;
}
.privacy_header_wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    background: #f4f8f9;
    padding: 16px;
    margin: -22px -22px 22px;
    border-radius: 10px 10px 0 0;
    justify-content: center;
}
.privacy_logo_div img {
    max-width: 130px;
}
.privacy_content_div {
    text-align: center;
    padding: 20px 0 0;
}
.privacy_acpt_btn {
    margin-top: 1.5rem;
}
.privacy_acpt_btn .btn {
    min-width: 150px;
    font-weight: 500;
    margin: 0px 8px;
    font-size: 13px;
}

.hide_desktop{
    display:none;
}
.clientCandName {
    text-decoration: underline !important;
    white-space: normal;
    margin-right: 8px
}
.dashhome_search {
    max-height: 400px;
}
.password_req_wrapper {
    padding: 12px;
}
.password_req_wrapper .password_req_list {
    padding-left: 16px;
}
.password_req_wrapper .password_req_list li {
    margin-bottom: 8px;
}
.password_req_wrapper .password_req_list li span {
    font-weight: 500;
}
.download_file {
    word-break: break-word;
    margin-bottom: 0;
}
.download_file + span {
    font-size: 11px;
}
.candidate_info_left p {
    font-weight: 500;
}
.upload_candidate_wrapper p {
    line-height: 1.8;
}
.upload_candidate_btm_btn {
    text-align: right;
}
.candidate_reg_wrapper {
    padding-top: 8px;
}
span.field_icons.recruiter_email {
    left: inherit;
    right: 40px;
    z-index: 0;
}
.packge_check_list {
    padding-left: 16px;
    line-height: 1.6;
    column-count: 2;
    column-gap: 2rem;
}
.packge_check_list li span {
    display: block;
    font-size: 12px;
    color: #435965;
}

.packge_check_list li {
    break-inside: avoid;
    margin-bottom: 12px;
}
.packge_check_list li span svg {
    color: #00BCD4;
    margin-right: 2px;
}










.candRegSelect {
    background: rgb(244 248 249 / 52%);
    padding: 16px;
    border-radius: 0.5rem;
    border: 1px solid #f0f0f0;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.packge_check_cost .pckgePriceDiv {
    margin: 0;
    border-bottom: 1px solid #e5e6e7;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 16px;
}
.pckgePriceDiv p {
    line-height: 1.6;
}
.pckgePrice {
    font-weight: 500;
    margin-bottom: 3px;
}
.pckgePrice > span {
    color: #18b8ed;
}
.main_success_btn .btn {
    padding: 6px 20px;
    font-weight: 500;
    min-width: 200px;
}
.main_success_btn {
    text-align: right;
}
.rehire_title h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.rehire_title {
    margin-bottom: 22px;
}
.rehire_title p > span {
    font-weight: 500;
}
.rehire_div_wrapper p {
    color: #7a878e;
}
.rehire_check_list {
    padding: 12px;
    border: 1px solid rgba(107,122,144,0.1);
    margin-bottom: 16px;
}
.rehire_check_list .row:not(:last-of-type) {
    margin-bottom: 8px;
}
.rehire_label_div, .rehire_detail_div {
    line-height: 1.6;
}
.rehire_label_div label {
    font-weight: 500;
}
.rehire_check_wrapper {
    max-height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}
.normal_upld_wrapper .custom-file {
    height: 100%;
}
.normal_upld_wrapper .custom-file-label::after {
    border-radius: 0px;
    height: 43px;
}
.normal_upld_docs label.check-new, .normal_upld_docs label.radio-new {
    font-size: 13px;
}
.normal_upld_wrapper .btnNrmlUpld {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.normal_upld_wrapper .input-group-prepend {
    width: 100%;
}
.case_upload_gridWrapper {
    height: 400px;
    position: relative;
}
.case_upload_gridWrapper thead {
    position: sticky;
    top: -1px;
}
.multiple_upld_xltble th {
    min-width: 180px !important;
}
.multiple_upld_xltble .form-control {
    font-size: 12px;
    height: auto;
}
.multiple_reg_btn_grp {
    background: #f4f8f9;
    padding: 12px;
    text-align: right;
}
.multiple_create_profle_btn {
    text-align: right;
}
.hrbp_modal_headtext p {
    line-height: 1.8;
    margin-bottom: 0.5rem;
    font-size: 13px;
}
.hrbp_modal_headtext {
    margin-bottom: 1.5rem;
}
.hrbp_tables, .table_height500 {
    max-height: 500px;
}
.hrbp_tables td {
    word-break: break-word;
}
.invalid-radio {
    border: 2px solid red;
    outline: none;
}
.ui-tooltip.ui-widget {
    background: #333;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: .25rem;
    opacity: 0.9;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, 
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}

.disable-header-click {
    pointer-events: none !important;
    cursor: default !important;
}

