/* @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: 20%;
    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: #fff;
    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: 160px;
}

.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: #171829;
    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: #171829;
}

.mobile_sidebar_section {
    display: none;
}


.links {
    padding-top: 3px;
    overflow: hidden;
    width: 0;
    height: inherit;
    line-height: 3;
    height: 90vh;
    background-color: #171829;
    transition: all 0.32s;
    /* margin-left: -10px; */
}

/* .links>div {
    border-bottom: 1px solid #ffffff2e;
} */

.links a {
    transition: all 0.32s;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    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: #fff !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;
    box-shadow: 0px 0px 20px 1px #00000066;
}

.newlogin_content_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.newlogin_content_wrap img {
    /* width: 40%; */
    filter: brightness(0)invert(1);
}

.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;
}

.new_input_wrapper .form-control[type="submit" i] {
    width: 50%;
    margin: 15px auto;
    background-color: #a9cf3f;
    color: #fff;
}

.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: 0.8rem;
    color: #46474a;
}

.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: 100%; */
    max-height: 150px;
    border-radius: 8px;
    width: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post_sale_img {
    width: 60px;
    display: flex;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    align-items: center;
    /* 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;

}


.datatable-sort-icon {
    color: white;
    position: absolute;
    left: 0;
    font-size: 0.7rem;
    top: calc(50% - .5rem);
}




.action_btn {
    background: #d17627;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.action_btn:hover {
    background: #e3720f;
    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;
    /* 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 {
    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;
}
.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 {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7b7b7b;
}







/* ------------------------------------------------rak post sales css --------------------------------------------------------------*/



#view_data_table {
    background-color: #fff;
    width: 100% !important;
    height: 350px !important;
}

.form-outline .form-control~.form-label {
    color: rgb(120, 118, 118);
    font-weight: 300;
}

.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: 0.7rem;
}

.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-top: 7px;
}

.remainder_booking.card {
    padding: 20px;
    overflow-x: auto;
    height: 90vh;
    background: #a8b7c72b;
    border: 1px solid #a8b7c72b;
    border-radius: unset;
}

.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 {
    /* background: #f8d7da; */
    /* height: 47px; */
    color: #842029
}

.applicant_remainder {
    font-size: 12px;


}

.pending_card_body {
    padding: 6px 12px !important;
    border:1px solid #ccc;
    margin-bottom: 5px;
}


.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: 11px !important;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: unset !important;
}

.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;
}
.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: 10px;
}

.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;
    /* 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;
}
.second_section_remiander button 
{
    padding: 4px 15px;
    border-radius: 13px;
    font-size: 10px;
}
.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;
}
.quotation_table td 
{
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 13px;
}
.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 {
    margin-bottom: 13px;
}


.quotation_modal {
    max-width: 1350px !important;
}

.btninvoice {
    background-color: #1b5e1b;
    color: #fff;
    padding: 5px 12px;
}
.btninvoice1 {
    background-color: #1b5e1b;
    color: #fff;
    padding: 4px 11px;
    margin-top: 16px;
    /* top: 8px; */
}

.deletecfield {
    background-color: red;
    color: #fff;
    padding: 5px 12px;
}


.card_view {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.33);
    margin-bottom: 30px;
}
.card_view img {
    display: block;
    margin: auto;
    filter: brightness(0);
    width: 30px;
}
.count_details {
    /* margin: 0 !important; */
    font-size: 15px;
}
.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;
}
.card_view h6 {
    color: #6E6E6E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 13px 0;
    line-height: normal;
}
.btn_view_leads:hover{
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    box-shadow: unset;
    color: #000;
}

.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;
}