@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900');

@import "coreconnecthelping.css";

html, body, #app {
    height: 100%;
}

body {
    font-family: roboto, regular;
    color: #363839;
    font-size: 0.85rem;
}

@media print {
    .nda-text .bg-secondary .form-check-input:checked {
        background-color: #4f5356;
        border-color: transparent;
        color: #4f5356;
    }
}

.topSection {
    min-height: calc(100% - 56px);
}

footer {
    position: relative;
    bottom: 0;
    margin-top: 1rem;
}

.bg-light {
    background-color: #E8E6E8 !important;
}

.sh-green {
    background: #33CB98;
    color: #fff;
}

a .sh-green, a .sh-orange, a .sh-red, a .sh-blue, a .sh-darkBlue {
    color: #fff;
    text-decoration: none;
}

a:hover .sh-green {
    box-shadow: 0 0 0 0.25rem rgba(51,203,152,.25);
    color: rgba(255,255,255,.75);
}

.sh-orange {
    background: #F7941F;
    color: #fff;
}

a:hover .sh-orange {
    box-shadow: 0 0 0 0.25rem rgba(247,148,31,.25);
    color: rgba(255,255,255,.75);
}

.sh-red {
    background: #C20505;
    color: #fff;
}

a:hover .sh-red {
    box-shadow: 0 0 0 0.25rem rgba(194,5,5,.25);
    color: rgba(255,255,255,.75);
}

.sh-blue {
    background: #00B9E4;
    color: #fff;
}

a:hover .sh-blue {
    box-shadow: 0 0 0 0.25rem rgba(0,185,228,.25);
    color: rgba(255,255,255,.75);
}

.sh-darkBlue {
    background: #4E4199;
    color: #fff;
}

a:hover .sh-darkBlue {
    box-shadow: 0 0 0 0.25rem rgba(78,65,153,.25);
    color: rgba(255,255,255,.75);
}

.corehead {
    background: url(../../brand/dot1x3.png) center repeat-x;
    margin-bottom: 1.2rem;
}

    .corehead span {
        background: #E8E6E8;
        display: inline-block;
        padding-right: 1rem;
    }



ul li {
    list-style: none;
    background: url(../../img/bullets.svg) no-repeat 0 5px;
    padding-left: 20px;
}

.invalid-message ul li {
    list-style: none;
    background: url(../../img/bullets_red.svg) no-repeat center left;
    padding-left: 20px;
}

ul.pagination li {
    list-style: none;
    background: none;
    padding-left: 0;
}

ul li a {
    color: #363839;
    text-decoration: none;
}

ol, ul {
    padding-left: 0;
    margin-bottom: 0;
}

.card {
    height: 100%;
    border-radius: 0.5rem;
    border: 0;
}

.card-header {
    padding: .3rem 1rem;
    background: transparent;
}

.homepage-section .card-header {
    font-weight: bold;
}

.card-body {
    padding: .7rem 1rem;
}

.img-circle {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.profileBlock .img-circle {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-top: -55px;
}

.notification-ring i {
    font-size: 1.5rem;
}

.notification-ring .badge {
    background: orange;
    border-radius: 1rem;
    vertical-align: top;
    position: relative;
    top: -5px;
    left: -10px;
    z-index: 1;
    font-size: 80%;
    padding: .25em .5em;
}

.dropdown-menu-right {
    right: 10px !important;
    left: auto !important;
}

.dropdown-menu {
    font-size: 0.85rem;
    padding: .3rem 0;
    top: 120%;
}

.dropdown-divider {
    margin: .3rem 0;
}

.dropdown-item.header, .dropdown-item.footer {
    padding: 0 1rem;
}

.notification i.dropdown-arr, .userprofile i.dropdown-arr {
    position: absolute;
    top: -22px;
    right: 20px;
    display: block;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: rgba(0,0,0,.15);
}

.userprofile i.dropdown-arr {
    right: 8px;
}

    .notification i.dropdown-arr:after, .userprofile i.dropdown-arr:after {
        top: -9px;
        left: -14px;
        margin-left: 4px;
        content: " ";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #fff;
    }

.breadcrumb h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}

.card.breadcrumb .card-body {
    padding: 0rem 1rem;
}

.breadcrumb i {
    line-height: 0;
}

main > section.py-3 {
    padding-bottom: 0 !important;
}

h5 {
    font-size: 1.15rem;
}

.form-control, .form-select, .btn, .input-group-text {
    border-radius: 2rem;
    font-size: 0.85rem;
}

textarea.form-control {
    border-radius: 0.5rem;
}

.input-group-text {
    background-color: #f6f7f9;
    padding: 0.375rem 0.75rem 0.375rem 0.55rem;
}


.col-form-label, .form-control, .btn {
    line-height: 1.3;
}

.table-head, .table-head th {
    background-color: #787879;
    color: #fff;
    vertical-align: top;
}

.history .table-head, .history .table-head th {
    background-color: #ccc;
    color: #000;
    vertical-align: top;
}



.card-header .tools {
    margin-left: auto;
}

.bookmark {
    float: right;
    color: orange;
}

    .bookmark:hover {
        color: rgba(247,148,31,.50);
    }

.card-header .tools i {
    margin-left: 8px;
}

.card-header .tools .btn {
    padding: .175rem .75rem;
    font-size: 0.8rem;
}

.pagination li::before {
    display: none;
}

.pull-right {
    float: right;
}

/*.pagination li, .pagination li a {
    border:0;
}*/

.btn-coreConnect {
    margin-bottom: 2px;
}

    .btn-coreConnect, .btn-coreConnect:active, .btn-coreConnect:focus {
        background: #a60726 !important;
        border-color: #a60726 !important;
    }

        .btn-coreConnect:focus, .btn-coreConnect:active:focus {
            box-shadow: 0 0 0 0.25rem rgba(166, 7, 35, 0.5) !important;
            color: #fff;
            background-color: #a60726 !important;
            border-color: #a60726 !important;
        }

            .btn-coreConnect:focus:hover, .btn-coreConnect:active:focus:hover {
                box-shadow: 0 0 0 0.25rem rgba(166, 7, 35, 0.5) !important;
                color: #fff;
                background-color: #a60726 !important;
                border-color: #a60726 !important;
            }

        .btn-coreConnect:hover {
            background: #fff !important;
            border-color: #a60726 !important;
            color: #000;
        }

.btn-white {
    margin-left: 10px
}

    .btn-white, .btn-white:active, .btn-white:focus {
        background: #fff;
        border-color: #fff;
    }

        .btn-white:focus, .btn-white:active:focus {
            box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.2);
        }

        .btn-white:hover {
            background: #ccc;
            border-color: #ccc;
        }


table td .btn {
    padding: .175rem .75rem;
    font-size: 0.8rem;
}

table td .btn-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 202 44 / 25%) !important;
}

table td .btn-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(240 125 0 / 25%) !important;
}

table td .btn.btn-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%) !important;
}

.form-check-inline {
    margin-top: 0.4rem;
}

span.form-control-plaintext {
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}

label.form-control-plaintext {
    font-weight: 600;
    line-height: 1.3;
    word-break: break-word;
}


.readonlyDetails .col-form-label {
    text-align: right;
}

header .navbar-brand {
    font-size: 1.5rem;
}

.navbar-brand {
    font-weight: lighter;
}

.breadcrumb .card-header {
    color: #9B9B9B;
}

.breadcrumb a {
    color: #363839;
    text-decoration: none;
}

    .breadcrumb a:hover {
        color: #000;
        text-decoration: underline;
    }

.page-link:focus {
    box-shadow: none;
}

.notification.me-md-0, .userprofile.me-md-0 {
    margin-right: 0 !important;
}


.dropdown-menu-right.userprofile {
    right: 0 !important;
    top: 100%;
}

@media (max-width: 575.98px) {
    .userinfo {
        display: none;
    }

    .dropdown-menu {
        min-width: 15rem;
    }

    .dropdown-item {
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    .userinfo {
        display: none;
    }

    .dropdown-menu {
        min-width: 15rem;
    }

    .dropdown-item {
        white-space: normal;
    }

    .submit-mobile {
        display: block !important;
        border: 0;
        color: #cf022b;
        background: transparent;
        padding: 0;
        font-size: 1.5rem;
    }

    .submit-desk {
        display: none !important;
    }

    .profilepic {
        margin-right: 0 !important;
    }

    .card .profilepic {
        margin-right: 10px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .adminDropdown .dropend .dropdown-menu ul {
        width: 100% !important;
    }

    .adminDropdown .dropdown-menu.show {
        display: block !important;
    }

    .adminDropdown .dropdown-menu.show {
        min-width: 12rem !important;
        width: min-content !important;
    }
}

@media (max-width:376px) {

    .adminDropdown .dropdown-menu.show {
        margin-left: -1rem !important;
    }
}

/*--- Progress Bar ---- */

.steps-container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.progressbar li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
    background: none !important;
    padding-left: 0;
    font-size: 90%;
}

.requisitionprogressbarsbs .progressbar li {
    width: 25%;
}

.progressbar {
    counter-reset: step;
}

    .progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 30px;
        height: 30px;
        border: 2px solid #bebebe;
        display: block;
        margin: 0 auto 10px auto;
        border-radius: 50%;
        line-height: 27px;
        background: white;
        color: #bebebe;
        text-align: center;
        font-weight: bold;
    }

    .progressbar li:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #979797;
        top: 15px;
        left: -50%;
        z-index: -1;
    }

    .progressbar li:first-child:after {
        content: none;
    }

    .progressbar li.active + li:after {
        background: #33CB98;
    }

    .progressbar li.active:before {
        border-color: #33CB98;
        background: #33CB98;
        color: white;
    }

    /*  .progressbar li.current + li:after {
        background: orange;
    }*/

    .progressbar li.current:before {
        border-color: #f07d00;
        background: #f07d00;
        color: white;
    }

.progress-circle {
    position: absolute;
    top: 5px;
    right: 0;
}

.form-select:disabled, .form-select[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    color: #6c757d;
    pointer-events: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    color: #6c757d;
}

#personal-info-review h5, #contact-info-review h5, #job-info-review h5 {
    opacity: 0.6;
}

div.required .col-form-label:after, .col-form-label.required:after, div.required th span:after, .table-head th.required span:after {
    content: "*";
    color: red;
    position: relative;
    top: -3px;
    right: -3px;
}

div.exitSurvey .required strong:after {
    content: "*";
    color: red;
    position: relative;
    top: -3px;
    right: -3px;
}

div.exitSurvey .required label strong:after {
    display: none;
}

div.requiredOne .col-form-label:after, div.requiredOne th span:after {
    content: "**";
    color: #363839;
    position: relative;
    top: -3px;
    right: -3px;
}

input[placeholder] {
    font-family: roboto, FontAwesome;
}

#add-person table tr th:last-child {
    width: 55px;
}

/* ------------------------ Accordion --------------------- */

.accordion-button:not(.collapsed) {
    color: #363839;
    background-color: transparent;
    font-weight: bold;
}

.accordion-button {
    border: 0;
    color: #363839;
    font-weight: bold;
    padding: 0;
    padding-bottom: 7px;
}

.accordion-header {
    border-bottom: 2px solid #ddd;
}

    .accordion-header h2 {
        margin-bottom: 0;
    }

.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.accordion-button::before {
    flex-shrink: 0;
    margin-right: 10px;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}


.accordion-button::after {
    display: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-body {
    padding: 0;
    border: 0;
    padding-top: 10px;
}

.accordion-collapse {
    border-width: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button {
    text-align: left;
}

.alert-heading {
    font-size: 1.25rem;
    font-weight: bold;
}

.modal .alert-warning hr {
    margin: 0.5rem 0;
}

.right-nav {
    display: flex;
    align-items: center;
}

.nameUser {
    font-size: 0.9rem;
    font-weight: bold;
}

.profilepic {
    text-align: left;
    margin-right: 10px;
}

.userinfo span {
    display: block;
}

.userinfo {
    line-height: 17px;
    font-size: 1.15rem;
}

    .userinfo span:nth-child(2) {
        display: inline-block;
    }

    .userinfo span:first-child {
        margin-bottom: 5px;
    }

.profileBlock .card-header {
    background: #cf022b;
    color: #fff;
    line-height: 19px;
    padding-left: 150px;
}


    .profileBlock .card-header .name {
        font-size: 1.10rem;
        font-weight: bold;
    }

    .profileBlock .card-header .title {
        font-size: 0.75rem;
    }

.profileBlock .pic, .profileBlock .details {
    float: left;
}

    .profileBlock .details .col-form-label {
        float: left;
        text-align: right;
    }

    .profileBlock .details .col-form-label {
        float: left;
        text-align: right;
        clear: left;
        width: auto;
        width: 6rem;
        padding-right: 5px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .profileBlock .details .form-control-plaintext {
        float: left;
        text-align: left;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        border-width: 0;
    }

.shortcut-items span {
    margin: 0 auto;
}

.shortcut-items a {
    text-decoration: none;
    color: #363839;
}

.sh-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    align-items: center;
}

    .sh-icon i {
        font-size: 1rem;
        color: #fff;
    }

.shortcut-items .card-body {
    padding: 0;
}

@media screen and (max-width: 500px) {

    #project-name {
        display: none;
    }

    .shortcut-items {
        width: 33%;
    }

    .saved-search-label {
        display: none !important;
    }

    .profileBlock .details .form-control-plaintext {
        width: 5rem;
    }
}

.addsuccess i {
    font-size: 3rem;
    color: #33cb98;
}



@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .container, .container-sm {
        max-width: 100%;
    }

    .last-row {
        margin-top: 0.5rem;
    }
}

.form-helping-text, .anyOneRequiredHelp {
    margin-top: 0;
    font-size: .875em;
    color: #6c757d;
    text-align: right;
}

.card-header .tools .col-form-label, .card-header .tools .form-select {
    float: left;
    display: inline-block;
    width: auto;
}

.card-header .tools .form-select {
    padding: 0 1.75rem 0 .75rem;
    height: 1.5rem;
}

.card-header .tools .col-form-label {
    padding-top: 0.175rem;
    padding-bottom: 0;
}

ul.nav li {
    list-style: none;
    background: transparent;
    padding-left: 0;
}

.tab-content {
    background: #fff;
    padding: 10px;
    border-radius: 0 0 0.5rem 0.5rem;
    position: relative;
}

.nav-tabs .nav-link {
    border: 0;
}

.responsivetabs-more .dropdown-toggle::after {
    display: none;
}

.nav-tabs {
    border-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 0.65rem !important;
}

.accordion-body-button .btn {
    padding: .175rem .75rem;
    font-size: 0.8rem;
}

.accordion-body-button .btn-group {
    display: block;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.job-data-history-btn {
    position: absolute;
    top: 10px;
    right: 328px;
}

.scrollable-container {
    overflow-x: auto;
}

.hscrollable-container {
    overflow: auto;
    max-height: 200px;
}

    .hscrollable-container th {
        top: -1px;
        position: sticky;
    }

.sub-block h2 {
    font-size: 1rem;
    opacity: .85;
    float: left;
}

hr {
    margin: 0.25rem 0;
    clear: both;
}

.open > .dropdown-menu {
    display: block;
}

.form-select {
    line-height: 1.3;
}



.bootstrap-select {
    width: 100% !important;
}

    .bootstrap-select button {
        border-radius: 2rem;
        background-color: white;
        border: 1px solid #ced4da;
        width: 100%;
        font-size: 100% !important;
        padding: 0.35rem 0.5rem !important;
    }

        .bootstrap-select button:focus {
            outline: thin dotted #fff !important;
        }

    .bootstrap-select .dropdown-menu {
        top: 100%;
        min-width: auto !important;
    }

    .bootstrap-select li {
        background: transparent;
        padding-left: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
        top: 8px !important;
    }

    .bootstrap-select .dropdown-menu li a:focus {
        outline: 0 !important;
    }

.modal-header {
    padding: 0.5rem 1rem;
}

.modal-position{
    position: relative;
}

.modal-header-button{
    position: absolute;
    right: 38px;

}

.modal-footer {
    padding: 0.25rem 0.75rem;
}

.form-control-file:focus {
    outline: none;
}

.form-control-file {
    width: 100%;
}

a .form-control-plaintext {
    color: #0d6efd
}

.disableBlock .form-control, .disableBlock .form-select, .disableBlock .form-check-input, .disableBlock .btn {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}

.disableBlock .btn {
    border: 1px solid #ced4da;
    color: #aaa;
}

.accordion-body-button .top-buttonGroup .btn-group {
    margin-bottom: 0.35rem !important;
}

.alert {
    padding: 0.65rem 0.65rem;
}

    .alert ul {
        padding-left: 1rem;
    }

        .alert ul li {
            list-style: disc;
            background: none;
            padding-left: 0;
        }

td .input-group {
    min-width: 10rem;
}

.hire-candidate td .input-group {
    min-width: auto !important;
}

td .input-group .input-group-append .btn {
    z-index: 1 !important;
}

/*td .input-group input.form-control {
		width: 6rem;
	}*/
td .form-select {
    width: auto;
}

table.lastNowrap td:last-child {
    white-space: nowrap;
    width: 55px;
}




.showBlock {
    display: block;
}

.hideBlock {
    display: none;
}



.myTeam .list-group-item {
    border: 0;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ddd;
    padding: .9rem .5rem .5rem;
    background: #efefef;
}

.myTeam.list-group .list-group .list-group-item {
    background: #f7f7f7;
}

.myTeam .accordion-button {
    padding-bottom: 0;
    margin-top: 3px;
}

.myTeam .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.myTeam .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.myTeam.list-group .list-group {
    margin-left: 58px;
}

.myTeam .img-circle {
    width: 40px;
    height: 40px;
}

.myTeam .tools i {
    font-size: 1.3rem;
}

.profileBlock.employeeDetails .card-header {
    padding: 15px 0 15px 150px;
}

.hire-candidate .table thead tr th:nth-child(1), .hire-candidate .table tbody tr td:nth-child(1) {
    position: sticky;
    position: -ms-sticky; /*-ms-sticky has been used for suporting Internet Explorer*/
    left: 0;
    z-index: 2;
}

.hire-candidate .table thead tr th:nth-child(2), .hire-candidate .table tbody tr td:nth-child(2) {
    position: sticky;
    position: -ms-sticky; /*-ms-sticky has been used for suporting Internet Explorer*/
    left: 34px;
    z-index: 2;
}

.hire-candidate .table thead tr th:nth-child(3), .hire-candidate .table tbody tr td:nth-child(3) {
    position: sticky;
    position: -ms-sticky; /*-ms-sticky has been used for suporting Internet Explorer*/
    left: 125px;
    z-index: 2;
}

.hire-candidate .table thead tr th:nth-child(1), .hire-candidate .table thead tr th:nth-child(2), .hire-candidate .table thead tr th:nth-child(3) {
    background: #000;
}

.hire-candidate .table tbody tr td:nth-child(1), .hire-candidate .table tbody tr td:nth-child(2), .hire-candidate .table tbody tr td:nth-child(3) {
    background: #f0f2f4;
}

.hire-candidate .table {
    border-collapse: separate;
    border-spacing: 0;
}

    .hire-candidate .table th {
        /* Apply both top and bottom borders to the <th> */
        border-top: 1px solid;
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
    }

    .hire-candidate .table td {
        /* For cells, apply the border to one of each side only (right but not left, bottom but not top) */
        border-bottom: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
    }

        .hire-candidate .table th:first-child,
        .hire-candidate .table td:first-child {
            /* Apply a left border on the first <td> or <th> in a row */
            border-left: 1px solid #dee2e6;
        }

.btn-success {
    background: #33cb98;
    border-color: #33cb98;
}

    .btn-success:hover {
        background: #20a578;
        border-color: #20a578;
    }


    .btn-success:focus {
        color: #fff;
        background-color: #20a578;
        border-color: #20a578;
        box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 50%);
    }

.myTeam a {
    color: #363839;
    text-decoration: none;
}

    .myTeam a:hover {
        color: #0a58ca;
    }

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            text-align: right;
            display: flow-root;
        }

            table td.text-center {
                text-align: right !important;
            }

    td .form-select, td .form-control {
        width: auto;
        float: right;
    }

    td .input-group {
        width: 10rem;
        float: right;
    }

    table.lastNowrap td:last-child {
        width: auto;
    }

    table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        margin-right: 10px;
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    table td.required:before:after {
        content: "*";
        color: red;
        position: relative;
        top: -7px;
        right: -3px;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .form-helping-text {
        float: right;
        clear: both;
    }

    .pagination-sm .page-link {
        padding: .25rem .4rem;
    }

    .button-top-margin {
        margin-top: 8px;
    }

    .hire-candidate .table thead tr th:nth-child(1), .hire-candidate .table thead tr th:nth-child(2), .hire-candidate .table thead tr th:nth-child(3) {
        background: transparent !important;
    }

    .hire-candidate .table tbody tr td:nth-child(1), .hire-candidate .table tbody tr td:nth-child(2), .hire-candidate .table tbody tr td:nth-child(3) {
        background: transparent !important;
    }

    .profileBlock.employeeDetails .card-header {
        padding: 15px 0 15px 10px;
    }

    .profileBlock.employeeDetails .pic, .profileBlock.employeeDetails .details {
        width: 100%;
        text-align: center;
    }

    .profileBlock.employeeDetails .img-circle {
        width: 100px;
        height: 100px;
        margin-top: 0px;
    }

    .profileBlock.employeeDetails .profilepic {
        margin-right: 0;
    }

    .profileBlock.employeeDetails .details {
        margin-top: 15px;
    }

        .profileBlock.employeeDetails .details .col-form-label {
            text-align: left;
        }

    div.required .col-form-label:after, .col-form-label.required:after, div.required th span:after, .table-head th.required span:after {
        color: black;
    }

    .aside {
        border-left: 0 !important;
        margin-top: 1rem;
    }

    .resdetail_btn button {
        margin-top: 0.25rem;
    }

        .resdetail_btn button:first-child {
            margin-top: 0;
        }

    table td .form-check {
        justify-content: flex-end !important;
    }

    table td .custom-control {
        justify-content: flex-end !important;
    }

    .secondInfo {
        margin-top: 10px;
    }

    .blazored-typeahead_disabled .blazored-typeahead {
        width: auto !important;
        float: right !important;
    }
}

.btn-all {
    right: 10px;
}

.accordion .warning-block .accordion-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f071";
    display: block;
    transform: rotate(0deg);
    background: none;
}

.accordion .warning-block .accordion-button {
    color: #cf022b;
}

.warning-tab {
    color: #cf022b;
}

    .warning-tab:after {
        font-family: "Font Awesome 5 Free";
        content: "\f071";
        font-weight: 900;
        margin-left: 5px;
    }

    .warning-tab.active {
        background-color: #fff !important;
        color: #cf022b !important;
    }

    .warning-tab:hover {
        color: #cf022b !important;
    }

.toast {
    position: fixed;
    z-index: 100;
    right: 5px;
    bottom: 5px;
    width: auto;
}

.media {
    display: flex;
    background: #efefef;
    padding: 7px;
}

    .media i {
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .media a {
        color: #db1d00;
        text-decoration: none;
    }

    .media .media-body h5 {
        margin-top: 0.15rem;
        font-size: 0.875rem;
        margin-bottom: 0;
        font-weight: 400
    }

    .media .media-body a {
        color: #a60726;
        text-decoration: underline;
    }

        .media .media-body a:hover {
            color: #a60726;
            text-decoration: none;
        }

.aside .card-body {
    padding: 0.3rem 1rem;
}

.aside .card-body {
    background: #efefef;
    border-radius: 0 0 5px 5px;
    line-height: 27px;
}

.aside {
    border-left: 2px solid #ccc;
}

.mainSide {
    border-right: 2px solid #ccc;
}

.aside .card-header {
    font-weight: bold;
    background: #ff980045;
    border-radius: 5px 5px 0 0;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background: #f07d00;
    border-color: #f07d00;
    opacity: .55;
}

.btn-coreConnect.disabled, .btn-coreConnect:disabled {
    color: #fff;
    background: #a60726;
    border-color: #a60726;
    opacity: .35;
}

.exitSurvey .form-check-input {
    margin-left: 10px;
}

.pageLoader {
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1061;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    display: none;
}

.spinner-border {
    align-self: center;
    border: .25em solid #fff;
    border-right-color: transparent;
}

.loading-text {
    font-size: 1.5rem;
    align-self: center;
    margin-top: 70px;
    margin-left: -55px;
    margin-left: -55px;
    font-weight: bold;
    color: #fff;
}

.loading-text-oth {
    font-size: 1.5rem;
    align-self: center;
    margin-top: 70px;
    font-weight: bold;
    color: #fff;
}

.btn-delete {
    background: transparent;
    border: 0;
    color: red;
}

    .btn-delete:focus, .btn-delete:active:focus {
        box-shadow: 0 0 0 0 transparent;
        background: transparent;
        border: 0;
        color: #000;
    }

    .btn-delete:hover, .btn-delete:active {
        background: transparent;
        border: 0;
        color: #000;
    }

    .btn-delete:disabled {
        color: red;
        background: transparent;
        border: none;
        opacity: .44 !important;
    }

/*--- file Upload */

label.file-upload {
    background-color: #0d6efd;
    color: white;
    padding: 0.3rem 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
}

span.file-chosen {
    margin-left: 0.3rem;
    font-family: sans-serif;
}

label.file-upload.disabled {
    opacity: .55;
    pointer-events: none;
}

.resignation-status {
    background: #5f5e5d;
    border-color: #fff;
    color: #fff !important;
}

.scrollable-container.height500 {
    height: 500px;
    overflow-y: auto;
    width: 100%;
}

.rehireID {
    width: 250px;
    position: absolute;
    right: 15px;
    margin-top: 5px;
    padding: 5px;
    background: #fff3cd;
    border-radius: 5px;
}

    .rehireID .row {
        --bs-gutter-x: 0;
    }

.responsivetabs-more .dropdown-menu .nav-link.active.show {
    background: #0d6efd;
    color: #fff;
}

    .responsivetabs-more .dropdown-menu .nav-link.active.show .warning-tab {
        color: #ffeb3b;
    }


.disabledUpload {
    opacity: .55;
    pointer-events: none;
}

.typeahead_small .blazored-typeahead__results {
    max-height: 12.5rem;
}
/* Readonly details */
.form-control-plaintext {
    background: #e8eaf7;
    padding: 5px;
    border-radius: 5px;
    font-weight: 500 !important;
    min-height: 30px;
}

.details .form-control-plaintext {
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-weight: 600 !important;
    min-height: auto;
}

.alert-error {
    background: #fad8d8;
    border-color: #cf022b;
}

    .alert-error i {
        margin-right: 10px;
        color: #cf022b;
    }

/*Questionnaire textarea*/

.textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
    border-radius: 10px;
}

.textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 40px;
    line-height: 20px;
}

    .textarea[contenteditable]:empty::before {
        content: "Question";
        color: gray;
    }

.resignationProcess ul li {
    list-style: none;
    background: url(../../img/bullets_red.svg) no-repeat center left;
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 0.25rem;
    background-position-y: 6px;
}

table td .form-check {
    display: flex;
    padding-left: 0;
    justify-content: center;
}

    table td .form-check .form-check-input {
        margin-left: 0;
    }

table td .custom-control {
    display: flex;
    padding-left: 0;
    justify-content: center;
}

    table td .custom-control .custom-control-input {
        margin-left: 0;
    }

.mcq > div:nth-child(odd) {
    background: #E8E6E8;
}

span.deletebtn {
    width: 30px;
    display: inline-block;
}

.accordion-body-button .btn-toolbar .btn-group {
    margin-bottom: 5px;
}

.commentHistory {
    white-space: pre-line;
}

p.blinktext {
    /*color: black;*/
    color: red;
    /*background-color: yellow;*/
    line-height: 1.5;
    /*padding: .25rem .35rem;*/
    margin-top: 10px;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-weight: bold;
}

@keyframes example {
    0% {
        color: red;
    }

    50% {
        color: black;
    }

    100% {
        color: red;
    }
}

.adminDropdown .dropend .dropdown-menu li {
    background-position-x: 5px;
    padding-left: 25px;
    padding-right: 10px;
    background-position-y: 6px;
}

.adminDropdown .dropend .dropdown-menu ul {
    width: max-content;
    margin-top: 0;
}

.adminDropdown .dropend .dropdown-menu li:hover {
    background-color: #ededed;
}

.adminDropdown .dropdown-menu.show {
    display: flex;
    width: max-content;
}

@media (min-width: 1300px) {
    .report-Container {
        height: 800px !important;
    }
}

.report-Container {
    height: 600px;
    width: 100%;
    border-radius: 10px;
}

.scroll-height {
    height: 500px;
}

.nda-text ul li {
    list-style: disc;
    background: transparent;
    padding-left: 0px;
    margin-left: 20px;
}

.nda-text .bg-secondary .form-check-input:checked {
    background-color: #4f5356;
    border-color: transparent;
}

.link-primary {
    color: #a60726;
    text-decoration: underline !important;
}

    .link-primary:focus, .link-primary:hover {
        color: #a60726;
        text-decoration: none;
    }

a {
    color: #a60726;
    text-decoration: underline;
}

    a:hover {
        color: #a60726;
        text-decoration: none;
    }

.btn-primary {
    color: #fff;
    background-color: #f07d00;
    border-color: #f07d00;
}

    .btn-primary:hover {
        color: #000;
        background-color: #fff;
        border-color: #f07d00;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #f07d00;
        border-color: #f07d00;
        box-shadow: 0 0 0 0.25rem rgb(240 125 0 / 50%);
    }

    .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgb(240 125 0 / 50%);
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #f07d00;
        border-color: #f07d00;
    }

.form-check-input:checked {
    background-color: #f07d00 !important;
    border-color: #f07d00;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(240 125 0 / 25%);
}

.page-item.active .page-link {
    background-color: #f07d00;
    border-color: #f07d00;
}

.page-link {
    color: #f07d00;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        color: #f07d00;
    }

.bg-primary {
    background-color: #f07d00 !important;
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgb(108 117 125 / 25%);
}

.btn-link {
    font-weight: 400;
    color: #a60726;
    text-decoration: underline;
}

    .btn-link:hover {
        font-weight: 400;
        color: #a60726;
        text-decoration: none;
    }

    .btn-link:focus {
        outline: 0;
        box-shadow: 0 0 0 0 !important;
    }

.file-upload .btn-warning {
    background-color: #f07d00;
    color: #fff;
}

    .file-upload .btn-warning:hover {
        color: #000;
        background-color: #fff;
        border-color: #f07d00;
    }

    .file-upload .btn-warning:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(240 125 0 / 25%) !important;
    }

header .btn-link {
    text-decoration: none;
}

.btn-outline-primary {
    color: #f07d00;
    border-color: #f07d00;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #f07d00;
        border-color: #f07d00;
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgb(240 125 0 / 25%) !important;
    }

.resignation_profile_pic_padding {
    padding: 0.5rem;
}

.resignation_profile_card_body {
    width: 25px;
    height: 25px;
}

.signatureimg {
    width: auto !important;
    margin: auto !important;
}

.formsignatureimg {
    width: 200px;
}

.hrred {
    background-color: #b80000fc !important;
    border: 0 !important;
}

.datepickerdisplayinline {
    display: inline-block;
    vertical-align: top;
}

#editNomination .custom-checkbox {
    display: inline !important;
}

#nominationformfChangeModel .custom-checkbox {
    display: inline !important;
}

.nomination {
    margin-left: -1.2rem !important;
}

.colour-information {
    color: slategray !important;
}


@media screen and (max-width: 600px) {
    #nominationformfChangeModel table td::before {
        text-align: left;
    }
}

.uploaded_file_spinner_text {
    font-size: 1.3rem;
    align-self: center;
    margin-top: 145px;
    margin-left: -55px;
    margin-left: -164px;
    color: #fff;
}

.ql-editor ul > li::before {
    content: '' !important;
}

/* PAM CSS - Starts  */

.btn-arrow img {
    transform: rotate(90deg);
}

.btn-arrow {
    padding-right: 7px;
}

table.PAM-table tr td img {
    height: 1rem;
}

/*table.PAM-table tr td:nth-child(2), table.PAM-table tr td:nth-child(3) {
    text-align: center;
}*/

table.PAM-table tr td:nth-child(2) a, table.PAM-table tr td:nth-child(3) a {
    display: block;
}

table.PAM-table tr td:nth-child(3) ul {
    padding: 5px 10px;
    background: #000;
}

    table.PAM-table tr td:nth-child(3) ul .dropdown-item {
        color: #fff;
        padding: 0;
    }

    table.PAM-table tr td:nth-child(3) ul li {
        background-position: 5px;
        padding-right: 5px;
    }

        table.PAM-table tr td:nth-child(3) ul li:hover {
            background-color: #f07d00;
            background-image: url(../../img/bullets-white.svg);
            background-repeat: no-repeat;
            background-position: 5px;
        }

        table.PAM-table tr td:nth-child(3) ul li a:hover {
            background-color: transparent;
        }

.pam-pagination {
    justify-content: space-between;
}

    .pam-pagination select {
        margin-left: 10px;
    }

    .pam-pagination .pam-pagelength {
        align-items: baseline;
        padding-top: 5px;
    }


.pam-modal .accordion:last-child .accordion-header {
    border-bottom: 0;
}

    .pam-modal .accordion:last-child .accordion-header .accordion-button {
        border-bottom: 2px solid #ddd;
    }

        .pam-modal .accordion:last-child .accordion-header .accordion-button.collapsed {
            border-bottom: 0;
        }

.sorting {
    float: right;
    width: 10px;
    margin-top: 4px;
}

.PAM-table th.sort {
    background: url(../../img/no-sorting.svg) no-repeat right 3px center;
    background-size: 10px;
}

.PAM-table th:first-child, .PAM-table th:nth-child(2), .PAM-table th:nth-child(3) {
    /* background: none;*/
}

.PAM-table th.sortUp {
    background: url(../../img/sort-up.svg) no-repeat right 3px center;
    background-size: 10px;
}

.PAM-table th.sortDown {
    background: url(../../img/sort-down.svg) no-repeat right 3px center;
    background-size: 10px;
}

.sort {
    cursor: pointer;
}

.nav-tabs.sub-nav .nav-link {
    border: 2px solid transparent;
}

    .nav-tabs.sub-nav .nav-link.active {
        border: 2px solid transparent;
        border-color: #959595 #959595 #fff;
        background: #fff;
    }

.nav-tabs.sub-nav {
    border-bottom: 2px solid #959595 !important;
}

    .nav-tabs.sub-nav .nav-link {
        background: transparent;
        margin-bottom: -2px;
    }

.info-pam {
    position: relative;
}

    .info-pam i {
        color: red;
        font-size: 130%;
        position: absolute;
        top: 2px;
        left: 22px;
    }

tr.fail td {
    background-color: rgb(249, 199, 185) !important;
}

tr.success td {
    background-color: rgb(243, 254, 233) !important;
}

.sub-nav ~ .tab-content {
    padding: 10px 0 0 0;
}

.info-pam a {
    display: inline-block !important;
}

    .info-pam a.active {
        background: transparent;
    }

.pam-modal .modal-body {
    padding-bottom: 0;
    padding-top: 5px;
}

    .pam-modal .modal-body .accordion-button {
        font-size: 0.90rem;
    }

    .pam-modal .modal-body .accordion-body {
        padding-top: 0;
    }

.pam-modal .accordion-header {
    border-bottom: 0;
    background: #f2f2f2;
}

.pam-modal .accordion-button {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 5px;
}

.pam-modal .modal-footer button {
    padding: .375rem 1.5rem
}

.pam-modal .accordion:last-child .accordion-header .accordion-button {
    border-bottom: 0;
}

    .pam-modal .accordion:last-child .accordion-header .accordion-button.collapsed {
        border-bottom: 0;
    }


.pam-confirmation .success, .pam-confirmation .failed {
    justify-content: left;
    display: flex;
}

    .pam-confirmation .success div, .pam-confirmation .failed div {
        display: flex;
        width: auto;
    }

    .pam-confirmation .success i {
        color: #33cb98;
        font-size: 1.8rem;
    }

    .pam-confirmation .failed i {
        color: #a60726;
        font-size: 1.8rem;
    }

.save-edit .btn {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.downloadCV a {
    font-size: 1rem;
    white-space: nowrap;
    border: 0;
}

.icons-cell div {
    justify-content: space-around;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.link-dark {
    color: #212529;
}


.flatpickr-day {
    height: 30px;
    line-height: 30px;
}

.flatpickr-calendar {
    line-height: 20px;
}

.save-edit {
    font-size: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.info-pam-detail {
    position: relative;
    float: right;
}

    .info-pam-detail div {
        color: red;
        font-size: 130%;
        position: absolute;
        top: 0px;
        left: -18px;
    }


.btn.submit-mobile {
    display: none;
}

.submit-desk {
    display: block;
}

.flatpickr-wrapper:has(> .form-control:focus) ~ .input-group-append button {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
    -webkit-clip-path: inset(-.25rem -.25rem -.25rem 0.06rem);
    clip-path: inset(-.25rem -.25rem -.25rem 0.06rem);
    border-left: 0;
}


.flatpickr-wrapper .form-control:focus {
    -webkit-clip-path: inset(-.25rem 0 -.25rem -.25rem);
    clip-path: inset(-.25rem 0 -.25rem -.25rem);
    border-right: 0;
}


.flatpickr-wrapper:has(> .form-control.is-valid:focus) ~ .input-group-append button {
    border-color: #198754;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.25);
    -webkit-clip-path: inset(-.25rem -.25rem -.25rem 0.06rem);
    clip-path: inset(-.25rem -.25rem -.25rem 0.06rem);
    border-left: 0;
}


@media (min-width: 768px) {
    .GovernanceConatiner {
        position: relative;
    }

    .filterGroup {
        position: absolute;
        right: 10px;
    }

        .filterGroup .col-form-label {
            white-space: nowrap;
        }
}

/* sticky column */
@media screen and (min-width: 601px) {
    .table-sticky tr td:first-child, .table-sticky tr td:nth-child(2) {
        background: #f5f5f5;
    }

    .table-sticky tr th:first-child, .table-sticky tr td:first-child {
        position: sticky;
        left: 0;
    }

    .table-sticky tr th:nth-child(2), .table-sticky tr td:nth-child(2) {
        position: sticky;
        left: 78px;
    }

    .table-bordered > :not(caption) > * > * {
        border: 1px solid #ccc;
    }

    .table-sticky {
        caption-side: bottom;
        border-collapse: separate;
        border-spacing: 0;
    }
}

/* sticky column End */

/* PAM CSS - End  */



/*-----Travel Css Start-------*/

@font-face {
    font-family: hurme;
    src: url(../fonts/HurmeGeometricSans4.otf) format('opentype'), url('../fonts/hurmegeometricsans4.woff2') format('woff2'), url('../fonts/hurmegeometricsans4.woff') format('woff');
}


.travel {
    font-family: hurme !important;
}

    .travel .breadcrumb {
        background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
        color: #fff;
    }

        .travel .breadcrumb .card-header {
            border-bottom: 1px solid rgba(255, 255, 255, .25);
            color: #c9c8c8;
        }

        .travel .breadcrumb a {
            color: #fff;
        }

    .travel .btn-primary.btn-coreConnect {
        background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%) !important;
    }

    .travel .btn-primary:hover {
        background-image: linear-gradient(90deg, #000 0%, #000 99.41%) !important;
        color: white;
    }


    .travel .btn-primary {
        background-image: linear-gradient(90deg, #CF022B 0%, #F07D00 99.41%);
    }

    .travel td input.form-control {
        border-radius: 10px;
    }

    .travel .sub-block h2 {
        font-size: inherit;
        opacity: inherit;
        float: inherit;
    }

    .travel div.required .col-form-label:after, .travel .col-form-label.required:after, .travel div.required th span:after, .travel .table-head th.required span:after {
        top: -2px;
    }

.travelBG {
    background: url(../../img/TravelBG.jpeg) no-repeat;
    background-size: 100%;
    background-position: left -290px;
}

.travelCard {
    position: relative;
    margin-top: 20px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
}

    .travelCard .card-header {
        position: absolute;
        width: calc(100% - 30px);
        margin: 0 15px;
        top: -35px;
        background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
        color: #fff;
        border-radius: 0.5rem;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 110%;
    }

        .travelCard .card-header a {
            color: #fff;
            text-decoration: none;
        }

    .travelCard .card-body {
        padding-top: 60px;
        background-image: linear-gradient(0deg, #F0EFEC 0%, #fff 99.41%);
        border-radius: 0.5rem;
    }


.travelCardNormal {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
}

    .travelCardNormal .card-header {
        background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%);
        color: #fff;
        border-radius: 0.5rem 0.5rem 0 0;
        padding: 20px;
        font-size: 120%;
        font-weight: bold;
    }

        .travelCardNormal .card-header span img {
            filter: brightness(100);
            height: 25px;
            margin-right: 10px;
        }

    .travelCardNormal .card-body {
        background-image: linear-gradient(0deg, #F0EFEC 0%, #fff 99.41%);
        border-radius: 0.5rem;
    }


.travelCard .form-check-input:checked {
    background-image: linear-gradient(45deg, #CF022B 0%, #F07D00 99.41%);
    border: 3px solid #fff;
}

.travelbox {
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
}

    .travelbox .trvblock {
        padding: 20px;
        border-right: 1px solid #ccc;
        cursor: pointer;
        position: relative;
    }

        .travelbox .trvblock:hover {
            background: #eaf5ff;
        }

        .travelbox .trvblock:nth-child(3) {
            margin-left: -18px;
            padding-left: 30px;
            min-width: 200px;
        }

        .travelbox .trvblock:last-child {
            border-right: 0;
            border-radius: 0 0.5rem 0.5rem 0;
        }

        .travelbox .trvblock span.details {
            font-size: 90%;
            white-space: nowrap;
            overflow-x: hidden;
            text-overflow: ellipsis;
        }

        .travelbox .trvblock h1 span {
            font-size: 50%;
            margin-left: 5px;
        }

        .travelbox .trvblock h1 {
            font-weight: bold;
            font-size: 2rem;
            background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.trvButton {
    background: #fff !important;
    border-color: #ccc;
    color: #8B1D82;
}

    .trvButton:hover, .trvButton:active, .trvButton:focus {
        background: #000 !important;
    }

.trvDelete {
    border: 0;
    padding: 0;
    background: none;
    font-size: 2rem;
}

    .trvDelete:hover, .trvDelete:active, .trvDelete:focus, .trvDelete:active:focus {
        background: none !important;
        border: 0 !important;
        color: #000;
        box-shadow: none;
    }




.preferences .emoji-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.preferences h6 {
    font-size: 80%;
}

.travel .preferences .item {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 3%)
}

.item span:nth-of-type(2) {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 70%;
    width: 45px;
    line-height: 1;
    text-align: center;
}


.item span img {
    width: 20px;
}

.travel .preferences .item:hover {
    background: #fff;
    border: 1px solid transparent;
}

.travel .preferences .item:has(> label .radio:checked) {
    background: #fff;
    border: 1px solid transparent;
}

.radio {
    display: none;
}

    .radio ~ span {
        filter: grayscale(100);
        cursor: pointer;
        transition: 0.3s;
    }

        .radio ~ span:nth-of-type(1) {
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .radio ~ span.opacity {
            opacity: 0.4;
        }

            .radio ~ span.opacity:hover, .radio:checked ~ span.opacity {
                opacity: 1;
            }

        .radio ~ span:hover {
            filter: grayscale(0);
        }

    .radio:checked ~ span {
        filter: grayscale(0);
    }

.switch {
    background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-left: -22px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    cursor: pointer;
    margin-top: 43px;
}

    .switch i {
        font-size: 18px;
    }

.steps-container {
    width: 100%;
    position: relative;
    z-index: 1;
}


.travel .progressbar li {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    background: none !important;
    padding-left: 0;
    font-size: 90%;
}



.travel .progressbar {
    counter-reset: step;
}

    .travel .progressbar li:before {
        content: '';
        counter-increment: step;
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto 2px auto;
        border-radius: 50%;
        line-height: 37px;
        background: white;
        color: #bebebe;
        text-align: center;
        font-weight: bold;
    }

    .travel .progressbar li:nth-of-type(1):before {
        background-color: #fff;
        background-image: url(../icons/BusinessCase.svg);
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .travel .progressbar li:nth-of-type(2):before {
        background-color: #fff;
        background-image: url(../icons/Approver.svg);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .travel .progressbar li:nth-of-type(3):before {
        background-color: #fff;
        background-image: url(../icons/Documents.svg);
        background-size: 15px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .travel .progressbar li:nth-of-type(4):before {
        background-color: #fff;
        background-image: url(../icons/DiscussionForum.svg);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .travel .progressbar li:nth-of-type(5):before {
        background-color: #fff;
        background-image: url(../icons/TravelAuthourity.svg);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .travel .progressbar li.active {
        color: #8B1D82;
        font-weight: bold;
    }

        .travel .progressbar li.active a {
            color: #8B1D82;
            text-decoration: none;
            display: block;
            margin-top: -53px;
            height: 50px;
            padding-top: 55px;
        }

    .travel .progressbar li:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #979797;
        top: 25px;
        left: -50%;
        z-index: -1;
    }

    .travel .progressbar li:first-child:after {
        content: none;
    }

    .travel .progressbar li:nth-of-type(1).active:before {
        background-image: url(../icons/BusinessCase_w.svg), linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
        background-size: 30px, contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .travel .progressbar li:nth-of-type(2).active:before {
        background-image: url(../icons/Approver_w.svg), linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
        background-size: 20px, contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .travel .progressbar li:nth-of-type(3).active:before {
        background-image: url(../icons/Documents_w.svg), linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
        background-size: 15px, contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .travel .progressbar li:nth-of-type(4).active:before {
        background-image: url(../icons/DiscussionForum_w.svg), linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
        background-size: 20px, contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .travel .progressbar li:nth-of-type(5).active:before {
        background-image: url(../icons/TravelAuthourity_w.svg), linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
        background-size: 20px, contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .travel .progressbar li.active + li:after {
        background: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
    }

    .travel .progressbar li.active:before {
        border: 0;
        background: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
        color: white;
    }


.travelCardNormal .card-body .form-control {
    border-radius: 5px;
    margin-top: 5px;
}

.travelCardNormal .card-body .label {
    font-weight: bold;
}



.travelNextButton {
    background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
    border-radius: 20px;
    padding: 10px 20px;
    color: #fff;
    border: 0;
}


@media (max-width: 768px) {
    .travelbox {
        flex-direction: column;
    }

        .travelbox .trvblock {
            border-right: 0;
            border-bottom: 1px solid #ccc;
        }

            .travelbox .trvblock:last-child {
                border-bottom: 0;
            }

    .switch {
        position: absolute;
        top: 108px;
        right: 4px;
        transform: rotate(90deg);
    }

    .travel .preferences .item {
        margin-bottom: 15px;
    }
}

.custom-file .custom-file-label {
    display: none;
}

.fa-plane-slash:before {
    content: "\e069";
}

.travelbox .trvblock:first-child {
    padding-right: 40px;
    min-width: 200px;
}

.dynamicLabel .day {
    font-weight: bold;
    display: inline-block !important;
    font-size: 2rem;
}

.dynamicLabel .month-year {
    font-size: 50%;
    margin-left: 10px;
    display: inline-block !important;
}

.travelbox .trvblock .dynamicLabel {
    font-weight: bold;
    display: block;
    font-size: 2rem;
    background-image: linear-gradient(90deg, #4D1D82 0%, #8B1D82 27.77%, #CF022B 71.6%, #F07D00 99.41%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


    .travelbox .trvblock .dynamicLabel ~ select {
        margin: 8px 0 7px 0;
        padding: 6px 5px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #ced4da;
        background-color: #fff;
    }

    .travelbox .trvblock .dynamicLabel ~ .calendarInput {
        margin: 7px 0 7px 0;
        padding: 6px 5px;
        border-radius: 5px;
        border: 1px solid #ced4da;
        background-color: #fff;
    }

.autocomplete-fixes-coreconnect {
    border-radius: .5rem !important;
    /* Match the border radius of SelectList */
}

    .autocomplete-fixes-coreconnect .badge {
        background-color: #eee !important;
        margin-left: 6px;
        color: #212529;
        font-size: .85em;
        /* Match the border radius of SelectList */
    }

/* Travel CSS End */
