/* @import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

#loader {
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    /* transition: all 1s ease-in-out; */
    /* background: url(../img/rak_developer.png) no-repeat center; */
}


#loader img {
    width: 30%;
    animation: zoominoutsinglefeatured 1.5s infinite;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

#select-wrapper-820758 .form-control {
    background-color: transparent !important;
}

.logo_wrapper a {
    width: 75%;
}

::placeholder {
    color: rgb(171, 1 71, 171) !important;

}

.span_for_error {
    font-size: 0.7rem;
    color: red;
}

/* .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
} */

.input_validation {
    border: 1px solid red;
    box-shadow: 0px 0px 2px 2px #ff00004f;
}

.error_div {
    text-align: center;
    color: red;
}

#editmodaldialog {
    max-width: 700px;
    margin: 1.75rem auto;

}

.header_section {
    background-color: #0072BC;
    box-shadow: 5px 2px 10px 5px rgb(225, 225, 225);
    height: 10vh;
}

/* .logo_wrapper {
    text-align: center;
    width: 70%;
    line-height: 4;
} */
.logo_wrapper {
    text-align: center;
    width: 40%;
    /* line-height: 4; */
    height: 10vh;
    min-height: 8vh;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.logo_wrapper img {
    width: 101px;
    filter: brightness(0)invert(1);
}

.login_section {
    height: 85vh;
}

.input_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
}

.login_input {
    width: 50%;
    margin: 10px auto;
    position: relative;
}

.new_login_input {
    position: relative;

}

#togglePassword {
    position: absolute;
    top: 30px;
    right: 15px;
    color: #324152;
    cursor: pointer;
    z-index: 99999;
}

.login_input label {
    font-size: 0.8rem;
}

.form_wrapper {
    width: 100%;
}

.login_img_wrapper {
    width: 100%;
    text-align: right;
}

.login_img_wrapper img {
    width: 43%;
    height: inherit;
    margin: 25px 0 0 0;
}



.text_wrapper p {
    font-size: 0.8rem;
    width: 80%;
    margin: 0 auto;
    color: rgb(235, 232, 232);
}

.footer {
    height: 5vh;
    background-color: #ECECEB;
}

.footer_text {
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_text p {
    font-size: 0.7rem;
    margin: 0;
}

.footer_text p a {
    text-decoration: none;
    font-size: 0.7rem;
    margin: 0;
    color: #F04E25;
}

.footer_text p a:hover 
{
    text-decoration: none;
}


.logout_wrapper 
{
    text-align: center;
    /* line-height: 3.7; */
    background-color: #0072BC;
    height: 10vh;
    min-height: 8vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout_wrapper button 
{
    color: #fff;
    font-size: 0.8rem;
}

button:focus 
{
    box-shadow: none !important;
}

#mobile_side_bar 
{
    width: 0;
}

/* .logout_wrapper button:hover {
    color: #fff !important;
} */

.dropdown-item {
    cursor: pointer;
    line-height: 2;
    font-size: 0.8rem;
}



.main_wrapper,
.dashboard_wrapper {
    height: 90vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dashboard_main {
    height: 90vh;
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
}

.dashboard_main .sidebar {
    display: flex;
    align-items: center;
    width: 4%;
    height: 90vh;
    /* transition: all 0.32s; */
}


.main_dashboard_area {
    /* background-color: #f6f8fc; */
    /* padding-top: 15px; */
    transition: all 0.32s;
    width: 96%;
    /* height: 90vh; */
    /* position: relative; */
}


.icons {
    /* transition: all 0.32s; */
    padding: 3px 0;
    text-align: center;
    width: 100%;
    line-height: 3;
    height: inherit;
    background-color: #182245;
}

.mobile_sidebar_section {
    display: none;
}


.links {
    padding-top: 3px;
    overflow: hidden;
    width: 11%;
    height: inherit;
    line-height: 3;
    height: 90vh;
    background-color: #182245;
    transition: all 0.32s;
    box-shadow: 5px 0 5px -2px rgba(0,0,0,.15);
    /* margin-left: -10px; */
}

/* .links>div {
    border-bottom: 1px solid #ffffff2e;
} */

.links a {
    transition: all 0.32s;
    text-decoration: none;
    font-weight: 500;
    color: #ACB3BB;
    font-size: 0.7rem;
}

.links a:hover {
    color: #d17528;
}

.datepicker-toggle-icon {
    font-size: 0.8rem !important;
}

.links a:hover .sidebars_icons {
    color: #d17528 !important;
}

.sidebars_icons:hover {
    color: #d17528 !important;
}






.form-select {
    padding: 7px;
    font-size: 0.8rem;
    border-radius: 3px;
}

.form-control {
    padding: 7px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 2px #80808017;
}

.breadcrumb a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.right_icons {
    font-weight: lighter;
    margin-left: 8px;
    color: #bababa;
    font-size: 0.7rem !important;
}

.user_icon {
    color: #fff;
    font-size: 0.8rem !important;
}

.sidebars_icons {
    color: #ACB3BB !important;
    font-size: 1.5rem;
    font-weight: 100;
    vertical-align: middle;
}

.breadcrumb-item.active 
{
    color: #d17627;
    font-weight: 700 !important;
    font-size: 13px;
}

.breadcrumb-item 
{
    text-transform: uppercase;
}

.breadcrumb 
{
    align-items: center;
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 0.7rem;
}

.breadcrumb-item+.breadcrumb-item::before 
{
    display: none !important;
    content: var(--bs-breadcrumb-divider, ">") !important;
}

.logout_icon 
{
    color: #fff;
    font-size: 1.3rem;
    font-weight: lighter;
    color: #fb4a5e;
}












.mobile_view {
    display: none;
}


.bar_mobileview {
    display: none;
}

#logout_icons {
    width: 45%;
}


#changepassword {
    display: none;
    background-color: #6666664f;
}

#new_span {
    font-size: 0.8rem;
}


#modal_change_password {

    background: #99999970;
}

.modal_change_password input{
margin: 10px 0;
}



#error_lottie_icon {
    width: 50px;
    margin: 0 auto;
}







/* -================================================================== */


























/* ======-=================-------------==========NEW LOGIN PAGE CSSS=============------------------------------------====== */
html {
    height: 100%;

}

body {
    height: 100%;
}

.newlogin_bg_section {
    background-image: url('../img/newLogin_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.newlogin_wrapper_row {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.newlogin_wrapper {
    width: 80%;
    height: 500px;
    padding: 0;
    /* background: transparent; */
    background: #000;
    /* box-shadow: 0px 0px 20px 1px #00000066; */
}

.newlogin_content_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.newlogin_content_wrap img {
    width: 60%;
    margin: auto;
    /* width: 120% !important; */
    /* filter: brightness(0)invert(1); */
}
.img_details{
    margin-bottom: 20px;
}

.new_input_wrapper {
    width: 35%;
    margin: 0 auto;
}

.new_input_wrapper .form-control {
    border-radius: 3px !important;
    /* box-shadow: 0px 0px 2px 2px #d5d5d540 !important; */
    /* border: 1px solid #ced4da17 !important; */
}

.new_input_wrapper h3 {

    color: #d17528;
}

.new_input_wrapper label {
    font-size: 0.8rem !important;
    color: #fff;
}

.new_input_wrapper .form-control[type="submit" i] {
    border-color: #fcd600;
    width: 36%;
    font-size: 14px;
    margin: 15px auto;
    background-color: #fcd600;
    color: #000;
    font-weight: bold;
}

.newforgotbtn {
    display: none;
    text-decoration: none;
    font-size: 0.8rem;
    color: #000;
}

.newforgotbtn:hover {
    color: #d17528;
}

.new_input_wrapper ::placeholder {
    color: rgba(167, 167, 167, 0.374) !important;
}

/*=============Lead number Csss=================*/





/* ================================================================================================================== */


/* pdf css */
#icon {
    display: none !important;
}

form.row.report_form {
    margin-left: 70px;
}

/* ===============================================Post Sales Css====================================================================== */


/* .for_border {
    border-bottom: 1px solid #727171;
} */

.redirect_links img {
    width: 35%;
    margin-top: 15px;
}

.redirect_links p {
    margin: 6px 0;
    font-size: 13px;
    color: #000;
}

.postsales_dashboard {
    text-align: center;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 8px;
}

.postsales_dashboard_section {
    /* border: 1px solid #46474a; */
    /* width: 150px; */
    height: 150px;
    max-width: 200px;
    max-height: 150px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post_sale_img {
    width: 50%;
    /* height: 50px; */
    /* max-height: 50px; */
    /* background-color: #171829; */
    /* margin: 0 auto; */
    /* border-radius: 50%; */
}


.datatable thead {
    background-color: #dcdcdc;
    color: #fff;
    color: #000;
}

.datatable .datatable-body {
    color: #000;
}

.datatable table td,
.datatable table th {
    padding: 10px;
    font-size: 0.7rem;
    border: 1px solid #dcdcdc;

}


.datatable-sort-icon {
    color: white;
    position: absolute;
    left: 0;
    font-size: 0.7rem;
    top: calc(50% - .5rem);
}




.action_btn {
    background: linear-gradient(90deg, #0072bc 6.42%, #182245 170.39%);
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.action_btn_delete
{
    background: #d83637;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.action_btn_delete:hover
{
    background: #26725e;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.download_quotation_btn {
    /* background: #1b5e1b; */
    text-decoration: none;
    color: #1b5e1b;
    font-size: 15px;
    margin-left: 2px;
    padding: 5px 10px;
    /* border-radius: 3px; */
}
.action_btn_quotation{
    color: #d17627;
    font-size: 15px;
    text-decoration: none;
}
.action_btn_quotation:hover{
    color: #d17627;
}
.download_quotation_btn:hover{
    color: #1b5e1b;
}

.action_btn:hover {
    background: linear-gradient(90deg, #0072bc 6.42%, #182245 170.39%);
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.datatable tbody tr:last-child {
    border-bottom: transparent;
    height: 45px;
}


.select-arrow 
{
    top: 0px;
}

.btn:hover 
{
    color: #fff;
}

#dropdownMenuButton1 
{
    font-size: 0.7rem;
    -webkit-box-shadow: unset;
    box-shadow: unset !important;
}
.booking_details_section 
{
    padding: 15px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.33);
    /* height: 45vh; */
    /* border: 1px solid #c5c5c5; */
    /* overflow-y: scroll; */
}

.booking_details_section ul {
    padding-left: 0;
    margin: 0;
}

.booking_details_section ul li {
    list-style: none;
    font-size: 0.7rem;
    padding: 5px;
    font-weight: 600;

}


.booking_details_section ul li span {
    font-weight: 400 !important;

}

.odd {
    background-color: #efefefc7;
    font-size: 0.7rem;
    padding: 5px;

}
.even{
    /* background-color: #efefef; */
    font-size: 0.7rem;
    padding: 5px;
}
.booking_activity_section {
    width: 100%;
    /* height: 45vh; */
    /* border: 1px solid #c5c5c5; */
    /* overflow-y: scroll; */
}

.button_wrapper {
    display: flex;
    width: 100%;
    /* margin-top: 8px; */
    border-bottom: 1px solid gainsboro;
    padding: 10px 0;
}

.call_btn {
    padding: 0 20px;
    margin: 0 5px;
}

.sms_btn {
    padding: 0 12px;
    margin: 0 0px;

}

.whtasapp_btn {
    padding: 0 20px;
    margin: 0 5px;

}

.notes_btn {
    padding: 0 12px;
    margin: 0 1px;
}

.activity_info_section button, .activity_info_section a {
    background: linear-gradient(90deg, #0072bc 6.42%, #182245 170.39%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 6px;
    padding: 9px 15px;
    font-size: 11px;
    /* margin-right: 17px; */

}
.activity_info_section button:hover , .activity_info_section a:hover{

    color: #fff;
    background-color: #5c61f2;
}

.activity_area {
    padding: 16px 12px;
    /* border: 1px solid #eee; */
}

.activity_area p {
    font-size: 0.7rem;
}

.datatable_activity {
    height: 35vh;
    overflow-y: scroll;
    margin-top: 20px;
}

/* .datatable_activity .datatable-pagination {
    display: none;
} */

.booking_table {
    height: 60vh;
}

::-webkit-scrollbar-track {
    border-radius: px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #000;
}
.service_btn
{
    background: #d17627;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
}
.service_btn:hover {
    background: #e3720f;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}


.bootstrap-tagsinput {
    margin: 0;
    width: 100%;
    padding: 0.5rem 0.75rem 0;
    font-size: 1rem;
    line-height: 1.25;
    transition: border-color 0.15s ease-in-out;
  }
  .bootstrap-tagsinput.has-focus {
    background-color: #fff;
    border-color: #5cb3fd;
  }
  .bootstrap-tagsinput .label-info {
    display: inline-block;
    background-color: #fff;
    padding: 0 0.4em 0.15em;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 13px;
    margin-bottom: 0.4em;
    color: #000;
    font-size: 13px;


}
  .bootstrap-tagsinput input {
    margin-bottom: 0.5em;
  }
  
  .bootstrap-tagsinput .tag [data-role=remove]:after {
    content: "×";
  }






/* ------------------------------------------------rak post sales css --------------------------------------------------------------*/


#view_data_table ,#view_incoming_data_table{
    background-color: #fff;
    width: 100% !important;
    /*height: 350px !important;*/
}

.form-outline .form-control~.form-label {
    color: #000;
    font-weight: 400;
}

.form-outline .form-control.form-control-lg {
    font-size: 0.8rem;
    padding-left: .75em;
    padding-right: .75em;
}

.form-outline .form-control.form-control-lg~.form-label {
    padding-top: .1rem !important;
    font-size: 12px;
}

.form-outline .form-control.form-control-lg.active~.form-label,
.form-outline .form-control.form-control-lg:focus~.form-label {
    padding-top: 7px !important;
}

.form-outline {
    /* position: relative; */
    /* margin: 7px 0; */
    line-height: 2.9;
}
.select-input{
    padding: 7px;
}

.datepicker-toggle-button {

    right: 0 !important;

}
.booking_submit_btn {
    margin-top: 20px;
    text-align: center;
    background-color: #1b5e1b;
    color: #fff;
}
.form-check-label {
    font-size: 0.8rem !important;
    color: #000 !important;
    /* font-weight: 300 !important; */
}
.form-select {
    margin: 5px 0;
}
.applicant_name {
    font-size: 12px;
    margin: 5px auto;
}


.pending_list {
    font-size: 14px;
    text-align: center;
}

.pending_activity_btn {
    background: #d17627;
    text-decoration: none;
    color: #fff;
    padding: 2px 4px;
    font-size: 13px;
    border-radius: 3px;
}

.pending_activity_btn:hover {
    background: #d17627;
    color: #fff;
}

.pending_activity_card {
    color: #842029
}

.pending_card_body {
    padding: 8px 31px !important;
    margin: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.28) inset;
}
.pending_card_body_1{
    padding: 8px 31px !important;
    margin: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.28) inset;
}
.pending_card_body_1 h1{
    color: #BC5E66;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;}
.pending_card_body_1 h4{
    color: #BC5E66;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;}

    .pending_card_body_1 a
    {
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
        box-shadow: unset;
        border: 1px solid #BC5E66;
        font-family: Poppins;
    font-size: 14px;
    color: #fff;
    font-style: normal;
    background-color: #BC5E66;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 4px 20px;
    }
.notification_card_body {
    padding: 13px 16px !important;
    margin: 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.28) inset;
}


.addemployee_btn {
    background: #46474a;
    color: #fff;
    font-size: 0.7rem;
    padding: 8px;
    border-radius: 3px;
    transition: all 0.55s ease;
}

.addemployee_btn:hover{
    background: #d17627;
    color: #fff;

}

.success_modal, .error_modal {
    text-align: center;
    background-color: #06060657;

}
.datatable-select-wrapper{
    display: none !important;
}

.emp_edit_btn {
    background-color: #46474a;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
}
table.table.display.nowrap.dataTable.no-footer {
    background: #dcdcdc !important;
    border-bottom: #fff  !important;
    font-size: 13px !important;
}
table.dataTable thead th, table.dataTable thead td{
    border: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    font-size: 12px !important;
    margin-top: 8px !important;
    margin-bottom: 28px;
}
.emp_edit_btn:hover {
    background-color: #878787;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
}
.project_wrapper{
    padding: 10px;
}



.projectsubmitBtn button{
    width: 10%;
    margin: 10px auto;
    background-color: #d17627;
    color: #fff;
}

.assign_project_wrapper{
    width: 90%;
    margin: 10px auto;
}

.select-input.form-control[readonly]:not([disabled]) {
    background-color: transparent;
    padding: 4px;
}

.select-option{
    height: 30px !important;
    padding: 5px 15px;
    font-size: 0.8rem;
}

.select_label{
    top: -8px !important;
}

.ratio_days .datatable-pagination{
display: none !important;
}

.ratio_submitbtn input[type="submit" i]{
    width: 50%;
    background-color: #1b5e1b;
    color: #fff;
}

.ratio_submitbtn input[type="submit" i]:hover{
    width: 50%;
    background-color: #25ab25;
    color: #fff;
}

.ratio_days .ps__rail-x{
    display: none !important;
}

.ratio_days table{
    text-align: center;
}
.ratio_days table td{
    border-right: 1px solid #46474a;
    /* border-bottom: 1px solid #dcdcdc; */
}

.ratio_days{
    border: 1px solid #46474a;
}
.ratio_days table th{
    border-right: 1px solid #46474a;
    /* border-bottom: 1px solid #dcdcdc; */
}

.ratio_days .form-check{
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0; */
}

/* .ratio_days{
    display: none;
} */



.activity_scroll
{
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.33);
    /* width: 98%; */
    /* overflow-x: auto; */
}

.client_verification {
    border: 1px solid #ccc;
    padding: 10px;
}

/* 
.booking_details_table
{
    overflow-y: scroll;
    height: 42vh;
} */



.datetimepicker-toggle-button {

    right: 5px !important;
    top: 47% !important;
}
.date_picker_date
{
    font-size: 12px;
    line-height: 0.9rem !important;
    display: block;
    color: #000;
}

.reason_dropdown
{
    font-size: 11px !important;
}
.client_digital
{
    margin-right: 6px;
}
.btn_update_client
{
    background-color: #61ae41;
    border-color: #61ae41;
    color: #fff;
    float: right;
    padding: 0.6rem 1.75rem;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 20px;
}
h5#exampleModalLabel {
    font-size: 18px;
}
.popup_activity
{
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}
.popup_activity p
{
    font-size: 11px;
}
h6.next_reminder {
    font-size: 13px;
    margin-bottom: 9px;
}
.legal_feedback,.legal_datetime,.notes_legal
{
    display: none;
}
.client_digital{
    font-size: 13px;
}
.activity_all
{
    margin-bottom: 0 !important;
}
.correctDetails
{
    margin-bottom: 0 !important;
    font-size: 12px;
}
#second_mobile_no, #second_mobile_email, #second_address{
    display: none;
}
.modal-new-dialog
{
    max-width: 700px;
    margin: 2rem auto;
}

.modal-new-dialog_css {
    max-width: 905px;
    margin: 2rem auto;
}
.kyc_verification_header
{
    font-size: 15px;
    font-weight: bold;
}
.contact_details_legal
{
    display: none;
}
.delete_assigned_project {
	background-color: #46474a;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
}
#self_fund_details
{
    display: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #5c61f2 !important;
    /* padding: 0.8rem 1.95rem !important; */
    font-weight: 600;
    border-radius: 30px;
    position: relative;
}
.nav-pills .nav-link{
    /* padding: 0.8rem 1.95rem !important; */
    font-weight: 600  !important;
    border-radius: 30px;
    position: relative;
}
.modal-header h4{
    text-transform: capitalize;
    font-size: 20px;
    color: #2b2b2b;
}
/* .modal-header
{
    border-bottom: none;
} */
.kyc_nav_pills
{
    justify-content: center;
}
.kyc_nav_pills li{
    padding-right: 20px;
}

.kyc_nav_pills:before {
    top: 42px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 95%;
    height: 1px;
    background-color: #eee;
}
#yes_or_no p{
    margin-right: 10px;
}
#yes_or_no_email p, #yes_or_no_addr p{
    margin-right: 20px;
}
.bank_options
{
    width: 13%;
}
.bank_loan_section,.bank_loan_approval_intitating
{
    display: none;
}
.bank_loan_approval_intitating
{
    margin-top: 10px;
}
.activity_info_section
{
    margin: 10px 0px;
}
.activity_area h5{
    font-size: 13px;
    font-weight: 700;
}
.cancelFollowupButton
{
    /* padding: 4px 15px; */
    /* border-radius: 13px; */
    /* font-size: 10px; */
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    box-shadow: unset !important;
    border: 1px solid #BC5E66 !important;
    font-family: Poppins;
    font-size: 14px;
    color: #fff;
    font-style: normal;
    background-color: #BC5E66;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 4px 20px;
    margin-left: 20px;
}
.second_section_remiander{
    margin-top: 20px;
}
.call_click_modal {
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    box-shadow: unset !important;
    border: 3px solid #26725e !important;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    padding: 4px 20px;
    color: #5f5f5f;
}
.followup_button
{
    color: #1266f1;
    border: 1px solid #1266f1 !important;
    border-right: none !important;
}
.followup_button2
{
    color: #1266f1;
    border: 1px solid #1266f1 !important;
}
.followup_nav_tab
{
    margin-top: 15px;
}
.date_picker_date
{
    margin:14px 0px 8px 3px;
}

.site_vist_form
{
    display: none;
}
.input_price_change
{
    width: 70%;
}
.input_first_input
{
    width: 30%;
}
/* .input_price_change1
{
    width: 70%;
} */
.quotation_details
{
    margin-bottom: 0 !important;
    font-size: 10px;
}
.quotation_table td 
{
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 10px;
}
.quotation_show_list
{
    width: 100%;
}

.quotation_show_list td
{
    padding: 10px;
}

.view_quotation
{
    font-size: 10px !important;
    cursor: pointer;
}
/* .datatable_activity table td
{
    max-width: initial !important;
} */
.datatable_activity table td 
{
    /* max-width: initial !important; */
    white-space: normal !important;
}
.new_flusig_table td
{
   width: 20%;
   padding: 3px;
   vertical-align: middle;
}
.new_flusig_table  
{
    padding: 3px;
}
.pump_and_motor
{
    width: 10%;
}
.pump_description
{
    width: 70%;
}
.select_hp_group
{
    width: 11%;
}
.select_stage_group{
    width: 15%;
}
.select_texmo_group{
    width: 9%;
}
.select_phase_group
{
    width: 15%;
}
.select_set_group
{
    width: 11%;
}
/* .select_hp_group input{
    font-size: 11px;
} */
.whatsapp_details {
    font-size: 12px;
    /* margin: 7px 2px; */
    margin-bottom: 5px !important;
    margin-top: 12px;
    margin-left: 1px;
}
.whatsapp_hide_details
{
    display: none;
}
.each_links
{
    cursor: pointer;
}
.mobile_link
{
    color: #fff;
}
.edit_btn
{
    text-align: center;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #5c61f2;
    font-size: 0.7rem;
    border-radius: 30px;
    background: #fff;
    color: #fff;
    background: #5c61f2;
    padding: 3px 9px;
}
div.dt-buttons {
    display: none !important;
}
div#view_data_table_filter, div#view_incoming_data_table{
    margin-bottom: 13px;
}
.all_leads_section
{
    background-color: rgb(100, 237, 212);
}
.new_enquiry_section
{
    background-color: cornflowerblue;
}
.no_activity_list
{
    background-color: #ff3144;
}
.total_pending_enquiry_section{
    background-color: #f8d7da;
}
.till_date_pending_list
{
    background-color: #ff3c3c;
}
.view_quotation_det{
    background-color: #2b9051bd;
}
.count_details {
    /* margin: 5px !important; */
    text-align: center;
}
/* .secondary_background_dashboard
{
    background-color: #fff !important;
} */
.closed_reason
{
    font-size: 13px;
}
.facebook_details
{
    font-size: 11px;
    margin-bottom: 0;
    color: #000;
}


::-webkit-input-placeholder {
    font-size: 25px;
    color: #000;
 }
 
 :-moz-placeholder { /* Firefox 18- */
       font-size: 25px;
       color: #000;
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
       font-size: 25px;
       color: #000;
 }
 
 /* Overriding styles */
 
 ::-webkit-input-placeholder {
    font-size: 13px!important;
    color: #000;
 }
 
 :-moz-placeholder { /* Firefox 18- */
       font-size: 13px!important;
       color: #000;
 }
 ::-moz-placeholder {  /* Firefox 19+ */
       font-size: 13px!important;
       color: #000;
 }
 .submit_employee{
    font-size: 10px;
 }
 .submit_col
 {
    margin-top: 38px;
 }
 .quotation_nav_tabs
 {
    display: flex;
    margin: auto;
    justify-content: center;
 }

 /* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #f5f5f5;     
 } */
 .id_details_quotation
 {
    width: 10%;
 }

 .avenue_quotation_det input 
 {
    width: 50px;
 }
 .quotation_modal
 {
    max-width: 1350px !important;
 }
 .description_det
 {
    font-size: 10px;
    width: 400px;
    text-align: left !important;
 }

 table.table.table-bordered.avenue_quotation_det, table.table.table-bordered#table_equipments {
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
}
.avenue_quotation_det>:not(caption)>*>*,  #table_equipments>:not(caption)>*>*, .quiments_table_clent>:not(caption)>*>*{
    /* padding: 2px 3px !important; */
    padding: 8px 12px !important;
}
.discount_price_det
{
    width: 70px;
}
.avenue_quotation_modal
{
    padding: 7px !important;
}
table.table.table-bordered.quotation_table {
    margin-bottom: 0 !important;
}
.incoming_leads_section
{
    background-color: lightgreen;
}
.room_size_det
{
    display: none;
}
.room_size_det input{
    width: 50px;
    margin-right: 5px;
}






.content-slider {
    width: 100%;
    height: 360px;
  }
  
  .slider {
    height: 320px;
    width: 680px;
    margin: 40px auto 0;
    overflow: visible;
    position: relative;
  }
  
  .mask {
    overflow: hidden;
    height: 320px;
  }
  
  .slider ul {
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .slider li {
    width: 680px;
    height: 320px;
    position: absolute;
    top: -325px;
    list-style: none;
  }
  
  .slider .quote {
    font-size: 40px;
    font-style: italic;
  }
  
  .slider .source {
    font-size: 20px;
    text-align: right;
  }
  
  .slider li.anim1 {
    animation: cycle 15s linear infinite;
  }
  
  .slider li.anim2 {
    animation: cycle2 15s linear infinite;
  }
  
  .slider li.anim3 {
    animation: cycle3 15s linear infinite;
  }
  
  .slider li.anim4 {
    animation: cycle4 15s linear infinite;
  }
  
  .slider li.anim5 {
    animation: cycle5 15s linear infinite;
  }
  
  .slider:hover li {
    animation-play-state: paused;
  }
  
  @keyframes cycle {
    0% {
      top: 0px;
    }
    4% {
      top: 0px;
    }
    16% {
      top: 0px;
      opacity: 1;
      z-index: 0;
    }
    20% {
      top: 325px;
      opacity: 0;
      z-index: 0;
    }
    21% {
      top: -325px;
      opacity: 0;
      z-index: -1;
    }
    50% {
      top: -325px;
      opacity: 0;
      z-index: -1;
    }
    92% {
      top: -325px;
      opacity: 0;
      z-index: 0;
    }
    96% {
      top: -325px;
      opacity: 0;
    }
    100% {
      top: 0px;
      opacity: 1;
    }
  }
  
  @keyframes cycle2 {
    0% {
      top: -325px;
      opacity: 0;
    }
    16% {
      top: -325px;
      opacity: 0;
    }
    20% {
      top: 0px;
      opacity: 1;
    }
    24% {
      top: 0px;
      opacity: 1;
    }
    36% {
      top: 0px;
      opacity: 1;
      z-index: 0;
    }
    40% {
      top: 325px;
      opacity: 0;
      z-index: 0;
    }
    41% {
      top: -325px;
      opacity: 0;
      z-index: -1;
    }
    100% {
      top: -325px;
      opacity: 0;
      z-index: -1;
    }
  }
  
  @keyframes cycle3 {
    0% {
      top: -325px;
      opacity: 0;
    }
    36% {
      top: -325px;
      opacity: 0;
    }
    40% {
      top: 0px;
      opacity: 1;
    }
    44% {
      top: 0px;
      opacity: 1;
    }
    56% {
      top: 0px;
      opacity: 1;
      z-index: 0;
    }
    60% {
      top: 325px;
      opacity: 0;
      z-index: 0;
    }
    61% {
      top: -325px;
      opacity: 0;
      z-index: -1;
    }
    100% {
      top: -325px;
      opacity: 0;
      z-index: -1;
    }
  }
  
  @keyframes cycle4 {
    0% {
      top: -325px;
      opacity: 0;
    }
    56% {
      top: -325px;
      opacity: 0;
    }
    60% {
      top: 0px;
      opacity: 1;
    }
    64% {
      top: 0px;
      opacity: 1;
    }
    76% {
      top: 0px;
      opacity: 1;
      z-index: 0;
    }
    80% {
      top: 325px;
      opacity: 0;
      z-index: 0;
    }
    81% {
      top: -325px;
      opacity: 0;
      z-index: -1;
    }
    100% {
      top: -325px;
      opacity: 0;
      z-index: -1;
    }
  }
  
  @keyframes cycle5 {
    0% {
      top: -325px;
      opacity: 0;
    }
    76% {
      top: -325px;
      opacity: 0;
    }
    80% {
      top: 0px;
      opacity: 1;
    }
    84% {
      top: 0px;
      opacity: 1;
    }
    96% {
      top: 0px;
      opacity: 1;
      z-index: 0;
    }
    100% {
      top: 325px;
      opacity: 0;
      z-index: 0;
    }
  }

  #table_equipments{
    margin-top: 5px;
  }
  .btninvoice{
    background-color: #1b5e1b;
    color: #fff;
    padding: 5px 12px;
  }
  .deletecfield{
    background-color: red;
    color: #fff;
    padding: 5px 12px;
  }
  table.table.table-bordered#table_equipments ,.quiments_table_clent {
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}
/* #table_equipments input{
    padding: 0 !important;
} */
.option_header{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
#remove_table_btn{
    margin-left: 10px;
}
.duplicate_tables_div, #div_table_equipments {
    border: 1px solid #afacac;
    margin: 10px auto;
    padding: 10px 10px 0 10px;
}
.table_equipments input[type=text]{
    border-radius: 3px;
    width: 98px;
    box-shadow: 0px 0px 2px 2px #80808017;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
}
.table_equipments input[type=text]:active{
   border: 1px solid #898989 !important;
}
.table_equiments_modal{
    border: unset;
}


.quiments_modal img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

.equiments_list_table>:not(caption)>*>*{
    padding: 2px 3px !important;
}
.equiments_list_table th{
    font-size: 15px;
}
.equiments_list_table td{
    font-size: 13px;
}

.remainder_booking.card {
    /* padding: 10px; */
    /* overflow-x: auto; */
    border-radius: 2;
    margin-top: 50px;
    /* right: 0; */
    /* position: fixed; */
    /* padding: 0; */
    /* border: 1px solid #000; */
    /* box-shadow: none; */
    /* max-height: 45vh; */
    height: 83vh;
    /* background: #bec1c133; */
}
.dashboard_pending_list_a:hover {
    opacity: 0.8;
}

/* .notification_card_body {
    padding: 9px 12px !important;
    border: 1px solid #d0e0fc;
    margin: 17px;
    box-shadow: 0 2px 11px -3px rgba(0,0,0,.07), 0 4px 1px -2px rgba(0,0,0,.05);
} */
.quotation_btns
{
    background-color: #d0e0fc;
    color: #000;
    margin: 10px;
}
.quotation_btns:hover
{
    color: #000;
}
.quotation_modal_header
{
   padding: 10px;
}
.quotation_modal_footer
{
    padding: 10px;
}
.address_for_equiments{
    font-size: 12px;
    text-align: center;
}
#download_pd_status{
    display: none;
}


.approve_quotation
{
    display: flex;
    padding-left: 10px;
}
.approve_quotation button{
    margin-right: 5px;
}
.first_layer_textarea
{
    width: 100%;
}
.edit_details, .edit_details1, .edit_details2, .edit_flooring, .edit_wooden_flooring, .edit_falseceiling, .edit_avrack, .edit_seating, .edit_material, .edit_conducting, .edit_acoustics_celing{
    border: none;
    float: right;

}
.edit_details img, .edit_details1 img, .edit_details2 img, .edit_flooring img ,.edit_wooden_flooring img, .edit_falseceiling img, .edit_avrack img, .edit_seating img, .edit_material img, .edit_conducting img, .edit_acoustics_celing img
{
    width: 11px;
}
.avenue_quotation_det th
{
    vertical-align: middle;
}

.remainder_booking ul 
{
    margin-left: unset;
    position: sticky;
    top: 0px;
    z-index: 999;
    width: 100%;
    /* background: #f2f3f3; */
}
.remainder_booking button 
{
    padding: 7px 13px !important;
    text-transform: capitalize !important;
    /* border-radius: 8px !important; */
}
.construction_show{
    background-color: #fff !important;
}
.booking_delete_table{
    height: 47vh;
}
.form-switch label{
    font-size: 0.6rem !important;
}
.new_class{
    display: none;
}
.acoustic_quotation_switches{
    margin-top: 10px;
}
.btn_second_add_lead 
{
    background: linear-gradient(90deg, #0072bc 6.42%, #182245 170.39%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 6px;
    padding: 9px 15px;
    font-size: 11px;
    margin-right: 17px;
}
.btn_second_add_lead img {
    width: 20px;
    margin-right: 4px;
}
.card_welcome{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.33);
    margin-bottom: 30px;
}
.card_welcome h5{
    text-align: center;
    margin-bottom: 0;
}
.btn_view_leads {
    /* stroke-width: 1px; */
    /* stroke: #6E6E6E; */
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    box-shadow: unset;
    border: 1px solid #6E6E6E;
    font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
padding: 4px 20px;
}
.btn_view_leads:hover {
    /* stroke-width: 1px; */
    /* stroke: #6E6E6E; */
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    box-shadow: unset;
    color: #000;
    border: 1px solid #6E6E6E;
    color: #6E6E6E;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.card_view h6 {
    color: #6E6E6E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 12px 0;
    line-height: normal;
}
.card_view{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.33);
    margin-bottom: 30px;
}
.card_view img{
    display: block;
    margin: auto;
    width: 34px;
}

.div_col_services_data {
    padding: 0;
}
.remainder_booking .nav-tabs .nav-link {
    width: 100%;
    height: 54px;
    /* background: #ffffff; */
    box-shadow: 0px 0px 1px rgba(87, 197, 246, 0.8);
    border-radius: unset;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    /* border-radius: 8px 0px 0px 0px; */
}
.remainder_booking .nav-tabs .nav-link.active, .section_services .nav-pills .show>.nav-link 
{
    background: linear-gradient(90deg, #0072bc 6.42%, #154236 170.39%);
    /* box-shadow: 0px 0px 13px rgba(138, 183, 198, 0.54); */
    font-weight: 500;
    color: #ffffff;
    border: none;
}
.remainder_booking li{
    padding: 0;
}
.remainder_booking .nav-tabs .nav-link, .section_services .nav-pills .show>.nav-link 
{
    background: #fff;
    /* box-shadow: 0px 0px 13px rgba(138, 183, 198, 0.54); */
    font-weight: 500;
    border-radius: 8px 0px 0px 0px;
    color: #000;
}
.dashboard_pending_list_a{
    color: #8F9295;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dashboard_pending_list_a:hover{
    color: #8F9295;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.tab_card_scroll{
    max-height: 74vh;
    overflow-y: auto;
}
/* .first_button_det{
    border-radius: 8px 0px 0px 0px;
} */
/* } */
/* .second_button_det{

} */

/* .logo_coloring{
    background: #1C4339;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    width: fit-content;
} */
.incoming_lead{
    background-color: #fff;
}

.quotation_det_btn{
    padding: 0;
}
.new_edit{
    margin-top: 20px;
}

table.table.table-bordered#table_equipments, .quiments_table_clent td{
    font-weight: 500 !important;
}






section.sanati_login_page {
    display: flex;
}

.first_block_sanati {
    background-color: #0072BC;
    height: 100vh;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sanati_col_det {
    position: relative;
}
.first_images_det {
    border-radius: 245px 245px 0px 0px;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.25);
}
.thrid_image_background {
    position: absolute;
    top: 28%;
    right: 38%;
    /* left: 70px; */
    background-color: #fff;
    /* padding: 30px; */
    height: 150px;
    width: 150px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 9px 5px rgba(0, 0, 0, 0.25);
}
.second_images_det {
    border-radius: 0px 0px 245px 245px;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.25);
}
.third_image {
    /* position: absolute; */
    width: 120px;
}
.second_block_details {
    width: 50%;
    height: 100vh;
}
.one_border {
    border-left: 8px solid #FFCD16;
    border-bottom: 8px solid #FFCD16;
    width: 100%;
    height: 100vh;
    padding: 0px 0px 3px 3px;
}
.second_border {
    border-left: 8px solid  #9D85BE;
    border-bottom: 8px solid #9D85BE;
    width: 100%;
    height: 100%;
    padding: 0px 0px 3px 3px;
}
.third_border {
    border-left: 8px solid  #A4CD33;
    border-bottom: 8px solid #A4CD33;
    width: 100%;
    height: 100%;
    padding: 0px 0px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.third_border h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}
.login_name_id:valid {
    background-color: #ffff!important;
    border: 1.3px solid #1565D8 !important;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.122) !important;
}
.btn_details_login {
    margin-top: 10px;
    background-color: #0072BC;
    color: #fff;
}
.login_form_design {
    width: 50%;
    margin: auto;
}
.size_details{
    width: 40px;
}