@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>section:nth-child(2)>div>div.row {
    height: 100%;
}

body a {
    text-decoration: none !important;
    background-color: transparent;
}

p {
    color: #30302e;
}

ul li {
    color: rgba(66, 66, 66, 1);
    margin-bottom: .6rem;
    font-weight: 300;
    font-size: 1rem;
}

.container-fluid {
    max-width: 95%;
    width: 95%;
    flex: 95%;
}


input[type=checkbox] {
    width: 20px;
    height: 16px;
    margin-right: 8px;
}

input[type=checkbox]::before {
    content: "\f00c";
    width: 19px;
    height: 19px;
    padding: 0px 2px;
    font-family: 'FontAwesome';
    display: block;
    color: white;
    background-color: #40842d;
    transform: scale(0);
    font-size: 14px;
    border-radius: 4px;
    margin-left: 1px;
    margin-top: -1px;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}


a.btn.btn-dark {
    background-color: #302a2a;
    border-color: #302a2a;
    color: white;
    border-radius: 60px;
    padding: .6rem 2rem;
}

a.btn.btn-green {
    background-color: #40842d;
    border-color: #40842d;
    color: white;
    border-radius: 60px;
    padding: 5px 20px;
}

a.btn.btn-white {
    background-color: white;
    border-color: white;
    color: #40842d;
    border-radius: 60px;
    padding: 5px 20px;
    font-weight: 500;
}

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;
    text-transform: capitalize;
}

.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: #40842d;
}

.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%;
}


/*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: #40842d;
    color: #40842d;
    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: #40842d;
}

ul.color_chart_values li.list.complete i {
    color: #3dbf5f;
}

a.theme_btn_blue_cus,
button.theme_btn_blue_cus {
    background: #40842d;
    color: white !important;
    padding: 7px 25px;
    border-radius: 100px !important;
    text-align: center;
    width: auto;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

a.main_border_btn {
    background: transparent;
    color: #40842d !important;
    padding: 6px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: 1px solid #40842d;
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
    font-weight: 500;
    font-size: 16px;
}

.col-md-9.Content-main-section3 a.back_btn {
    background: #40842d;
    color: white !important;
    padding: .6rem 1.6rem;
    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: 1.8rem;
    font-weight: 600;
    color: #302a2a;
    display: inline-block;
    margin-bottom: 1.5rem;
}

h3.main_small_heading_cus {
    font-size: 22px;
    font-weight: 700;
    color: #302a2a;
    display: block;
    width: 100%;
}

h3.heading.inside_heading {
    font-size: 16px;
    font-weight: 600;
    color: #40842d;
    display: block;
    width: 100%;
}

h3.mainsub_small_heading_cus {
    font-size: 17px;
    font-weight: 700;
    color: #302a2a;
    display: block;
    width: 100%;
}

a.main_add_new_btn {
    background: #40842d;
    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: #40842d !important;
    padding: 8px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: 2px solid #40842d;
    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: #40842d;
    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: #eaeaea !important;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
    -webkit-appearance: auto;
}

textarea.form-control {
    background-color: #fafafa;
    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: #40842d !important;
    text-align: center;
    width: auto;
    border: 2px solid #40842d;
    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: #40842d;
    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: #40842d;
    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: #40842d;
    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: #40842d;
    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: #302a2a;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    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;
    text-align: center;
    border-radius: 4rem;
    font-size: .9rem;
    background-color: #3f852c;
    padding: .6rem 1rem;
    margin: 0;
}

.Content-main-section3 .responsive_div table tr .btnp {
    color: white;
    display: block;
    text-align: center;
    border-radius: 4rem;
    font-size: .9rem;
    padding: .6rem 1rem;
    margin: 0;
}

.Content-main-section3 .responsive_div table tr .btn.active {
    background: #40842d;
}

.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: 1.4rem; */
    margin-right: 35px;
}

.dataTables_wrapper a.dt-button.users_print.buttons {
    background: #40842d;
    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;
}

.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: 7px 10px;
    margin-top: 10px;
    margin-left: 15px;
    outline: none;
}

.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: #40842d;
    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: #40842d;
    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: #40842d;
}

.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;
}

/* .Content-main-section3 div.dt-buttons {
    padding: 17px 0 0 0 !important;
} */

button#view_printer_cost:focus {
    background-color: #28a745 !important;
}

#submit:focus {
    background-color: #28a745 !important;
}

.top-header-bar-2 .dropdown-menu.show {
    left: -50px !important;
    width: auto !IMPORTANT;
    top: 10px !important;
    border: 2px solid #40842d;
    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: 0% 0 0;
    max-width: 80%;
}

.col-md-12.second-colomn-login {
    max-width: 40%;
    margin: 0 auto;
    box-shadow: 0px 0px 19px -7px rgb(0 0 0 / 75%);
    background-color: white;
    padding: 15px 25px;
    border-radius: 20px;
}

.container.main-login-section .top_logo img.logo_cus {
    width: 17%;
    display: block;
    margin: -3% 0px 0px -15%;
}


.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: 5px 0 25px;
    color: #282828;
    font-weight: 700;
    text-transform: none;
    text-align: left;
    font-size: 35px;
    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: #30302e;
    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: 30px 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 + 15px);
}

.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: #30302e;
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    text-align: center;
    border: none;
    display: block;
    width: 100%;
}

.container.main-login-section .col-md-12.registration p a.register_btn {
    text-transform: uppercase;
    color: #40842d;
    font-weight: 500;
    text-decoration: underline !IMPORTANT;
}

.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: #40842d;
    color: #40842d;
    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;
}

/*Confirm Page*/


.container.main-login-section.confirm_email_page {
    padding: 7% 0 0;
    max-width: 1143px;
}

.container.main-login-section.confirm_email_page .top_logo img.logo_cus {
    width: 25%;
    display: block;
    margin: -50px auto 30px;
}


.confirm_email_page img.logo_cus {
    width: 40%;
}

.container.main-login-section.confirm_email_page .second-colomn-login h3.tabs-form-title {
    text-align: center;
    font-size: 25px;
}

.container.main-login-section.confirm_email_page .col-md-12.second-colomn-login {
    padding: 35px 35px;
}


/*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: 10% 0 0;
    max-width: 1143px;
}

.main-forgot-pass-section .col-md-12.second-colomn-login {
    background-color: white;
    border: 2px solid white;
    margin: 25px 0 0;
}

.main-forgot-pass-section h3.heading_forgot {
    margin: 5px 0 25px;
    color: #282828;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    display: block;
}

.container.main-login-section.main-forgot-pass-section .top_logo img.logo_cus {
    width: 35%;
    display: block;
    margin: -8% 0px 0px 2%;
}

.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;
}

.container.main-login-section.main-forgot-pass-section .btn-submit button {
    width: auto;
    background-color: #51883D ! IMPORTANT;
    color: white;
    margin: 0 auto;
}

.main-forgot-pass-section .second-colomn-login .form-group input.form-control {
    background-color: #F4F4F4 !important;
}

/*Reset Pass*/

.main-login-section.main-forgot-pass-section.reset {
    padding: 7% 0 0;
    max-width: 1143px;
}

.main-forgot-pass-section.reset .second-colomn-login ul.pass_validation {
    padding-left: 25px;
}

.main-forgot-pass-section.reset .second-colomn-login ul.pass_validation li {
    font-size: 13px;
    padding-left: 0;
    color: #3F3F3F;
}

.main-login-section.main-forgot-pass-section.reset .second-colomn-login h3.tabs-form-title {
    font-weight: 600;
    font-size: 30px;
}


/*Register Field*/


.container.main-login-section.main-register-page {
    padding: 0% 0 0;
}


.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;
}

.container.main-login-section.main-register-page .form-group p.already_login a {
    color: #40842d;
    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: #242623 !IMPORTANT;
    padding: 15px 5px 0;
    max-width: 16%;
    margin: -113px 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: 90%;
    margin: 0 auto;
    padding: 20px 5px 15px;
}

.main-btn a.add_new_btn {
    background: #17bfb0;
    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: #292c28;
    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: 17px;
    font-weight: 500;
    text-align: left;
}

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: #40842d;
    color: white !important;
    font-weight: 400;
}

ul.left_side_menus li.menu-item a:hover {
    background-color: #40842d;
    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 .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.admin .box_wrapper {
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
    background-color: white;
    padding: 20px 20px;
    border-radius: 15px;
}

.dashboard_main.admin .row.dashboard_top_row .boxes {
    padding: 0 8px;
}

.dashboard_main.admin .row.dashboard_top_row .boxes:first-child {
    padding-left: 0;
}

.dashboard_main.admin .row.dashboard_top_row .boxes:last-child {
    padding-right: 0;
}

.dashboard_main.admin .dashboard_top_row .boxes img.box_icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.dashboard_main.admin .row.dashboard_top_row .boxes:first-child img.w-100 {
    height: 340px;
}

.dashboard_main.admin .row.dashboard_top_row .boxes:last-child .row.right_inside_row {
    height: 100%;
}

.dashboard_main.admin .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6 {
    position: relative;
}

.dashboard_main.admin .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.admin .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.admin .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-12 .box_wrapper {
    background-color: #40842d;
}

.dashboard_main.admin .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.admin .dashboard_top_row h2.main_heading_cound {
    color: #202020;
    margin-top: 15px;
}

.dashboard_main.admin .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.admin .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;
}



/*User Dashboard*/

.dashboard_main.user .col-md-12.second.bg-image.top-print-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.dashboard_main.user .table-box-cus {
    background-color: white;
    box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.75);
    padding: 1rem;
    border-radius: 15px;
}

.dashboard_main.user h3.main_small_heading_cus a.view_link {
    float: right;
    font-size: 15px;
    margin-top: 13px;
    font-weight: 500;
    margin-right: 5px;
    color: #929B8E;
}

.dashboard_main.user .box_wrapper {
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
    background-color: white;
    padding: 20px 20px;
    border-radius: 15px;
}

.dashboard_main.user .box_wrapper h2.main_heading_cound {
    font-size: 23px;
    text-transform: capitalize;
}

.dashboard_main.user .box_wrapper h2.main_heading_cound2 {
    font-size: 23px;
}

.dashboard_main.user .box_wrapper.green {
    background-color: #40842d;
}

.dashboard_main.user .box_wrapper p {
    font-size: 14px;
}

/*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: #40842d;
    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;
}

.row.main-box-section i.fa.fa-eye {
    color: #9BA9B1;
    font-size: 18px;
    background-color: #F3F3F3;
    padding: .5rem .7rem;
    border-radius: .6rem;
}

/*Notifications*/

.notification_list .row.main-box-section.notification_box {
    padding: 15px 15px !important;
    border-left: 5px solid #40842d;
}

.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: #40842d;
    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 #40842d;
}

.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: #40842d;
    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: #40842d;
    color: #40842d;
    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;
}

/*Order pending*/

.pending_orders .pay_box_wrapper {
    border: 1px solid #BCBCBC;
    padding: 20px 20px;
    border-radius: 20px;
}

.pending_orders .pay_box_wrapper a.PaymentModal {
    background: #40842d;
    color: white !important;
    padding: 10px 12px;
    text-align: center;
    display: block;
    border-radius: 100px;
    margin-top: 15px;
    cursor: pointer;
}

.pending_orders .pay_box_wrapper span#printmult1 {
    float: right;
}

.pending_orders .pay_box_wrapper h2.main_heading_cus {
    font-weight: 500;
}

.pending_orders .pay_box_wrapper h2.main_heading_cus span {
    font-weight: 700;
}


/*Modal Design*/

.modal .modal-dialog {
    background-color: white;
    border-radius: 20px ! IMPORTANT;
    width: 100%;
    border: none;
    margin-top: 8%;
}

.modal-title {
    color: #302A2A;
    font-weight: 600;
    font-size: 24px;
}

.modal-title:after {
    content: "";
    height: 5px;
    background-color: #52863C;
    display: block;
    width: 30%;
    margin-top: 5px;
}

.modal-content {
    border-radius: 1.4rem;
}

.modal .modal-dialog button.close {
    background-color: transparent;
    opacity: 1;
    color: #BCBCBC ! IMPORTANT;
    padding: 5px 5px !important;
    outline: none;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    display: block;
}

.modal .modal-dialog button.close-agreement {
    /*background-color: transparent;
    opacity: 1;
    color: #BCBCBC ! IMPORTANT;
    padding: 5px 5px !important;
    outline: none;
    width: 30px;
    height: 30px;*/
    text-align: center;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px;
    border: none;
    padding: 8px 15px;
    width: 25%;
    /*font-size: 20px;*/
    display: block;
}

.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: #40842d;
    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;
}

.modal-footer {
    border: none;
}

.modal-header {
    border-radius: 20px;
    border: none;
}

/*Order view*/

.modal .modal-dialog tr:first-child {
    background-color: #D9D9D92E;
}

.modal .modal-dialog tr th {
    padding: 10px 10px;
}

.modal .modal-dialog tr td {
    padding: 10px 10px;
}

/*Order pending*/


div#PaymentModal button#update-wallet-data {
    background: #40842d;
    border: #40842d;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 8px 10px;
    border-radius: 100px;
}

div#PaymentModal .form-group:last-child {
    margin-bottom: 0;
}

div#PaymentModal .modal-dialog tr th,
div#PaymentModal .modal-dialog tr td {
    padding: 5px 10px;
}

div#PaymentModal .modal-title:after {
    content: "";
    height: 5px;
    background-color: #52863C;
    display: block;
    width: 70%;
    margin-top: 5px;
}

div#PaymentModal .modal-content {
    padding: 10px 10px;
}

/*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: #40842d;
    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: #40842d;
    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%;
    margin: 0rem;
    padding: 0;
    margin-bottom: 0rem;
    border-radius: 1.2rem !important;
}

/* 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;

}

/* new code */
.main-card {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/authorsuite/images/bg-img.jpg") no-repeat center center;
    background-position: center;

    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content.custom-content {
    background: white;
    padding: 2rem;
    border-radius: 1.5rem;
    max-width: 35%;
    width: 90%;
    text-align: center;
    box-shadow: none;
    border-top: .5rem solid rgba(81, 136, 61, 1);
    margin-right: 22rem;
}

.modal-content.custom-content h2 {
    font-weight: 600;
    font-size: 2rem;
    margin: 0;
    color: rgba(48, 42, 42, 1);
}

.modal-content.custom-content p {
    color: rgba(63, 63, 63, 1);
    line-height: 1.7rem;
}

.btn {
    padding: .8rem 1.5rem;
    margin: .7rem;
    border: none;
    border-radius: .3rem;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btns {
    display: flex;
}

.btn-green {
    background-color: rgba(81, 136, 61, 1);
    color: white;
}

.btn-outlinegreen {
    background-color: transparent;
    border: 1px solid rgba(81, 136, 61, 1);
    color: rgba(81, 136, 61, 1);
}

.btn-green,
.btn-outlinegreen {
    width: 50%;
    border-radius: 3rem;
    text-transform: uppercase;
}

.btn-green:hover {
    background-color: rgb(57 96 42);
}

.btn-outlinegreen:hover {
    background-color: rgba(81, 136, 61, 1);
    color: #fff;
}

@media screen and (min-width: 1200px) {

    html,
    body {
        font-size: 1vw;
    }
}

@media screen and (max-width: 1199.98px) {
    .modal-content.custom-content {
        max-width: 45%;
        margin-right: 18rem;
    }
}

@media only screen and (min-width: 2500) and (max-width: 3500) {
    .col-md-9.Content-main-section3 {
        min-height: 90vh !important;
    }
}

@media only screen and (min-width: 1920) and (max-width: 2200) {
    .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: 80%;
        flex: 80%;
        padding: 0 0px 10px 10px;
    }

    .dashboard_invoice_jobs_row .white_box.jobs_col {
        max-width: 65.8%;
    }


}

@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%;
    }


}

@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 10px 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) {

    .modal-content.custom-content {
        max-width: 60%;
        margin-right: 5rem;
    }

    .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: #40842d;
        position: unset;
    }

    /*Dash candidate*/


}

@media only screen and (max-width: 767.98px) {
    .modal-content.custom-content {
        max-width: 80%;
        margin-right: 0rem;
    }
}

@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: #40842d;
        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;
    }


    .container.main-login-section.main-forgot-pass-section .top_logo img.logo_cus {
        width: 35%;
        display: block;
        margin: 0 auto 20px;
    }

    /*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: 0;
    }

    .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 #40842d;
    }
}

@media only screen and (max-width: 480px) {
    .img-text-wrap {
        flex-direction: column;
    }

    .btns {
        flex-direction: column;
    }

    .modal-content.custom-content {
        max-width: 75%;
        padding: 1.5rem;
    }

    .btn-green,
    .btn-outlinegreen {
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }

    /*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;
    }
}

span.ABF-is-required {
    color: red;
}

#ShippingModal .shipChooseBtn {
    background: #40842d;
    color: white !important;
    padding: 10px 12px;
    text-align: center;
    display: block;
    border-radius: 100px;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
}

#CancelOrderModal .chooseBtn {
    background: #40842d;
    color: white !important;
    padding: 10px 12px;
    text-align: center;
    display: block;
    border-radius: 100px;
    margin-top: 15px;
    cursor: pointer;
    width: 40%;
}

#CancelOrderModal .chooseBtnCancel {
    padding: 10px 12px;
    text-align: center;
    display: block;
    border-radius: 100px;
    margin-top: 15px;
    cursor: pointer;
    width: 38%;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 16px 32px !important;
    border-radius: 10px;
    z-index: 10000 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-left: 0;
    max-width: 30%;
    height: auto;
    line-height: 1.2;
}

.green-text {
    color: #569D01 !important;
}

ol.howto-li li {
    font-size: 16px;
    font-weight: 400;
    color: #302a2a;
    /*display: inline-block;*/
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.was-validated .form-control:invalid,
.was-validated .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.ibi-registered-label {
    display: flex;
    align-items: center;
    gap: .2rem;
}

.ibi-registered-wrapper {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0;
}

.img-text-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    align-items: self-start;
    gap: .6rem;
}

.img-text-wrap img {
    flex-shrink: 0;
}

.img-text-wrap span {
    display: inline-block;
    word-break: break-word
}

/* .form-control:focus {
    background-color: #FFFFFF !important;
    color: #28A745;
} */

label.margin_bottom.main_label {
    display: flex;
    align-items: start;
}

.btn-success.submit-control-btn {
    color: #fff;
    background-color: #40842E;
    border-color: #40842E;
    border-radius: 3rem;
    height: auto;
    padding: .7rem 1rem;
}

.row.form_box.theme_form_page_cus {
    margin-bottom: 1.5rem;
}

.Content-main-section3 .row.form_box.theme_form_page_cus {
    margin-bottom: 1.5rem;
    padding: 1.5rem .7rem !important;
}

label.margin_bottom.main_label input[type="checkbox"] {
    margin-top: .2rem;
}

label.margin_bottom.main_label p {
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
    margin: 0;
}

.modal-content {
    border-top: .5rem solid #51863a;
    /* padding: 1rem; */
    border-radius: 1rem;
}

.alert-danger {
    border-radius: .7rem;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    word-break: break-word;
}

#product_table thead tr,
#userdashboard_table thead tr,
.table.table.table.dataTable.no-footer thead tr,
#ProductDetails table tr th {
    background: #eeeeee !important;
}

/* #order_table_wrapper .dt-buttons,
#pendingOrder_table_wrapper .dt-buttons,
#transaction_table_wrapper .dt-buttons {
    margin-top: 1.3rem;
} */

/* New css */
/* .main-layout {
    background-color: #f0f0f0;
    padding: 2rem;
    border-radius: 2rem;
    margin-bottom: 2rem;
} */

.listing {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 41px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
}

.listing h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(48, 42, 42, 1);
    margin-bottom: 1rem;
}

.icon-button {
    gap: .8rem;
    background-color: rgba(81, 136, 61, 1);
    border: none;
    cursor: pointer;
    padding: 1rem;
    border-radius: 1rem;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
    width: 100%;
    text-align: center;
    height: 100%;
}

.icon-button:hover {
    background-color: #557937;
}

.icon-button:focus {
    border: 0;
    outline: 0;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.5rem;
    height: 5rem;
    background-color: rgba(94, 151, 73, 1);
    border-radius: .7rem;
    margin: auto;
    margin-bottom: 1rem;
}

.icon-container img {
    width: 70%;
    height: 70%;
    display: block;
}

.navbar-custom {
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
    color: #000;
    font-weight: bold;
}

.navbar-custom .icon-link {
    color: #3a6333;
    font-size: 1.5rem;
    margin-left: 1.1rem;
}

.navbar-custom .icon-link:hover {
    color: #2c4d26;
}

.dash-icons {
    gap: 1rem;
}

.icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    transition: background-color 0.3s;
    background: rgba(239, 239, 239, 1);
    padding: .5rem .7rem;
    margin-left: 1rem;
}

.icon-link.active {
    background-color: #3f852f;
}

.borad-icons {
    filter: brightness(0) invert(0);
    transition: filter 0.3s;
}

.icon-link.active .borad-icons {
    filter: brightness(0) invert(1);
}

.succuss-btn {
    background-color: rgba(81, 136, 61, 1) !important;
    border-color: rgba(81, 136, 61, 1) !important;
}

.danger-btn {
    background-color: #a3434f;
    border-color: #a3434f;
}

.warning-btn {
    background-color: rgba(242, 131, 21, 1);
    border-color: rgba(242, 131, 21, 1);
}

.secondary-btn {
    background-color: rgba(135, 135, 135, 1);
    border-color: rgba(135, 135, 135, 1);
}

.warn b {
    background-color: rgba(242, 131, 21, 1);
}

.dan b {
    background-color: #a3434f;
}

.succ b {
    background-color: rgba(81, 136, 61, 1);
}

.sec b {
    background-color: rgba(135, 135, 135, 1);
}

.dan b,
.sec b,
.succ b,
.warn b {
    padding: .4rem .9rem;
    border-radius: 2rem;
    font-weight: 500;
    color: #fff;
}

.video-wrapper iframe {
    height: 17.5rem;
}

#transaction_table td:nth-child(2),
#transaction_table th:nth-child(2) {
    white-space: normal !important;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
    width: 36% !important;
}

#transaction_table td:nth-child(1) {
    width: 8%;
}

#transaction_table td {
    width: 14%;
}

#transaction_table {
    table-layout: auto !important;
    width: 100% !important;
}

.Content-main-section3 .responsive_div table tr .btn {
    color: white;
    display: block;
    width: 90%;
    text-align: center;
    border-radius: 6.25rem;
    font-size: 0.9375rem;
    padding: 0.6rem 1rem;
    margin: 0;
}

.custom-tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip-text {
    visibility: hidden;
    width: 20rem;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 1rem;
    padding: 1rem;
    position: absolute;
    z-index: 100;
    bottom: 7.8125rem;
    left: 0;
    transform: translateX(-80%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: pre-line;
    bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem;
    padding-top: 0;
}

.custom-tooltip-container:hover .custom-tooltip-text {
    visibility: visible;
    opacity: 1;
}
.btn-success.submit-control-btn:focus {
    color: #ffffff !important;
    background-color: #40842E !IMPORTANT;
}
img.file-logo {
    width: 3rem;
}
.text-left.login-content {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.2rem ! IMPORTANT;
}
.main-login .modal-content.custom-content{
    max-width: 69%;
}
