body.active-exam {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera, and Firefox */
}
/*----------------------------------------------------*/
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
.white-bg {
    background: #fff !important;
}
textarea {
    resize: none;
}
.login-body{
    background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #6bc04b 50%, #6bc04b 100% );
    height: 100%;
}
.main{
    /* padding-left: 25px; */
    /* margin: 10px 0px; */
    height: 100%;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after{
    bottom: 7px !important;
}
.border-dashed {
    border-bottom: 1px dashed #198754 !important;
}
span.codeReview,a.primary-text-color {
    cursor: pointer;
}
@media screen and (max-width: 992px){
.main .navbar-collapse{
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    top: 82px;
    background: #fff;
    position: absolute;
    z-index: 3;
    left: 0px;
    width: 100%;
}
.main .navbar-collapse .nav-link{
    padding: 0px;
}
.main .navbar {
    position: static;
}
}
.main .navbar .navbar-nav{
    padding-left: 15px;
}

.main .user{
    margin-left: auto;
    @media screen and (max-width: 992px){
        margin-right: 65px;
    }
}
.header{
    background-color: #ffffff;
    height: 75px;
    width: 100%;
    float: left;
}

.company-logo{
    height: 50px;
    width: 100px;
    margin: 12px 15px;
    /* vertical-align: middle; */
}
.dropdown-item.active, .dropdown-item:active{
    background-color: white;
}
.navbar-toggler{
    background-color: #ffffff;
    position: absolute;
    right:15px;
}
.categories{
    color: black;
}
#menu .nav-item{
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    margin-right: 15px;

    @media screen and (max-width: 992px){
        margin: 20px;
    }
}
#menu li.nav-item a {color: #000;}
#menu li.nav-item :hover{cursor: pointer;border-bottom: none;}
#menu > li.nav-item > a {padding-top: 18px;padding-bottom: 18px;border-bottom: 5px solid transparent;}
#menu li.nav-item a:hover, #menu li.nav-item a.active{
    color: #6bc04b;
    border-bottom: 5px solid #6bc04b;

    @media screen and (max-width: 992px){
        border-bottom: none;
        padding-bottom: 0px;
    }
}

#menu .nav-arrow-icon{
    height: 20px;
    width: 320px;
    color: black;
}
#menu li {
    float: left;
    display: inline;
    position: relative;		
    white-space: nowrap;
    margin-right: 25px;  
  }

  #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;}
.circle {
    background-color: #6bc04b;
    border-radius: 90%;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.comment-circle{
    background-color: #6bc04b;
    border-radius: 90%;
    height: var(--avatar-size);
    text-align: center;
    width: var(--avatar-size);
    margin-left: 20px;
}
.initials {
    text-align: center;
    font-size: 15px;
    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; */
    min-height: 81vh;
    /* border-bottom: 5px solid #f4f4f4; */
    box-shadow: 0px -2px 2px 0px #d5dbdb;
    width: 100%;
    float: left;

}
.main-content{
    padding: 0 15px;
}
.heading{
    margin-top: 30px;
    /* font-weight: 600; */
}

.arrow-icon{
    height: 16px; 
    width: 40px;
    transform: rotate(270deg);
}
.dashboard{
    font-size: 17px;
    text-decoration: none;
    color: black;
    margin-top: -5px;
}
.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;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #d2d6de;
    /* margin-top: -3px; */
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    margin-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
}
.primary-btn{
    margin-top: 20px;
    height: 40px;
    width: 120px;
    background-color: #6bc04b;
    border: 1px solid #6bc04b;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
}
.primary-btn-reset{
    margin-top: 20px;
    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;
}
.review-ans ul li {
    list-style: none;
    padding-left: 6px;
}
.question-answer code,.result-candidate code {
    max-width: 100%;
    white-space: pre-wrap;
}
.card {
    padding: 20px 35px 10px;
    border: none !important;
    background: none;
}
.result-candidate .green-bg h6, div#resultBlock h6 {
    margin-bottom: 0px;
    color: #fff;
}

.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;
}

#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: 60px;
    padding-bottom:40px;
    /* 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;
  }
  .login-heading{
    padding-top: 100px;
    font-size: 60px;
    text-align: center;
}

/* Candidate List CSS */
.default-layout {
    background-color: #ffffff;
    padding: 5px 0px 20px;
    margin: 20px 0px 0px;
    border-radius: 5px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    float: left;
}
 
 .btn-primary, .swal2-confirm {
    height: 38px;
    margin: 5px 0px;
    background: #6bc04b !important;
    border: 1px solid #6bc04b !important;
    box-shadow: none !important;
}

.btn-primary-reset{
    height: 38px;
    margin: 5px 0px;
    background-color: #ffffff;
    border: 1px solid black;
    border-radius: 4px;
    box-shadow: none !important;
}

.btn-primary-reset:hover {
    background: #f7f7f7;
    color: #000;
}

.swal2-confirm {
    line-height: 18px;
}
.swal2-confirm:focus {
    box-shadow: none !important;
}
.swal2-cancel:focus {
    box-shadow: none !important;
}
.swal2-confirm, .swal2-cancel {
    padding: 10px 20px !important;
    height: 40px;
    line-height: 18px;
}
button:focus {
    box-shadow: none !important;
}
.removeOption {margin-top: 13px;display: block;}

 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;
}
.categories-list table thead tr{
    background-color: #f7f5f5;
    border-top-color: inherit;
    border-style: solid;
}
.dataTables_wrapper{
    padding: 0px 10px 0px 10px;
}
.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);
}
.categories-list table tr td, .categories-list table tr th{
    padding: 7px 10px;vertical-align: middle;
}
.fa-eye, .fa-pencil,.fa-globe-asia,.fa-times-circle,.fa-comment{
    padding: 0px 5px;
}
.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;

}
.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: 0px 5px;
    position: relative;
    top: 2px;
}
#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;
}
.choices {
    margin-bottom: 0px !important;
}
.show-batch-box {
    display: none !important;
}

.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;
}
.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;
  }
  .tooltipText table tr th {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
}

  .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: 0%;
      margin-top: 10px;
  }

  .select2-container--open .select2-dropdown--below {
        z-index: auto !important;
    }

  .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;
  }  

#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;
}

/*Online Exam Form*/
.amla-online-exam {
    background: #fff;
    border-radius: 2px;
    padding: 0px 0px;
    height: 100%;
}
.amla-online-exam .online-questions {
    margin: 30px 30px;
    box-shadow: 1px 0px 15px 6px #cccccc61;
    border-radius: 5px;
}
.exam-category{
    background: #69C049;
    color: #fff;
    padding: 5px 20px;
}
.exam-category h5{
    margin-bottom: 0px;
}
.exam-category .help{
    color: #000;
}
.Questions {
    padding: 15px 20px;
    color: #A2A3A6;
}
.online-questions .nav h5{
    background: #6C6D72;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0px
}
.online-questions .nav{
    background-color: #CECDD1;
    padding-left: 0px;
}
.online-questions .nav .nav-link{
    color: #6A696A;
    background-color: #CECDD1;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}
.online-questions .nav .nav-link.active {
    color: #fff;
    background-color: #69c049;
    position: relative;
}
.online-questions .nav .nav-link.active::before{
    display: inline-block;
    width: 15px;
    height: 25px;
    content: "";
    border-top: 23px solid transparent;
    border-right: 16px solid;
    border-bottom: 23px solid transparent;
    border-left: 0px solid transparent;
    color: #69c049;
    position: absolute;
    left: -16px;
    top: 0px;
}
.Questions .exam-timer span {
    color: #e45f26;
}
.Questions .select-question{
    font-size: 18px;
    font-weight: 500;
}
.Questions .select-question ul li{
    float: left;
    list-style: none;
    padding: 0px 8px;
}
.online-exam-pagination li span{
    width: 25px;
    display: block;
    height: 25px;
    border-radius: 30px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
}
.online-exam-pagination ul{
    padding: 0px 25px;
}
.online-exam-pagination li{
    list-style: none;
    display: inline-block; cursor: pointer;
}
.online-exam-pagination .question-gray span {
    background: #9b9b9b;
} 

.online-exam-pagination .question-blue span ,.Questions .select-question .question-blue span{
    background: #2a9b00;
}
.online-exam-pagination .question-red span {
    background: #E45F26;
}

.Questions .select-question span {
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 3px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.Questions .select-question .question-gray span{
    background: #6A696A;
}
.Questions .select-question .question-red span{
    background: #E45F26;
}
.Questions .select-question .question-red,.Questions .select-question .question-blue,.Questions .select-question .question-gray,
.Questions h5 span{
    color: #000000;
}
.Questions .time-left {
    background: #ffffff;
    padding: 4px 10px;
    color: #000;
    border-radius: 3px;
    font-weight: bold;
    text-align: end;
}
.question-answer li {
    list-style: none;
    margin: 10px 0px 10px 20px;
    padding: 5px 6px !important;
    background-color: #f5f5f5;
    max-width: 60%;
    border-radius: 20px;
    display: flex;align-items: center;
}
code {
    max-width: 100%;
    white-space: pre-wrap;
}
.question-answer img{
    margin-left: 60px;
    height: 180px;
    margin-bottom: 20px;
    object-fit: contain;
}
.question-img img {
    height: 180px;
    margin-bottom: 20px;
    object-fit: contain;
}
.question-answer h6 {
    align-items: center;
    font-weight: 500;
    padding: 20px 20px 10px 20px;
    font-size: 16px;margin-bottom: 25px;
}
.question-answer h6 span{
    
    padding-right: 10px;
}


.question-answer pre {
    margin-bottom: 0;
}

.question-answer .form-check .form-check-input {
    float: none;
}
.question-answer .form-check {
    padding-left: 0px;
}
.question-answer .form-check label {
    color: #000000;
    padding-left: 10px;
    font-weight: 600;
}
.question-answer .form-check-input:checked {
    background-color: #69c049;
    border-color: #69c049;
}
.question-answer input[type="radio"] {
    height: 11px;
    width: 5px;
    margin: 3px 0px 3px 5px;
}
.question-answer li input{
    padding: 8px 8px;
}
.exam-buttons{
    padding: 15px 0px 20px 40px;
}
.English-question-answer .exam-buttons .btn{
    font-weight: 600;
    height: 35px;
    padding: 0px 15px;
}

.English-question-answer .exam-buttons .exam{
    color: #fff;
    background: #E45F26;
}
/* Rajdhan  Start*/
.dashed-border {
    border-top: 2px dashed #000;
    width: 100%;
    margin-top: 20px;
}

/*choice js */
.choices__input--cloned{
    padding: 0 !important;
}

/* roles */
.permissions {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 20px;
    color: #fff;
    background-color: #4c4c45;
    margin: 3px;
  }

/* Initially hide the tooltip content */
.tooltip-content {
    display: none;
}

/* Show the tooltip content when button is hovered */
#tooltipButton:hover+.tooltip-content {
    display: block;
}
.categoryResult{
    background-color:#f2f2f2;
    display:none;
}
.is_disabled {    
    pointer-events: none;
    cursor: pointer;  
    opacity: 0.5;  
    text-decoration: none;
}

  /* Tooltip container */
  .tooltipText {
    display: none;
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when hovering over the tooltip button */
.tooltipButton:hover .tooltipText {
    display: block;
}

/* date input customize */
input.session-date {
    display: inline-block !important;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    cursor: pointer;
    width: auto;
    height: auto;
    position: absolute; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} 

.input-group.session-date .calendar {
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-28%);
    cursor: pointer;
    z-index: 2 !important;
    border: none;
    padding: 0;
    margin: 0;
}

.input-group.session-date input:focus + .calendar {
    z-index: 2 !important;
    padding: 0;
}

div#dataTables_wrapper .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Rajdhan End */

/* Ritu CSS*/
.col-lg-12.register-txt {
    text-align: right;
}
.title-heading a {
    position: absolute;
    left: 0;
}
.title-heading {
    min-height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.form-select {
    margin: 5px 0px;
}
.examination-forms .checkbox-field input {
    margin-right: 5px;
    position: relative;
    top: 2px;
    margin-left: 0;
}
.form-blocks {
    padding: 10px 20px;
    background: #f3f3f3b3;
    margin-bottom: 10px;
}
.form-blocks h5 {
    background-color: #6bc04b;
    color: #fff;
    padding: 8px;
    margin: 10px 0px 20px;
}
.form-check.form-switch {
    position: relative;
    top: 7px;
}
.primary-text-color {color: #6bc04b;}
.field-action-icon {
    padding: 0px 5px;
}
.field-action-icon:hover {
    color: #9b9b98;
}
.examination-forms .checkbox-field input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.primary-text-color:hover{color: #488531;}
.btn-primary:hover,.btn-primary:focus,.primary-btn:hover,.swal2-confirm:hover,.attempt-section .btn-success:hover {
    color: #fff;
    background-color: #488531 !important;
    border-color: #488531 !important;
}
.btn-primary:focus { box-shadow: 0 0 0 0.25rem #488531;}
.form-switch .form-check-input:checked {
    background-color: #6bc04b;
    border-color: #6bc04b;
}
.form-switch.form-check-input:focus {
    border-color: #585858;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(81 81 81 / 16%);
}
.outline-btn {
    line-height: 25px;
    font-size: 15px;
    border: 1px solid #707070;
    color: #414141;
}
.alert-dismissible button.btn-close {
    background: none;
    font-size: 21px;
    padding: 6px;
    top: 8px;
    color: #000000d6;
    opacity: 1;
    right: 8px;
}
.choices__list--multiple .choices__item {
    background-color: #6bc04b !important;
    border: 1px solid #6bc04b !important;
}
.choices__inner {
    padding: 5px !important;
    background: #fff !important;
    /* height: 50px !important; */
}
.choices__input {
    background-color: #fff !important;
}
.btn-outline-secondary:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.fa-pencil:hover,.heading a.dashboard:hover {
    color: #488531 !important;
}
.primary-btn-reset:hover {
    background: #f7f7f7;
    color: #000;
}
.roles-list .permissions,.roles-create label b {
    background: none;
    color: #6bc04b;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.roles-item-list {
    padding-left: 20px;
}
.roles-checkboxs {
    flex-wrap: wrap;
    padding-top: 10px;
    border-bottom: 1px solid #cccccc70;
    margin-bottom: 10px;
    padding-bottom: 10px;padding-left: 20px;
}
.roles-permission {
    margin-bottom: 20px;
    padding-left: 0;display: block;
}
.add-newgroup {
    cursor: pointer;
}
.attempt-section {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;text-align: center;
}
.attempt-description {
    width: 80%;
    margin: 0 auto;text-align: left;
}
.attempt-title h5 {
    color: #6bc04b;
    font-size: 30px;
}
span.user-status {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}
.exam-appear {
    background-color: #d4d400;
}
.exam-completed {
    background-color: green;
}
.tooltip-result {
    cursor: pointer;
}
.top-head {
    padding: 0px 12px;
}
.alert-topbox {
    margin-bottom: 0px;
    margin-top: 15px;
}
.content.attemp-exam-content {
    min-height: auto;
}
.attemp-exam-content .attempt-section {
    height: 67vh;
}
.result-points li {
    padding-right: 20px;
}
.green-bg {
    background-color: #6bc04b;
}
.number-questions {
    border-color: #e7e7e7 !important;
}
.number-questions li {
    width: auto;
    padding: 8px 15px !important;
    background-color: #f0f0f0;
    border-radius: 25px;
    margin-bottom: 5px;
    max-width: 500px;
}
.review-ans ul li pre {
    margin-bottom: 0px;
}
.candidate-block {
    margin-left: 20px;
}
section.login-body {
    min-height: 100vh;
}
.success-block {
    height: 70vh;
}
.success-img i {
    font-size: 150px;
    color: #63c43a;
    margin: 20px;
}
.register-txt a {
    color: #69c048;
}
/* Ritu End */

@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%;
    }
}


