form span.error {
    width: auto;
    border-color: red !important;
}

#datatable_wrapper {
    width: revert;
}

/* .uppar_wrapper {
    overflow-y: hidden;
    overflow-x: scroll;
} */

.feather {
    color: #000000;
}

.lucide {
    color: #000000;
    width: 13px;
    height: 13px;
}

/* .lucide {
    color: #6e6b7b;
    width: 15px;

} */

.checked {
    color: #ffaf00;
}

.submitSocialInfoButton .updateSocialInfoButton {
    float: right;
}

.button {
    background-color: #1c87c9;
    /* -webkit-border-radius: 60px; */
    /* border-radius: 60px; */
    border: none;
    color: #eeeeee;
    cursor: pointer;
    /* display: inline-block; */
    /* font-family: sans-serif;
    font-size: 20px; */
    /* padding: 5px 15px; */
    /* text-align: center;
    text-decoration: none; */
}

.websiteUrlSpan {
    padding-right: 0px !important;
    color: #6e6b7b !important;
}

.table-responsive {
    display: inline-masonry;
}

@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

.button {
    animation: glowing 1300ms infinite;
}

.kanban_board {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.kanban_block {
    width: 100%;
    padding: 20px;
    background-color: transparent;
    border-radius: 5px;
    margin-right: 5px;
}

.kanban_block:hover {
    background-color: #ebe8e8;
}


.kanban_block h3 {
    margin-top: 0;
    position: sticky;
    top: 0;
    background-color: #f5f5f5;
    z-index: 1;
}

.kanban_item {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    padding: 10px;
    width: 100%;
}

.kanban_item img {
    display: block;
    margin: auto;
    border-radius: 50%;
}

.kanban_item h4 {
    margin-top: 10px;
    text-align: center;
}

.kanban_item p {
    margin: 4px 0;
}

.kanban_item a {
    display: block;
    /* text-align: center; */
    color: #000000;
    text-decoration: none;
}

.candidate_info img {
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 768px) {
    .kanban_board {
        flex-wrap: wrap;
    }

    .kanban_block {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }

    .kanban_item img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .kanban_block {
        width: 100%;
    }

    .kanban_item img {
        max-width: 100%;
    }
}

.v_scroll {
    height: 100vh;
    overflow-y: scroll;
}



.navbar {
    position: relative;
}

.dropdown-search-link {
    position: relative;
}

.input-group {
    width: 100%;
    padding: 0px !important;
}

.search_group {
    width: 500px;
    padding: 0px !important;
}

#search-results {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    max-height: 600px;
    overflow-y: auto;
    width: -webkit-fill-available;
}

.search_card {
    width: 500px;
    margin-bottom: 0 !important;
}

.hide {
    display: none;
}


.kanban_item_green {
    background-color: #acdeda;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    padding: 10px;
    width: 100%;
}


/* .select2-selection__rendered{
    color: black !important;
}
.select2-selection__rendered{
    color: black !important;
} */

/* Default (placeholder/unselected) color */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: grey;
    /* Set default (unselected) color to grey */
}

/* Selected option color */
.select2-container--default .select2-selection--single .select2-selection__rendered.select2-selection__rendered-selected {
    color: grey !important;
    /* Set selected option color to black */
}

label.error {
    display: block;
}

.overview h6,
.overview a {
    line-break: anywhere;
}

.dataTable_wrapper {
    width: 98%;
    overflow: hidden;
}

.wrapper2 .div2,
.wrapper1 .div1 {
    width: 100% !important;
}

.wrapper1,
.wrapper2 {
    width: 100%;
    overflow: unset !important;
}

table.dataTable td,
table.dataTable th {
    padding: 5px 12px 5px 5px !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

.navigation {
    font-size: 1rem !important;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
    width: 250px !important;
}

/* html .content {
    margin-left: 250px !important;
} */

.wrapper1 {
    display: none;
}

html .content .content-wrapper .content-header-title {
    font-size: 20px !important;
}

/* Communication */

input.starLabel {
    display: none;
}

label.starLabel {
    float: right;
    padding: 10px;
    font-size: 20px;
    color: #444;
}

input.starInput:checked~label.starLabel:before {
    content: "★";
    color: #ffc700;
    transition: all 0.25s;
}

input.starInput-5:checked~label.starLabel:before {
    color: #ffc700;
    text-shadow: 0 0 5px #7f8c8d;
}

input.starInput-1:checked~label.starLabel:before {
    color: #ffc700;
}

label.starLabel:before {
    content: "★";
    font-family: FontAwesome;
}

input.starInput {
    display: ruby-text;
}

.justify-content-start label.error {
    display: table;
}

.evaluationScoreCard {
    display: none;
}

.evaluationScoreCard.active {
    display: block;
}

.holdForFutureReferences {
    color: #ffaf00;
}

.feedbackComment {
    display: none;
}

.feedbackToggleBtn {
    cursor: pointer;
}

.feedbackToggleBtn h4,
.feedbackToggleBtn p {
    font-size: 15px;
}

.table-hover tbody tr {
    cursor: default;
}

/* .position-relative {
    width: 100% !important;
} */

.position-relative .select2-container {
    width: 100% !important;
}

.searchSkills {
    margin: 20px;
}

.table-responsive {
    scrollbar-width: thin;
}

.candidateBookMark svg {
    width: 18px;
    height: 18px;
    color: #BEBEBE;
}

.candidateBookMark {
    cursor: pointer;
}

.candidateBookMark svg.checked {
    fill: #EBBA4F;
    color: #EBBA4F !important;
}

.candidate-name {
    display: flex;
}

/* .table tfoot th,
.table thead th {
    min-width: 140px;
} */

.table thead th:first-child {
    min-width: 20px;
}

.offer-letter-body label.error {
    text-align: start;
}

#group_form_page #permission-div {
    margin-top: 15px;
}

.header-navbar.floating-nav {
    position: absolute;
}
/******* Mahesh CSS start here *******/
table.dataTable {
    table-layout: fixed;
    word-break: break-all;
}
#interviewtable .table thead th:nth-child(2),
#interviewtable .table tbody td:nth-child(2){
    width:170px;
}
#interviewtable .table thead th:nth-child(1),
#interviewtable .table tbody td:nth-child(1){
    width:50px;
}
@media (max-width: 767px) {
    table.dataTable {
        table-layout: auto;
        word-break: keep-all;
    }
    #interviewtable .table thead th:nth-child(2),
    #interviewtable .table tbody td:nth-child(2),
    #interviewtable .table thead th:nth-child(1),
    #interviewtable .table tbody td:nth-child(1){
        width:100%;
    }
}
@media (max-width: 768px) and (max-width: 1023px) {
    table.dataTable {
        table-layout: auto;
        word-break: keep-all;
    }
}

@media (max-width: 1024px) and (max-width: 1200px) {
    table.dataTable {
        table-layout: auto;
        word-break: keep-all;
    }
}


.auth-inner .brand-logo img{
    width: 280px;
}

@media (max-width: 600px) {
    .auth-inner .brand-logo img {
        margin: 0 auto !important;
        display: block !important;
    }
    .auth-inner .brand-logo {
        left: auto !important;
        padding-right: unset;
    }
}