body {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    color: #333;
}
/*** production css - starts ****/
.main_section {
    min-height: 100vh;
}
.side_menu {
    width: 234px;
    box-shadow: 0px 4px 26px 2px #1159541F;
    min-height: 100%;
    background: #FFFFFF;
    z-index: 2;
}
.afmt_side_nav {
    padding: 24px 6px 24px 23px;
}
.pl_10 {
    padding-left: 10px;
}
.afmt_side_nav ul {
    padding: 43px 0px 0px;
    margin: 0;
}
.afmt_side_nav ul li {
    list-style: none;
    margin-bottom: 7px;
}
.afmt_side_nav ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    padding: 9.5px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mr_7 {
    margin-right: 7px;
}
.afmt_nav_active {
    background: #1E8C84;
    border-radius: 8px;
}
.afmt_nav_active a {
    color: #FFFFFF !important   ;
}
.main_right_section {
    width: calc(100% - 234px);
    background: #FCFFFF;
    padding: 19px 34px 26px 30px;
}
.mr_20 {
    margin-right: 20px;
}
.font-20 {
    font-size: 20px;
    line-height: 24px;
}
.text-pri {
    color: #282828;
}
.font-12 {
    font-size: 12px;
    line-height: 15px;
}
.text-sec {
    color: #333333;
}
.mt_2 {
    margin-top: 2px;
}
.list_style_none li {
    list-style: none;
}
.font-14 {
    font-size: 14px;
    line-height: 18px;
}
.mr_19 {
    margin-right: 19px;
}
.mr_9 {
    margin-right: 9px;
}
.mr_4 {
    margin-right: 4px;
}
.mr_10 {
    margin-right: 10px;
}
.border_right {
    border-right: 2px solid #008c84;
}
.pr_10 {
    padding-right:10px;
}
.mb_2 {
    margin-bottom: 2px;
}
.noti_icon {
    padding: 7px 6.5px;
    background: #FFF2E3;
    border-radius: 50%;
}
.cursor-pointer {
    cursor: pointer;
}
.filter_section>div:not(:last-child) {
    width: calc((100% - 120px)/4);
    margin-right: 16px;
}
.filter_section {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
    padding: 18px 20px 22px 20px;
}
.filter_section label , .label{
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    width: 100%;
    color: #282828;
    margin-bottom: 4px;
}
.form_input {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    width: 100%;
    padding: 8px 30px 8px 9px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    background-color: #F1FFFE;
    outline: none;
}
.mt_14 {
    margin-top: 14px;
}
.filter_icon {
    background: #1E8C84;
    padding: 5.5px 5.5px;
    border-radius: 4px;
    margin-right: 16px;
    border:none;
}
.mb_0 {
    margin-bottom: 0px !important;
}
.filter_reset_icon {
    background: #F1FFFE;
    padding: 4.5px 3.5px;
    border-radius: 4px;
    border: 1px solid #1E8C84;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.select_icon_align {
    position: absolute;
    right: 11px;
    bottom: 14px;
}
.calendar_icon_align {
    position: absolute;
    right: 11px;
    bottom: 9px;
}
.apperence_none {
    appearance: none;
}
.green_text {
    color: #1E8C84;
}
.fw-med {
    font-weight:500;
}
.fw-semi{
    font-weight: 600;
}
.fw-reg {
    font-weight: 400;
}
.fw-bold {
    font-weight: 700 !important;
}
.export_section {
    padding: 22px 0px 12px;
}
.mr_6 {
    margin-right: 6px;
} 
.pr_9 {
    padding-right: 9px;
} 
.border-right {
    border-right: 1px solid #D1D6D5
}
.w-100 {
    width: 100%;
}
.production_data_table {
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
}
.production_data_table tr:not(:last-child) {
    border-bottom:1px solid #D9E2E2;
}
.production_data_table tr>*:first-child {
    padding-left: 24px;
}
.production_data_table th {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #333333;
    padding: 15.5px 14px;
}
input.date_pick.calender_padding {
    padding: 8px 10px 8px 9px !important;
}
.mb_7 {
    margin-bottom:7px;
}
.w-20 {
    width:20%;
}
.production_data_table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    padding: 13px 14px;
}
.decoration_underline {
    text-decoration: underline !important;
}
.align-center {
    text-align: center; 
}
.text_pri {
    color: #00beaf;
}
.mtn_6 {
    margin-top: -6px;
}
/** pagination css - starts***/
.pagination_info {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin: 0px;
}
/* .no_next {
    background-color: #C8CFD5;
} */
.next {
    background-color: #228E86 !important;
    border-color: #228E86 !important;
}
.pagination_number ul li:not(:last-child) {
    margin-right: 7.25px;
    height: 26px;
    width: 26px;
}
.pagination_number ul li a {
    color: #228E86;
}
.number_border {
    background-color: #FFFFFF;
    border-radius: 2px;
    padding: 6px 8.5px;
    display: flex;
    border: 1px solid #BFCACF;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    margin: 0px;
    justify-content: center;
}
.pagination_number ul li .active {
    background-color: #228E86;
    color: #FFFFFF;
}
/** pagination css - ends ***/
a {
    text-decoration: none !important;
}
.mt_22 {
    margin-top: 22px;
}
.mr_8 {
    margin-right: 8px;
}
.myprofile_img {
    width: 42px;
    height: 42px;
}
.live_notify_badge {
    font-size: 8px;
    line-height: 11px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #ff3348;
    border-radius: 50%;
    padding: 3px 4px;
    position: absolute;
    top: -1px;
    right: 19px;
}
/*** production css - ends ****/
/*** login css - starts ****/
.login_rgt_section {
    width: 514px;
    background: #FCFFFF;
}
.login_left_section {
    width: calc(100% - 514px);
    background: #1E988E;
}
.left_input_blk {
    padding: 58px 64px 20px 63px;
}
.mb_58 {
    margin-bottom: 58px;
}
.mb_23 {
    margin-bottom: 23px;
}
.form_field label {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #282828;
    margin-bottom: 5px;
}
.text-red {
    color: #FF5151;
}
.align-left {
    text-align: start;
}
.login_input, .form-group .form-control, .form-group .form-control:focus {
    border: 1px solid #D3D3D3 !important;
    border-radius: 4px;
    width: 100%;
    padding: 13px 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    outline: none;
    box-shadow: none !important;
    background-color: #f1fffe !important;
}
.mt_6 {
    margin-top:6px;
}
.form-group .form-control:focus {
    outline:none !important;
    box-shadow:none !important;
}
.form-group select{
    padding: 13px 20px 13px 9px !important;
    background-image: url(../images/select-droparrow.svg);
    background-position: calc(100% - 12px);
    background-repeat: no-repeat;
}

.mb_29 {
    margin-bottom: 29px;
}
.login-text {
    color: #37B6AC;
}
.forgot_pswd {
    position: absolute;
    right: 9px;
    top: 40px;
}
.pswd_input_padding {
    padding: 13px 116px 13px 9px;
}
.mb_43 {
    margin-bottom: 43px;
}
.mb_27 {
    margin-bottom: 27px;
}
.login_btn {
    background: #37B6AC;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #FFFFFF;
    width: 100%;
    padding: 13px 10px;
}
/* .login_left_img {
    position: absolute;
    bottom: 0;
    right: 0;
} */
.login_content {
    padding: 58px 0px 0px !important;
}
.comp_info {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 14px 12px 25px 11px;
}
.mb_6 {
    margin-bottom: 6px;
}
.font-23 {
    font-size: 23px;
    line-height: 27px;
}
.text-white {
    color: #FFFFFF;
}
.font-16 {
    font-size: 16px;
    line-height: 20px;
}
.mb_5 {
    margin-bottom: 5px;
}
.mb_10 {
    margin-bottom: 10px;
}
.start_quote {
    position: absolute;
    left: -33px;
    top: -13px;
}
.end_quote {
    position: absolute;
    right: -33px;
    bottom: -17px;
}
.mr_5 {
    margin-right: 5px;
}
.mt_65 {
    margin-top: 65px;
}
.mb_32 {
    margin-bottom: 32px;
}
/*** login css - ends ****/
/*** forogtpassword css - starts ****/
.forgotpswd_left_section {
    width: 450px;
    background: #1E988E;
}
.forgotpswd_rgt_section {
    width: calc(100% - 450px);
    padding: 52px 72px 30px 60px;
}
.mb_45 {
    margin-bottom: 45px;
}
.forgot_comp_info {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 18px 23px 12px 11px;
}
.forgot_start_quote {
    position: absolute;
    top: -30px;
    left: -3px;
}
.forgot_end_quote {
    position: absolute;
    right: -3px;
    bottom: -30px;
}
.ml_12 {
    margin-left: 12px;
}
.mb_55 {
    margin-bottom: 55px;
}
.rght_first_section {
    padding: 25px 41px 27px 31px;
}
.mb_25 {
    margin-bottom: 25px;
}
.mb_37 {
    margin-bottom: 37px;
}
.ml_6 {
    margin-left: 6px;
}
.mt_159 {
    margin-top: 159px !important;
}
.forgot_content {
    height: calc(100% - 70px);
    align-items: center;
}
/*** forogtpassword css - ends ****/
/*** add production css - starts ****/
.form_section {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
    padding: 33px 28px 36px 34px;
}
.row.add_produc_row {
    margin: 0px -10px;
}
.add_produc_row>div {
    padding: 0px 10px;
    margin-bottom: 34px;
}
.form_calendar_icon_align {
    position: absolute;
    right: 23px;
    bottom: 13px;
}
.form_select_icon_align {
    position: absolute;
    bottom: 18px;
    right: 26px;
}
.form_save_btn, .form_save_btn:hover {
    background: #37B6AC;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #FFFFFF;
    padding: 13px 96px;
}
.form_cancel_btn, .form_cancel_btn:hover {
    border: 1px solid #37B6AC;
    background-color: #FFFFFF;
    padding: 12px 88px;
    color: #37B6AC;
}
input.date_pick ,input.date_pick1{
    padding: 13px 20px 13px 9px !important;
    background-image: url(../images/calendar-icon.svg);
    background-position: calc(100% - 12px);
    background-repeat: no-repeat;
    cursor:default;
}
/*** add production css - ends ****/
/*** success msg modal css - starts ***/
.success_msg_body {
    padding: 42px 40px 66px !important;
}
.success_msg_modal .modal-dialog {
    width: 445px;
}
.mb_26 {
    margin-bottom: 26px;
}
.success_msg_modal .modal-content {
    border-radius: 16px;
}
.modal_continue_btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #FFFFFF;
    background: #37B6AC;
    border-radius: 4px;
    border: none;
    padding: 13px 57px;
}
.modal-backdrop.show {
    opacity: 0.75 !important;
    background-color: #0d4945 !important;
}
/*** success msg modal css - ends ***/
/*** change password css - starts ***/
.changepswd_rgt_section {
    width: calc(100% - 450px);
    padding: 17px 34px 17px 38px;
}
.mt_72 {
    margin-top: 72px;
}
.mb_28 {
    margin-bottom: 28px;
}
.error-text {
    color: #828282;
}
.mt_7 {
    margin-top: 7px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_30 {
    margin-bottom: 30px;
}
.changepswd_rgt_content {
    padding: 19px 30px 19px 10px !important;
}
.changepswd_left_content {
    padding: 19px 8px 19px 30px !important;
}
.pswd_rules {
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background-color: #F1FFFE;
    padding: 36px 10px 37px 36px;
}
.pswd_rules ul {
    padding: 19px 0px  0px;
}
.myprofile_img img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
/*** change password css - ends ***/
/*** dashboard css - starts ***/
.blk_content {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
    padding: 13px 9px 12px 12px;
}
/* .blk_content:hover {
    background-color:#1E8C84;
} */
.chart_select {
    border-radius: 4px;
    border: 1px solid #D9E2E2;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    padding: 6px 16px 5px 5px;
}
.font-32 {
    font-size:32px;
    line-height:36px;
}
.font-13 {
    font-size:13px;
    line-height:16px;
}
.mb_19 {
    margin-bottom:19px;
}
.chart_arrow {
    position: absolute;
    right: 10px;
    top: 10px;
}
.text-black {
    color: #000000;
}
.add_text {
    color: #26AEA4;
}
.pr_6 {
    padding-right: 6px;
}
.dashboard_top_blks>div {
    width: calc(100%/5);
}
.mr_17 {
    margin-right: 17px;
}
.mt_21 {
    margin-top: 21px;
}
.w-60 {
    width: 60%;
}
.w-40 {
    width: 40%;
}
.mb_18 {
    margin-bottom: 18px;
}
.work_plan_table {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
    padding: 21px 17px 13px 20px;
}
.mb_16 {
    margin-bottom: 16px;
}
.work_plan_table  table tr:not(:last-child) {
    border-bottom: 1px solid #D9E2E2
}
.work_plan_table  table th {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #616C7A;
    padding: 10px;
}
.work_plan_table table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
    padding: 8px 10px;
}
.status_btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border: none;
    padding: 1.5px 5px;
    border-radius: 4px;
    color: #FFFFFF;
}
.topselling_table_info table td {
    padding: 9px 10px;
}
.comp_btn {
    background: #37B6AC;
}
.planned_btn {
    padding: 1.5px 13.5px;
    background: #267DAE;
}
.pending_btn {
    background: #F8A33F;
    padding: 1.5px 13px;
}
.sales_chart_blk {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    padding: 21px 21px 19px 23px;
}
.viewall_btn {
    border: 1px solid #D9E2E2;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #333333;
    padding: 4px 10px;
}
.plan_table_info {
    height: 183px;
    min-height: 180px;
}
.nav_dropdown .dropdown-menu {
    position: static !important;
    border: none;
    transform: inherit !important;
    margin-left: 38px !important;
    padding: 0px;
}
.afmt_side_nav .dropdown-menu li a:active {
    border: none !IMPORTANT;
    background: none !IMPORTANT;
    color: #333333;
    outline: none;
}
.afmt_side_nav li.active .dropdown-menu {
    display: block;
    padding-top: 10px;
}
.w-33 {
    width: 33.33%;
}
.mr_11 {
    margin-right: 11px;
}
.bredcrumbs_text span a {
    font-size: 12px;
    line-height: 15px;
    color: #26AEA4;
    font-weight: 400;
}
/*** dashboard css - ends ***/
/** table custom scrol bar - starts ***/
.plan_table_info::-webkit-scrollbar {
    width: 4px;
}
.plan_table_info::-webkit-scrollbar-track {
    background-color: #FFFFFF
}
.plan_table_info::-webkit-scrollbar-thumb {
   background: #37B6AC;
   border-radius: 4px;
}
/** table custom scrol bar - ends ***/

.products_img {
    width: 100px;
    height: 80px;
}
.sel_file_img {
    border: 1px dashed #C7CFD8;
    border-radius: 4px;
    background-color: #f1fffe;
    padding: 18px 0px 10px;
}
.dragdrop .label_file {
    display: block;
    margin-bottom: 0px;
}
.label_file  input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
/*** notification page - css -starts ****/
.w-70 {
    width: 70%;
}
.w-30 {
    width: 30%;
}
.align-end {
    text-align: end;
}
.nofication_blk {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    padding: 30px 20px;
    border-radius: 4px;
}
.nofication_blk .noti_content:not(:last-child) {
    border-bottom: 1px solid #c7b4b4b3;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.font-10 {
    font-size: 10px;
    line-height: 14px;
}
.nav-pills .nav-link.read_btn {
    border: 1px solid #1e8c84;
    background-color: #FFFFFF   ;
    border-radius: 4px;
    padding: 7.5px 38px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
}
.nav-pills .nav-link.unread_btn {
    padding: 7.5px 30px;
}
.nav-pills .nav-link.active {
    background-color: #1e8c84;
    color: #FFFFFF;
}
.nofication_blk .tab-pane {
    width: 100%;
}
/*** notification page - css - ends ****/ 
.canvasjs-chart-credit {
    display: none;
}

/** css changes - 03/01/24 - starts ***/
label.error {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: red;
    margin: 7px 0px 0px 0px;
}
.nav_right .dropdown-item, .nav_right .dropdown-item:active {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    padding: 9.5px 10px;
    background-color: #FFFFFF;
}
.nav_right .dropdown-menu {
    border: none !important;
    box-shadow: 0px 4px 26px 2px #1159541F;
}
.aside_close_icon {
    display:none;
}
/** css changes - 03/01/24 - ends ***/
.upld_file_name:hover {
    color: #00b6ac !important;
}
.image_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.enlarged_img {
    max-width: 100%;
    max-height: 100%;
}
/* CSS for the close button */

.upld_img_enlarg {
    position: relative;
    height: 90%;
    width: 80%;
}
.upld_img_enlarg img {
    height:100%;
    width:100%
}
.close_button {
    position: absolute;
    top: -16px;
    right: -13px;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    z-index: 9999;
    border: 1px solid black;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}


/** css changes - 03/01/24 - ends ***/

/*** my profile css - starts ****/
.profile_section {
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 2px #1159541F;
    padding: 27px 50px 69px 28px;
    z-index: 1;
    position: relative;
}  
.profile_row {
    margin: 0px -9px !important;
}
.profile_row>div {
    padding: 0px 9px 20px;
}
.my_profile_blk {
    width: 100%;
    height: 100%;
}
.profile_img_sec {
    padding: 20px 0px 0px 56px  !important;
}
.edit_blk {
    position: absolute;
    width: 100%;
    cursor: pointer;
    border: 1px solid #37B6AC;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #37B6AC;
    border-radius: 4px;
    padding: 12px 1px;
}
.profile_row .label {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #000000;
    margin-bottom: 10px;
}
.mt_11 {
    margin-top:11px;
}
.save_btn {
    background: #37B6AC;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    padding: 13px 54.5px;
}
.mr_27 {
    margin-right: 27px;
}
.cancel_bnt {
    background: #FFFFFF;
    border: 1px solid #37B6AC;
    color: #37B6AC;
    padding: 12px 45.1px;
} 
.image_input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.mt_16{
    margin-top: 16px;
}
.edit_pro_image {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 7px;
}
.change_pswd_main_blk {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    padding: 20px 35px 42px 22px;
}
.change_pswd_eyes {
    position: absolute;
    right: 22px;
    top: 42px;
}
.change_pswd_input_blk input {
    padding-right: 45px;
}
.upload_text {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profile_img_sec label {
    font-size: 14px;
    line-height: 16px;
    margin-top: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}
/*** my profile css - ends ****/

.modal_yes_bnt {
    padding: 8.5px 31px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 4px;
    border: none;
    background: #37B6AC;
}
.modal_no_btn {
    border: 1px solid #37b6ac;
    background-color: #FFFFFF;
    color: #37b6ac;
    padding: 3.5px 34px;
}
.noti_myprofile_img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e8c84;
}
.add_field_container>div {
    margin-bottom:30px;
}
.loan_applicants_blk th {
    padding: 10px 10px 0px 0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #282828;
    margin-bottom: 4px;
}
.loan_applicants_blk td {
    padding: 0px 10px 15px 0px;
    vertical-align: baseline;
}
.addmore_btn {
    font-size: 16px;
    line-height: 22px;
    color: #00beaf;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline !important;
}

/** css changes on 19/1/2024 - starts **/
.requirements_fields td {
    border: 1px solid #c1c1c1;
    padding: 4px 10px 4px 13px;
}
.requirements_fields tr td:first-child {
    background-color: #00beaf42;
}
.font-18 {
    font-size: 18px;
    line-height: 22px;
}
.requirement_heading {
    background-color: #00b6a7;
    padding: 7px;
}
.applicant_blk table h5 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}
.applicant_blk .title_name  {
    width: 80px !important;
}
.applicant_blk .title_name select, .applicant_blk .title_name select:focus {
     border-right: none !important;
    border-radius: 4px 0px 0px 4px;
}
.applicant_blk .applicant_name {
    width: calc(100% - 80px) !important;
  
}   
.applicant_blk .applicant_name select, .applicant_blk .applicant_name select:focus {
      border-radius: 0px 4px 4px 0px;
}
.applicant_blk .spouse_name {
    width: calc(100% - 28px) !important;
} 
.applicant_blk th {
    width: 25% !important;
}
.applicant_blk tr th:first-child, .applicant_blk tr td:first-child {
    padding-right: 15px !important;
}
.applicant_blk tr th:last-child,
.applicant_blk tr td:last-child {
    padding-left: 15px !important;
}
.applicant_blk tr th:nth-child(2), .applicant_blk tr td:nth-child(2) {
    padding-right: 10px !important;
    padding-left: 5px !important;
}
.applicant_blk tr th:nth-child(3),
.applicant_blk tr td:nth-child(3) {
    padding-right: 3px !important;
    padding-left: 12px !important;
}
.ml_10 {
    margin-left: 10px;
}
.applicant_blk {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_35 {
    margin-top: 35px;
}
/** css changes on 19/1/2024 - ends **/
.cursor-default {
    cursor:default;
}
.rotate_icon {
    transform:rotate(180deg);
}
.form-group input[aria-invalid="true"] {
    background-color: #f1fffe !important;
}
.mt_25 {
    margin-top: 25px;
}

.active_icon {
    display: none !important;
}
.nav-item.afmt_nav_active  .inactive_icon {
    display: none !important;
}
.nav-item.afmt_nav_active  .active_icon {
    display: block !important;
}
.lang_blk {
    padding: 28px 37px 0px 0px;
}
.lang_blk a:last-child {
    margin-left: 19px;
}
.language_button {
    color: #28282899;
}
.language_button.lang_active {
    color: #37B6AC;
}
.forogt_form_blk #forgt_pswd_form {
    width: 387px !important;
}
#changepswd_form  .login_container {
    width: 387px;
}
.mr_5 {
    margin-right: 5px;
}
.lang_select {
    border: none;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #333;
    padding: 6px 20px 6px 5px;
    outline: none;
    appearance: none;
    background-image: url("/images/language_select.svg");
    background-repeat: no-repeat;
    background: transparent;
    background-position: 94% 10px;
}
.login_lang_selection {
    position: absolute;
    top: 20px;
    right: 20px;
}
.add_packing_details>td:not(:last-child) {
    width:31%;
}
.order_tbody.show {
    border: 1px solid #009286 !important;
}
.order_tbody.show .production_subtab thead th {
    background: #00928691;
    color: #FFFFFF;
}
.production_subtab {
    padding: 0px 30px;
}
.production_data_table .order_tbody.show tr:first-child {
    border:none;
}
/** css changes on 19/02/2024 ***/
.order_tbody .subtab_down_arrow {
    transform: rotate(180deg);
}
.order_tbody.show .subtab_down_arrow {
    transform: rotate(0deg);
}
.barcode_modal .modal-dialog {
    width: 445px;
}
.barcode_modal .modal-body {
    padding: 22px 24px !important;
}
.barcode_img {
    max-width: 100%; 
    height: auto;
}
.barcode_modal .modal_no_btn {
    border: 1px solid #37b6ac;
    background-color: #FFFFFF;
    color: #37b6ac;
    padding: 8.5px 26px;
}
.daily_report_blks {
    padding: 15px 24px;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0px 4px 26px 2px #1159541F;
    background-color: #FFFFFF;
}
.report_img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.font_24 {
    font-size: 24px;
    line-height: 28px;
}
.mb_15 {
    margin-bottom: 15px !important;
} 
.canvasjs-chart-tooltip span {
    display: none;
}
/** css changes on 19/02/2024 - ends ***/
/** css changes on 21/02/2024 - starts ***/
.active_status_tr {
    background-color: #DDFFE0;
    color: #48B24D;
    padding: 3px 11px 3px 9px;
    border-radius: 4px;
    width: max-content;
}
.inactive_status_tr {
    color: #E9422F;
    padding: 3px 11px 3px 9px;
    border-radius: 4px;
    background-color: #FCEBEB;
    width: max-content;
}
.mt_30 {
    margin-top:30px;
}
.form-group input[readonly], .form-group input[readonly]:focus, input[readonly], input[readonly]:focus {
    background-color: #c1c1c126 !important;
    cursor: default;
}
.form-control:disabled, .form-control:disabled:focus {
    background-color: #c1c1c126 !important;
    cursor:default;
    /* background-image:none */
}
input.date_pick[readonly], input.date_pick[readonly]:focus {
    background-color: #f1fffe !important;
}
.previous_report_blk {
    background: #FFFFFF;
    padding: 33px 21px;
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
}
.active_dot {
    height: 5px;
    width:5px;
    display: flex;
    background: #48B24D;
    border-radius: 50%;
    margin-right: 5px;
}
.inactive_dot {
    display: flex;
    background: #E9422F;
    border-radius: 100%;
    margin-right: 5px;
    height: 5px;
    width: 5px;
}
textarea.form-control {
    min-height: 45px;
    height: 44px;
}
.border_bottom {
    border-bottom: 1px solid #D9E2E2;
}
.collapse_date_section>div {
    width: calc((100% - 120px)/4);
    margin-right: 16px;
}
.accordion-header .filter_heading::after {
    content: "";
    background-image: url(../images/view_downarrow.svg);
    transform: rotate(0deg);
    display: flex;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    cursor:pointer;
}
.accordion-header .filter_heading.collapsed::after {
    transform: rotate(180deg);
}
.reports_section_icons {
    height: 35px;
    width: 35px;
    background-color: #009286;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
#id_data_delete_pop .modal-body img {
    border: 1px solid #ff0013;
    border-radius: 50%;
    padding: 9px;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.plr_9 {
    padding: 0px 9px;
}
/** css changes on 21/02/2024 - ends ***/
/** css changes on 29/02/2024 - starts ***/
.location_info_modal {
    pointer-events: none;
}
.location_info_modal .modal-dialog {
    width: 380px;
}
.location_info_modal .modal-content {
    padding: 8px 14px 8px 8px;
    border-radius: 10px;
    background: #f8e6e3;
    border: 1px solid #d53434;
}
.mr_12 {
    margin-right:12px;
}
/** css changes on 29/02/2024 - ends ***/
.workplan_table_line table>tbody:nth-child(2) {
    border-top:1px solid #D9E2E2;
}
.inprogress_status_tr {
    color: #ffc107;
    padding: 3px 11px 3px 9px;
    border-radius: 4px;
    background-color: #fff3cd;
    width: max-content;
}
.inprogress_dot {
    display: flex;
    background: #ffc107;
    border-radius: 100%;
    margin-right: 5px;
    height: 5px;
    width: 5px;
}
body .form-group input:disabled, body .form-group input:disabled:focus,
body .form-group textarea[readonly], body .form-group textarea[readonly]:focus {
    background-color: #c1c1c126 !important;
    cursor: default;
}
/*** my profile page css starts - 12/03/2024 ****/
.profile_navigation_section ul li .profile_nav_items {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
    padding: 15px 16px;
    background: #ECECEC;
    border-radius: 4px 4px 0px 0px !important;
}
.profile_navigation_section ul li .profile_nav_items.active {
    background-color: #ffffff;
    color: #009286;
    box-shadow: 0px -5px 14px 0px #1159541F;
    font-weight: 600;
}
.profile_img_blk {
    width: 170px;
    height:186px;
    padding: 0 0px 0 0;
}
.profile_data {
    width: calc(100% - 170px);
    padding: 16px 0 0 67px;
}
.mt_19 {
    margin-top:19px;
}
.user_upload_imgtext label#image_name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: block;
}
.profile_lists_section {
    background: #FFFFFF;
    box-shadow: 0px 20px 26px 2px #1159541F; 
    border-radius: 0px 4px 4px 4px;
    padding: 30px  20px 33px 22px; 
    z-index: 1;
    position: relative;
}
.certificate_table {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    padding: 0px 4px 18px 4px;
}
.certificate_table thead tr th {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #333333;
    padding: 16.25px 10px;
}
.certificate_table tr {
    border-bottom: 1px solid #D9E2E2;
}
.certificate_table tbody tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    padding: 10px;
    vertical-align: top;
}
.certi_input {
   border: 1px solid #D3D3D3;
    background: #F1FFFE;
    border-radius: 4px;
    padding: 3.03px 3.03px;
}
.upload_custom_field {
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    padding: 3px 4.3px 2.5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    background: #F1FFFE;
    border: 1px solid #D3D3D3;
}
.change_photo_btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #37B6AC;
    background: #F1FFFE;
    border: 1px solid #1E8C84;
    padding: 4.5px 8px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
}
.file_name_edit {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 75px);
    overflow: hidden;
}
.file_name_edit a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    z-index: 2;
    position: relative;
}
.w-40 {
    width:40%;
}
.w-15 {
    width:15%;
}
.w-5 {
    width:5%;
}
.not_choosen_field {
    background: #F4F4F4;
}
.profileadd_row_btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #1E8C84;
    text-decoration: underline !important;
}
.ml_20 {
    margin-left: 20px;
}
.certi_name_input {
    background: #F1FFFE !important;
    border: 1px solid #D3D3D3 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333 !important;
    padding: 6.5px 6px;
    border-radius: 4px !important;
    box-shadow: none !important;
}
.mt_34 {
    margin-top:34px;
}
.down-arrow {
    position: absolute;
    top: 10px;
    right: 12px;
}
.mt_5 {
    margin-top: 5px;
}
.profile_bradius_4 {
    border-radius:0px 4px 4px 4px
}
.profile_btn_align .form_save_btn {
    padding: 13px 86px;
}
.profile_btn_align .form_cancel_btn {
    padding: 13px 77px;
}
.mr_18 {
    margin-right: 18px;
}
.w-35 {
    width: 35%;
}
input.profile_date_input {
    padding: 6.5px 32px 6.5px 8px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    border-radius: 4px !important;
}
.profile_navigation_section {
    z-index: 0;
    position: relative;
}
/*** my profile page css ends - 12/03/2024 ****/
/*** promotion section css starts - 14/03/2024 ****/
.promotion_section .promotion_container.show {
    width: 450px;
    transform: translate(-105px, 53px) !important;
    inset: 0 !important;
    padding:0px;
}
.pro_section {
    max-height: calc(100vh - 75px);
    background-color: #000000BF;
    border-radius: 4px 0px 0px 4px;
    padding: 15px 15px 1px;
    min-height: max-content;
    overflow: auto;
    position: relative;
}
.promotion_blk {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
    padding: 14px 14px 8px 19px;
}
.mb_2 {
    margin-bottom:2px !important;
}
.mr_30 {
    margin-right:30px;
}
.mb_8 {
    margin-bottom:8px;
}
.promotion_coupon_btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #26AEA4;
    border: 1px solid #26AEA4;
    background: #E7FFFD;
    border-radius: 4px;
    padding: 3.5px 3px 3.5px 9px;
}
.mr_2 {
    margin-right: 2px;
}
.promotion_btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    background: #26AEA4;
    box-shadow: 0px 4px 26px 0px #26AEA440;
    border: none;
    padding: 10px 21px;
    color: #FFFFFF;
    border-radius: 8px;
    outline: none;
}
.promotion_btn.dropdown-toggle::after {
    display:none;
}
.mb_14 {
    margin-bottom:14px; 
}
.promotion_polygon {
    left: 144px;
    position: absolute;
    top: -16px;
    width: 18px;
    height: 18px;
}
.pro_section::-webkit-scrollbar {
  width: 5px;
}
.pro_section::-webkit-scrollbar-track {
  background: #000000BF; 
}
.pro_section::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border-radius:2px;
}
.promotion_image_blk  {
    width: 80px;
    height: 110px;
}
.promotion_image_blk img {
    width: 100%;
}
.promotion_info_blk {
    width:calc(100% - 110px)
}
.w-300px {
    width:300px;
}
.item_description_text>* {
    margin-bottom:2px;
}
.item_description_text>*:first-child>* {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
}
.item_description_text>*:last-child>* {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    text-decoration: none;
}
.coupon_copy_text {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 4px;
    background: #26AEA4;
    padding: 4px 5px;
}
.item_description_text u {
    text-decoration: none;
}
.promotion_container {
    position: absolute;
    /* z-index: 999999; */
    min-width: 200px !IMPORTANT;
    border: none !important;
    box-shadow: 0px 4px 26px 2px #1159541F;
}
.promotion_container.show {
    display: block;
}
/*** promotion section css ends - 14/03/2024 ****/
/*** css changes starts - 01/06/2024 ****/
.form-control.qnty_type_input_field, .form-control.qnty_type_input_field:focus {
    width: 55px !important;
    border-left: none !important;
    border-radius: 0px 4px 4px 0px !important;
        order: 2;
}
.form-control.qnty_input_field {
    width: calc(100% - 55px) !important;
    border-radius: 4px 0px 0px 4px !important;
}
.qnty_error_alignment #id_quantity-error, .qnty_error_alignment #total_quantity_sub-error {
    position: absolute;
    top: 42px;
}
/*** css changes ends - 01/06/2024 ****/

thead.headers_hide.hide {
    display: none;
}

/** static data css -- starts **/
.add_form_table thead th {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 15.5px 14px;
    background: #00928691;
    color: #FFFFFF;
}
.add_form_table tbody td {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    padding: 13px 14px;
}
.add_form_table tbody tr:not(:last-child) {
    border-bottom: 1px solid #D9E2E2;
}
.add_form_table {
    border: 1px solid #6ec5bc !important;
}
.add_more_workplan .workpaln_addmore_inputs {
    width: calc(100%/7);
   
}
.add_more_workplan .workpaln_addmore_inputs:not(:last-child) {
    padding-right: 20px;
}
.mt_30 {
    margin-top: 30px !important;
}
.w-90px {
    width:90px !important;
}
.farm_add_accordion .accordion-button {
    background-color: #37B6AC;
    color: #ffffff !important;
}
.production_input_fields>div:not(:last-child) {
    width: calc((100% - 120px)/4);
    margin-right: 16px;
}
.production_filter_blk {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
    padding: 18px 20px 22px 20px;
}
.sales_chart_blk.w-60.mr_17.dis {
    margin: 20px 0px;
    width: 495px;
    padding: 0px;
}

.sales_chart_blk.w-60.mr_17.dis.diss {
    margin-right: 13px;
}
h3.font-14.fw-semi.text-black.pad {
    padding: 20px;
}


.addmore_btn_static {
    font-size: 16px;
    line-height: 22px;
    color: #00beaf;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline !important;
}

/** static data css -- ends **/

select#id_quantity_type.read_only_sale ,select#id_quantity_type.read_only_sale:focus {
    background-color: #c1c1c126 !important;
    pointer-events: none;
}
.mt_36 {
    margin-top: 36px;
}
.mt_21 {
    margin-top:21px;
}
.border_bottom_table {
    border-bottom:1px solid #D9E2E2;
}



/** css 11/06/2024 **/
.quan_typ_kg_read .readonly_select {
    background-color: #c1c1c126 !important;
    pointer-events: none;
}
/** css 11/06/2024 Ends **/
.borderright_grey {
   border-right: 1px solid #c1c1c1; 
}
.w-20 {
    width:20%;
}
.w-15 {
    width:15%;
}
.w-5 {
    width:5%;
}
.revenue_table_blk tr th {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 8.5px 4px;
    color: #000000;
    border-bottom: 1px solid #c1c1c1;
}
.revenue_table_blk tr td {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    padding: 9.5px 4px;
    color: #000000;
    border-bottom: 1px solid #c1c1c1;
}   
.arrow_input {
    padding: 8px 20px 8px 9px !important;
    background-image: url(../images/select-droparrow.svg);
    background-position: calc(100% - 9px);
    background-repeat: no-repeat;
}

.roi_calc_blk {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px 2px #1159541F;
    border-radius: 4px;
    padding: 27px 24px 29px 20px;
}
.roi_mix_popup .modal-dialog {
    width: 550px;
}
.roi_mix_popup .success_msg_body {
    padding: 31px 25px 36px !important;
}
.width-maxcontent {
    width:max-content;
}
.no-type {
    pointer-events: none;
} 
.pb_10 {
    padding-bottom:10px;
}     
input.time_pick {
    padding: 13px 20px 13px 9px !important;
    background-image: url(../images/timer.svg);
    background-position: calc(100% - 12px);
    background-repeat: no-repeat;
    cursor:default;
}
.revenue_table_blk .form-control {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 9.5px 10px;
    border-radius: 4px;
    box-shadow: none;
    background-color: #FFFFFF;
}
.w-39 {
    width:39px !important;
}
.qnty_input_border {
    border-radius: 4px 0px 0px 4px !important;
}
/** graph alignment -starts - 02/07/2023 **/
.graph_filter {
    padding: 4px 18px 4px 4px !important;
    font-size: 10px;
    line-height: 13px;
    border-radius: 2px;
    background: #FFFFFF;
}
.graph_dropdown_arrow {
    top: 9px;
    bottom: inherit;
}
/** graph alignment -ends - 02/07/2023 **/
.order_tbody.sub_tbody tr:first-child {
    border-bottom: 1px solid #D9E2E2 !important;
}
.farm_accordion_blk .accordion-button::after {
    display:none;
}
.farm_accordion_blk .accordion_img {
    width:20px;
    transition: 0.2s;
}

.farm_accordion_blk .accordion_img {
    transform:rotate(180deg);
}
.farm_accordion_blk .collapsed .accordion_img {
    transform:rotate(0deg);
}

/** css chnages on 06/07/2024 - starts **/
.w-45 {
    width: 45%;
}
.br_bottom_none td {
    border-bottom: none !important;
}
.w-10 {
    width: 10%;
}
.verti_top {
    vertical-align: text-top;
}
.qnty_type_input_field, .qnty_type_input_field:focus {
    width: 70px !important;
    border-left: none !important;
    border-radius: 0px 4px 4px 0px !important;
    padding: 8px 4px !important;
}
.norm_padding_input {
    padding: 8.7px !important;
    background-color: #F1FFFE !IMPORTANT;
}
.broiler_table tr th,.broiler_table tr td  {
    border-right: 1px solid  #c1c1c1;
    width:max-content;
}
.production_data_table tr:not(:last-child) {
    border-bottom: 1px solid #D9E2E2 !important;
}
body .production_data_table tr.border_bottom {
    border-bottom: 1px solid #D9E2E2 !important;
}
.col_bg_tr th {
    background: #00b6a7;
    color: #FFFFFF;
}
.pt_20 {
    padding-top: 20px !IMPORTANT;
}
.col_lite_bg_tr th {
    background: #f1fffe;
}
.mt_22 {
    margin-top: 22px;
}
.production_report_input_blks>div:not(:last-child) {
    width: calc((100% - 120px)/6);
    margin-right: 16px;
}
.mt_18 {
    margin-top:18px;
}
.production_row {
    margin: 0px -8px;
}
.production_row>div {
    padding: 0px 8px 20px;
}
.production_row .select_icon_align {
    position: absolute;
    right: 19px;
    top: 37px;
    bottom: auto;
    width:8px;
}
.subtab_thead th {
    padding: 9.25px 14px;
}
.textarea_input textarea {
    height:110px;
}
/** css chnages on 06/07/2024 - ends  **/

/** css chnages on 15/07/2024  **/
.filter_close {
    font-size: 20px;
    line-height: 19px;
}
.revenue_table_blk.form-input .form-control {
    border: 1px solid #D3D3D3;
      padding: 8px 9px 8px 9px !important;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      background-color: #F1FFFE;
}
.qnty_error_alignment .quantity_cal {
    width: calc(100% - 55px);
    border-radius: 4px 0 0 4px;
    order: 1;
}
.revenue_table_blk.form-input select.form-control{
    padding: 8px 20px 8px 9px !important;
    background-image: url(../images/select-droparrow.svg);
    background-position: calc(100% - 9px);
    background-repeat: no-repeat;
}
.unit_cost_blk .form-control {
    width: auto;
    border: none;
    padding: 0 0 0 2px;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    background: none !important;
}
.qnty_error_alignment label.error {
        order: 3;
    width: 100%;
}
.product_report_width>.col-md-3 {
    flex: inherit;
    width: calc(20% - 20px);
}
.search_filter_blk {
    width: 82px;
}
.action_al_width {
    width: calc(10% - 80px)
}
.pl_3 {padding-left: 3px;}
.product_report_width .col-md-4 {
    width: calc(25% - 24.5px);
    flex: inherit;
}
.w-80px {
    width: 80px;
}
.qnty_error_alignment {
    flex-wrap: wrap;
}
.revenue_table_blk.form-input tr td {
    vertical-align: top;
}
.roi_delete_icon {
    margin-top: 8px;
}
/** css chnages on 15/07/2024 - ends  **/

/* css changes on 22/09/2025*/
.border-btm-none{
    border-bottom: none !important;
}
.modal_body_pd {
    padding: 0px 16px 20px !important;
}
table.loan_disbursement input.form-control[readonly] {
    border: none !important;
}
.custom_profile_section{
    box-shadow: 0px 4px 23px 0px #37B6AC45 !important;
    padding: 17px !important;
}
.mb_4{
    margin-bottom: 4px;
}
.profile_det_sec{
    padding: 15px 7px;
}
.poultry_page_filter_align.row>div {
    width: calc(17% - 22px) !important;
}
body .poultry_page_filter_align .search_filter_blk {
    width: 82px !important;
}
/*css changes on 22/10/2025*/
.sales_det_tbl th{
    background: #00928691;
    color: #FFFFFF;
}
.sales_det_tbl tr{
    border-bottom: 1px solid #D9E2E2 !important;
}
.bt_none{
    border-top: none !important;
}
.b_btm{
    border-bottom: none !important;
}
.b-none{
    border: none !important;
}
.mr_10 {
    margin-right: 10px;
}
.custom_model_header{
        padding: 26px 31px 0px !important;
}
.pr_14px{
    padding-right: 14px !important;
}
.custom_sale_bdy{
    padding:16px 31px !important; ;
}

.custom_production_tbl tr{
    border-bottom: 1px solid #D9E2E2 !important;
}
.main_info_input {
    border: 1px solid #D3D3D3 !important;
    background-image: url(../images/select-droparrow.svg);
    background-position: calc(100% - 12px);
    background-repeat: no-repeat;
    padding: 5.17px 26px 5.17px 12px;
    border-radius: 8px;
    box-shadow: none !important;
}
.brder_btm{
    border-bottom: none !important;
}
.table_pd_custom{
    padding: 0px 7px !important;
}
.submit_cancel_pd{
    padding: 0px 7px 15px;
}
.profile_section_custom{
    background-color: none !important;
    box-shadow: none !important;
}
