@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


body{
    font-family: 'Poppins', sans-serif !important;
    color: #5b5b5b;
    background-color: #f2f7fd;
}
html, body {
    width: 100%;
    overflow-x: hidden;
    background-color: #f9f9f9 !important;
}

body {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body > section:nth-child(2) > div > div.row {
    height: 100%;
}
body a {
    text-decoration: none !important;
    background-color: transparent;
}
p {
    color: #62676c;
}
button {
    border-radius: 100px !important;
    color: white !important;
    border-radius: 100px !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: #3a3a40;
}
button.btn.btn-primary {
    background: #922161;
    color: white;
    padding: 10px 25px;
    border: none;
}

button.btn.btn-primary-remove {
    background: #e00808;
    color: white;
    padding: 10px 25px;
    border: none;
}

.btn.btn-primary-remove {
    background: #e00808;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 21px;
}

ul li {
    color: #51555e;
}

.container-fluid {
    max-width: 95%;
    width: 95%;
    flex: 95%;
}



div#notifybject1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0px;
    background: transparent;
    z-index: 99;
}

h1.welcome_heading {
    text-align: left;
    font-size: 20px;
    color: #202020;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 10px;
}
h1.welcome_heading span {
    font-weight: 600;
    font-size: 28px;
    margin-left: 5px;
}

.switch.switch_btn_cus {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

.switch.switch_btn_cus input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch.switch_btn_cus .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch.switch_btn_cus .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch.switch_btn_cus input:checked + .slider {
    background-color: #931f5e;
}

.switch.switch_btn_cus input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch.switch_btn_cus input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.switch.switch_btn_cus .slider.round {
  border-radius: 34px;
}

.switch.switch_btn_cus .slider.round:before {
  border-radius: 50%;
}


.field_col input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}

/*File*/

.row.form_box.theme_form_page_cus .row.form-group .field_col input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}

/*Password Eye*/

.password-container{
  position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"]{
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
}
.password-container .fa-eye{
  position: absolute;
  top: 28%;
  right: 2%;
  cursor: pointer;
  color: lightgray;
  font-size: 20px;
  color: #2b2f32;
}


.responsive_div span.active {
    color: green !important;
    display: block;
}
.responsive_div span.inactive {
    color: #d74171 !important;
    display: block;
}
/*Charts Values*/


ul.color_chart_values {
    list-style: none;
    padding: 0;
}
ul.color_chart_values li.list {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #2b3541;
}
ul.color_chart_values li.list.pending i {
    color: #da831c;
}
ul.color_chart_values li.list.booked i {
    color: #922161;
}
ul.color_chart_values li.list.complete i {
    color: #3dbf5f;
}

a.theme_btn_blue_cus, button.theme_btn_blue_cus {
    background: #922161 !important;
    color: white !important;
    padding: 7px 25px;
    border-radius: 100px !important;
    text-align: center;
    width: auto;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

.col-md-12.save-btn button.theme_btn_blue_cus {
    padding: 9px 75px;
}

.note-btn-group .note-btn {
    color: #2b2f32 !important;
}

a.main_border_btn {
    background: transparent;
    color: #922161 !important;
    padding: 6px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: 1px solid #922161;
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
    font-weight: 500;
    font-size: 16px;
}

.col-md-9.Content-main-section3 a.back_btn {
    background: #922161;
    color: white !important;
    padding: 3px 12px;
    text-align: center;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
    margin-left: 5px;
    display: inline-block;
    float: right;
}

h2.main_heading_cus {
    font-size: 25px;
    font-weight: 700;
    color: #2b3541;
    display: inline-block;
}

h3.main_small_heading_cus {
    font-size: 19px;
    font-weight: 700;
    color: #2b3541;
    display: block;
    width: 100%;
}
h3.heading.inside_heading {
    font-size: 16px;
    font-weight: 600;
    color: #922161;
    display: block;
    width: 100%;
}
h3.mainsub_small_heading_cus {
    font-size: 17px;
    font-weight: 700;
    color: #2b3541;
    display: block;
    width: 100%;
}

a.main_add_new_btn {
    background: #931f5e;
    color: white !important;
    padding: 8px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    float: right;
    text-decoration: none !IMPORTANT;
}

.filter_row_cus button.main_add_new_btn {
    background: transparent;
    color: #931f5e !important;
    padding: 8px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: 2px solid #931f5e;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
}

button.main_add_new_btn {
    background: #931f5e;
    color: white !important;
    padding: 8px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
}
 input.form-control, select.form-control {
    background-color: #eef1f8;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
    -webkit-appearance: auto;
}

textarea.form-control {
    background-color: #eef1f8;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}


/*Bootstrap Select*/

.bootstrap-select>.dropdown-toggle:hover, .bootstrap-select>.dropdown-toggle:focus {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.bootstrap-select>.dropdown-toggle {
    border: none !important;
    background: transparent !important;
}
.bootstrap-select>.dropdown-toggle .filter-option:after {
    content: "\f078";
    position: absolute;
    right: 5px;
    top: 10px;
    font-family: fontawesome;
    font-size: 10.5px;
    color: #495057;
}

/*Upload BTN*/

.upload_file_wrapper button {
    background: transparent;
    color: #931f5e !important;
    text-align: center;
    width: auto;
    border: 2px solid #931f5e;
    font-weight: 500;
    margin-right: 10px;
    padding: 5px 10px;
    outline: none;
    border-radius: 10px !important;
    font-size: 15px;
    font-weight: 600;
}
.upload_file_wrapper span {
    font-size: 13px;
}
/*Edit COm LOGO*/

.row.form_box.theme_form_page_cus img.company_logo_edit {
    display: inline-block;
    right: 5%;
    height: 100px;
    width: 100px;
    left: 90px;
    border-radius: 100%;
    object-fit: contain;
    margin-top: 20px;
}
.profile_page_main .row.form_box.theme_form_page_cus label.profile {
    display: inline-block;
}

/*Tables whole crm*/

/*Width Classes*/
td.width-10{
width: 10%;
}
td.width-15{
width: 15%;
}
td.width-20{
width: 20%;
}
td.width-25{
width: 25%;
}
td.width-30{
width: 30%;
}
td.width-35{
width: 35%;
}
td.width-40{
width: 40%;
}
td.width-45{
width: 45%;
}
td.width-50{
width: 50%;
}
td.width-60{
width: 60%;
}
td.width-65{
width: 65%;
}
td.width-70{
width: 70%;
}
td.width-75{
width: 75%;
}
td.width-80{
width: 80%;
}


/*Form Below Buttons*/

.below_buttons a.btn.btn_next_cus {
    background: #14922e !important;
    color: white !important;
    text-align: center;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 5px;
    text-decoration: none !IMPORTANT;
    margin-left: 5px;
    display: inline-block;
    width: 20%;
}

.below_buttons a.btn.save_btn_cus {
    background: transparent !important;
    color: #14922e !important;
    text-align: center;
    border: 1px solid #14922e;
    border-radius: 5px;
    text-decoration: none !IMPORTANT;
    margin-left: 5px;
    display: inline-block;
    width: 20%;
}

.below_buttons a.btn.btn_prev_cus {
    background: transparent !important;
    color: #14922e !important;
    text-align: center;
    border: 1px solid #14922e;
    border-radius: 5px;
    text-decoration: none !IMPORTANT;
    margin-left: 5px;
    display: inline-block;
    width: 15%;
}

/*recruitment*/

.top-header-bar-2 ul {
    margin: 0;
    padding-right: 0px;

}

.top-header-bar-2 li {
    display: inline-block;
    padding: 0 5px;
}
.top-header-bar-2 li.notification-cus a#bell-notification {
    cursor: pointer;
}

.top-header-bar-2 li.notification-cus span.notification_count {
    background: #931f5e;
    color: white;
    font-size: 10px;
    padding: 2px 2px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    right: 25px;
    top: -10px;
}

.top-header-bar-2 li.notification-cus div#box {
    display: none;
    position: absolute;
    height: 400px;
    overflow-y: scroll;
    width: 50%;
    left: 30%;
    padding: 5px 10px;
    top: 100%;
    z-index: 999;
    background: white;
    text-align: left;
    box-shadow: 0px 7px 31px -13px rgb(0 0 0 / 75%);
    border-radius: 15px;
}
.top-header-bar-2 li.notification-cus div#box .btn_cus {
    padding: 15px 0;
    text-align: right;
    border-bottom: 1px solid darkgray;
}

.top-header-bar-2 li.notification-cus div#box .btn_cus a.see_all_notifications {
    font-size: 12px;
    padding: 5px 15px;
}

.top-header-bar-2 li.notification-cus div#box::-webkit-scrollbar {
     width: 8px;
     height:10px;
}
.top-header-bar-2 li.notification-cus div#box::-webkit-scrollbar-track {
     background: #f4f4f4;
}
.top-header-bar-2 li.notification-cus div#box::-webkit-scrollbar-thumb {
     background-color: #922161;
     border-radius: 20px;
}

.top-header-bar-2 li.notification-cus div#box .row {
    width: 100%;
    margin: 0;
}
.top-header-bar-2 li.notification-cus div#box h5 {
    font-size: 12px;
    padding-right: 10px;
    color: #931f5e;
    line-height: 1.4;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.top-header-bar-2 li.notification-cus div#box span.notif_date {
    font-size: 10px;
    float: right;
    color: #931f5e;
    font-weight: 600;
}

.top-header-bar-2 li.notification-cus div#box p {
    margin: 0;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.top-header-bar-2 li.notification-cus div#box .notifications-item {
    padding: 10px 0;
    border-bottom: 1px solid lightgray;
}
.top-header-bar-2 li.notification-cus div#box .notifications-item:last-child {
    border: none;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.top-header-bar-2 i.fa.fa-envelope {
    padding: 0 10px;
}

.top-header-bar-2 li i.fa {
    color: #b2b2b2;
}

.top-header-bar-2 .nav-item.dropdown a {

    color: black;

}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}



/*Header CSS*/

.container-fluid.header_cus {
    margin-bottom: 17px;
    padding: 10px 10px;
}

.container-fluid.header_cus .top-left-col {
    max-width: 19%;
}
.container-fluid.header_cus .right-side-content {
    width: 81%;
    max-width: 81%;
    flex: 81%;
    box-shadow: 0 0 13px #ccc;
    background-color: #ffffff;
    padding: 15px 15px 15px 35px;
    border-radius: 15px;
    margin-top: 15px;
}

button.side_toggle_show_hide {
    border: none;
    background: transparent;
    font-size: 25px;
    color: #071828;
    position: absolute;
    left: 3%;
    top: -120px;
    display: none;
}

button.side_toggle_show_hide:focus {
    border: none;
    outline:none;

}

/*Show Hide Sidebar*/

button.side_toggle_show_hide:focus {
    outline:none;

}


.hide_sidebar_main {
    display: none;

}
.full_width_on_sidebar_increase_width {
    max-width: 100% !IMPORTANT;
    flex: 100%;
}

.hide_sidebar_main  button.side_toggle_show_hide {
    left: 0px;
}

/*Table Actions*/

.responsive_div td.active {
    color: green !important;
}
.responsive_div td.pending {
    color: darkorange !important;
}
.responsive_div td.inactive {
    color: #d74171 !important;
}

.responsive_div .table td.h6.complete {
    color: #3dbf5f !IMPORTANT;
}
 .responsive_div .near_candidate_fav  i.fa.fa-heart.faviurite {
    color: #e82c2d;
}
.responsive_div .near_candidate_fav input.fav_icon {
    padding: 0;
    width: 30px;
    height: 25px;
    position: absolute;
    opacity: 0;
    margin-left: 3px;
}
td.action_icons i.fa {
    font-size: 20px;
    padding: 2px 8px;
    color: #aeb9d7;
}


.responsive_div {
    width: 100%;
}

/*Normle Table*/

.Content-main-section3 .responsive_div .table thead th {
    padding: 12px 20px;
    border: none !important;
    color: #a3a3a5;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 500;
    background-color: transparent;
}

.Content-main-section3 .responsive_div .table td {
    font-size: 15px;
    font-weight: 500;
    padding: 14px 10px 14px 10px;
    border: none;
    color: #656567;
    vertical-align: middle;
}
.Content-main-section3 .responsive_div .table td .table_img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.Content-main-section3 .responsive_div .table tr {
    border-bottom: 1px solid #c7c9d6;
    background: white !important;
}

.Content-main-section3 .responsive_div .table tbody tr:last-child {
    background-color: white !important;
    border-bottom: none !important;
}

 .Content-main-section3 .responsive_div table tr .btn {
    color: white;
    display: block;
    width: 90%;
    text-align: center;
    border-radius: 10px;
    border-radius: 100px;
    font-size: 15px;
}

.Content-main-section3 .responsive_div table tr .btn.active {
    background: #922161;
}
.Content-main-section3 .responsive_div table tr .btn.inactive {
    background: #da831c;
}

.Content-main-section3 .responsive_div table tr .btn.accept {
    background: #3dbf5f;
}

.Content-main-section3 .responsive_div table tr .btn.request {
    background: #707070;
}

.Content-main-section3 .responsive_div table tr .btn.reject {
    background: #e95f5d;
}


/*Datatable*/

div.dt-buttons {
    float: right;
    padding: 0;
}
.button.dt-button, div.dt-button, a.dt-button{
    padding: 0;
    border: none;
    border-bottom: none;
    display: inline;
}
.main-box-section div#tasks {
    width: 100%;
}

.dataTables_wrapper div.dt-buttons {
    float: right;
    padding: 0;
    margin-top: 10px;
    margin-right: 35px;
}
.dataTables_wrapper a.dt-button.users_print.buttons {
    background: #931f5e;
    color: white;
    padding: 5px 15px;
    border-radius: 100px;
    text-align: center;
    width: auto;
    margin: 0 5px;
    float: right;
    border: none;
    outline: none;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.dataTables_wrapper a.dt-button.users_print.buttons a{
    text-decoration: none;
    color: white;
}

.button.dt-button, div.dt-button, a.dt-button{
    padding: 0;
    border: none;
    border-bottom: none;
    display: inline;
}

.Content-main-section3 div.dt-buttons {
    float: right;
    padding: 0;
    width: 90%;
    margin-bottom: 15px;
}
.Content-main-section3 .button.dt-button, .Content-main-section3 div.dt-button, .Content-main-section3 a.dt-button{
    padding: 0;
    border: none;
    border-bottom: none;
    display: inline;
}
.Content-main-section3 .main-box-section div#tasks {
    width: 100%;
}


.Content-main-section3 div#data_table_wrapper {
    width: 100%;
}

.Content-main-section3 .dataTables_wrapper .dataTables_scroll {
    border-top: 2px solid #e9e9e9;
}
.Content-main-section3 .dataTables_wrapper .dataTables_length {
    background-color: #f5f3f4;
    text-decoration-color: black;
    border-radius :1rem;
    width: 165px;
    height: 45px;
    margin-bottom: 50px;
    }

.Content-main-section3 .dataTables_wrapper .dataTables_length label {
    padding: 10px;
}

.Content-main-section3 .dataTables_wrapper .dataTables_scrollBody thead {
    opacity: 0;
}
.Content-main-section3 .dataTables_wrapper .dataTables_scrollBody thead th {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.Content-main-section3 .dataTables_wrapper .dataTables_scrollBody thead tr.heading-cus4 {
    display: contents !important;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr .action-icons img.side-bar-icons {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.Content-main-section3 .dataTables_wrapper .dataTables_length {
    width: 225px;
    margin-left: 20px;
    border: none;
    background-color: transparent !important;
    margin-bottom: 30px !important;

}
div#data_table_filter {
    float: right;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 30px;
}
.Content-main-section3 .dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    border: none;
    background: #f5f3f4;
    padding: 5px 10px;
    color: #646464;
    border-radius: 5px;
    margin: 0 6px;
    outline: none !important;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.no-footer td:first-child {
    padding-left: 20px;
}
.Content-main-section3 .dataTables_wrapper .table tr th:first-child {
    padding-left: 15px;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.stripe tbody tr.odd, .Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr:nth-child(odd){
    background-color: #ffffff;
}
.Content-main-section3 .dataTables_wrapper table.dataTable tbody tr {
    background-color: white !IMPORTANT;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1, .Content-main-section3 .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: unset;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1, .Content-main-section3 .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: unset;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.odd:hover {
    background: #ffffff;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.display tbody tr.even:hover {
    background: #f9f9f9;
}
.Content-main-section3 .dataTables_wrapper .table tr th {
    padding: 12px 20px;
    border: none;
    color: #2b3541;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    background-color: transparent;
}
.Content-main-section3 .dataTables_wrapper .dataTables_filter input {
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px 10px;
    margin-top: 10px;
    /* margin-left: 15px; */
    outline: none;
    width: 193px;
}
.Content-main-section3 .dataTables_wrapper.no-footer .dataTables_scrollBody table.dataTable.no-footer {
    width: 100% !IMPORTANT;
    margin: 0;
    padding-top: 10px;
    border-collapse: collapse;
}
.Content-main-section3 .dataTables_wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody table.dataTable.no-footer tbody tr {
    border-bottom: 1px solid lightgray;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.no-footer td {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 10px 15px 10px;
    border: none;
    color: #656567;
}
.Content-main-section3 .dataTables_wrapper table.dataTable.no-footer td a.view {
    color: #656567;
    text-decoration: underline !important;
}
.Content-main-section3 .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c7c9d6;
}

.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #922161;
    border: none;
    color: white !important;
}

.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button{
    background: #dcdcdc;
    border: none;
    color: #747474 !important;
    border-radius: 50px;
}
.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #922161;
    border: none;
    color: white !important;
}
.Content-main-section3 .dataTables_wrapper div.dataTables_paginate, div.Content-main-section3 .dataTables_wrapper div.dataTables_info {
    padding-top: 20px;
    margin-bottom: 0px;
    margin-left: 15px;
}
.Content-main-section3 .dataTables_wrapper .dataTables_paginate {
    margin-right: 15px;
}
.Content-main-section3 .dataTables_wrapper .paginate_button.previous, .Content-main-section3 .dataTables_wrapper .paginate_button.next {
    display: none;
}
.Content-main-section3 .dataTables_wrapper .table tr th::before, .Content-main-section3 .dataTables_wrapper .table tr th::after {
display: none;
}

div.Content-main-section3 .dataTables_wrapper div#example_info {
    margin-left: 35px;
    font-weight: 500;
    color: #6e727d;
}
div#example_filter {
    margin-right: 35px;
     display: none;
}
.Content-main-section3 .dataTables_wrapper td .time, .Content-main-section3 .dataTables_wrapper td .Timelable {
    background-color: transparent;
    color: #2d2d2d;
    padding: 10px;
    border: 2px solid #0ec9ac;
    word-spacing: 6px;
    margin-bottom: 0rem;
}
.Content-main-section3 .dataTables_wrapper td .Timelable {
    border-top: none;
}
.Content-main-section3 .dataTables_wrapper .table tr th {
    padding-left: 10px;
}

.Content-main-section3 .dataTables_wrapper a.dt-button:hover {
    border: none !important;
}
.Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.first, .Content-main-section3 .dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: none;
}

div#data_table_wrapper .dataTables_scrollHeadInner table.table.table-striped.dataTable.no-footer {
    width: 100% !important;
}

/*End Datatables*/

.top-header-bar-2 .nav-item.dropdown a {
    color: #484445;
    display: inline-block;
    padding: 5px 0px 0px 5px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
}
.top-header-bar-2 .nav-item.dropdown a:active, .top-header-bar-2 .nav-item.dropdown a:hover {
    background: transparent;
    color: #931f5e;
}
.top-header-bar-2 .nav-item.dropdown a i.fa.fa-chevron-down {
    color: #848182;
    vertical-align: middle;
    font-size: 15px;
    margin: -2px 5px 0px 3px;
}

td.three {
    color: yellowgreen;
}
.Edit-popup-main-btn-cus a {
    text-transform: capitalize;
}
.form-control:focus {
    background-color: #eee !important;
}
.top-header-bar-2 .dropdown-menu.show {
    left: -50px !important;
    width: auto !IMPORTANT;
    top: 10px !important;
    border: 2px solid #931f5e;
    padding: 5px 10px;
    border-radius: 15px;
}

.top-header-bar-2 li:last-child {
    padding: 0;
}

.top-header-bar-2 li:last-child #dropdownMenuButton {
    padding: 0 0 0 5px;
}
.top-header-bar-2 span.top-header-bar-2b {
    color: #fff;
    height: 7px;
    width: 7px;
    padding: 0 5px 0 0;
    font-size: 5px;
    position: absolute;
    right: 37px;
    top: 9px;
    border-radius: 50%;
    background-color: red;
    text-align: right;
}

.top-header-bar-2 li.notification-cus i.fa {
    padding: 0 10px;
    color: #5a5a5a;
    font-size: 25px;
    z-index: 99999;
}
.col-md-4.top-header-bar-2 {
    padding: 0;
}


/*Search bar*/

.top-header-bar-2 li.search-bar-cus {
    width: 100%;
    align-self: center;
    vertical-align: middle;
    margin-right: 0px;
}

li.search-bar-cus .search-container {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 13px;
}

li.search-bar-cus input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: .85rem;
    border: none;
    outline: none;
    background: #f2f7fd;
    border-radius: 5px;
}

li.search-bar-cus .search-icon {
    position: relative;
    float: right;
    top: -37px;
    right: 20px;
}

li.search-bar-cus .search-icon i.fa {
    color: #4f535c;
    vertical-align: middle;
    font-size: 20px;
}
.top-header-bar-2 li i.fa {
    color: black;
    vertical-align: middle;
    font-size: 23px;
}

.top-header-bar-2 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    vertical-align: middle;
    object-fit: cover;
    display: inline-block;
}
.top-header-bar-2 a.user-logout-btn {
    color: #f27c24;
    border: 1.5px solid;
    border-radius: 6px;
    padding: 7px 10px;
    margin-right: 20px;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
}
.top-header-bar-2 {
    max-width: 100%;
    padding: 5px 0px;
}
.top-header-bar-2 {
    text-align: right;
    align-self: center;
}

/*Header  End*/

/*********************************
3.3 Login  Screen
*********************************/
.mb-4.validation_error {
    padding-top: 15px;
}
.mb-4.validation_error .font-medium.text-red-600 {
    color: #dc3545;
    font-weight: 500;
}
.mb-4.validation_error ul li {
    color: #dc3545;
}
.container.main-login-section {
    padding: 5% 0 0;
}

.col-md-12.second-colomn-login {
    max-width: 43%;
    margin: 0 auto;
    box-shadow: 0px 0px 19px -7px rgb(0 0 0 / 75%);
    background-color: white;
    padding: 15px 25px;
    border-radius: 15px;
}

.container.main-login-section .top_logo img.logo_cus {
    width: 17%;
    display: block;
    margin: -3% 0px 0px -15%;
}
.container.main-login-section img.logo_cus {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.container.main-login-section h2.left_heading {
    color: white;
    padding-top: 40px;
    font-size: 40px;
    font-weight: 500;
}
.container.main-login-section h2.left_heading span {
    font-weight: 600;
    color: #90bf21;
}
.container.main-login-section .first_col p {
    padding-top: 15px;
    font-size: 17px;
    color: white;
    width: 80%;
}
.container.main-login-section .second-colomn-login .login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.container.main-login-section .second-colomn-login h3.tabs-form-title {
    margin: 25px 0 25px;
    color: #282828;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    font-size: 25px;
    display: block;
}

.container.main-login-section .second-colomn-login .login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.container.main-login-section .second-colomn-login .login-form-2 h3{
    text-align: center;
    color: #fff;
}
.container.main-login-section .second-colomn-login .login-container form{
    padding: 10%;
}
.container.main-login-section .row.form-group.forget-pass .col-md-6 {
    padding: 0;
}
.container.main-login-section .second-colomn-login .form-group a.ForgetPwd {
    padding-right: 10px;
    color: #922161;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    float: right;
    text-decoration: underline !important;
    font-style: italic;
}
.container.main-login-section .second-colomn-login .form-group {
    margin: 25px 0;
}

.container.main-login-section .second-colomn-login .form-group label {
    color: #2d2d2d;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
}

.container.main-login-section .second-colomn-login .form-group input.form-control {
    border: none;
    width: 100%;
    font-size: 15px;
    background-color: #f2f7fb !important;
    padding: 15px 15px;
    border-radius: 10px;
    color: #2d2d2d;
    outline: none;
    height: calc(1.5em + 0.75rem + 10px);
}
.container.main-login-section .second-colomn-login .form-group input.form-control::placeholder {
    color: #838c91;
    font-size: 15px;
    font-weight: 400;
}

.container.main-login-section .second-colomn-login .form-group input.form-control:focus {
  box-shadow: unset;
}
.container.main-login-section .second-colomn-login .inner-row .col-md-8 {
    padding-right: 0;
}

.container.main-login-section .btn-submit a, .container.main-login-section .btn-submit button {
    cursor: pointer;
    text-transform: capitalize;
    box-shadow: 0px 0px 13px -5px rgb(0 0 0 / 70%);
    font-size: 17px;
    background: #922161;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    text-align: center;
    border: none;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.container.main-login-section .btn-submit a.register_btn {
    text-decoration: unset;
    background: transparent;
    color: #922161;
    border: 2px solid #922161;
    border-radius: 50px;
}


.container.main-login-section input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}
.container.main-login-section input.file-input-simple{
    width: 100%;
    border-bottom: none !important;
}

/*Forgot pass Page*/

.main-forgot-pass-section .second-colomn-login .form-group.col-md-12.show_hide_pss {
    margin: 0px 0;
    padding-left: 5px !important;
    margin-top: -10px;
}
.main-forgot-pass-section .second-colomn-login .form-group.col-md-12.show_hide_pss label {
    color: white;
}

.main-login-section.main-forgot-pass-section {
    padding: 7% 0 0;
}

.main-forgot-pass-section .col-md-12.second-colomn-login {
    background-color: #0000007d;
    border: 2px solid white;
    margin-top: -50px;
}
.container.main-login-section.main-forgot-pass-section .second-colomn-login .form-group input.form-control {
    background-color: #7b5077 !important;
    color: white;
}
.container.main-login-section.main-forgot-pass-section .second-colomn-login .form-group input.form-control::placeholder{
      color: white;
}
.container.main-login-section.main-forgot-pass-section .top_logo img.logo_cus {
    width: 17%;
    display: block;
    margin: -6% 0px 0px -17%;
}

.container.main-login-section .second-colomn-login ul.pass_validation {
    padding-left: 25px;
    margin-bottom: 0;
}
.container.main-login-section .second-colomn-login ul.pass_validation li {
    font-size: 13px;
    padding-left: 0;
}
/*Reset Pass*/

.main-forgot-pass-section .second-colomn-login ul.pass_validation {
    padding-left: 25px;
}
.main-forgot-pass-section .second-colomn-login ul.pass_validation li {
    font-size: 13px;
    padding-left: 0;
    color: white;
}

/*Register Field*/


.container.main-login-section.main-register-page {
    padding: 0% 0 0;
}

.container.main-login-section.main-register-page .second-colomn-login .form-group .form-control {
    background: transparent !IMPORTANT;
    border-radius: 0px;
    border-bottom: 1px solid #9c9c9c;
    padding: 0px 5px;
    outline: none;
    box-shadow: none;
    height: calc(0.7em + 0.75rem + 10px);
}
.container.main-login-section.main-register-page .bootstrap-select>.dropdown-toggle {
    background: transparent !IMPORTANT;
    border-radius: 0px;
    padding: 0px 0px;
    outline: none !important;
    box-shadow: none;
    border: none !important;
}
.container.main-login-section.main-register-page .bootstrap-select>.dropdown-toggle .filter-option:after {
    content: "\f078";
    position: absolute;
    right: -1px;
    top: 0;
    font-family: fontawesome;
    font-size: 10.5px;
    color: #495057;
}
.container.main-login-section.main-register-page .second-colomn-login .form-group .dropdown.bootstrap-select.form-control{
    height: calc(0.7em + 0.75rem + 5px);
}

.container.main-login-section.main-register-page .form-group p.already_login {
    padding-right: 10px;
    color: #282828;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}
.container.main-login-section.main-register-page .form-group p.already_login a {
    color: #922161;
    font-weight: 600;
    text-transform: uppercase;
}

.container.main-login-section.main-register-page .btn-submit button {
    width: 45%;
}

.container.main-login-section.main-register-page .second-colomn-login .form-group {
    margin: 10px 0;
}
.container.main-login-section .second-colomn-login .show_hide_pss label {
    display: inline-block;
}
.container.main-login-section .second-colomn-login .show_hide_pss input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 0px;
    position: relative;
    top: 2px;
}

.container.main-login-section.main-register-page p.title_pass {
    margin-bottom: 5px;
    font-size: 15px;
}

/*tel country field*/

.country_tel_field .iti.iti--allow-dropdown {
    width: 100%;
}

.container.main-login-section.main-register-page .second-colomn-login .form-group.country_tel_field .form-control {
    padding-left: 50px;
}

/*Sidebar*/


.col-md-3.main-side-bar-section {
    background-color: #ffffff;
    padding: 15px 5px 0;
    max-width: 16%;
    margin: -105px 20px 30px;
    border: none !important;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 0 0 13px #ccc;
    background-color: #ffffff;
}
.Recruitmtnt-main-section2a img {
    text-align: left;
    display: block;
    width: 65%;
    margin: 0 auto;
    padding: 20px 5px 15px;
}

.main-btn a.add_new_btn {
    background: #922161;
    color: white;
    padding: 10px 25px;
    border-radius: 101px;
    text-align: center;
    width: auto;
    margin: 0 auto;
    float: right;
    font-weight: 500;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
}

/* Style the tab */

.tab {
  float: left;
  background-color: transparent;
  width: 100%;
  height: auto;

}

/* Style the buttons inside the tab */


ul.left_side_menus {
    list-style: none;
    padding: 15px 0px;
}
ul.left_side_menus li.menu-item a {
    display: block;
    background-color: inherit;
    color: #5E5E5E;
    padding: 10px 20px;
    width: 90%;
    margin: 15px auto;
    outline: none;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    box-shadow: 0 0 5px #ccc;
}
ul.left_side_menus li.menu-item a span.long-text {
    margin-left: 35px;
    font-size: 15px;
}
ul.left_side_menus li.menu-item img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px 10px 0px 0;
    display: inline-block;
    object-fit: contain;
}
ul.left_side_menus li.menu-item i {
    font-size: 20px;
    margin-right: 10px;

}
ul.left_side_menus li.menu-item i.fa.fa-chevron-down {
    float: right;
    font-size: 15px;
    padding: 5px 0px;
}
.logo-center {
    text-align: center;
}
ul.left_side_menus li.menu-item a.active {
    background-color: #922161;
    color: white !important;
    font-weight: 400;
}
ul.left_side_menus li.menu-item a:hover {
    background-color: #922161;
    color: white !important;
    font-weight: 400;
}

ul.left_side_menus li.menu-item a.active .none_hover, ul.left_side_menus li.menu-item a:hover .none_hover {
    display: none;
}
ul.left_side_menus li.menu-item a.active .d-none, ul.left_side_menus li.menu-item a:hover .d-none {
    display: inline-block !IMPORTANT;
}


ul.left_side_menus .dropdown-menu.setting {
    top: 5px !important;
    left: -16px !IMPORTANT;
    width: 100%;
    border: none;
    padding-left: 20px;
}
ul.left_side_menus .dropdown-menu.setting a.dropdown-item {
    padding: 5px 20px;
}

/*ul.left_side_menus li.menu-item a.active .none_hover, ul.left_side_menus li.menu-item a:hover .none_hover {
    display: none;
}
ul.left_side_menus li.menu-item a.active .d-none, ul.left_side_menus li.menu-item a:hover .d-none {
    display: block !important;
}*/

/*Top Filter Main Pages*/

.top_filter_row input.form-control, .top_filter_row select.form-control{
    border: none;
    height: calc(1.5em + 0.8rem + 5px);
    border-radius: 10px;
    background-color: #ffffff !important;
    box-shadow: 0 0 10px #ccc;
}
.row.filter_row_cus .col-item {
    align-self: center;
}
.top_filter_row .form-control::placeholder {
    color: #495057;
}

/*\\\\\\\\\\\\\\*/
/*Start Main Pages CSS*/
/*//////////////////*/


/*Admin Dashboard Page*/


/*Admin Dashboard Page*/

.dashboard_main .box_wrapper {
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
    background-color: white;
    padding: 20px 20px;
    border-radius: 15px;
}
.dashboard_main .row.dashboard_top_row .boxes {
    padding: 0 8px;
}

.dashboard_main .row.dashboard_top_row .boxes:first-child {
    padding-left: 0;
}
.dashboard_main .row.dashboard_top_row .boxes:last-child {
    padding-right: 0;
}
.dashboard_main .dashboard_top_row .boxes img.box_icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.dashboard_main .row.dashboard_top_row .boxes:first-child img.w-100 {
    height: 340px;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row {
    height: 100%;
}
.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6 {
    position: relative;
}
.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .box_wrapper {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 10px;
    top: 10px;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6:first-child .box_wrapper, .dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6:nth-child(2) .box_wrapper {
    top: 0;
}
.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-12 .box_wrapper {
    background-color: #931f5e;
}
.dashboard_main .dashboard_top_row .col-md-12 .box_wrapper h4.main_heading_sub, .dashboard_main .dashboard_top_row .col-md-12 .box_wrapper h2.main_heading_cound {

    color: white;
}

.dashboard_main .dashboard_top_row h2.main_heading_cound {
    color: #202020;
    margin-top: 15px;
}
.dashboard_main .dashboard_top_row h4.main_heading_sub {
    font-size: 16px;
    color: #a7a7a7;
}

.row.right_inside_row .col-md-6 {
    padding: 15px 15px;
}

.row.right_inside_row .col-md-6:first-child {
    padding-top: 0 !important;
}
.row.right_inside_row .col-md-6:nth-child(2) {
    padding-top: 0 !important;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row a.white_btn_cus {
    background: white;
    color: #221d21 !important;
    padding: 8px 10px;
    text-align: center;
    margin: 0px auto 0;
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
    font-weight: 500;
    font-size: 14px;
    float: right;
}

/*second*/

.dashboard_main .row.dashboard_second_row {
    margin-top: 32px;
}

.dashboard_main .row.dashboard_second_row .boxes:first-child {
    padding-left: 0;
}
.dashboard_main .row.dashboard_second_row .boxes:last-child {
    padding-right: 0;
}
.dashboard_main .row.dashboard_second_row .boxes:last-child .box_wrapper {
    height: 100%;
}
.dashboard_second_row .second_second_col img.box_icon {
    width: 100%;
    height: 65px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

.dashboard_second_row .second_second_col h3.deal_heading {
    font-size: 19px;
    font-weight: 700;
    color: #202020;
    padding-top: 5px;
    margin-bottom: 5px;
}
.dashboard_second_row .second_second_col p.deal_text {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dashboard_main .dashboard_second_row .right_inside_row .inside_box_wrapper {
    padding: 10px 15px;
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
    background-color: #f7f7ff;
    border-radius: 15px;
    margin: 15px 0;
}


.dashboard_main .dashboard_second_row .right_inside_row .col-md-6:nth-child(1) .inside_box_wrapper {
    background-color: #fcf7f3;
}
.dashboard_main .dashboard_second_row .right_inside_row .col-md-6:nth-child(2) .inside_box_wrapper {
    background-color: #eef7fc;
}
.dashboard_main .dashboard_second_row .right_inside_row .col-md-6:nth-child(3) .inside_box_wrapper {
    background-color: #f9fcf5;
}
.dashboard_main .dashboard_second_row .right_inside_row .col-md-6:nth-child(4) .inside_box_wrapper {
    background-color: #f9f4fb;
}
.dashboard_main div#app_registrations {
    width: 250px;
    height: 300px;
    margin: 0 auto;
}

.dashboard_main div#data_table_paginate, .dashboard_main div#data_table_info {
    display: none;
}

/*Profile Page*/


.profile_page_main .row.form_box.theme_form_page_cus {
    margin: 25px 10px;
    padding: 10px 20px 30px !IMPORTANT;
}
.profile_page_main .row.top_profile_section img.logo_top {
    width: 125px;
    height: 125px;
    border-radius: 100%;
    object-fit: contain;
    color: #931f5e;
    border: solid 3px;
}

.profile_page_main .row.top_profile_section .title_col {
    align-self: center;
}

.profile_page_main .row.top_profile_section h3.top_heading_cus{
    font-size: 30px;
    font-weight: 500;
    color: #2b3541;
    display: block;
    width: 100%;
}

.profile_page_main .col-md-3.main-top-btn-col {
    align-self: center;
}

.profile_page_main .row.top_profile_section h5.experience {
    color: #8c8ca6;
    font-weight: 400;
}
.profile_page_main .row.top_profile_section h5.experience span {
    color: #1b2b3b;
}

/*Fields*/

.profile_page_main .row.form_box.theme_form_page_cus input.form-control, .profile_page_main .row.form_box.theme_form_page_cus select.form-control, .profile_page_main .row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none !IMPORTANT;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    height: calc(1.5em + 0.75rem + 0px);
    -webkit-appearance: auto;
}

.profile_page_main .row.form_box.theme_form_page_cus label {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
    display: block;
}
.profile_page_main .row.form_box.theme_form_page_cus.branch_details select.form-control {
    -webkit-appearance: none;
}



.profile_page_main.view_page .row.form_box.theme_form_page_cus .bootstrap-select .dropdown-menu {
    display: none !IMPORTANT;
}
.profile_page_main.view_page .bootstrap-select>.dropdown-toggle .filter-option:after {
display: none !IMPORTANT;
}
.profile_page_main.view_page .row.form_box.theme_form_page_cus .bootstrap-select button.btn {
    cursor: default;
}
.profile_page_main .row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}


.profile_page_main .row.form_box.theme_form_page_cus p.multi_values {
    border: none;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    margin-bottom: 0;
    font-size: 14px;
}
.profile_page_main .row.form_box.theme_form_page_cus p.multi_values b {
    font-weight: 500;
}
.profile_page_main .row.form_box.theme_form_page_cus label.accept-label {
    color: #3dbf5f;
    font-weight: 500;
}
.profile_page_main .row.form_box.theme_form_page_cus label.allote_label {
    color: darkorange;
    font-weight: 500;
}
.profile_page_main .row.form_box.theme_form_page_cus .wrapper.shift_status p.multi_values:last-child {
    border: none !important;
}

.profile_page_main .row.form_box.theme_form_page_cus p.form-control {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none !IMPORTANT;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    height: calc(1.5em + 0.75rem + 0px);
    -webkit-appearance: auto;
}

/*Main Projects List*/


.row.main-box-section {
    background-color: white;
    padding: 10px 0px 20px !important;
    box-shadow: 0 0 15px #ccc;
    border-radius: 15px !IMPORTANT;
    margin: 20px 5px;
}

.row.main-box-section .main-table-top-bar {
    width: 100%;
}
.row.main-box-section h3.main-inner-heading {
    margin: 40px 0 20px;
    color: black;
    font-weight: 700;
    display: inline;
    text-transform: capitalize;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.row.main-box-section .main-table-cus table.table a.action-icons {
    font-size: 20px;
    color: #aebed7;
    margin: 0 5px;
}
.row.main-box-section a.calender-icons {
    font-size: 27px;
    color: #5a5a5a;
    padding-left: 8px;
}


/*Notifications*/

.notification_list .row.main-box-section.notification_box {
    padding: 15px 15px !important;
    border-left: 5px solid #922161;
}

.notification_list .row.main-box-section.notification_box h3.notification_msg {
    font-size: 18px;
    font-weight: 600;
    color: #2b3541;
    display: block;
    margin-bottom: 0;
}

.notification_list .row.main-box-section.notification_box ul.subject_notify {
    list-style: none;
    padding-left: 0;
}

.notification_list .row.main-box-section.notification_box li {
    display: inline-block;
    padding: 0 5px;
}
.notification_list .row.main-box-section.notification_box h4.time {
    color: #464650;
    font-size: 13px;
    font-weight: 400;
}
.notification_list .row.main-box-section.notification_box  i.fa.fa-eye {
    font-size: 20px;
    padding: 2px 8px;
    color: #aeb9d7;
}
.notification_list .row.main-box-section.notification_box a.noti_eye_icon {
    float: right;
}
.notification_list .row.main-box-section.notification_box li.value {
    color: #922161;
    font-weight: 600;
}
/*Creat Form Page*/

.row.form_box.theme_form_page_cus {
    background-color: white;
    padding: 15px 20px !important;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px !IMPORTANT;
    margin: 15px 10px;
    width: 100%;
    border-top: 5px solid #931f5e;
}

.row.form_box.theme_form_page_cus .container-fluid {
    max-width: 100%;
    width: 100%;
    flex: 100%;
}
.row.form_box.theme_form_page_cus .row.form-group .col-md-6, .row.form_box.theme_form_page_cus .row.form-group .col-md-4, .row.form_box.theme_form_page_cus .row.form-group .col-md-3, .row.form_box.theme_form_page_cus .row.form-group .col-md-12 {
    padding: 10px 15px;
    margin: 0 !important;
}
.row.form_box.theme_form_page_cus form label {
    font-weight: 500;
    color: #2b2f32;
}
.row.form_box.theme_form_page_cus form input.form-control, .row.form_box.theme_form_page_cus form select {
    background-color: transparent !important;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
}
.row.form_box.theme_form_page_cus form textarea {
    border-radius: 3px;
    padding: 5px 10px;
    background-color: transparent !important;
    border: 1px solid #cecece;
    border-radius: 10px;
}

.row.form_box.theme_form_page_cus button.submit {
    background: #931f5e;
    color: white;
    padding: 8px 15px;
    text-align: center;
    margin: 20px auto 0;
    border: none;
    display: block;
    width: 25%;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px;
}


.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col label {
    margin-bottom: 10px;
    margin-top: 0;
}
.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col {
    text-align: left;
}

.row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle {
    background-color: transparent !important;
    border: 1px solid #cecece !important;
    border-radius: 10px;
    padding: 10px 10px;
}
.row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle .filter-option:after {
    top: 15px;
}
.row.form_box.theme_form_page_cus .bootstrap-select .show .dropdown-menu.inner {
    display: block;
}

.row.form_box.theme_form_page_cus .bootstrap-select .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.bootstrap-select .dropdown-menu li a.dropdown-item:active, .bootstrap-select .dropdown-menu li a.dropdown-item.active {
    background-color: transparent !IMPORTANT;
    color: #51555e;
}

/*Doc*/

.row.form_box.theme_form_page_cus .documents_box {
    border: 1px solid #b8c0c3;
    padding: 10px 25px;
    border-radius: 10px;
}
.row.form_box.theme_form_page_cus h3.doc_title {
    font-size: 20px;
    margin-bottom: 0;
}
 .row.form_box.theme_form_page_cus h3.doc_title {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.row.form_box.theme_form_page_cus .documents_box i.fa.fa-file-text-o {
    font-size: 20px;
    margin-right: 10px;
    color: #818889;
}
.row.form_box.theme_form_page_cus .documents_box .col-md-2 i.fa {
    font-size: 20px;
    color: #818889;
    float: right;
    margin-right: -10px;
    margin-top: -5px;
}

.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc{
    text-align: center;
}
.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc label {
    margin: 0;
}
.row.form_box.theme_form_page_cus .row.form-group .doc_col.no_doc h4 {
    font-size: 18px;
    color: #da831c;
    font-weight: 600;
}

/*Simple doc input*/

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 7px;
    border-color: #931f5e;
    color: #931f5e;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}
.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col input.file-input-simple{
    width: 100%;
}


/*View Document Approve & Reject*/

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.doc_status {
    font-size: 15px;
    color: #28a745;
    border: 1px solid;
    padding: 5px 15px;
    width: auto;
    border-radius: 100px;
    display: unset;
}

.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.rejected {
    color: #dc3545;
}
.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.approve {
    color: #28a745;
}
.row.form_box.theme_form_page_cus .row.form-group .field_col.doc_col h5.pending {
    color: #da831c;
}


/*Document page*/


.row.main_document_row_box {
    background-color: white;
    padding: 15px 20px !important;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px !IMPORTANT;
    margin: 15px 10px;
    width: 100%;
    border-top: 5px solid #931f5e;
}

/*Modal Design*/

.modal .modal-dialog {
    background-color: white;
    border-radius: 5px !IMPORTANT;
    width: 100%;
    border-top: 5px solid #931f5e !IMPORTANT;
    border: none;
}

.modal .modal-dialog button.close {
    background-color: #931f5e !IMPORTANT;
    opacity: 1;
    color: white !IMPORTANT;
    padding: 3px 5px !important;
    outline: none;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    display: block;
    position: relative;
    right: -10px;
    top: -10px;
}
.modal .modal-dialog .form-control {
    background-color: transparent !important;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 5px 10px;
}

.modal .modal-dialog button.btn-success {
    background: #931f5e;
    color: white;
    padding: 8px 15px;
    text-align: center;
    border: none;
    display: block;
    width: 25%;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px;
}
.modal .modal-dialog .dropdown.bootstrap-select {
    padding: 5px 0;
}


/*Confirm Email*/

.container.main-login-section.confirm_email_page a.theme_btn_blue_cus, .container.main-login-section.verification_email_page a.theme_btn_blue_cus {
    display: block;
    width: 40%;
    margin: 0 auto;
}

.container.main-login-section.verification_email_page a.resend_email{
    background-color: transparent;
    display: block;
    width: 40%;
    margin: 0 auto;
}
.container.main-login-section.confirm_email_page a {
    color: #922161;
    margin-top: 8px !IMPORTANT;
    display: block;
    font-weight: 500;
}


.verification_email_page .col-md-12.second-colomn-login {
    padding: 30px 25px;
}

.container.main-login-section.verification_email_page a {
    color: #922161;
    text-decoration: underline;
}
/* Style the tab content */

.tabcontent {
    float: left;
    padding: 40px 12px;
    width: 100%;
    border-left: none;
    height: unset;
}

.Content-main-section3 h1 {
    margin: 20px 0 20px;
    color: #26303a;
    font-weight: 800;
    display: inline;
    text-transform: uppercase;
    text-align: left;
    font-size: 26px;
    letter-spacing: 1px;
}
.col-md-9.Content-main-section3 {
    max-width: 81%;
    flex: 81%;
    padding: 0 0px 10px 10px;
}
.col-md-9.Content-main-section3 .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* Change background color of buttons on hover */

.tab button:hover {
    color: #fdc915;
    border: none;
    background-color: #fff2c6;
}


/* Create an active/current "tab button" class */

.tab button.active {
 color: #fdc915;
    border: none;
    background-color: #fff2c6;

}

.tab button:focus {
    outline: none;
}


span.flip {
    display: none;
}

.dropdown-toggle::after {
    display: none !important;

}

/* leaves tracker section */

.leaves-tabs-section li.nav-item {
    width: 50%;
    border: none !important;
    outline: none !important;
    padding: 0 10px;
}

.leaves-tabs-section li.nav-item  a{
 color: Black;
 text-decoration: none;
 font-size: 24px;
}

.main_leaves_page .col-md-12.main_filter_cus button.btn.btn-primary {
    background: #922161;
    color: white;
    border-radius: 101px;
    border: none;
}

.main_leaves_page div#data_table_filter {
    display: none;
}

.main_leaves_page .nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid #922161;
    border-radius: 10px;
    color: #922161 !important;
    text-align: center;
    font-size: 18px;
}

.main_leaves_page .nav-tabs .nav-item:first-child {
    padding-left: 0 !important;
}
.main_leaves_page .nav-tabs .nav-item:last-child {
    padding-right: 0 !important;
}

.main_leaves_page .main_filter_cus .col-md-3 {
    margin: 10px 0;
}


.main_leaves_page .nav-tabs .nav-link.active {
    background-color: #922161;
    color: white !important;
}
.main_leaves_page .card-header {
    text-align: left;
    font-size: 17px;
    color: #202020;
    font-weight: 500;
    line-height: 1.4;
}

/*Custom*/


.row.form_box.creat_tasks_form .row.form-group .col-md-12.trash_btn {
    height: 0;
    padding: 0;
}
.add_more_role {
    font-size: 1rem;
    text-align: center;
    text-transform: capitalize;
    transition: none;
    color: #e97917;
    padding: 12px 20px;
    border-radius: 9px;
    background: #f6f6f6;
    border: none;
}
.add_more_role i.fa {
    margin-right: 5px;
}
a.delet_role {
    margin-top: 50px;
    position: absolute;
    right: 0px;
}
a.delet_role1 {
    margin-top: 39px;
    position: absolute;
    right: 0px;
}

div.dataTables_wrapper div#example_info {
    margin-left: 35px;
    font-weight: 500;
}

div#example_filter {
    margin-right: 35px;
}
div#example_info {
    margin-left: 35px;
}
div#example_paginate {
    margin-right: 30px;
}

.text-left{
    margin-left: 20px;
}

/*Modal*/

.modal .modal-body .col-md-12, .modal .modal-body .col-md-6 {
    padding: 10px 15px;
    margin: 0 !important;
}
.modal .modal-body input.form-control, .modal .modal-body textarea.form-control {
    background-color: #f0eeef;
    border-radius: 10px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
}


/*New Styles*/

a.theme_btn_blue_cus, button.theme_btn_blue_cus {
    background: #e97917;
    color: white;
    padding: 6px 15px;
    border-radius: 5px;
    text-align: center;
    width: auto;
    border: none;
}

.blue-color {
    color: #0ba5cf;
}
.black-color {
        color: #333333 !important;
}
.btn-success {
    background: #008659 !important;
}
.btn_section .light_btns {
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}
.activity_main_section li.nav-item button {
    padding: 5px 15px;
    background: #dfdfdf;
    color: black;
}
.activity_main_section li.nav-item button.active {
    background: #6c757d;
}
.section label.black-color, .right_side_second.border label.text-left.black-color, .history h6.text-dark, div#tab1 .row h6.text-dark {
    font-size: 14px;
}
.main_activity_tabs img.w-100.comment_img {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}
.col-lg-8.left_content_area .top_breadcrumb ol.breadcrumb {
    background: transparent;
}
.col-lg-8.left_content_area {
    height: 100vh;
    overflow-y: scroll;
}
.left_content_area .top_breadcrumb a {
    color: #1aafd7;
}
.top_breadcrumb li.breadcrumb-item {
    font-size: 14px;
}
div#show-description {
    font-size: 14px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    padding: 5px 10px;
    background: #f8f9fa;
    font-weight: 700;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active  {
  background: #6c757d;
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a  {
  color: white !IMPORTANT;
}
ul#tabs-nav li.active a{
  color: white;
}
#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
  color: black;
}
/*ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }*/

/*Attachments*/

/*Rigthside*/

.right_side_second.border .col-lg-6, .right_side_second.border .col-lg-6 h6 {
    font-size: 13px;
    color: #333333;
}
.right_side_second.border .col-lg-6 select#assignee {
    border: none;
    background: transparent;
    outline: none;
    appearance: none;
    color: #333333;
}
.update_status a#dropdownMenuLink i.fa {
    font-size: 10px;
    position: relative;
    top: -2px;
    left: 3px;
}
.update_status a#dropdownMenuLink {
    background: #008659;
}
.update_status .right_done i.fa {
    color: green;
    font-size: 15px;
}

/* project details start */
.ql-toolbar.ql-snow, .ql-container.ql-snow {
    border: 1px solid #202021;
}
.ql-container{
    height: 22rem;
}

@media only screen and (min-width: 2500px) and (max-width: 3500px) {
.col-md-9.Content-main-section3 {
    min-height: 90vh !important;
}
}
@media only screen and (min-width: 1920px) and (max-width: 2200px) {
.col-md-9.Content-main-section3 {
    min-height: 89.5vh !IMPORTANT;
}
}


@media only screen and (min-width: 1600px) and (max-width: 1920px) {
.col-md-9.Content-main-section3 {
    min-height: 89.5vh !IMPORTANT;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
.col-md-9.Content-main-section3 {
    min-height: 89vh !important;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1400px){
.col-md-9.Content-main-section3 {
    min-height: 86.5vh;
    max-width: 76%;
    flex: 76%;
    padding: 0 0px 10px 10px;
}
.col-md-3.main-side-bar-section {
    max-width: 20%;
}
.dashboard_invoice_jobs_row .white_box.jobs_col {
    max-width: 65.8%;
}
.container-fluid.header_cus .top-left-col {
    max-width: 24%;
}
.container-fluid.header_cus .right-side-content {
    width: 75%;
    max-width: 75%;
    flex: 75%;
}

}
@media only screen and (max-width: 1300px) {
    .dashboard_main.admin .dashboard_charts_row.first .charts_col {
    max-width: 48% !important;
    flex: 48% !important;
    margin: 0 14px;
}
.responsive_div {
    width: 100%;
    overflow-x: scroll;
}

.col-md-3.main-side-bar-section {
    max-width: 20%;
}

.col-md-9.Content-main-section3 {
    max-width: 76%;
    flex: 76%;
    padding: 0 0px 10px 10px;
}
.container-fluid.header_cus .top-left-col {
    max-width: 24%;
}
.container-fluid.header_cus .right-side-content {
    width: 76%;
    max-width: 76%;
    flex: 76%;
}


.graphTabList.leaves-tabs-section li.nav-item a {
    font-size: 14px !important;
    padding: 8px 10px;
}

}
@media only screen and (max-width: 1150px) {

    html, body {
    width: 100%;
    overflow-x: hidden;
}

.col-md-9.Content-main-section3 {
    max-width: 75%;
    flex: 75%;
}
.col-md-3.main-side-bar-section {
    max-width: 20%;
    margin: -125px 20px 30px;
}
.container-fluid.header_cus .right-side-content {
    width: 75%;
    max-width: 75%;
    flex: 75%;
}

.container-fluid.header_cus .top-left-col {
    max-width: 25%;
}


/*dashboard*/


}


@media only screen and (max-width: 991px) {


.col-md-3.main-side-bar-section {
    max-width: 25%;
}
.col-md-9.Content-main-section3 {
    max-width: 70%;
    flex: 70%;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .box_wrapper {
    position: unset;
}

.container-fluid.header_cus .top-left-col {
    max-width: 30%;
    flex: 30;
}
.container-fluid.header_cus .right-side-content {
    width: 70%;
    max-width: 70%;
    flex: 70%;
}

 /*New Header*/

.top-header-bar-2 ul {
    padding-left: 0 !important;
}
.top-header-bar-2 li.search-bar-cus {
    width: 30%;
}
.top-header-bar-2 li.notification-cus i.fa.fa-bell {
    padding: 0 15px;
}
.top-header-bar-2 li.notification-cus:after {
    right: 25px;
}

/*Table List*/

.main-box-section {
    overflow-x: scroll;
}
.main-box-section table {
    width: 800px;
}

/*Buttons*/

.below_buttons a.btn.btn_next_cus, .below_buttons a.btn.save_btn_cus {
    width: 40%;
}
.dataTables_wrapper div.dt-buttons {
    float: right;
    padding: 0;
    margin-top: 1px;
    margin-bottom: 10px;
}

/*Login page*/

.container.main-login-section .col-md-12.second-colomn-login {
    max-width: 75%;
}

.container.main-login-section .second-colomn-login .form-group a.ForgetPwd {
    text-align: right;
    display: block;
    width: 100%;
}

.container.main-login-section {
    padding: 10% 0 0;
}

/*Table*/

.responsive_div {
    width: 100%;
    overflow-x: scroll;
}

.dashboard_job_applies_row .responsive_div table.table {
    width: 1000px;
}
.dashboard_job_applies_row .responsive_div table#data_table {
    width: auto;
}

/*Calender*/

.row.pt-4.dashboard_job_applies_row.shift_schedular .col-md-11 {
    max-width: 100% !important;
    flex: 100%;
    padding: 0;
}

/*Dashboard*/

.dashboard_main .row.dashboard_top_row .boxes {
    max-width: 100% !important;
    flex: 100%;
    margin: 0 !important;
    padding: 10px 0;
}

.dashboard_main .dashboard_top_row .row.inside_row p.box_text {
    font-size: 18px;
}
.dashboard_main .dashboard_top_row .row.inside_row ul.candidate_status li {
    font-size: 16px;
}
.dashboard_main.admin .dashboard_charts_row.first .charts_col {
    max-width: 100% !important;
    flex: 100% !important;
    margin: 10px 0;
}


.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-12 .box_wrapper {
    background-color: #931f5e;
    position: unset;
}
/*Dash candidate*/


}


@media only screen and (max-width: 768px) {

/*Header*/

.top-header-bar-2 li.notification-cus i.fa.fa-bell {
    padding: 0 20px;
    color: #5a5a5a;
    font-size: 30px;
}
.top-header-bar-2 {
    width: 50%;
}
h1.welcome_heading {
    margin-left: 70px;
}
.top-header-bar-2 li.notification-cus:after {
    right: 33px;
    top: -10px;
}
.top-header-bar-2 li.notification-cus span.notification_count {
    right: 40px;
    top: -10px;
}
.top-header-bar-2 .dropdown-menu.show {
    left: -50px !important;
}
.col-md-4.top-header-bar-2 {
    padding: 0;
}
button.side_toggle_show_hide {
    display: none;
}

.container-fluid.header_cus .right-side-content {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-top: 0;
}

.main-side-bar-section {
    background: black;
    color: white;
    border-left: 5px solid #E5B87A;
    display: none;
}
span.flip {
    display: block !important;
    padding: 0;
}
#panel, .flip {
 font-size: 26px;
    padding: 10px;
    text-align: center;
    color: #484445;
    border: none;
    margin: 0 0;
        position: absolute;
    z-index: 999;
        width: 90%;
}
.flip i.fa.fa-bars {
    float: left;
    margin-top: -75px !important;
    margin-left: 10px;
    padding: 5px 10px;
}


div#panel_new_crm {
    position: fixed;
    top: -50px;
    bottom: 0;
    max-width: 40% !important;
    z-index: 99;
    left: 0;
    right: 0;
    overflow: hidden scroll;
    margin-top: 50px !important;
}
.side_bar_open_phone #myClick {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.side_bar_open_phone #myClick i {
    float: none;
    z-index: 999;
    color: white;
    font-size: 18px;
    position: fixed;
    right: 57%;
    background: #931f5e;
    top: 75px;
    padding: 8px 10px;
    border-radius: 10px;
}
.side_bar_open_phone #myClick i:before {
    content: "\f00d";
}
.Content-main-section3 img {
    padding-top: 20px;
}

/*Datatable*/

.Content-main-section3 .dataTables_wrapper .dataTables_length {
margin-left: 0;
}

/*Popups*/

.shift_detail_popup .modal-dialog {
    max-width: 95%;
}
.modal .modal-dialog {
    max-width: 90%;
    margin: 15px auto;
}

/*Dashboard*/

.col-md-9.Content-main-section3 {
    max-width: 100%;
    flex: 100%;
    padding: 10px 15px;
}

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .box_wrapper {
    position: unset;
}
.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6 {
    position: relative;
    max-width: 50%;
}


/*Form page*/

.main-btn a.add_new_btn {
    padding: 5px 25px;
    margin: 10px auto 0;
}
.row.form_box.theme_form_page_cus button.submit {
    width: 45%;
}
.top_filter_row .form-control {
    margin: 10px 0;
}


.row.form_box.theme_form_page_cus {
    background-color: white;
    padding: 15px 0px !important;
}


/*Login*/

.container.main-login-section {
    padding: 15% 0 0;
    max-width: 85%;
    width: 85%;
}

.container.main-login-section .col-md-12.second-colomn-login {
    max-width: 100%;
}
.container.main-login-section .second-colomn-login .form-group.btn-submit .col-md-6 {
    max-width: 50%;
}

/*Tabs Page detail*/

.job_detail_page .main_tabs_container .row.details_row h4 {
    margin-bottom: 10px;
}


/*Dashboard*/


.dashboard_main .dashboard_top_row .boxes img.box_icon {
    height: 55px;
    width: 55px;
}
.dashboard_main .row.dashboard_top_row .boxes {
    padding: 10px 10px !important;
}
.dashboard_main .dashboard_top_row .row.inside_row p.box_text {
    font-size: 18px;
}
.dashboard_main .dashboard_top_row .row.inside_row ul.candidate_status li {
    font-size: 16px;
}
.dashboard_main.admin .dashboard_charts_row.first .charts_col {
    max-width: 100% !important;
    flex: 100% !important;
    margin: 10px 0;
}

/*Profile Page*/

.row.form_box.theme_form_page_cus .documents_box .col-md-10 {
    max-width: 70%;
    flex: 70%;
}
.row.form_box.theme_form_page_cus .documents_box .col-md-2 {
    max-width: 30%;
    flex: 30%;
}
.row.form_box.theme_form_page_cus .documents_box {
    padding: 10px 15px;
}
.profile_page_main .row.form_box.theme_form_page_cus {
    margin: 0 !important;
}
.profile_page_main .row.form_box.theme_form_page_cus {
    margin: 15px 0 0 !important;
}

/*Notification*/

.notification_list .row.main-box-section.notification_box .row.inside_row .col-md-8.p-0 {
    max-width: 80%;
    flex: 80%;
}
.notification_list .row.main-box-section.notification_box .row.inside_row .col-md-4.p-0 {
    max-width: 20%;
    flex: 20%;
}
}

/*popup end*/
@media only screen and (max-width: 575px) {

.top-header-bar-2 li.search-bar-cus {
    width: 40%;
}
.top-header-bar-2 li.notification-cus i.fa.fa-bell {
    padding: 0 5px;
   font-size: 25px;
}
.top-header-bar-2 li.notification-cus span.notification_count {
    right: 25px;
    top: -10px;
}
.top-header-bar-2 img {
    width: 35px;
    height: 35px;
}
.top-header-bar-2 .nav-item.dropdown a {
    margin-right: 10px;
    font-size: 14px;
}

h3.main_small_heading_cus {
    font-size: 20px;
}

/*Notification*/

.top-header-bar-2 li.notification-cus div#box {
    width: 65%;
    left: 20%;
}

/*Calender*/

div#full_calendar_events .fc-toolbar .fc-center h2, div#full_calendar_candidate .fc-toolbar .fc-center h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #2b3541;
    display: block;
    width: 100%;
}
div#full_calendar_events .fc-toolbar .fc-center, div#full_calendar_candidate .fc-toolbar .fc-center  {
    display: block;
    width: 100%;
}


/*Dashboard*/

.col-md-9.Content-main-section3 .col-md-12.main-12-colomn-cus {
    padding: 0;
}

.dashboard_top_row .col-md-3.boxes {
    margin: 5px 5px;
    max-width: 100%;
    flex: 100%;
    margin-left: 0;
}
.dashboard_top_row .row.inside_row p.box_text {
    font-size: 18px;
}
.dashboard_top_row.row .inside_row .col-md-9 {
    max-width: 78%;
}
.dashboard_top_row.row .inside_row .col-md-3 {
    max-width: 22%;
    flex: 22%;
}

.right_side_shifts .responsive_div table.table.table-striped {
    width: 600px;
}
.dashboard_main .dashboard_job_applies_row .main_small_heading_cus a.theme_btn_blue_cus {
    margin-left: 20px;
    width: auto;
    padding: 5px 15px;
    display: inline-block;
    float: right;
}

/*Profile*/

.profile_page_main .row.top_profile_section h3.top_heading_cus {
    margin-top: 15px;
    font-size: 25px;
}

/*Forgot*/

.container.main-forgot-pass-section img.logo_cus_reset_pass {
    margin: 35px auto;
    width: 60%;
}
.container.main-forgot-pass-section {
    width: 100%;
    max-width: 100%;
    margin: 5% auto 0;
    padding: 18% 8%;
}
.container.main-forgot-pass-section h3.tabs-form-title.mb-3.text-white {
    font-size: 22px;
}
.container.main-forgot-pass-section .btn-submit a, .container.main-forgot-pass-section .btn-submit button {
    font-size: 15px;
}

/*Login*/

.container.main-login-section h2.left_heading {
    padding-top: 30px;
    font-size: 30px;
}
.container.main-login-section .second-colomn-login h3.tabs-form-title {
    font-size: 25px;
}

a.main_add_new_btn {
    font-size: 14px;
    padding: 8px 10px;
}h2.main_heading_cus {
    font-size: 22px;
}

/*Notification*/

.notification_list .row.main-box-section.notification_box h3.notification_msg {
    font-size: 15px;
}
.notification_list .row.main-box-section.notification_box {
    padding: 10px 5px !important;
    border-left: 5px solid #922161;
}
}
@media only screen and (max-width: 480px) {


  /*Header  */

.top-header-bar-2 li.search-bar-cus {
    width: 33% !important;
    display: none;
}

.main-side-bar-section {
    background: black;
    color: white;
    border-left: 5px solid #E5B87A;
    display: none;
}
span.flip {
    display: block !important;
}

   .acknowledgement_main_form1 .col-4 {
    max-width: 100% !important;
    flex: 100% !important;
}
.top-header-bar-2 .dropdown-menu.show {
    left: 0px !important;
}
#panel, .flip {
    font-size: 23px;
    padding: 10px;
    text-align: center;
    color: #484445;
    border: none;
    margin: 0 0;
    position: absolute;
    z-index: 999;
    width: 90%;
}

.col-md-9.Content-main-section3{
    max-width: 100%;
    flex: 100%;

}

.row.Content-main-section3-main-row {
    margin-bottom: 0;
}
div#panel_new_crm {
    position: fixed;
    top: -50px;
    bottom: 0;
    max-width: 60% !IMPORTANT;
    z-index: 99;
    left: 0;
    right: 0;
    overflow: hidden scroll;
    margin-top: 50px !important;
}
.side_bar_open_phone #myClick {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.side_bar_open_phone #myClick i {
    float: none;
    z-index: 999;
    color: white;
    font-size: 18px;
    position: fixed;
    right: 35%;
    padding: 8px 10px;
    border-radius: 10px;
}
.side_bar_open_phone #myClick i:before {
    content: "\f00d";
}
.Content-main-section3 img {
    padding-top: 20px;
}

/*Form Page Cus*/

.row.form_box.theme_form_page_cus button.submit {
    width: 80%;
}

/*Dashboard*/

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6 {
    position: relative;
    max-width: 100%;
    padding: 15px 0;
}
.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-12 {
    padding: 5px 0;
}

h1.welcome_heading span {
    font-size: 20px;
    margin-left: 0px;
}
h1.welcome_heading {
    margin-left: 50px;
}

}

@media only screen and (max-width: 400px) {
.dashboard_main .dashboard_top_row .row.inside_row p.box_text {
    font-size: 15px;
}

.dashboard_main .dashboard_job_applies_row .main_small_heading_cus a.theme_btn_blue_cus {
    margin-top: 20px;
}
}

.Content-main-section3 .dataTables_wrapper .dataTables_length {
    width: 225px;
    margin-left: 20px;
    border: none;
    background-color: transparent !important;
    margin-bottom: 30px !important;
    display: none;
}

div#data_table_filter {
    float: right;
    margin-left: 0px;
    margin-bottom: 40px;
    margin-right: 30px;
    margin-top: -85px;

}
.creat-project .form-row.gray-field a.delet_role {
    position: absolute;
    left: -10px;
    top: 45%;
}

.creat-project .form-row.gray-field {
    position: relative;
}

.required {
    color: red;
}

.btn-update,
.editable-submit {
    background: #922161;
    border: none;
    color: white !important;
}

.editable-cancel {
    background: #6c757d;
    border: none;
    color: white !important;
}

.select2-container--default .select2-selection--single{
    background-color: transparent !important;
    border: 1px solid #cecece !important;
    border-radius: 10px !important;
    padding: 10px 10px !important;
    height: calc(1.5em + 0.75rem + 10px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12PX !important;
}

.leaves-tabs-section.graphTabList {
    display: inline-flex;
    margin-bottom: 20px;
    width: 100% !important;
}


.graphTabList.leaves-tabs-section li.nav-item {
    width: 25%;
}

.graphTabList.leaves-tabs-section li.nav-item  a{
 font-size: 16px;
}


