 .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
.login-body{
    background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #6bc04b 50%, #6bc04b 100% );
    height: 100vh;
}
.main{
    padding-left: 25px;
    /* margin: 10px 0px; */
    height: 100%;
}
.header{
    background-color: #ffffff;
    height: 82px;
}

.company-logo{
    height: 50px;
    width: 100px;
    margin: 15px 35px 15px 10px;
    /* vertical-align: middle; */
}
/* .navbar-collapse{
    z-index: 999;
} */

.nav-item{
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 14px;
    margin-top: 15px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: white;
}
.navbar-toggler{
    background-color: #ffffff;
}
.categories{
    color: black;
}
li.nav-item :hover{
    color: #6bc04b;
    border-bottom: none;
}
li.nav-item a{
    border-bottom: 5px solid #ffffff;
    padding-bottom: 16px;
}
li.nav-item a:hover{
    color: #6bc04b;
    border-bottom: 5px solid #6bc04b;
    padding-bottom: 16px;
}
.nav-arrow-icon{
    height: 20px;
    width: 320px;
    color: black;
}
#menu li {
    float: left;
    display: inline;
    position: relative;		
    white-space: nowrap;
    margin-right: 10px;  
  }

  #menu a {
    display: block;
   
  }
  
  .dropdown-menu{
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
  }
  #menu ul.menus {
    height: auto;
    position: absolute;
    z-index: 99;
    display: none;
    border: 0;
  }

  #menu ul.menus li {
    display: block;
    width: 100%;
    text-transform: none;
  }

  #menu li:hover ul.menus {
    display: block
  }

  #menu ul.menus .has-submenu:hover .submenu {
    display: block;
  }

  ul.menus.dropdown-menu{
      padding-top: 0px;
      padding-bottom: 0px;
  }
  ul.menus.dropdown-menu li a.dropdown-item{
padding-top: 8px;
padding-bottom: 8px;}
  :root {
    --avatar-size: 3rem;
    /* change this value anything, e.g., 100px, 10rem, etc. */
  }
.circle {
    background-color: #6bc04b;
    border-radius: 90%;
    height: var(--avatar-size);
    text-align: center;
    width: var(--avatar-size);
}
.comment-circle{
    background-color: #6bc04b;
    border-radius: 90%;
    height: var(--avatar-size);
    text-align: center;
    width: var(--avatar-size);
    margin-left: 20px;
}
.initials {
    font-size: 20px;
    line-height: 1;
    color: white;
    position: relative;
    top: calc(var(--avatar-size) / 4);
}
.comment-initials{
        cursor: pointer;
        font-size: 23px;
        line-height: 1;
        color: white;
        position: relative;
        top: calc(var(--avatar-size) / 4);
}
.comment-text{
    margin-top: 8px;
}
.username{
    font-size: 20px;
    font: bold;
}
.text-muted{
    /* margin: 5px 5px -10px; */
    margin: -17px 5px 2px;
}
li.avatar .circle :hover{
    color: #ffffff;
}
li.avatar .profile{
 color: #000;
}
.avatar-dropdown{
    right: 0;
}
.dashboard a:hover{
    color: #6bc04b;
}
.content{
    background-color: #f4f4f4;
    min-height: 830px;
    /* border-bottom: 5px solid #f4f4f4; */
    box-shadow: 0px -2px 2px 0px #d5dbdb;

}
.main-content{
    margin:20px 5px 0px 20px;
    padding: 0 15px;
}
.heading{
    margin-top: 30px;
    /* font-weight: 600; */
}

.arrow-icon{
    height: 16px; 
    width: 40px;
    transform: rotate(270deg);
    margin: 13px 0px 0px 20px;
}
.dashboard{
    font-size: 20px;
    text-decoration: none;
    color: black;
    margin-left: 10px;
    margin-top: -5px;
}
.landing-cards{
 margin-top: 20px;
}
.card-block{
    margin: 15px;
    min-height: 160px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 1px #ffffff;
}
.card-block:hover{
    cursor: pointer;
    box-shadow: 0px 1px 2px 1px #c5b7b7;
}
.candidate-icon{
    height: 60px;
    width: 60px;
}
.candidate-count{
    font-size: 27px;
    font-weight: 700;
}
.main-heading{
    font-size: 27px;
}
.count{
    /* margin-right: 10px; */
    font-weight: 1000;
}
.card-title a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 600;;
}
.line{
    border: 1px solid #e7e4e4;
    width: 100%;
}
.more-info{
    font-size: 20px;
} 
.more-info-icon{
    height: 15px;
}
.footer{
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    justify-content: space-between;
    padding:0px 45px;
}
/* ADD CANDIDATE PAGE CSS */
.select2-container--default .select2-selection--single{
    height: 38px;
    /* background-color: #f4f4f4; */
    border: 1px solid #d2d6de;
    margin-top: -3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    margin-top: 5px;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
}
.primary-btn{
    margin-top: 35px;
    height: 40px;
    width: 100px;
    background-color: #6bc04b;
    border: 1px solid #6bc04b;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
}
.primary-btn-reset{
    margin-top: 35px;
    height: 40px;
    width: 100px;
    background-color: #ffffff;
    border: 1px solid black;
    border-radius: 4px;
    font-size: 16px;
}
.detail-page{
    background-color: #ffffff;
    margin-top: 10px;
    box-shadow: 0px 1px 2px 1px #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.card {
    padding: 30px 40px;
    height: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}

.form-control-label {
    margin: 8px 0px;
}

input,
textarea {
    width: 100%;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 200;
    /* background-color: #f4f4f4; */
}
.form-control-file
{
    background-color: white;
    border: none;
    padding-left: 0px;
    color: #a3a3a3;
    padding-bottom: 10px;
}

.form-control-file-walk-in
{
    border: none;
    padding-left: 0px;
    color: #a3a3a3;
}

/* input[type="file"]{
    margin-right: 320px;
} */
#candidate_additional_info{
    max-height: 100px;
    min-height: 100px;
}

.form-group.has-error .help-block {
    color: #dd4b39;
}

.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
    border-color: #dd4b39;
    box-shadow: none;
}

.form-group.has-error label {
    color: #dd4b39;
}
/* Login Page CSS */

  .login-page-container{
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
  }
  .card-registration{
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    /* padding: 0px 13px; */
    border-radius: 15px;
  }
  .card-body{
      padding: 0px;
  }
  .login-company-logo{
      margin: 50px 150px 20px;
      width: 30vh;
      
  }
  .btn-sign-in
  {
    height: 5vh;
    margin: 15px 0px;
    border: 1px solid #83cf67;;
    background-color: #83cf67;;
    border-radius: 4px;
    color: #ffffff;
  }
  
  #forgot{
      color: #a3a3a3;
      text-align: center;
      margin-left: 180px;
  }
  .login-heading{
    padding-top: 150px;
    font-size: 60px;
}

/* Candidate List CSS */
 .candidate-list{
     background-color: #ffffff;
     padding: 5px 0px;
     margin: 20px 0px 25px;
     border-radius: 5px;
     box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
 }
 
 .btn-primary{
    text-transform: uppercase;
    height: 38px;
    margin: 5px 0px;
    background: #6bc04b;
    border: 1px solid #6bc04b;
    
 }
 /* .sorting{
     min-width: 130px;
 } */
 thead .sorting:before{
      content: "↑";
      right: 1em;
  }
  table.dataTable>thead .sorting:before{
      color: #302d2d;
  }
  table.dataTable>thead .sorting:before{
      opacity: 1 !important;
  }
  #user_list thead tr th.sorting::after {
    opacity: 1 !important;
    color: #302d2d;

}
  #user_list_filter label{
    padding-right: 20px;
  }
  #user_list_paginate.paging_simple_numbers{
      padding-right: 15px;
      margin-top: 10px;
  }
  #user_list_info{
      padding-left: 10px;
      margin-bottom: 20px;
  }
#user_list thead tr th.sorting::after{
    content: "↓";
    right: 0.5em;
}
.candidate-list table thead tr{
    background-color: #f7f5f5;
    border-top-color: inherit;
    border-style: solid;
}
.dataTables_wrapper{
    padding: 0px 10px 0px 12px;
}
.table>:not(:last-child)>:last-child>* {
    border-color: inherit;
    border-style: solid;
}
.table-striped>tbody>tr:nth-of-type(2n){
      background-color: #f7f5f5;
  }

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: white;
    color: var(--bs-table-striped-color);
}
.candidate-list table tr td, .candidate-list table tr th{
    padding: 15px 10px;
}
.fa-eye, .fa-pencil,.fa-globe-asia,.fa-times-circle,.fa-comment, .fa-plus{
    padding: 0px 5px;
    color: #6bc04b;
}
a.disabled .fa-pencil{
    color: gray;
}

.box-title{
    font-size: 26px;
}
.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.pagination {
    margin: 10px 0px 15px 0px;
    text-align: right;
    padding-right: 20px;

}
.page-item:first-child .page-link {
    border-radius: 30px 0 0 30px;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
    background-color: #eee;
    color: #333;
    cursor: pointer;
    
}
.page-item:last-child .page-link{
    border-radius: 0 30px 30px 0;
    margin-left: 10px;
    border: 1px solid #e0e0e0;
    background-color: #eee;
    color: #333;
    cursor: pointer;
}

.page-link {
    /* display: inline-block;
    padding: 5px 10px;
    margin: 0px 10px; */
    border: 1px solid #e0e0e0;
    background-color: #eee;
    color: #333;
    cursor: pointer;
    transition: background 0.1s, color 0.1s;
}
.page-num{
    margin: -3px;
}
.pagination-button:last-of-type {
    border-radius: 0 18px 18px 0;
}
.dataTables_filter { display: none; }

 .page-item.active .page-link{
     background-color: #6bc04b;
     border: 1px solid #6bc04b;
 }


/* Candidate View Page css */
.box {
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    /* border-top: 3px solid #d2d6de; */
    width: 100%;
    padding: 15px;
    margin: 20px 0px 10px;
}

.form-group{
    margin-bottom: 10px;
}
.img-circle {
    width: 50px;
    border-radius: 50%;
}
.text-muted{
    float: right;
}
.box-comments{
    height: auto;
    border: 1px solid #f4f4f4;
    margin-bottom: 20px;
    padding: 20px 4px;
    background: #f4f4f4;
    box-shadow: 2px 2px 2px 2px lightgrey;
    border-radius: 4px;
}
.candidate-profile{
    width: 60px;
}
.profile{
    margin-top: 10px;
}
.view-profile-name{
    margin-top: 320px;
    padding-left: 15px;
    font-size: 20px;
    padding-right: 20px;
}
.personal-details{
    margin: 10px;
}
.view-line{
    width: 100%;
    border: 1px solid #7a66664a;
}
.values{
    text-decoration: none;
    color: rgb(62, 159, 189);
    word-break: break-word;
}
.comment{
    height: 100px;
    margin: 20px 20px 20px 0px;
    width: 350px;
    color: black;
}
.form-control {
    border-radius: 4px;
    box-shadow: none;
    border-color: #d2d6de;
    /* background-color: #f4f4f4; */
    width: 100%;
    margin-right: 10px;
}
.select-hiring-status{
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #d2d6de;
    border-radius: 4px;
    margin-right: 15px;
    padding-left: 10px;
}
.update-btn{
    height: 37px;
    width: 110px;
    border-radius: 4px;
    color: #ffffff;
    background: #6bc04b;
    border: 1px solid #6bc04b;
    font-size: 16px;
    text-transform: uppercase;
}
.inprogress-btn{
    height: 30px;
    padding: 0px 15px;
    border-radius: 15px;
    color: #eb8a14;
    background: #ffffff;
    border: 2px solid #eb8a14;
    vertical-align: middle;
}
.interview-history-btn{    
    height: 37px;
    border-radius: 4px;
    color: black;
    background: white;
    border: 1px solid #a3a3a3;
    text-transform: uppercase;
}
/* Interview Calendar CSS */
.select-card{
    padding: 10px 30px 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    border: none !important;
    border-radius: 5px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
}
.select-interviewer{
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    border-radius: 5px;
}
.page-btn{
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
    height: 50px;
    width: 50px;
}
.today-btn{
    text-transform: uppercase;
    border-radius: 4px;
    width: 100px; 
    height: 50px;
    margin-left: 20px;
    background-color: #ffffff;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
}
.reset-btn{
    text-transform: uppercase;
    height: 37px;
    width: 110px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid black;
    margin-right: 10px;
}
.week-btn{
    text-transform: uppercase;
    width: 70px;
    height: 50px;
    background-color: #6bc04b;
    border: 1px solid #6bc04b;
    color: #ffffff;
}
.day-btn{
    text-transform: uppercase;
    width: 70px;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #a3a3a3;
    color: #a3a3a3;
}

/* Profile Page CSS */
.profile-body{
    background-color: #ffffff;
    margin: 30px 0px 30px;
    border-radius: 6px;
}
.profile-view{
    padding: 15px 0px;
}
.fc-scroller{
    overflow: visible scroll;
}
.selectType{
    height: 40px;
    border-radius: 4px;
    /* background-color: #f4f4f4; */
    border: 1px solid #ccc;
    padding-left: 10px;
}

/* Interview Schedule Page  */
.interview-card{
    padding: 15px 20px;
    margin: 30px 0px 30px;
    border-radius: 10px;
    background-color: #ffffff;
}
.input-group-addon{
    padding: 8px 12px 8px 13px;
    border: 1px solid #ccc;
    height: 42px;
    margin-top: 5px;
    width: 44px;
    border-radius: 4px 0px 0px 4px;
    background: #f4f4f4;
}
.input-group-block{
    border-radius: 0px 4px 4px 0px;
}
.input-group-time{
    padding: 8px 12px 8px 13px;
    border: 1px solid #ccc;
    height: 42px;
    margin-top: 5px;
    width: 44px;
    border-radius: 0px 4px 4px 0px;
    background: #f4f4f4;
}
.input-group{
    border-radius: 4px 0px 0px 4px;
    height: 52px;
}
#fromTime{
    margin-right: 0px;
}
#toTime{
    margin-right: 0px;
}
.fa-calendar:hover{
    cursor: pointer;
}
.fa-clock:hover{
    cursor: pointer;
}

/* ADD Questions */
.add-question-card{
    padding: 10px 30px 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    border: none !important;
    border-radius: 7px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
}
#select-question-type{
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    border-radius: 4px;
}
.question-set-btn{
    background-color: #6bc04b;
    border: 1px solid #6bc04b;
    color: #ffffff;
    width: 185px;
    height: 38px;
    border-radius: 4px;
    text-transform: uppercase;
}
.remove_field{
    color: #6bc04b;
    padding: 10px 20px;
    text-decoration: none;
}
input[type="radio"] {
    height: 20px;
    width:20px;
    margin: 15px 10px;
  }

  input[type="checkbox"] {
    height: 15px;
    width:20px;
    margin: 15px 10px;
  }
#multiple-select{
    width: 50%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    
}
/* Screening Question Set */
.fa-trash-alt{
    color: #6bc04b;
    padding: 0px 5px;
}
.delete-choice-formbuilder >.fa-trash-alt{
    color:#ba3f3f;
}

.btn-success, .submit{
    background-color: #6bc04b;
    border-color: #6bc04b;
    text-transform: uppercase;
}

/* View Questions Set */
.view-question-card{
    padding: 10px 30px 20px;
    margin: 20px 0px 15px;
    border: none !important;
    border-radius: 7px;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
    background-color: white;
}
.list-type{
    font-size: 16px;
    padding: 20px 0px 10px;

}

.formbuilder-form-field{
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 20%);
}

.field-label,.choice-label{
    margin: 0px 20px 0px 0px;
    /* width: 650px; */
}

.toggle-required,.toggle-selected{
    height: 12px !important;
    width: 15px !important;
}

.add-choice{
    border-radius: 4px;
    color: #ffffff;
    background: #6bc04b;
    border: 1px solid #6bc04b;
    font-size: 15px;
    margin: 0px 15px 20px 15px;
    text-transform: uppercase;
}
.choices-select{
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #d2d6de;
    border-radius: 4px;
    margin-right: 15px;
    padding-left: 10px;
}

.option-label{
    padding-left: 30px;
    margin-top: 15px;
}

#sjfb .delete-choice-formbuilder {
    margin-right: 5px;
}

.btn-danger{
    background: #ba3f3f;
    border: 1px solid #ba3f3f;
    text-transform: uppercase;
}
.list-unstyled{
    padding: 15px;
    text-align: center;
}
.formbuilder-li{
    padding: 15px;
}

/* Create Question Set Form */
.btn-block{
    text-align: left;
}
.fa-text,.fa-list-ol,.fa-caret-down{
    padding-right: 10px;
}
.fa-dot-circle{
    padding-right: 8px;
}
.fa-check-square{
    padding-right: 28px;
}
.select-form-field{
    background-color: whitesmoke;
    box-shadow: 2px 2px 2px 2px darkgray;
    padding: 20px 0px;
    border-radius: 4px;
    width:23%;
    max-height: 380px;
    
}
.btn-social.bg-maroon{
    border: 1px solid indianred;
    background: indianred;
    color: white;
    width: 185px;
    margin: 10px 0px 10px;
}
.btn-social.btn-bitbucket{
    background: lightseagreen;
    color: white;
    border: 1px solid lightseagreen;
    width: 185px;
    margin-bottom: 10px;
}
.btn-social.bg-purple{
    background: palevioletred;
    color: white;
    border: 1px solid palevioletred;
    width: 185px;
    margin-bottom: 10px;
}
.btn-social.bg-orange{
    background: darkseagreen;
    color: white;
    border: 1px solid darkseagreen;
    width: 185px;
    margin-bottom: 10px;
}
.btn-social.bg-navy{
    background: steelblue;
    color: white;
    border: 1px solid steelblue;
    width: 185px;
    margin-bottom: 10px;
}

.alert-success {
    color: white;
    background-color: #4ca64c;
    border-color: #4ca64c;
    margin: 15px 0px 0px 0px;
}
.alert-danger{
    margin: 15px 0px 0px;
    background-color: #ff6f6f;
    border-color: #ff6f6f;
    color: white;
}
.alert-warning {
    color: white;
    background-color: #e5ac44;
    border-color: #e5ac44;
}
#showMessageDiv2{
    margin-top: 20px;
}
.close{
    border: none;
    margin-top: -8px;
    margin-right: 3px;
    background: none;
    color: white;
    font-size: 25px;
    float: right;
}
.close-button{
    margin-right: 0px;
    font-size: 23px;
    background: none;
    border: none;
}
.modal{
    background:rgba(0,0,0,0.3)
}
.modal-content{
    border-radius:0;
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125);
    box-shadow:0 2px 3px rgba(0,0,0,0.125);
    border:0
}
.select2-container--default .select2-selection--multiple{
    margin-top: 6px;
    /* background-color: #f4f4f4; */
    border-color: #ccc;
    padding-left: 10px;
    /* height: 37px; */
}
.input-group{
    flex-wrap: nowrap;
}
.datepicker,.datepicker-days,.table-condensed{
    min-width: 250px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: white;
    background-color: #6bc04b;
    border: #6bc04b;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: white;
}
#timecheckmsg{
    font-size: 0.9rem;
    color: #e94c4c;
}
#timecheckmsg2{
    font-size: 0.9rem;
    color: #e94c4c;
}
.modal-backdrop{
    opacity: 0.6;
 }

.modal-header{
    border-bottom-color:#f4f4f4
}
.modal-footer{
    border-top-color:#f4f4f4
}
.modal-primary .modal-header,.modal-primary .modal-footer{
    border-color:#307095
}
.modal-warning .modal-header,.modal-warning .modal-footer{
    border-color:#c87f0a
}
.modal-info .modal-header,.modal-info .modal-footer{
    border-color:#0097bc
}
.modal-success .modal-header,.modal-success .modal-footer{
    border-color:#00733e
}
.modal-danger .modal-header,.modal-danger .modal-footer{
    border-color:#c23321
}
.interview-reset{
    font-size: 16px;
    margin-top: -5px;
    margin-left: 10px;
    height: -52px;
    padding-top: 7px;
    text-transform: uppercase;
}
.fa-calendar, .fa-clock{
    color: gray;
}
.time{
    font-size: 17px;
}
.feedback-box{
    position: relative;
    border-radius: 4px;
    background: #f4f4f4;
    width: 100%;
    padding: 15px;
    margin: 20px 0px 10px;
    box-shadow: 2px 2px 10px 2px lightgrey;
}
.nav {
    display: block;
    flex-wrap: wrap;
    padding-left: 20px;
    list-style: none;
}
li.que-list a{
    text-decoration: none;
    color: black;
}
.answer{
    margin: 10px 0px 15px;
}
.que-list{
    border: 1px solid white;
    background: white;
    margin-bottom: 15px;
    padding: 10px 0 0 10px;
    box-shadow: 2px 2px 2px 2px lightgrey;
    border-radius: 4px;
}
.btn-info{
    text-transform: uppercase;
    border-color: #6bc04b;
    background: #6bc04b;
    color: white;
    margin-top: -10px;
}
.btn-info:hover{
    border-color: #6bc04b;
    background: #6bc04b;
    color: white;
    margin-top: -10px;
}
.btn-flat{
    height: 28px;
    padding-top: 0px;
    margin-left: 10px;
}
.update-btn:hover{
    color: white;
}

.btn-warning {
    text-transform: uppercase;
    color: white;
    background-color: #6BC04A;
    border-color: #6bc04b;
    font-size: 15px;
}
.btn-warning:hover {
    color: white;
    background-color: #6BC04A;
    border-color: #6bc04b;
    font-size: 15px;
}
.btn-cancel{
    border: 1px solid #000;
    text-transform: uppercase;
}
.modal-footer .btn-cancel{
    border: 1px solid #000;
    text-transform: uppercase;
    height: 35px;
}
.btn-success:hover {
    color: #fff;
    background-color: #6bc04b;
    border-color: #6bc04b;
}
.showDeclinedForm{    
    background: white;
    border: 0px;
}

.candidate-move-employee {
    color: white;
    background-color: #6bc04b;
    border-color: #6bc04b;
    margin: 15px 0px 0px 0px;
}

.candidate-blacklist {
    color: #000;
    background-color: #ced4da;
    border-color: #ced4da;
    margin: 15px 0px 0px 0px;
}
.fa-file{
    color: #0d6efd;
}
.mailbox-attachment-name{
    text-decoration: none;
}
.btn-check:focus+.btn-success, .btn-success:focus{
    background-color: #6bc04b;
    border-color: #6bc04b;
}

.login-alert-danger{
    margin: 15px 15px 0px 30px;
    background-color: #ff6f6f;
    border-color: #ff6f6f;
    color: white;
}
.formbuilder-li{
    display: flex;
    align-items: center;
}
.list-unstyled .formbuilder-li label:first-child{
    flex-grow: 1;
    padding-right: 20px;
}
.pannel{
    text-align: center;
}

.pannel{
    text-align: center;
}
.formBuilderLabel{
    margin-top: 10px;
}

.showDeclinedInterview{
    background: none;
    border: none;
}
.btn-check:focus+.btn-info, .btn-info:focus{
    background-color: #6bc04b;
    border-color: #6bc04b;
    color: white;
}

.select2-container .select2-choice {
    padding: 5px 10px;
    height: 40px;
    width: 132px; 
    font-size: 1.2em;  
}

.status-button{
    border:1px solid #6bc04b;
    background-color: white;
    font-size: 16px;
    border-radius: 15px;
    color: #6bc04b;
    margin-left: 5px;
    padding: 0px 10px;
}


/*tooltip css*/
.tooltip-inner {
    background-color: #fff;
    box-shadow: 0px 0px 2px black;
    color: #000;
  }

  .tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #6bc04b !important;
  }

  .tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #6bc04b !important;
  }

  .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #6bc04b !important;
  }

  .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #6bc04b !important;
  }
  .decline-interview-button{
    border: 1px solid red;
    border-radius: 15px;
    color: red;
    font-size: 16px;
    background-color: #ffffff;
    margin: 0 10px 0;
    padding: 0 10px 0;
}

.hiring_cadidate_status{
    padding-top: 2px;
    padding-left: 9px;
}
.delete-comment >.fa-trash-alt{
    color: red;
    align-items: center;
    margin-top: 15px;
}
.divider{
    width: 100%;
    border: 1px solid #7a66664a;  
}
.direct-chat-messages{
    transition: transform .5s ease-in-out;
}
.direct-chat-msg {
    margin-bottom: 30px;
    display: block;
    margin-top: 30px;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}   
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}
.clearfix:before{
    display: table;
    content: " ";
}
.direct-chat-name{
    font-weight: 600;
    float: left !important;
}
.direct-chat-timestamp {
    color: #6c6666;
}
.pull-right{
    float: right!important;
}
.clearfix:after{
    clear: both;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 25px;
    color: #444;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: 8px solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-msg:after {
    clear: both;
}

.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.comment-initials{
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: calc(var(--avatar-size) / 5);
}

.comment-profile-circle{
    background-color: #6bc04b;
    border-radius: 90%;
    height: 3rem;
    text-align: center;
    width: 3rem;
}
.form-group .error {
    color: #dd4b39;
}
.blacklist-btn{
    border:1px solid #333;
    text-transform: uppercase;
    color: #333;
    border-radius: 15px;
    margin: 10px;
}
.mark-btn{
    border:1px solid #cb4343;
    text-transform: uppercase;
    background-color: #cb4343;
    color: #ffffff;
    border-radius: 5px;
    margin: 10px;
}



.direct-chat-messages{
    transition: transform .5s ease-in-out;
}
.direct-chat-msg {
    margin-bottom: 30px;
    display: block;
    margin-top: 30px;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}   
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}
.clearfix:before{
    display: table;
    content: " ";
}
.direct-chat-name{
    font-weight: 600;
    float: left !important;
}
.direct-chat-timestamp {
    color: #9f9b9b;

}
.pull-right{
    float: right!important;
    font-size: 14px;
}
.clearfix:after{
    clear: both;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 6px 15px 2px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 25px;
    color: #444;
    max-width: 75%;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: calc(50% - 5px);
    border: 8px solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-msg:after {
    clear: both;
}

.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.comment-initials{
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: calc(var(--avatar-size) / 4);
    cursor: pointer;
}

.comment-profile-circle{
    background-color: #6bc04b;
    border-radius: 90%;
    height: 3rem;
    text-align: center;
    min-width: 3rem;
}
.dltComment{
    background-color: #ffffff;
    border: none;
}
.delete-comment .dltComment >.fa-trash-alt {
    color: #ba3f3f;
    margin-left: 5px;

}
.blank-field{
    position: absolute;
    /* background: red; */
    height: 50px;
    width: 92%;
    left: 7.5%;
}
.select2-search.select2-search--inline{
    margin-bottom: -5px;
}  
.update-btn.disabled{
    background: gray;
    border: 1px solid gray;
}

/*
commenting because candidate skills not working
  .choose-position .select2-search {
    display: none;
  }
 */ 
  .choose-position .select2-results__option {
    display: flex;
    align-items: center;
  }
  
  .choose-position .select2-results__option .img-flag {
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
  }
  
  .choose-position .select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #c9c9c9 !important;
    outline: 0;
  }
  
  .choose-position span.select2-selection.select2-selection--single {
    outline: none;
  }
  
  .choose-position .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    top: auto !important;
  }
  .select2-container .select2-search--inline .select2-search__field{
      margin-top: 8px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b{
      left: 10%;
      margin-top: 0;
  }
  .skills-tag {
    background: #6bc04b;
    display: inline-block;
    padding: 0.4em 0.7em 0.4em;
    font-size: 100%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35em;
    margin-right: 5px;
    margin-top: 10px;
  }  
  .alert-dismissible {
    padding-right: 10px;
}  
#showResumeLink{
    margin-top: 50px;
}
.notice-period-check{
    height: 15px !important;
    width: 32px !important;
    margin: 0px !important;
}
.btn-check:focus+.btn-warning, .btn-warning:focus{
    background-color: #6bc04b;
    border: 1px solid #6bc04b; 
    color: #fff;
    font-size: 15px;
}
#sjfb-sample label{
    margin: 7px 0px !important;
}
#sjfb-sample input[type="text"], #sjfb-sample select{
    height: 40px !important;
}
#sjfb-sample label{
    display: flex !important;
    align-items: center;
}
.input-group-date{
    padding: 8px 12px 8px 13px;
    border: 1px solid #ccc;
    height: 42px;
    margin-top: 5px;
    width: 44px;
    border-radius: 4px 0px 0px 4px;
    background: #f4f4f4;
}
.refferal-table{
    border: 1px solid gray;
}
.attributes{
    background-color: #e9e5e5;
    border-bottom: 1px solid gray;
}
#referral_additional_info{
    min-height: 100px;
    max-height: 100px;
}
#vendor_additional_info{
    min-height: 100px;
    max-height: 100px;
}
.fa-ban, .fa-clone{
    color: #6bc04b;
}
.fa-check{
    margin-right: 10px;
}
.remove_field.referral-remove-field{
    width: 50px;
    display: flex;
    margin-top: 20px;
}
.remove_field.referral-remove-field >.fa-trash-alt{
    color:#ba3f3f;
}
@media screen and (max-width: 1365px){
    /* .navbar-collapse{
        z-index: 999;
        box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);

    }
    .navbar-nav{
        background: #ffffff;
        padding-left: 10px;
        max-width: 250px;
    }
    #navbarNavDropdown .nav-item:hover ul.menus {
            position: relative!important;
    } */

    .avatar .avatar-child{
        max-width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


@media screen and (max-width: 1200){
    .dataTables_wrapper{
        padding-left: 0px;
    }
}
@media (min-width:768px){
    .modal-content{
        -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.125);
        box-shadow:0 2px 3px rgba(0,0,0,0.125)
    }
}
@media screen  and (min-width: 1366px){
    .formBuilderLabel{
        width: 720px;
    }
}
@media screen  and (min-width: 1200px) and (max-width: 1365px){
    .formBuilderLabel{
        width: 500px;
    }
}
@media screen  and (min-width: 1024px) and (max-width: 1199px){
    .formBuilderLabel{
        width: 450px;
    }
}
@media screen  and (min-width: 991px) and (max-width: 1023px){
    .formBuilderLabel{
        width: 437px;
    }
}       
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    .blank-field{
        width: 85%;
        left: 15%;
    }
}
@media screen  and (min-width: 1024px) and (max-width: 1200px){
    .blank-field{
        width: 85%;
        left: 15%;
    }
}
@media screen  and (min-width: 1200px) and (max-width: 1365px){
    .blank-field{
        width: 88%;
        left: 12%;
    }
}
@media screen  and (min-width: 1366px){
    .blank-field{
        width: 89%;
        left: 11%;
    }
}

.add_btn {
    margin-left: 10px;
}

.success-img i {
    font-size: 150px;
    color: #63c43a;
    margin: 20px;
}

.error-img i {
    font-size: 150px;
    color:#e34343;
    margin: 20px;
}

.btn-primary:hover{
    color: #fff;
    background-color: #488531;
    border-color: #488531;
 }
.walk-in-registration-wrapper{
min-height: 100%;
}
.walk-in-registration-wrapper .card{
    height: calc(100vh - 180px);
}

.fa, .fas  {
    cursor: pointer;
}
.no-wrap {
    white-space: nowrap;
}

.jdEye {
    margin-left: 5px;
}
.is_disabled {
    pointer-events: none;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}

body.modal-open {
    overflow: hidden;
}

/* Optional: Prevent horizontal (X-axis) scrolling */
body.modal-open {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* a:hover {
    color:  #6bc04b !important;
} */