@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: #faf9f5 !important;
}


body a {
    text-decoration: none !important;
    background-color: transparent;
}
p {
    color: #62676c;
}

ul li {
    color: #51555e;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(1.375em + 0.1875rem) center;
}

.tech_logo_wrapper {
    position: fixed;
    bottom: 5%;
    left: 3%;
    z-index: -3;
}
.tech_logo_wrapper img.tech_img_logo {
    width: 50%;
}
div#notifybject1 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0px;
    background: transparent;
    z-index: 99;
}

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

.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

/*Loader*/
img#loader_image {
    position: fixed;
    z-index: 99;
    top: 40%;
    left: 48%;
    width: 10%;
}

/*Charts*/

.highcharts-container text.highcharts-credits {
    display: none;
}
/* Rounded sliders */

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

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


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

/*Charts Values*/


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

a.theme_btn_blue_cus, button.theme_btn_blue_cus {
    background: white;
    color: #7A395E !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: #7A395E !important;
    padding: 6px 25px;
    text-align: center;
    margin: 0px auto 0;
    border: 1px solid #7A395E;
    border-radius: 100px !important;
    text-decoration: none !IMPORTANT;
    font-weight: 500;
    font-size: 16px;
}

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

h1.welcome_heading {
    font-size: 25px;
    color: #3D3435;
    font-weight: 700;
    position: absolute;
    top: -5px;
    left: 6%;
    line-height: 1.4;
}
h1.welcome_heading span {
    font-weight: 300;
    text-transform: capitalize;
}
h2.main_heading_cus {
    font-size: 25px;
    font-weight: 700;
    color: #3D3435;
    display: inline-block;
    margin-bottom: 0;
}

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

a.main_add_new_btn {
    background: #7A395E;
    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_btn {
    background: #7A395E;
    color: white !important;
    padding: 8px 25px;
    text-align: center;
    /* margin: 0px auto 0; */
    margin-right:10px !important;
    border: none;
    box-shadow: 0px 0px 11px -6px rgb(0 0 0 / 75%);
    border-radius: 100px !important;
    float: right;
    text-decoration: none !IMPORTANT;
}

 input.form-control, select.form-control {
    background-color: #eef1f8;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
    -webkit-appearance: auto;
}

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


/*Top Filter field*/

.main-top-filter-col select {
    background-color: white;
    box-shadow: 0px 0px 8px -3px rgb(0 0 0 / 75%);
    border-radius: 10px;
    margin-bottom: 20px;
}

/*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: #7a395e !important;
    text-align: center;
    width: auto;
    border: 2px solid #7a395e;
    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;
    position: absolute;
    top: 10%;
    right: 5%;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    object-fit: contain;
}

/*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 20px;
}
.top-header-bar-2 li.notification-cus a#bell-notification {
    background-color: white;
    width: 50px;
    height: 50px;
    display: block;
    padding: 13px 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px -10px rgb(0 0 0 / 75%);
    position: relative;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.top-header-bar-2 li.notification-cus span.notification_count {
    background: #7A395E;
    color: white;
    font-size: 9px;
    padding: 2px 2px;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 12px;
    top: 5px;
}

.top-header-bar-2 li.notification-cus div#box {
    display: none;
    position: absolute;
    height: 400px;
    overflow-y: scroll;
    width: 80%;
    left: 0;
    padding: 5px 10px;
    top: 95%;
    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: #7a395e;
    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;
}


.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: #7A395E;
}
.top-header-bar-2 .nav-item.dropdown a i.fa.fa-chevron-down {
    color: #848182;
    vertical-align: middle;
    font-size: 15px;
    margin: -2px 5px 0px 3px;
}

td.three {
    color: yellowgreen;
}
.Edit-popup-main-btn-cus a {
    text-transform: capitalize;
}
.form-control:focus {
    background-color: #eee !important;
}
.top-header-bar-2 .dropdown-menu.show {
    left: -60px !important;
    top: 10px !important;
}

.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 {
    color: #4c4e5b;
    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: 10px 0px
}
.top-header-bar-2 {
    text-align: right;
    align-self: center;
}

/*Header  End*/


/*Header CSS*/

.container-fluid.header_cus {
    margin-bottom: 17px;
    background: transparent;
    padding: 20px 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, .responsive_div td.active a {
    color: green !important;
}
.responsive_div td.pending, .responsive_div td.pending a {
    color: darkorange !important;
}
.responsive_div td.inactive, .responsive_div td.inactive a{
    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: #3d3435;
    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: cover;
}

.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;
    width: auto;
    text-align: center;
    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*/

.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 {
    border: none;
    background-color: transparent !important;
    margin-bottom: 30px !important;
}
.Content-main-section3 .dataTables_wrapper .dataTables_length {
    width: 225px;
    margin-left: 20px;
    display: none;
}
div#data_table_filter {
    float: right;
    margin-left: 5px;
    margin-bottom: 15px;
}
.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: #3d3435;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    background-color: transparent;
}
.Content-main-section3 .dataTables_wrapper .dataTables_filter input {
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 10px 20px;
    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: #7A395E;
    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: #7a395e;
    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*/


/*********************************
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: 4% 0 0;
    max-width: 80%;
}
.second-colomn-login {
    box-shadow: 0px 0px 19px -7px rgb(0 0 0 / 75%);
    padding: 15px 25px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

.container.main-login-section img.logo_cus {
    width: 15%;
    display: block;
    margin-top: -3%;
    margin-left: -8%;
}

.container.main-login-section h2.left_side_first_heading {
    padding-top: 20%;
    font-size: 40px;
    color: white;
}
.container.main-login-section h1.left_side_second_heading {
    font-size: 75px;
    color: white;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 600;
}
.container.main-login-section h2.left_heading span {
    font-weight: 600;
    color: #90bf21;
}
.container.main-login-section .first_col p {
    padding-top: 15px;
    font-size: 17px;
    color: white;
    width: 80%;
}
.container.main-login-section .second-colomn-login .login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.container.main-login-section .second-colomn-login h3.tabs-form-title {
    margin: 25px 0 25px;
    color: white;
    font-weight: 600;
    text-transform: none;
    font-size: 30px;
    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: white;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
    float: right;
    text-decoration: underline !important;
    font-style: italic;
}
.container.main-login-section .second-colomn-login .form-group {
    margin: 25px 0;
}

.container.main-login-section .second-colomn-login .form-group label {
    color: white;
    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: #52525280 !important;
    padding: 15px 15px;
    border-radius: 10px;
    color: #ffffff;
    outline: none;
    height: calc(1.5em + 0.75rem + 10px);
}
.container.main-login-section .second-colomn-login .form-group input.form-control::placeholder {
    color: #BCAAA6;
    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: white;
    color: #7A395E;
    padding: 10px 15px;
    border-radius: 100px;
    text-align: center;
    border: none;
    display: block;
    margin: 0 auto;
    width: 100%;
}

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


/*Forgot pass Page*/


.main-forgot-pass-section .second-colomn-login {
    display: block;
    max-width: 45%;
    margin: 0 auto;
    padding: 20px 25px;
}
.main-forgot-pass-section .second-colomn-login .form-group {
    margin: 25px 0;
    color: white;
}


/*Register Field*/


.container.main-login-section.main-register-page .second-colomn-login {
    display: block;
    max-width: 40%;
    margin: -50px auto 0;
    padding: 10px 25px;
}

.container.main-login-section.main-register-page .second-colomn-login .form-group .form-control {
    background-color: #32323259 !important;
    border-radius: 5px;
    padding: 20px 10px;
    outline: none;
    box-shadow: none;
    height: calc(1.5em + 0.75rem + 10px);
    padding: 15px 15px;
}
.container.main-login-section.main-register-page .bootstrap-select>.dropdown-toggle {
    background: transparent !IMPORTANT;
    border-radius: 0px;
    padding: 0px 5px;
    outline: none !important;
    box-shadow: none;
    border: none !important;
    color: white;
}
.container.main-login-section.main-register-page .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    margin-top: -3px;
}
.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: white;
}

.container.main-login-section.main-register-page .form-group p.already_login {
    padding-right: 10px;
    color: white;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}
.container.main-login-section.main-register-page .form-group p.already_login a {
    color: #2b91ff;
    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: 15px 0;
}

.container.main-login-section.main-register-page input.file-input-simple {
    color: white;
}

.container.main-login-section.main-register-page input.file-input-simple:after {
    content: "Choose File";
    background: white;
    border: 2px solid;
    display: block;
    position: absolute;
    padding: 5px 10px;
    border-radius: 7px;
    border-color: white;
    color: #3D3435;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}


/*Confirm Email*/

.container.main-login-section img.icon_image {
    width: 25%;
    display: block;
    margin: 0 auto;
}

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

.confirm_email_page .second-colomn-login {
    display: block;
    max-width: 40%;
    margin: 0 auto;
    padding: 40px 25px;
}

.confirm_email_page .second-colomn-login p {
    color: white;
}


.container.main-login-section.confirm_email_page a.theme_btn_blue_cus {
    display: block;
    width: 40%;
    margin: 0 auto;
}
.container.main-login-section.confirm_email_page a {
    color: white;
    margin-top: 8px !IMPORTANT;
    display: block;
    font-weight: 500;
}

/*Sidebar*/

.col-md-3.main-side-bar-section {
    background-color: white;
    padding: 15px 5px 0;
    max-width: 16%;
    margin: -100px 20px 30px;
    border: none !important;
    z-index: 99;
    border-radius: 15px;
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
}
.Recruitmtnt-main-section2a img {
    text-align: left;
    display: block;
    width: 60%;
    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: inherit;
    color: #a7a7a7;
    padding: 10px 20px;
    width: 90%;
    margin: 10px auto;
    outline: none;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    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: #7A395E;
    color: white !important;
}
ul.left_side_menus li.menu-item a:hover {
    background-color: #7A395E;
    color: white !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: 8px;
}
.row.filter_row_cus .col-item {
    align-self: center;
}
.top_filter_row .form-control::placeholder {
    color: #b5b5b5;
}

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


/*Right Side box*/

.col-md-12.main-12-colomn-cus {
    background: white;
    padding: 25px 30px;
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
    border-radius: 15px;
}


/*Admin Dashboard Page*/

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

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

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

.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6:first-child .box_wrapper, .dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6:nth-child(2) .box_wrapper {
    top: 0;
}


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

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

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


/*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: 16px;
    font-weight: 500;
    color: #3D3435;
    padding-top: 5px;
}
.dashboard_second_row .second_second_col p.deal_text {
    font-size: 14px;
    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: white;
    border-radius: 15px;
}


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

/*Req Agent List*/

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

.dashboard_main .dashboard_sales_agent_req_row .staff_col {
    background: white;
    box-shadow: 0px 0px 32px -25px rgb(0 0 0 / 75%);
    background-color: white;
    padding: 20px 20px !important;
    border-radius: 15px;
}

.dashboard_main .dashboard_sales_agent_req_row .main_small_heading_cus a.theme_btn_blue_cus {
    margin-left: 20px;
    width: auto;
    padding: 10px 40px;
    display: inline-block;
}
.dashboard_main a.view_btn {
    color: #922161 !important;
    text-decoration: none !important;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    float: right;
}
.dashboard_main .dashboard_sales_agent_req_row .jobs_listing_wrapper .row.job_applies_row {
    padding: 20px 20px;
    background-color: #f1f9fc;
    border-radius: 10px;
    margin: 20px 10px;
}

.dashboard_main .dashboard_sales_agent_req_row h3.main_small_heading_cus {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    color: #3D3435;
    display: inline-block;
}





/*Shift Detail*/

.Content-main-section3.shift_detail .responsive_div table tr a.btn {
    width: auto;
}

/*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: #7a395e;
    border: solid 3px;
}

.profile_page_main .row.top_profile_section .title_col {
    align-self: center;
    margin-left: -50px;
}

.profile_page_main .row.top_profile_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: #7A395E;
    color: #7A395E;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -33px;
    cursor: pointer;
}
.row.form_box.theme_form_page_cus .row.form-group input.file-input-simple {
    width: auto;
    display: block;
}

.profile_page_main .row.top_profile_section h3.top_heading_cus {
    font-size: 25px;
    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;
}
.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: 1px solid #cecece;
    border-radius: 10px;
    padding: 5px 10px;
    height: calc(1.5em + 0.75rem + 10px);
}
/*Fields*/



.view_page .row.form_box.theme_form_page_cus label {
    margin-bottom: 0;
    margin-top: 15px;
}
.view_page .row.form_box.theme_form_page_cus.branch_details select.form-control {
    -webkit-appearance: none;
}

.view_page .row.form_box.theme_form_page_cus .bootstrap-select .dropdown-menu {
    display: none !IMPORTANT;
}
.view_page .bootstrap-select>.dropdown-toggle .filter-option:after {
display: none !IMPORTANT;
}
.view_page .row.form_box.theme_form_page_cus .bootstrap-select button.btn {
    cursor: default;
}
.view_page .row.form_box.theme_form_page_cus .bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}
.view_page .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;
}
.view_page .row.form_box.theme_form_page_cus p.multi_values b {
    font-weight: 500;
}
.view_page .row.form_box.theme_form_page_cus label.accept-label {
    color: #3dbf5f;
    font-weight: 500;
}
.view_page .row.form_box.theme_form_page_cus label.allote_label {
    color: darkorange;
    font-weight: 500;
}
.view_page .row.form_box.theme_form_page_cus .wrapper.shift_status p.multi_values:last-child {
    border: none !important;
}


/*Main Projects List*/


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

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

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


/*Notifications*/

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

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

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

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

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

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

.row.form_box.theme_form_page_cus img.company_logo_edit.multiple {
    display: block;
    width: 40%;
    position: absolute;
    object-fit: cover;
    border-radius: unset !important;
    height: auto;
    left: 15px;
    top: 50px;
}
.row.form_box.theme_form_page_cus .list_item_images li.img-item {
    display: inline-block;
    width: auto;
    padding: 5px 16px;
    position: relative;
}
.row.form_box.theme_form_page_cus .list_item_images li.img-item img.company_logo_edit {
    width: 100px;
    position: unset !important;
    padding: 2px 2px;
    border-radius: 100px !important;
    height: 100px;
    object-fit: cover;
    border: 2px solid #7A395E;
}

.row.form_box.theme_form_page_cus .list_item_images li.img-item a.trash_icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    color: #ff6e6f;
    background-color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px 5px;
    border-radius: 100px;
    box-shadow: 0px 0px 9px -3px rgb(0 0 0 / 75%);
}

/*Simple doc input*/

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


/*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: 5px !IMPORTANT;
    width: 100%;
    border-top: 5px solid #931f5e !IMPORTANT;
    border: none;
}

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

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

/*Details Popup*/

.shift_detail_popup .modal-dialog {
    max-width: 50%;
}
.shift_detail_popup .modal-dialog .form-control {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #b8c0c3 !important;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 5px 5px;
    height: calc(1.5em + 0.75rem + 0px);
    -webkit-appearance: auto;
}
.shift_detail_popup .modal-dialog .col-md-6.field_col, .shift_detail_popup .modal-dialog .col-md-12.field_col, .shift_detail_popup .modal-dialog .col-md-4.field_col {
    margin: 10px 0;
}
.shift_detail_popup .modal-dialog .field_col label {
    margin-bottom: 0;
}
/*Calender shifts*/


div#full_calendar_events {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
}

div#full_calendar_events td.fc-widget-content table a.alert {
    color: white;
    padding: 10px 10px;
    font-size: 10px;
    bottom: 0;
    margin: 1px 10px;
    border-radius: 10px;
}

div#full_calendar_events td.fc-widget-content table a.alert.alert-pending {
    background-color: #da831c !important;
    border-color: #da831c !important;
}

div#full_calendar_events td.fc-widget-content table a.alert.alert-booking {
    background-color: #922161 !important;
    border-color: #922161 !important;
}

div#full_calendar_events td.fc-widget-content table a.alert.alert-complete {
    background-color: #3dbf5f !important;
    border-color: #3dbf5f !important;
}

div#full_calendar_events td.fc-widget-content table a.alert.alert-accepted {
    background-color: #2432df !important;
    border-color: #2432df !important;
}

div#full_calendar_events td.fc-widget-content table a.alert.alert-pending span.fc-title {
    width: 100%;
    display: block;
}

div#full_calendar_events .fc-toolbar .fc-left .fc-button-group button {
    background: #eee5ea;
    border: none;
    margin: 0 5px;
    color: #5b5b6a;
    font-size: 15px;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 0;
}
div#full_calendar_events  .fc-toolbar .fc-center h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2b3541;
}

div#full_calendar_events .fc-toolbar .fc-right .fc-button-group button.fc-button {
    background: #f2f7fd;
    color: #aeb6cc;
    border: none;
    box-shadow: none;
    outline: none;
}
div#full_calendar_events .fc-right .fc-state-default.fc-corner-left {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

div#full_calendar_events .fc-right .fc-state-default.fc-corner-right {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
div#full_calendar_events .fc-toolbar .fc-right .fc-button-group .fc-state-active {
    background: #922161 !important;
    color: white !important;
}

div#full_calendar_events button.fc-today-button.fc-button.fc-state-default.fc-corner-left {
    display: none;
}

/*candidate calendar*/

div#full_calendar_candidate {
    background: white;
    padding: 30px 20px;
    border-radius: 15px;
}

div#full_calendar_candidate td.fc-widget-content table a.alert {
    color: white;
    padding: 10px 10px;
    font-size: 10px;
    bottom: 0;
    margin: 1px 10px;
    border-radius: 10px;
}

div#full_calendar_candidate td.fc-widget-content table a.alert.alert-pending {
    background-color: #da831c !important;
    border-color: #da831c !important;
}

div#full_calendar_candidate td.fc-widget-content table a.alert.alert-booking {
    background-color: #922161 !important;
    border-color: #922161 !important;
}

div#full_calendar_candidate td.fc-widget-content table a.alert.alert-complete {
    background-color: #3dbf5f !important;
    border-color: #3dbf5f !important;
}

div#full_calendar_candidate td.fc-widget-content table a.alert.alert-accepted {
    background-color: #2432df !important;
    border-color: #2432df !important;
}

div#full_calendar_candidate td.fc-widget-content table a.alert.alert-pending span.fc-title {
    width: 100%;
    display: block;
}

div#full_calendar_candidate .fc-toolbar .fc-left .fc-button-group button {
    background: #eee5ea;
    border: none;
    margin: 0 5px;
    color: #5b5b6a;
    font-size: 15px;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 0;
}
div#full_calendar_candidate  .fc-toolbar .fc-center h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2b3541;
}

div#full_calendar_candidate .fc-toolbar .fc-right .fc-button-group button.fc-button {
    background: #f2f7fd;
    color: #aeb6cc;
    border: none;
    box-shadow: none;
    outline: none;
}
div#full_calendar_candidate .fc-right .fc-state-default.fc-corner-left {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

div#full_calendar_candidate .fc-right .fc-state-default.fc-corner-right {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
div#full_calendar_candidate .fc-toolbar .fc-right .fc-button-group .fc-state-active {
    background: #922161 !important;
    color: white !important;
}

div#full_calendar_candidate button.fc-today-button.fc-button.fc-state-default.fc-corner-left {
    display: none;
}


/* 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 25px 0px 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;

}

@media only screen and (min-width: 1920px) and (max-width: 2400px) {
.row.form_box.theme_form_page_cus .list_item_images li.img-item a.trash_icon {
    right: 30px;
}
}
@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: 86vh !important;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1400px){
.col-md-9.Content-main-section3 {
    min-height: 83.5vh;
}

.dashboard_invoice_jobs_row .white_box.jobs_col {
    max-width: 65.8%;
}
.col-md-3.main-side-bar-section {
    margin: -100px 10px 20px;
    max-width: 20%;
}
h1.welcome_heading {
    top: -5px;
    left: 16%;
}
.col-md-9.Content-main-section3 {
    max-width: 78%;
    flex: 78%;
}
}

@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;
}
.profile_page_main .row.top_profile_section .title_col {
    align-self: center;
    margin-left: 0;
}

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

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

.col-md-3.main-side-bar-section {
    margin: -100px 0px 20px;
    max-width: 25%;
}
h1.welcome_heading {
    left: 20%;
}
.col-md-9.Content-main-section3 {
    max-width: 75%;
    flex: 75%;
}

/*dashboard*/

}


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


.col-md-3.main-side-bar-section {
    max-width: 30%;
    flex: 30%;
}
h1.welcome_heading {
    left: 30%;
    font-size: 20px;
}
.col-md-9.Content-main-section3 {
    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%;
}

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

/*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 .box_wrapper {
    position: unset !important;
}
.dashboard_main .row.dashboard_top_row .boxes:last-child .row.right_inside_row .col-md-6 {
    position: relative;
    max-width: 50%;
    padding: 15px 6px;
    text-align: center;
}

.dashboard_main .dashboard_second_row .right_inside_row .inside_box_wrapper .col-md-9 {
    max-width: 75%;
}
.dashboard_main .dashboard_second_row .right_inside_row .inside_box_wrapper .col-md-3.p-0 {
    max-width: 25%;
}
.dashboard_second_row .second_second_col img.box_icon {
    width: 100%;
    height: 80px;
    padding-top: 0 !important;
}
.dashboard_main .row.dashboard_second_row {
    margin-top: 0;
}
.dashboard_main .row.dashboard_second_row .boxes {
    max-width: 100% !important;
    flex: 100%;
    padding: 0;
}
.dashboard_main .row.dashboard_second_row .boxes:last-child {
    margin-top: 30px;
}
.row.right_inside_row .col-md-6 {
    padding: 15px 15px;
    max-width: 100%;
    flex: 100%;
}

/*Dash candidate*/


/*Profile*/

.profile_page_main .row.top_profile_section .main-top-img-col {
    max-width: 30%;
    flex: 30%;
}

}


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

/*Header*/


.top-header-bar-2 li.notification-cus:after {
    right: 33px;
    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;
}
.top-header-bar-2 {
    max-width: 50%;
}

h1.welcome_heading {
    font-size: 20px;
    left: 20%;
}
.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;
}

.top-header-bar-2 li.notification-cus div#box {
    width: 80%;
    left: 0;
}
div#panel_new_crm {
    position: fixed;
    top: -50px;
    bottom: 0;
    max-width: 40% !important;
    margin: -100px 0px 0px;
    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: 60%;
    background: #7a395e;
    top: 75px;
    padding: 8px 10px;
    border-radius: 2px;
}


.side_bar_open_phone #myClick i:before {
    content: "\f00d";
}
.Content-main-section3 img {
    padding-top: 20px;
}

/*Datatable*/

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

/*Popups*/

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

/*Dashboard*/

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


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

.view_page .row.form_box.theme_form_page_cus .row.form-group .col-md-6 {
    max-width: 50%;
    flex: 50%;
}
/*Login*/

.container.main-login-section {
    padding: 10% 0 0;
    max-width: 85%;
    width: 85%;
}
.container.main-login-section img.logo_cus {
    width: 45%;
    display: block;
    margin-top: 0;
    margin-left: 0;
}
.container.main-login-section h2.left_side_first_heading {
    padding-top: 5%;
    font-size: 30px;
}

.container.main-login-section h1.left_side_second_heading {
    font-size: 55px;
    padding-top: 10px;
}

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

.second-colomn-login {
    padding: 15px 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}

/*Reg*/

.container.main-login-section.main-register-page .second-colomn-login {
    margin: 25px auto 0;
    padding: 10px 25px;
}

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

/*Profile*/

.profile_page_main .row.top_profile_section .col-md-2.main-top-img-col {
    max-width: 27% !IMPORTANT;
}
.profile_page_main .row.top_profile_section .title_col {
    max-width: 50%;
    margin-left: 15px;
}
/*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 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*/


.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 {
    font-size: 25px;
}

/*Forgot*/

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

/*Login*/

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

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

/*Notification*/

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

  /*Header  */

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

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

   .acknowledgement_main_form1 .col-4 {
    max-width: 100% !important;
    flex: 100% !important;
}
#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: 40%;
    padding: 8px 10px;
    border-radius: 2px;
}
.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%;
}

/*Login*/

.container.main-login-section h1.left_side_second_heading {
    font-size: 40px;
}

.profile_page_main .row.top_profile_section .col-md-2.main-top-img-col {
    max-width: 40% !IMPORTANT;
}
.profile_page_main .row.top_profile_section .title_col {
    max-width: 100%;
    margin-left: 10px;
    margin-top: 20px;
}

}

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

h1.welcome_heading {
    font-size: 16px;
}

.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;
}
.view_page .row.form_box.theme_form_page_cus .row.form-group .col-md-6 {
    max-width: 100%;
    flex: 100%;
}

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

/* status filter css */

.status-filter-deals-blade select, .status-filter-deals-blade input {
    padding: 10px 50px 10px 10px;
    border: none;
    outline: none;
    background: #f5f5f5;
    border-radius: 5px;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
}

.status-filter-deals-blade label {
margin-right: 20px;
margin-left: 5px;
color: #333;
}


/* partner css */
.partner-tr {
    white-space: nowrap;
}
.partner-td {
    text-align: center;
}
.th-center {
    text-align: center;
}

/* end partner css */
