@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: #F9FBFD;
}

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

body>section:nth-child(2)>div>div.row {
    height: 100%;
}

body a {
    text-decoration: none !important;
    background-color: transparent;
}

p {
    color: #303030;
    font-size: 14px;
}

ul li {
    color: #51555e;
}

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: 30px;
    color: #302A2A;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    margin-left: 10px;
}

h1.welcome_heading span {
    font-weight: 400;
    font-size: 32px;
    text-transform: capitalize;
    color: #121214;
}

.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: #FFD04E;
}

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

.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*/

input.file-input-simple.choose:after {
    content: "Choose File";
    background: #FFD04E;
    border: 1px solid;
    display: block;
    position: absolute;
    padding: 5px 5px;
    border-radius: 20px;
    border-color: #FFD04E;
    color: #Fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: -24px;
    cursor: pointer;
    margin-left: -4px;
    padding: 8px 55px;
}

/*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: #BFBFBF;
} */
.password-container {
    position: relative;
    width: 100%;
}

.password-container .form-control {
    padding-right: 30px; /* Adjust this value if necessary */
}

.password-container #eye {
    position: absolute;
    right: 10px; /* Adjust this value if necessary */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.responsive_div span.active {
    color: #73C522 !important;
    display: block;
}

.responsive_div span.inactive {
    color: #F9A439 !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.btn-modal.custom-button {
    border-radius: 10px !important;
}

a.theme_btn_blue_cus,
button.theme_btn_blue_cus {
    background: #FFD04E;
    color: black !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: #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: #FFD04E;
    color: rgb(19, 18, 18) !important;
    padding: 8px 30px;
    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: 23px;
    font-weight: 700;
    color: #121214;
    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: #FFD04E;
    color: black !important;
    padding: 10px 45px;
    text-align: center;
    margin: 5px auto 0;
    border: none;
    border-radius: 25px !important;
    font-weight: 500;
}

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

.filter_row_cus a.clear_border_main_add_new_btn {
    background: transparent;
    color: #121214 !important;
    padding: 6px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: 1px solid #121214 ;
    /* box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%); */
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
}

.table-tr-list {
    white-space: nowrap;
}

button.main_add_new_btn {
    background: #FFD04E;
    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: #ffffff;
    border: none;
    border-radius: 10px;
    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: 0px;
    padding: 10px 10px;
}

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

.container-fluid.header_cus .right-side-content {
    width: 78%;
    max-width: 78%;
    flex: 78%;
    box-shadow: 0px 0px 41px 0px #0000000A;
    background-color: #ffffff;
    padding: 15px 15px 15px 20px;
    border-radius: 15px;
    margin-top: 15px;
    margin-left: 10px;
}

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: #F9A439 !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 {
    font-size: 16px;
    padding: 2px 6px;
    color: #9BA9B1;
}


.responsive_div {
    width: 100%;
}

/*Normle Table*/

.Content-main-section3 .responsive_div .table thead th {
    padding: 12px 20px;
    border: none !important;
    color: #303030;
    /* 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: 400;
    padding: 14px 10px 14px 10px;
    border: none;
    color: #5D5D5D;
    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: #FFD04E;
    color: black;
    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_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: 7px 0;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.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: 15px !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: #EFF1F3;
    padding: 5px 10px;
    color: #303030;
    border-radius: 10px;
    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: #EFF1F3;
    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: 14px;
    font-weight: 500;
    padding: 15px 20px;
    border: none;
    color: #5D5D5D;
}

.Content-main-section3 .dataTables_wrapper table.dataTable.no-footer td a.view {
    color: #5D5D5D;
    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: #FFD04E;
    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: 20px;
}

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

/* .th-center {
    text-align: center;
} */

.Edit-popup-main-btn-cus a {
    text-transform: capitalize;
}

.form-control:focus {
    background-color: #ffffff !important;
}

.top-header-bar-2 .dropdown-menu.show {
    left: -50px !important;
    width: auto ! IMPORTANT;
    top: 10px !important;
    border: 2px solid #ffd04e;
    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;
}
.text-danger {
    color: #F9A439 !important;
}
.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: 25px;
    border-radius: 15px;
}

.container.main-login-section .top_logo img.logo_cus {
    width: 13%;
    display: block;
    margin: 1% 0px 0px -14%;
}

.container.main-login-section img.logo_cus {
    width: 18%;
    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 {
    color: #303030;
    font-weight: 600;
    text-transform: none;
    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: #303030;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    text-decoration: underline !important;
}

.container.main-login-section .second-colomn-login .form-group label {
    color: #303030 !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.container.main-login-section .second-colomn-login .form-group input.form-control::placeholder {
    color: #BFBFBF;
    font-size: 14px;
    font-weight: 500;
}

.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;
    font-size: 14px;
    background: #FFD04E;
    color: #121214;
    padding: 10px 15px;
    border-radius: 25px;
    text-align: center;
    border: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: 500;
}

.container.main-login-section .btn-submit a.register_btn {
    text-decoration: unset;
    background: transparent;
    color: #100f10;
    /* border: 2px solid #100f10; */
}


.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: white;
    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: white !important;
    color: black;
    border-bottom: 1px solid #B2BABE;
    border-radius: 0;
}

.container.main-login-section.main-forgot-pass-section .second-colomn-login .form-group input.form-control::placeholder {
    color: rgb(0, 0, 0);
}

.container.main-login-section.main-forgot-pass-section .top_logo img.logo_cus {
    width: 13%;
    display: block;
    margin: -6% 0px 0px -8%;
}

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

/*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 {
    color: #303030;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.container.main-login-section.main-register-page .form-group p.already_login a {
    color: #100f10;
    font-weight: 600;
}

.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;
    color: #5A5A5A !important;
    font-weight: 600;
}

/*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: -100px 20px 30px;
    border: none !important;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 0px 0px 41px 0px #00000014;
    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: #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%);
}
.ml{
    padding-left: 0;
}
.main-btn a.share_btd {
    background: #FFD04E;
    color: black;
    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 {
    background-color: #F7F9FB;
    color: #787D77;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: 90%;
    margin: 15px auto;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    text-align: left;
    font-size: 14px !important;
    font-weight: 400 !important;
}

ul.left_side_menus li.menu-item img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px 5px 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: #FFD04E;
    color: #121214;
    font-weight: 500 !important;
}

ul.left_side_menus li.menu-item a:hover {
    background-color: #FFD04E;
    color: #121214;
    font-weight: 500 !important;
}

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

/*Top Filter Main Pages*/

.top_filter_row .form-control {
    border: none;
    height: calc(1.5em + 0.8rem + 5px);
    border-radius: 10px;
    background-color: #EFF1F3 !important;
    font-size: 14px;
    /* box-shadow: 0 0 10px #ccc; */
}

.row.filter_row_cus .col-item {
    align-self: center;
}

.top_filter_row .form-control::placeholder {
    color: #303030;
}

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


/*Admin Dashboard Page*/


/*Admin Dashboard Page*/

.dashboard_main .box_wrapper {
    box-shadow: 0px 0px 41px 0px #0000000A;
    background-color: white;
    padding: 20px 20px;
    border-radius: 15px;
    cursor: default;
}

.dashboard_main .box_wrapper.box-card {
    background-color: #F1F6F9;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: none;
    position: relative;
}

.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: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 .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: #121214;
    margin-top: 15px;
}

.dashboard_main .dashboard_top_row h4.main_heading_sub {
    font-size: 14px;
    color: #121214;
    font-weight: 500;
}

.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: 20px;
    object-fit: contain;
    color: #121214;
    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: 0px 0px 41px 0px #0000000A;
    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 0px !important;
    box-shadow: 0px 0px 41px 0px #0000000A;
    border-radius: 20px ! IMPORTANT;
}

.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 0px 15px;
    margin: 0 !important;
}

.row.form_box.theme_form_page_cus form label {
    font-weight: 500;
    color: #707070;
    margin-bottom: 0;
}

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


/*Modal Design*/

.modal .modal-dialog {
    background-color: white;
    border-radius: 25px !important;
    width: 100%;
    border: none;
    overflow: hidden;
}

.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: 23%;
    /* margin: 0 auto; */
}

.container.main-login-section.verification_email_page a.resend_email {
    /* background-color: transparent;
    display: block; */
    width: 20%;
    /* margin: 0 auto; */
}

.container.main-login-section.confirm_email_page a {
    color: #707070;
    margin-top: 8px !IMPORTANT;
    display: block;
    font-weight: 500;
}


.verification_email_page .col-md-12.second-colomn-login {
    padding: 30px 25px;
}
.dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent;
}
/* .container.main-login-section.verification_email_page a {
    color: #0000FF;
    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: #121214;
    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: 10px 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;

}

/* our services start */

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
}

.grid-item {
    padding: 10px;
    border-right: 1px solid #d9e9ee;
}

h6 {
    color: #2A3234;
    font-weight: 700;
}

.pl {
    padding: 10px 3em;
}

.pll {
    padding: 10px 0 10px 3em;
}

.grid-item.pt-5 {
    border-top: 1px solid #d9e9ee;
}

.grid-item.border-bottom.border-end {
    border-color: #d9e9ee !important;
}

.ser-icons {
    width: 50px;
    height: 50px;
}

.grid-item.border-bottom.border-end P {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 28.22px !important;
    color: var(--serp);
}

.full {
    border-right: none !important;
}

/* our services end */
section.help {
    padding: 5em 0;
    background: var(--light-pink);
}

.tohelp {
    font-size: 70px;
    line-height: 120px;
    font-weight: 700;
    color: #121214;
}

.outlined-text {
    color: transparent;
    -webkit-text-stroke: 1px #121214;
    text-stroke: 2px #121214;
}

/* .helpright p {
    font-size: 1.9rem !important;
    font-weight: 400 !important;
    line-height: 38.83px !important;
    color: var(--greycom) !important;
} */

/* form sec end */
/* new css start */
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 189 0 / 25%) !important;
}
.phone-input-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #B2BABE !important;
}

.country-select {
    display: flex;
    align-items: center;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: white;
}

.country-select select {
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.country-select img.flag {
    width: 25px;
    height: 25px;
    /* margin-right: 5px; */
    border-radius: 50%;
}
select.country-code {
    padding: 0px 0px 0 6px !important;
    border: none !important;
    border-right: 1px solid grey !important;
    border-radius: 0 !important;
    height: auto !important;
    margin-right: 6px;
}

input.form-control.float.phone {
    border-bottom: none !important;
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
}
i.fa-regular.fa-eye.eye-admin {
    background-color: #EFF4F7;
    padding: 9px;
    border-radius: 8px;
}
.all-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.header-head {
    justify-content: center;
}

.ping-img {
    width: 100%;
}

.numbers {
    display: flex;
    gap: 44px;
}

.contact-details p {
    color: white;
}

hr.help-support {
    color: #FFFFFF;
    border-top: 2px solid #ffffff82;
    padding: 8px 0;
}

.help-main h1 {
    color: white;
    font-weight: 400;
    font-size: 40px;
}

.help-main {
    background-image: url(../images/support-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 25px;
    padding: 35px;
}

.card.card-our {
    border: none;
    background: transparent;
}

.our-services {
    background-color: #F1F6F9;
    border-radius: 20px;
    padding: 22px 32px;
}

p.card-text.aligment {
    color: #707070;
    font-weight: 400;
}

.icon-button {
    position: relative;
    width: 50px;
    height: 50px;
    color: #333333;
    border: none;
    outline: none;
    background: transparent;
}

.icon-button:hover {
    cursor: pointer;
}

.icon-button:active {
    background: #cccccc;
}

.icon-button__badge {
    position: absolute;
    top: 7px;
    right: 11px;
    width: 14px;
    height: 14px;
    background: #F56464;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
}

i.fa-solid.fa-bell {
    font-size: 22px;
    color: #8B8B8B;
}

.top-header-bar-2.right {
    display: flex;
    justify-content: end;
}

.btn-outline-secondary:hover {
    color: #ffffff !important;
}

.btn-outline-secondary {
    color: #8B8B8B !important;
    border-color: transparent !important;
    border-radius: 10px;
    font-size: 16px;
}

.modal-footer {
    border-top: none;
}

.modal-header {
    border-bottom: none;
}

h5.modal-title {
    font-size: 20px;
    color: #121214;
    font-weight: 700;
}

.sideimg img {
    position: absolute;
    bottom: -18px;
    right: -26px;
    width: 100%;
}

.form-group {
    margin-bottom: .5rem;
}

.video-left {
    max-width: 100%;
    height: 100vh;
    padding: 1em;
    display: flex;
    /* margin: 2em; */
}

.video-left video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.line {
    height: 8px;
    background-color: #FFD04E;
    width: 38%;
    position: absolute;
}

.mainnew {
    background-color: #E7EEF1;
    height: 100vh;
    place-content: center;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #303030;
    line-height: 55px;
    margin: 0;
}

h2 {
    color: #303030;
    font-weight: 700;
    font-size: 30px;
}

input.form-control.float,
select#Project\ Type,
textarea.form-control.float,
select#project_name,
select#project_type {
    border: none !important;
    border-bottom: 1px solid #B2BABE !important;
    border-radius: 0 !important;
    padding: 0 !important;
    color: #303030;
    font-weight: 600;
    font-size: 14px;
}

input.form-control.float::placeholder,
select#Project\ Type,
textarea.form-control.float::placeholder {
    color: #303030;
    font-weight: 600;
    font-size: 14px;
}
::-webkit-file-upload-button {
    display: none;
 }
.form-control:focus {
    box-shadow: none;
}
.form-group.upload-dd{
    background-color: #F4FCFF;
    height: 100px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A5E2F5;
}
input#document {

}

input.form-control.float.dd {
    border: none !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
}

input.form-control.float.dd::placeholder {
    font-weight: 500px !important;
    color: #8B8B8B !important;
}

h5.card-title.card-title-portfolio span {
    font-size: 18px;
    font-weight: 700;
}
.image-container {
    position: relative;
    width: 120px;
    height: 100px;
}
.iti__flag-container {
    position: relative !important;
}
.iti {
    display: flex !important;
    width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}
.image-container img {
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity 0.3s ease;
    border-radius: 18px;
}

.icon-overlay {
    border-radius: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.icon-overlay i {
    color: white;
    font-size: 24px;
}

.image-container:hover img {
    opacity: 0.5;
}

.image-container:hover .icon-overlay {
    opacity: 1;
}
/* new css end */

@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: 10px 0px 10px 10px;
    }

    .dashboard_invoice_jobs_row .white_box.jobs_col {
        max-width: 65.8%;
    }


}

@media only screen and (max-width: 1300px) {
    .header-head {
        justify-content: space-around;
    }

    .container-fluid.header_cus .right-side-content {
        width: 74%;
        max-width: 74%;
        flex: 74%;
    }

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

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

    /* .container-fluid.header_cus .right-side-content {
    width: 76%;
    max-width: 76%;
    flex: 76%;
} */
}
@media only screen and (max-width: 1200px) {
h1{
    font-size: 45px;
}
h3{
    font-size: 22px;
}
.container.main-login-section .second-colomn-login h3.tabs-form-title{
    font-size: 23px;
}
}
@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: -102px 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) {
    .btn-mobile{
        padding-top: 0 !important;
    }
    .container.main-login-section .second-colomn-login h3.tabs-form-title {
        font-size: 18px;
        padding-top: 0 !important;
    }
    h1 {
        font-size: 38px;
    }
    h3 {
        font-size: 20px;
    }
    input.form-control, select.form-control{
        font-size: .8rem;
    }
    .video-left{
        margin: 0;
    }
    /* .mainnew{
        height: auto;
    } */
    .ping-img {
        width: auto;
    }

    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .pll {
        padding: 25px 10px;
    }

    .pl {
        padding: 25px 20px;
    }

    .grid-item {
        border-right: none;
    }

    .grid-item.pt-5 {
        border-top: none;
    }

    .mb-pl {
        border-right: 1px solid #D9E9EE !important;
        border-bottom: 1px solid #D9E9EE;
    }

    .mb-pll {
        border-bottom: 1px solid #D9E9EE;
        padding-left: 3em;
    }

    h2 {
        font-size: 35px;
    }

    .row.align-items-center.mb-5 {
        flex-direction: column-reverse;
    }

    .help-main {
        margin-bottom: 40px;
    }

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

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

    .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: 767.98px) {
    .video-left{
        height: auto;
    }
    .row.main.align-items-center {
    flex-direction: column-reverse;
}
    .container.main-login-section {
        padding: 7% 0 0 !important;
    }
    .container.main-login-section {
        max-width: 92%;
        width: 100%;
    }
    .mainnew{
        height: auto;
    } 
    h2.main_heading_cus {
        font-size: 20px;
    }

    h1.welcome_heading span,
    h1.welcome_heading {
        font-size: 27px;
    }

    /*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: -65px !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: rgb(0, 0, 0);
        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";
    }

    /*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: 92%;
        width: 92%;
    }

    .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) {
    input.file-input-simple.choose:after{
        width: 100%;
    text-align: center;
    }
    input#real-file {
        text-align: center;
        margin: auto;
        width: 100%;
    }
    .profile_page_main .row.top_profile_section .title_col{
        text-align: center;
    }
    .col-xl-2.col-lg-3.col-md-4.col-sm-4.main-top-img-col{
        justify-content: center;
    }
    .col-xl-2.col-lg-3.col-md-4.col-sm-4.main-top-img-col{
        display: flex;
    }
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .mb-pll {
        padding-left: 0;
    }

    .pl {
        padding: 10px;
    }

    .mb-pll {
        padding-left: 10px;
        border-right: none;
        border-bottom: none;
    }

    .mb-pl {
        border-right: none !important;
        border-bottom: none;
    }

    h2 {
        font-size: 30px;
    }

    .help-main h1 {
        font-size: 30px;
    }

    .numbers {
        display: block;
    }

    .ping-img {
        width: 100%;
    }

    form.form span {
        font-size: 30px;
    }

    .tohelp {
        font-size: 50px;
    }

    .flip i.fa.fa-bars {
        margin-top: -74px !important;
        padding: 5px 15px;
    }

    h1.welcome_heading span,
    h1.welcome_heading {
        font-size: 21px;
    }

    .sideimg img {
        position: unset;
    }

    .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) {
    form.form span {
        font-size: 23px;
        line-height: 40px;
    }

    .tohelp {
        font-size: 40px;
        line-height: 65px;
    }

    .top-header-bar-2.right {
        display: block;
    }

    h1.welcome_heading span,
    h1.welcome_heading {
        display: none;
    }

    /*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";
    }


    /*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;
    }

    h3.title {
        margin-left: 50px;
        color: black;
    }

}

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